Home
last modified time | relevance | path

Searched defs:node (Results 1626 – 1650 of 8398) sorted by relevance

1...<<61626364656667686970>>...336

/aosp_15_r20/external/XNNPACK/test/
H A Dstatic-resize-bilinear-2d.cc113 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 DScalarNodeTest.java26 Node node = in testGetNodeId() local
32 Node node = in testToString() local
H A DNodeTest.java33 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 Dlist_comprehensions.py41 def visit_Assign(self, node): argument
77 def transform(node, ctx): argument
H A Dasserts.py26 def visit_Assert(self, node): argument
46 def transform(node, ctx): argument
H A Dconditional_expressions.py27 def visit_IfExp(self, node): argument
44 def transform(node, ctx): argument
/aosp_15_r20/external/skia/modules/skottie/src/
H A DAdapter.h26 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 Dtransitive_dependencies.py22 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 DEnvoyProtoDataTest.java39 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 Drules_python.json5 {"node": "linux-x86_64"}, string
6 {"node": "darwin-x86_64"} string
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dtpu.cc25 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 DRenderNodeBench.cpp29 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/
Dtransitive_dependencies.py22 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 DConstruct.java32 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 DTypeFactory.java22 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 Dindirect.1.c5 struct node { struct
9 void foo(struct node *n) { (void) n; } in foo() argument
H A Dindirect.0.c5 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 Dcluster.cc21 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 DNodeVisitor.java38 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 DChange.java13 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 Dbdk-clock.c53 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 DAbstractConstructTest.java32 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/
Dfix_numliterals.py17 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/
Dfix_numliterals.py17 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/
Dfix_numliterals.py17 def match(self, node): argument
21 def transform(self, node, results): argument

1...<<61626364656667686970>>...336