/aosp_15_r20/external/XNNPACK/test/ |
H A D | static-resize-bilinear-2d.cc | 113 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 152 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 191 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/ |
H A D | ScalarNodeTest.java | 26 Node node = in testGetNodeId() local 32 Node node = in testToString() local
|
H A D | NodeTest.java | 33 ScalarNode node = new ScalarNode(new Tag("!foo"), "Value1", null, null, in testSetTag() local 45 Node node = new ScalarNode(new Tag("!foo"), "bla-bla", mark1, mark2, in testGetEndMark() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | list_comprehensions.py | 41 def visit_Assign(self, node): argument 77 def transform(node, ctx): argument
|
H A D | asserts.py | 26 def visit_Assert(self, node): argument 46 def transform(node, ctx): argument
|
H A D | conditional_expressions.py | 27 def visit_IfExp(self, node): argument 44 def transform(node, ctx): argument
|
/aosp_15_r20/external/skia/modules/skottie/src/ |
H A D | Adapter.h | 26 const sk_sp<T>& node() const { return fNode; } in node() function 32 explicit DiscardableAdapterBase(sk_sp<T> node) in DiscardableAdapterBase()
|
/aosp_15_r20/external/grpc-grpc/tools/buildgen/plugins/ |
H A D | transitive_dependencies.py | 22 def transitive_deps(lib_map, node): argument 32 def recursive_helper(node): argument
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | EnvoyProtoDataTest.java | 39 Node node = Node.newBuilder() in convertNode() local 93 Node node = Node.newBuilder() in nodeToBuilderPropagatesAllAttributes() local
|
/aosp_15_r20/external/bazelbuild-rules_python/.ci/ |
H A D | rules_python.json | 5 {"node": "linux-x86_64"}, string 6 {"node": "darwin-x86_64"} string
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | tpu.cc | 25 for (const auto& node : def.node()) { in IsLegacyTPUBridgeGraphDef() local 32 for (const auto& node : function_def.node_def()) { in IsLegacyTPUBridgeGraphDef() local
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/microbench/ |
H A D | RenderNodeBench.cpp | 29 auto node = new RenderNode(); in BM_RenderNode_create() local 38 sp<RenderNode> node = new RenderNode(); in BM_RenderNode_recordSimple() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/buildgen/plugins/ |
D | transitive_dependencies.py | 22 def transitive_deps(lib_map, node): argument 32 def recursive_helper(node): argument
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
H A D | Construct.java | 32 Object construct(Node node); in construct() 42 void construct2ndStep(Node node, Object object); in construct2ndStep()
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | TypeFactory.java | 22 public static JsonType getSchemaNodeType(JsonNode node) { in getSchemaNodeType() 60 public static JsonType getValueNodeType(JsonNode node, SchemaValidatorsConfig config) { in getValueNodeType()
|
/aosp_15_r20/external/stg/test_cases/diff_tests/composite/ |
H A D | indirect.1.c | 5 struct node { struct 9 void foo(struct node *n) { (void) n; } in foo() argument
|
H A D | indirect.0.c | 5 struct node { struct 9 void foo(struct node *n) { (void) n; } in foo() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/ |
H A D | cluster.cc | 21 for (const tensorflow::NodeDef& node : graph_def_->node()) { in SetGraphDefInfo() local 34 for (const tensorflow::NodeDef& node : graph_def_->node()) { in FindClusterInputsAndOutputs() local
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/ |
H A D | NodeVisitor.java | 38 void head(Node node, int depth); in head() 50 default void tail(Node node, int depth) { in tail()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
H A D | Change.java | 13 default boolean evaluate(CsmConditional csmConditional, Node node) { in evaluate() 28 Object getValue(ObservableProperty property, Node node); in getValue()
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/ |
H A D | bdk-clock.c | 53 bdk_node_t node = bdk_numa_local(); in __bdk_clock_get_count_slow() local 77 uint64_t __bdk_clock_get_rate_slow(bdk_node_t node, bdk_clock_t clock) in __bdk_clock_get_rate_slow()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | AbstractConstructTest.java | 32 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, in testNotRecursive() local 51 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, in testRecursive() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_numliterals.py | 17 def match(self, node): argument 21 def transform(self, node, results): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_numliterals.py | 17 def match(self, node): argument 21 def transform(self, node, results): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_numliterals.py | 17 def match(self, node): argument 21 def transform(self, node, results): argument
|