Home
last modified time | relevance | path

Searched defs:node (Results 3051 – 3075 of 8398) sorted by relevance

1...<<121122123124125126127128129130>>...336

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dtreap_algorithms.hpp114 typedef typename NodeTraits::node node; typedef in boost::intrusive::treap_algorithms
208 static void unlink(node_ptr node, NodePtrPriorityCompare pcomp) in unlink()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_test.cc303 TfLiteOpaqueNode* node) { in FlexSinhPrepare()
308 TfLiteOpaqueNode* node) { in FlexSinhEval()
/aosp_15_r20/external/rappor/analysis/cpp/
H A Dfind_cliques.cc159 for (auto& node : kv.second) { in AdjacencyToString() local
216 for (auto node : it->second) { in GetAdjacentNodes() local
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java1180 private static boolean isWhitespaceNode(Node node) in isWhitespaceNode()
1254 private static int getRDFTermKind(Node node) in getRDFTermKind()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Ddelegate.cc202 absl::Status GetRequiredTemporaries(TfLiteContext* context, TfLiteNode* node, in GetRequiredTemporaries()
499 inline DelegateKernel* GetDelegateKernel(TfLiteNode* node) { in GetDelegateKernel()
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_find.c423 static int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct c… in cil_find_matching_avrule()
505 static int __cil_find_matching_avrule_in_ast(struct cil_tree_node *node, uint32_t *finished, void *… in __cil_find_matching_avrule_in_ast()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Dmemory_quota.cc113 std::unique_ptr<QueuedNode> node( in MarkCancelled() local
139 std::unique_ptr<QueuedNode> node( in PollNext() local
/aosp_15_r20/external/pytorch/torch/export/
H A Dunflatten.py667 def _generate_flatten(gm: torch.nn.Module, node, spec) -> torch.fx.Node: argument
995 def copy_node(self, node): argument
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/rzg/
H A Dbl2_plat_setup.c151 int ret, node; in bl2_lossy_gen_fdt() local
500 int ret, node; in bl2_add_memory_node() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DLinkedBlockingDeque.java56 private boolean linkFirst(Node<E> node) { in linkFirst()
60 private boolean linkLast(Node<E> node) { in linkLast()
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3debughandlers.c464 serializeNode(pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE node) in serializeNode()
1003 createNodeTok (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE node, pANTLR3_COMMON_TOKEN … in createNodeTok()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DCompilationUnit.java495 public boolean remove(Node node) { in remove()
725 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jvnet/staxex/stax-ex/1.8.1/
HDstax-ex-1.8.1.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jvnet/ org/ ...
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py5229 def _calc_conv3d_flops(graph, node): argument
5248 def _calc_conv_flops(graph, node): argument
5267 def _calc_depthwise_conv_flops(graph, node): argument
5283 def _calc_bias_add_flops(graph, node): argument
6296 def _calc_dilation2d_flops(graph, node): argument
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
H A Dbdk-csrs-ecam.h82 uint64_t node : 2; /**< [ 45: 44] CCPI node number. */ member
134 uint64_t node : 2; /**< [ 45: 44] CCPI node number. */ member
190 uint64_t node : 2; /**< [ 45: 44] CCPI node number. */ member
236 uint64_t node : 2; /**< [ 45: 44] CCPI node number. */ member
282 uint64_t node : 2; /**< [ 45: 44] CCPI node number. */ member
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DHtmlParserTest.java379 CDataNode node = (CDataNode) div.textNodes().get(0); in handlesCdataAcrossBuffer() local
902 Document node = Jsoup.parseBodyFragment(html); in handlesCommentsInTable() local
912 Document node = Jsoup.parseBodyFragment(html); in handlesQuotesInCommentsInScripts() local
1476 Node node = nodes.get(0); in parseFragmentOnCreatedDocument() local
1486 Node node = nodes.get(0); in nestedPFragments() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_functional_ops.cc121 Status ParseTPUVariableInfor(const Node* node, const int num_cores_per_replica, in ParseTPUVariableInfor()
301 for (const Node* node : graph->nodes()) { in GetClusterName() local
1625 bool TPUPartitionedCallOp::IsInputToTPUReplicate(Node* node) { in IsInputToTPUReplicate()
1678 Node* node = tpu_resource_args[i]; in ReplaceResourceArgsWithVarHandleOps() local
2416 partition_options.node_to_loc = [](const Node* node) { in PartitionHelper()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDrule-api.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/31.7.0-alpha07/
HDuast-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/intellij.platform ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1016 #define CASE_CI_VI(node) \ argument
1020 #define CASE_VI_GFX9_GFX10(node) \ argument
1032 #define CASE_CI_VI(node) case node##_ci: case node##_vi: return node; argument
1033 #define CASE_VI_GFX9_GFX10(node) case node##_vi: case node##_gfx9_gfx10: return node; argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_client.cc638 const auto* node = xds_client_->bootstrap_->node(); in SetChannelStatusLocked() local
1768 const auto* node = bootstrap_->node(); in WatchResource() local
2056 const auto* node = bootstrap_->node(); in NotifyWatchersOnErrorLocked() local
2225 auto* node = in DumpClientConfig() local
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dwmediumd.c1510 struct station *node = get_station_by_addr(ctx, set_position->mac); in process_set_position_message() local
1525 struct station *node = get_station_by_addr(ctx, set_tx_power->mac); in process_set_tx_power_message() local
1539 struct station *node = get_station_by_addr(ctx, set_lci->mac); in process_set_lci_message() local
1558 struct station *node = get_station_by_addr(ctx, set_civicloc->mac); in process_set_civicloc_message() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-common/2.9.0-alpha04/androidx.navigation_navigation-common/android_common_apex30/aar/
Dlint.jar ... .JavaContext context org.jetbrains.uast.UCallExpression node com.intellij.psi.PsiMethod method public static ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-common/2.9.0-alpha04/androidx.navigation_navigation-common/android_common_apex34/aar/
Dlint.jar ... .JavaContext context org.jetbrains.uast.UCallExpression node com.intellij.psi.PsiMethod method public static ...

1...<<121122123124125126127128129130>>...336