Home
last modified time | relevance | path

Searched defs:node (Results 2376 – 2400 of 8398) sorted by relevance

1...<<919293949596979899100>>...336

/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseConst.cpp71 bool TConstTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate()
113 void TConstTraverser::visitConstantUnion(TIntermConstantUnion* node) in visitConstantUnion()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DTypeDeclaration.java162 public boolean remove(Node node) { in remove()
229 public boolean replace(Node node, Node replacementNode) { in replace()
H A DVariableDeclarator.java226 public boolean remove(Node node) { in remove()
257 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/system/extras/simpleperf/
H A Dread_apk.cpp42 ApkNode& node = embedded_elf_cache_[apk_path]; in FindElfInApkByOffset() local
58 ApkNode& node = embedded_elf_cache_[apk_path]; in FindElfInApkByName() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Drange.cc82 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
137 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dmatrix_set_diag.cc33 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
131 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dscatter_nd.cc73 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
183 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/XNNPACK/test/
H A Delu.cc56 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
94 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DEventRequestImpl.c40 readAndSetFilters(JNIEnv *env, PacketInputStream *in, HandlerNode *node, in readAndSetFilters()
234 HandlerNode *node; in setCommand() local
/aosp_15_r20/external/boringssl/src/crypto/spx/
H A Dmerkle.c68 uint8_t node[2 * SPX_N]; in spx_xmss_pk_from_sig() local
136 uint8_t node[SPX_N]; in spx_ht_verify() local
/aosp_15_r20/external/bcc/tools/
H A Ddeadlock.py73 def neighbors(self, node): argument
97 def remove_node(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dops.h50 Node* node() const { return node_; } in node() function
73 Node* node() const { return op().node(); } in node() function
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dparser.cc416 std::unique_ptr<Node> node; in ConsumeQuery() local
432 std::unique_ptr<Node> node; in ConsumeScoring() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_pressure_schedule.c77 struct sched_node *node = rzalloc(memctx, struct sched_node); in create_dag() local
262 struct sched_node *node = choose_instr(s); in pressure_schedule_block() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c64 ppir_node *node = instr->slots[i]; in ppir_liveness_instr_srcs() local
127 ppir_node *node = instr->slots[i]; in ppir_liveness_instr_dest() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestHierarchyIterator.cpp108 TestNode *const node = iter->node; in ~TestHierarchyIterator() local
171 TestNode *const node = iter.node; in next() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlower_functional_ops.cc148 const auto used_by_xla = [](Node* node) -> bool { in Run()
153 const auto lower_control_flow = [&](Node* node) -> bool { in Run()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/spx/
H A Dmerkle.c68 uint8_t node[2 * SPX_N]; in spx_xmss_pk_from_sig() local
136 uint8_t node[SPX_N]; in spx_ht_verify() local
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/
H A Dlayout_transform.py139 def is_edge_condition(self, node): argument
163 def insert_node(self, graph_module, node, revert_layout: bool) -> None: argument
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Dmax-pooling-2d.c21 const struct xnn_node* node, in create_max_pooling_operator()
388 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_max_pooling_2d() local
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h62 static VkDebugReportCallbackEXT GetHandle(const Node* node) { in GetHandle()
66 static VkDebugReportCallbackEXT GetDriverHandle(const Node* node) { in GetDriverHandle()
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DOmxInfoBuilder.cpp62 const IOmxStore::NodeInfo& node, const char* mediaType, bool isEncoder, in queryCapabilities()
160 for (const IOmxStore::NodeInfo &node : role.nodes) { in buildMediaCodecList() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DArrayCreationExpr.java188 public boolean remove(Node node) { in remove()
225 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DWildcardType.java148 public boolean remove(Node node) { in remove()
198 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_graph.cc40 void TFGraph::AddNode(TFGraphNode* node) { in AddNode()
51 GraphNode* node = it->second.get(); in Build() local

1...<<919293949596979899100>>...336