/aosp_15_r20/external/pytorch/test/onnx/dynamo/ |
H A D | test_registry_dispatcher.py | 262 self, node argument 326 self, node argument 384 self, node argument
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_symtab.c | 76 void cil_symtab_datum_remove_node(struct cil_symtab_datum *datum, struct cil_tree_node *node) in cil_symtab_datum_remove_node() 88 …rt(symtab_t *symtab, hashtab_key_t key, struct cil_symtab_datum *datum, struct cil_tree_node *node) in cil_symtab_insert() 172 struct cil_complex_symtab_node *node = NULL; in cil_complex_symtab_insert() local
|
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | LinkedHashTreeMapTest.java | 255 private Node<String, String> node(String value) { in node() method in LinkedHashTreeMapTest 259 private Node<String, String> node( in node() method in LinkedHashTreeMapTest 278 private void assertConsistent(Node<?, ?> node) { in assertConsistent()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
H A D | convolution_op_builder.cc | 304 const TfLiteNode* node, TfLiteContext* context) { in IsConvolutionOpSupported() 359 const TfLiteNode* node, in IsDepthwiseConvolutionOpSupported() 365 const TfLiteNode* node, in IsTransposeConvolutionOpSupported()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | index_matcher.hpp | 74 void* node; member 114 void add(void* node) in add() 206 void add(Node* node) in add()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | CallDAG.cpp | 101 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition() 117 void visitFunctionPrototype(TIntermFunctionPrototype *node) override in visitFunctionPrototype() 127 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 113 def visit(self, node): argument 118 def visit_literal(self, node): argument 121 def visit_blob(self, node): argument 124 def visit_named_constant(self, node): argument 127 def visit_array(self, node): argument 133 def visit_struct(self, node): argument 141 def visit_pointer(self, node): argument 841 def interpret_arg(self, node): argument
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | linkValidate.cpp | 112 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqUniform && in mergeUniformObjects() 159 …[](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqVaryingOut; }); in checkStageIO() 164 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqVaryingIn; }); in checkStageIO() 686 auto filter = [](TIntermSequence& list, TIntermNode* node) { in mergeGlobalUniformBlocks() 693 [&defaultBlocks, &filter](TIntermNode* node) { in mergeGlobalUniformBlocks() 697 [&unitDefaultBlocks, &filter](TIntermNode* node) { in mergeGlobalUniformBlocks() 804 virtual bool visitBinary(TVisit, glslang::TIntermBinary* node) in mergeBlockDefinitions() 1626 glslang::TIntermAggregate* node = functionSequence[f]->getAsAggregate(); in checkCallGraphBodies() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | graph_fuser.cpp | 35 bool isSimpleMap(Node* node) { in isSimpleMap() 303 Node* node = *it; in mergeFusionGroups() local 502 auto* node = subgraph_input->uses().at(0).user; in findFusedChunk() local 893 auto* node = *it; in replaceIntermediateBroadcastingChunks() local 1056 auto* node = subgraph->outputs().at(producer->offset())->node(); in canFuseWithConcat() local 1195 Node* node = *it; in PeepholeOptimizeShapeExpressions() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xinclude.c | 157 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr() 833 xmlNodePtr node; in xmlXIncludeCopyXPointer() local 1337 xmlNodePtr node = NULL; in xmlXIncludeLoadTxt() local 1572 xmlXIncludeExpandNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeExpandNode() 1814 xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeTestNode() 2211 xmlXIncludeProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeProcessNode()
|
H A D | testparser.c | 22 xmlNodePtr node; in testNewDocNode() local 155 xmlNodePtr node, list; in testCtxtParseContent() local 302 xmlAttrPtr node; in testHtmlIds() local 325 htmlNodePtr node; in testHtmlPushWithEncoding() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | loop_optimizer_test.cc | 729 const NodeDef& node = output.node(i); in TEST_F() local 803 for (const NodeDef& node : output.node()) { in TEST_F() local 922 for (const NodeDef& node : output.node()) { in TEST_F() local 1340 for (const auto& node : output.node()) { in TEST_F() local 1567 for (const NodeDef& node : output.node()) { in TEST_F() local 1763 for (const NodeDef& node : output.node()) { local
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | accel_filter_interpreter_unittest.cc | 211 Json::Value node; in TEST_F() local 270 Json::Value node; in TEST_F() local 329 Json::Value node; in TEST_F() local 384 Json::Value node; in TEST_F() local 1141 Json::Value node; in TEST_F() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 209 for (const auto &node : nodes) { in TEST() local 230 int node = nodes[node_index]; in TEST() local 326 for (const auto &node : nodes) { in TEST() local 334 int node = nodes[node_index]; in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | allocate_shared_array.hpp | 269 base* node = result.get(); in allocate_shared() local 289 base* node = result.get(); in allocate_shared() local 307 base* node = result.get(); in allocate_shared() local 328 base* node = result.get(); in allocate_shared() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | InitializeVariables.cpp | 332 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration() 382 void visitFunctionPrototype(TIntermFunctionPrototype *node) override in visitFunctionPrototype() 395 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition() 436 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 209 for (const auto &node : nodes) { in TEST() local 230 int node = nodes[node_index]; in TEST() local 326 for (const auto &node : nodes) { in TEST() local 334 int node = nodes[node_index]; in TEST() local
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/ |
H A D | NodeTest.java | 163 Element node = new Element("div"); in removeOnOrphanIsNoop() local 267 Node node = span.unwrap(); in unwrap() local 279 Node node = span.unwrap(); in unwrapNoChildren() local 317 Node node = new Element(Tag.valueOf("p"), ""); in orphanNodeReturnsNullForSiblingElements() local
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/ |
H A D | libdisasm.i | 131 x86_op_list_node *node, *next; in x86_op_list_free() local 178 x86_op_list_node *node = (x86_op_list_node *) in x86_op_list_append() local 286 x86_insn_list_node *node, *next; in x86_insn_list_free() local 349 x86_insn_list_node *node; in x86_insn_list_append() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | CycleDetectingLockFactory.java | 310 LockGraphNode node = new LockGraphNode(getLockName(key)); in createNodes() local 682 private ExampleStackTrace findPathTo(LockGraphNode node, Set<LockGraphNode> seen) { in findPathTo() 715 LockGraphNode node = lock.getLockGraphNode(); in aboutToAcquire() local 730 LockGraphNode node = lock.getLockGraphNode(); in lockStateChanged() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model.cc | 118 Node* node = def.node.get(); in NewNode() local 220 absl::Status GraphFloat32::ReplaceInput(NodeId node, ValueId old_value, in ReplaceInput() 297 for (auto node : v->consumers) { in DeleteValue() local 341 bool GraphFloat32::IsInput(NodeId node, ValueId value) { in IsInput()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 209 for (const auto &node : nodes) { in TEST() local 230 int node = nodes[node_index]; in TEST() local 326 for (const auto &node : nodes) { in TEST() local 334 int node = nodes[node_index]; in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 209 for (const auto &node : nodes) { in TEST() local 230 int node = nodes[node_index]; in TEST() local 326 for (const auto &node : nodes) { in TEST() local 334 int node = nodes[node_index]; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 209 for (const auto &node : nodes) { in TEST() local 230 int node = nodes[node_index]; in TEST() local 326 for (const auto &node : nodes) { in TEST() local 334 int node = nodes[node_index]; in TEST() local
|
/aosp_15_r20/external/trusty/lk/include/kernel/ |
D | vm.h | 90 struct list_node node; member 133 struct list_node node; member 283 struct list_node node; member 364 struct bst_node node; member
|