Home
last modified time | relevance | path

Searched defs:node (Results 1551 – 1575 of 8398) sorted by relevance

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

/aosp_15_r20/external/libxml2/
H A Dxpath.c653 xmlNodePtr node = NULL; in xmlXPathErr() local
2582 xmlXPathNodeSetDupNs(xmlNodePtr node, xmlNsPtr ns) { in xmlXPathNodeSetDupNs()
2728 xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) { in xmlXPathNodeSetAddNs()
3206 xmlNodePtr node; in xmlXPathNodeSetClearFromPos() local
3244 xmlNodePtr node; in xmlXPathNodeSetKeepLast() local
3567 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeLeadingSorted()
3610 xmlXPathNodeLeading (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeLeading()
3674 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeTrailingSorted()
3718 xmlXPathNodeTrailing (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeTrailing()
4461 xmlNodePtr node; in xmlXPathReleaseObject() local
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DVirtualContainerView.java303 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); in onProvideAutofillCompatModeAccessibilityNodeInfo() local
322 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); in onProvideAutofillCompatModeAccessibilityNodeInfoForLoginButton() local
330 public static void assertHtmlInfo(ViewNode node) { in assertHtmlInfo()
567 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); in provideAccessibilityNodeInfo() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Ddump_graphviz.cc592 std::string GetSubgraphLabel(Node const& node, const std::string& subgraph) { in GetSubgraphLabel()
623 void DumpSubgraphHeader(std::string* output_file, Node const& node, in DumpSubgraphHeader()
649 const std::string& node_name, Node const& node) { in DumpNode()
686 void InsertNode(const Model& model, const std::string& array_id, Node* node, in InsertNode()
/aosp_15_r20/external/libxml2/python/
H A Dtypes.c350 libxml_xmlNodePtrWrap(xmlNodePtr node) in libxml_xmlNodePtrWrap()
509 xmlNodePtr node; in libxml_xmlXPathObjectPtrWrap() local
534 xmlNodePtr node; in libxml_xmlXPathObjectPtrWrap() local
627 PyObject *node; in libxml_xmlXPathObjectPtrConvert() local
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.cpp362 cJSON *node = cJSON_CreateObject(); in Node2JsonString() local
630 cJSON *node = cJSON_CreateObject(); in ActiveDataset2Json() local
678 cJSON *node; in ActiveDataset2JsonString() local
691 cJSON *node = cJSON_CreateObject(); in PendingDataset2JsonString() local
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DClassInstrumentor.java262 AbstractInsnNode node = insns[0]; in isJacocoInstrumented() local
473 AbstractInsnNode node = returnNode.getNext(); in extractInstructionsAfterReturn() local
491 AbstractInsnNode node = insns[i]; in extractCallToSuperConstructor() local
628 AbstractInsnNode node = instructions.next(); in rewriteMethodBody() local
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
H A DAssertions.java194 final ViewNode node = event.getViewNode(); in assertViewWithUnknownParentAppeared() local
215 final ViewNode node = event.getViewNode(); in assertViewAppeared() local
226 final ViewNode node = assertViewWithUnknownParentAppeared(events, index, expectedView, in assertViewAppeared() local
445 final ViewNode node = event.getViewNode(); in assertVirtualViewAppeared() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc142 const auto is_parametrized = [&](const NodeDef& node) { in HasParametrizedBody()
266 const Node* node = fbody->arg_nodes[in_id]; in MakeGrapplerFunctionItem() local
275 const Node* node = fbody->ret_nodes[out_id]; in MakeGrapplerFunctionItem() local
456 for (const NodeDef& node : item.function_body().node()) { in Initialize() local
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.cc153 const AstNode* node = type2.children; in AnalyzeType2() local
339 const AstNode* node = group.children->children; in AnalyzeGroup() local
369 const AstNode* node = group_entry.children; in AnalyzeGroupEntry() local
452 AstNode* node = rule->children; in BuildSymbolTable() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/rmtfs/
Dstorage.c26 unsigned node; member
76 struct rmtfd *storage_open(unsigned node, const char *path) in storage_open()
166 struct rmtfd *storage_get(unsigned node, int caller_id) in storage_get()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_mutation.cpp155 auto* node = *it; in RemoveListMutation() local
229 auto* node = *it; in RemoveTensorMutation() local
375 return RemoveTensorMutation(graph, [](Node* node) { in InplaceToFunctionalActivation()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DTreeBuilder.java237 void onNodeInserted(Node node) { in onNodeInserted()
245 void onNodeClosed(Node node) { in onNodeClosed()
249 private void trackNodePosition(Node node, boolean isStart) { in trackNodePosition()
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dtext_encoder.cc137 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors()
162 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
210 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine.cc390 for (const auto& node : graph_costs->node()) { in MergeCosts() local
401 for (const auto& node : queue_costs.node()) { in MergeCosts() local
425 for (const auto& node : init_costs.node()) { in MergeCosts() local
/aosp_15_r20/external/google-cloud-java/java-tpu/google-cloud-tpu/src/test/java/com/google/cloud/tpu/v2alpha1/
H A DTpuClientTest.java336 Node node = Node.newBuilder().build(); in createNodeTest() local
362 Node node = Node.newBuilder().build(); in createNodeExceptionTest() local
407 Node node = Node.newBuilder().build(); in createNodeTest2() local
433 Node node = Node.newBuilder().build(); in createNodeExceptionTest2() local
703 Node node = Node.newBuilder().build(); in updateNodeTest() local
727 Node node = Node.newBuilder().build(); in updateNodeExceptionTest() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp220 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck()
253 …rmTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node) in handleLvalue()
658 TIntermTyped* node = nullptr; in handleVariable() local
2288 TIntermNode*& node) in handleFunctionBody()
2771 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance()
2851 const auto indexesSplit = [this](const TIntermTyped* node) -> bool { in handleAssign()
2862 const auto getSymbol = [](const TIntermTyped* node) -> const TIntermSymbol* { in handleAssign()
2875 const auto assignsClipPos = [this](const TIntermTyped* node) -> bool { in handleAssign()
3467 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods()
3870 void HlslParseContext::decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNo… in decomposeSampleMethods()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp222 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck()
255 …rmTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node) in handleLvalue()
660 TIntermTyped* node = nullptr; in handleVariable() local
2293 TIntermNode*& node) in handleFunctionBody()
2776 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance()
2856 const auto indexesSplit = [this](const TIntermTyped* node) -> bool { in handleAssign()
2867 const auto getSymbol = [](const TIntermTyped* node) -> const TIntermSymbol* { in handleAssign()
2880 const auto assignsClipPos = [this](const TIntermTyped* node) -> bool { in handleAssign()
3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods()
3875 void HlslParseContext::decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNo… in decomposeSampleMethods()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_utils.cc35 Node* node; member
185 Node* node = AddIdentity(absl::StrCat(n->name(), "/", name), g, input); in RemoveListArrayConverter() local
283 const Node& node) { in IsFunctionCall()
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/
H A DDominatorTree.kt124 dominators.forEach { (objectId, node) -> in <lambda>() method
138 dominators.values.forEach { node -> in <lambda>() method
142 return dominators.mapValues { (_, node) -> in <lambda>() method
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtile.cc51 TfLiteStatus ResizeOutput(TfLiteContext* context, TfLiteNode* node) { in ResizeOutput()
219 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
250 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dutils_test.cc127 TfLiteNode* node() { return &node_; } in node() function in tflite::delegates::__anon7609ef290111::MockTfLiteContext
141 TfLiteContext* context, int node_index, TfLiteNode** node, in MockGetNodeAndRegistration()
171 bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node, in IsNodeSupported()
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DMux.kt289 .also { node -> in toString() method
297 ?.let { node -> in toString() method
314 class Active<A>(val node: MuxNode<*, *, A>) : MuxLifecycleState<A> { in toString() constant in com.android.systemui.kairos.internal.MuxLifecycleState.Active
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dbuild.rs266 let node: &crate::proto::device_path::acpi::Adr = in test_acpi_adr() localVariable
301 let node: &crate::proto::device_path::acpi::Expanded = in test_acpi_expanded() localVariable
360 let mut node: &crate::proto::device_path::messaging::RestService = in test_messaging_rest_service() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dbuild.rs266 let node: &crate::proto::device_path::acpi::Adr = in test_acpi_adr() localVariable
301 let node: &crate::proto::device_path::acpi::Expanded = in test_acpi_expanded() localVariable
360 let mut node: &crate::proto::device_path::messaging::RestService = in test_messaging_rest_service() localVariable
/aosp_15_r20/external/XNNPACK/test/
H A Dstatic-constant-pad.cc64 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
116 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
166 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local

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