Home
last modified time | relevance | path

Searched defs:node (Results 1426 – 1450 of 8398) sorted by relevance

1...<<51525354555657585960>>...336

/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java274 DistanceTable node = getNode(desired, supported); in addSubtables() local
414 DistanceTable node = suppNodeMap.get(ANY); in toTrie() local
423 DistanceTable node = suppNode.getValue(); in toTrie() local
440 public boolean test(DistanceTable node) { in test()
459 public boolean test(DistanceTable node) { in test()
595 DistanceTable node = defaultDistanceTable.getAnyAnyNode(); in build() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java277 DistanceTable node = getNode(desired, supported); in addSubtables() local
417 DistanceTable node = suppNodeMap.get(ANY); in toTrie() local
426 DistanceTable node = suppNode.getValue(); in toTrie() local
443 public boolean test(DistanceTable node) { in test()
462 public boolean test(DistanceTable node) { in test()
598 DistanceTable node = defaultDistanceTable.getAnyAnyNode(); in build() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h309 TFGraphNode(const ProfileNode& node, const ProfileProto& profile, in TFGraphNode()
316 TFGraphNode(const NodeDef* node, int64_t id, in TFGraphNode()
368 const ProfileNode& node() { return node_; } in node() function
435 void FromProto(const ProfileNode& node, const ProfileProto& profile, in FromProto()
799 for (const TFGraphNode* node : nodes) { in SnapshotNodes() local
825 void AddGraphNode(const TFGraphNode* node) { in AddGraphNode()
/aosp_15_r20/external/lzma/C/
H A DPpmd8.c117 static void Ppmd8_InsertNode(CPpmd8 *p, void *node, unsigned indx) in Ppmd8_InsertNode()
129 CPpmd8_Node *node = NODE((CPpmd8_Node_Ref)p->FreeList[indx]); in Ppmd8_RemoveNode() local
192 CPpmd8_Node *node = NODE(next); in Ppmd8_GlueFreeBlocks() local
235 CPpmd8_Node *node = NODE(n); in Ppmd8_GlueFreeBlocks() local
384 CPpmd8_Node *node = (CPpmd8_Node *)(void *)p->UnitsStart; in ExpandTextArea() local
406 CPpmd8_Node *node = NODE(n); in ExpandTextArea() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_ops_to_mkldnn.cpp173 auto add_to_inplace_set = [&](Node* node) { in InplaceMKLDNNSubgraph()
308 Operation BroadOp(const Node* node) { in BroadOp()
491 Operation ConstantMKLDNNTensorOp(const Node* node) { in ConstantMKLDNNTensorOp()
758 auto node = body_node->owningGraph()->create( in ComputeSubgraphInMKLDNN() local
936 static bool MKLDNNGroupStart(Node* node) { in MKLDNNGroupStart()
1062 bool shouldConsiderForMerge(Node* node) { in shouldConsiderForMerge()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
H A DPackageTable.java53 Node node = Node.fromBytes(mReader, mHeader.mVersion); in get() local
145 Node node = new Node(); in fromBytesV1() local
155 Node node = new Node(); in fromBytesV2() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DXmlTreeBuilder.java104 void insertLeafNode(LeafNode node) { in insertLeafNode()
136 protected void insertNode(Node node) { in insertNode()
143 protected void insertNode(Node node, Token token) { in insertNode()
/aosp_15_r20/external/armnn/src/armnn/test/
H A DUtilsTests.cpp138 { in __anon445299380102()
189 auto getNodeInputs = [graph](int node) -> std::vector<int>
190 { in __anon445299380302()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dgraph_info.cc78 const TfLiteNode& node = info_->node(node_index); in Partition() local
132 const TfLiteNode& node = info_->node(node_index); in UpdateNode() local
265 const auto& node = info->node(node_index); in PartitionGraphIntoIndependentNodeSubsets() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-boot/
H A Dbdk-boot-qlm.c91 static void find_bgx(int node, int qlm, int *bgx, int *bgx_lane_mask) in find_bgx()
179 static int init_sfp(int node, int qlm) in init_sfp()
353 static int init_qsfp(int node, int qlm) in init_qsfp()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dshape_optimizer_test.cc55 for (const NodeDef& node : output.node()) { in TEST_F() local
117 for (const NodeDef& node : output.node()) { in TEST_F() local
151 for (const NodeDef& node : output.node()) { in TEST_F() local
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
H A DRepresenter.java97 MappingNode node = new MappingNode(tag, value, FlowStyle.AUTO); in representJavaBean() local
179 protected void checkGlobalTag(Property property, Node node, Object object) { in checkGlobalTag()
240 private void resetTag(Class<? extends Object> type, Node node) { in resetTag()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DDynamicGraph.java45 public void addNode(T node) { in addNode()
110 public void setStatus(T node, Status status) { in setStatus()
120 private void removeNode(T node) { in removeNode()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java236 private final void dispatachChars(Node node) in dispatachChars()
258 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode()
448 protected void endNode(Node node) throws org.xml.sax.SAXException in endNode()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp106 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqUniform && in mergeUniformObjects()
129 …[](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqVaryingOut; }); in checkStageIO()
134 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqVaryingIn; }); in checkStageIO()
541 auto filter = [](TIntermSequence& list, TIntermNode* node) { in mergeGlobalUniformBlocks()
548 [&defaultBlocks, &filter](TIntermNode* node) { in mergeGlobalUniformBlocks()
552 [&unitDefaultBlocks, &filter](TIntermNode* node) { in mergeGlobalUniformBlocks()
659 virtual bool visitBinary(TVisit, glslang::TIntermBinary* node) in mergeBlockDefinitions()
1485 glslang::TIntermAggregate* node = functionSequence[f]->getAsAggregate(); in checkCallGraphBodies() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc53 uptr node = d.newNode(0); in RunBasicTest() local
61 uptr node = d.newNode(0); in RunBasicTest() local
69 uptr node = d.newNode(0); in RunBasicTest() local
458 vector<uptr> node(BV::kSize); in RunRemoveEdgesTest() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_xla_computations_pass_test.cc110 auto add_attrs = [](Node* node) { in MakeBodyGraph()
158 auto add_attrs = [](Node* node) { in TEST()
164 auto get_node_in_graph = [&graph](Node* node) { in TEST()
211 auto add_attrs = [](Node* node) { in TEST()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/comment/
H A DComposerWithCommentEnabledTest.java42 private void printBlockComment(Node node, int level, PrintStream out) { in printBlockComment()
51 private void printEndComment(Node node, int level, PrintStream out) { in printEndComment()
60 private void printInLineComment(Node node, int level, PrintStream out) { in printInLineComment()
77 private void printNodeInternal(Node node, int level, PrintStream out) { in printNodeInternal()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dlist.hpp61 typedef list_node<T> node; typedef in test::test_detail::list_data
88 typedef list_node<T> node; typedef in test::test_detail::list_iterator
124 typedef list_node<T> node; typedef in test::test_detail::list_const_iterator
165 typedef test::test_detail::list_node<T> node; typedef in test::list
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/
H A Dtfl_device.c97 fill_operation(struct teflon_delegate *delegate, TfLiteContext *tf_context, TfLiteNode *node, TfLit… in fill_operation()
292 partition_prepare(TfLiteContext *context, TfLiteNode *node) in partition_prepare()
314 partition_invoke(TfLiteContext *tf_context, TfLiteNode *node) in partition_invoke()
355 TfLiteNode *node; in PrepareDelegate() local
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/31.7.0-alpha07/
HDlint-checks-31.7.0-alpha07.jar ... .JavaContext context org.jetbrains.uast.UCallExpression node com.intellij.psi.PsiMethod method private final ...
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dinsert_logging_test.cc77 for (const NodeDef& node : result.node()) { in TestInsertLogging() local
126 for (const NodeDef& node : result.node()) { in TestInsertLoggingByOpType() local
175 for (const NodeDef& node : result.node()) { in TestInsertLoggingByPrefix() local
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/strings/
H A DAndroidXMLResourceBundle.java86 Node node = stringNodes.item(i); in addStringsToProperties() local
99 private static @Nullable String getStringName(Node node) { in getStringName()
111 private static @Nullable String getStringValue(Node node) { in getStringValue()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dlist_iterators.cpp53 test_node_inherite *node = new(mem_ctx) test_node_inherite(); in SetUp() local
147 exec_node node; member in test_node_embed
171 test_node_embed *node = new(mem_ctx) test_node_embed(); in SetUp() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_repair_ssa.c49 record_write(struct repair_ctx *ctx, agx_block *block, unsigned node, in record_write()
62 resolve_read(struct repair_ctx *ctx, agx_block *block, agx_index node) in resolve_read()
115 agx_index node) in add_phi_operands()

1...<<51525354555657585960>>...336