Home
last modified time | relevance | path

Searched defs:node (Results 2751 – 2775 of 8398) sorted by relevance

1...<<111112113114115116117118119120>>...336

/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dsafe_map.h86 insert_return_type insert(node_type&& node) { return map_.insert(std::move(node)); } in insert()
87 insert_return_type insert(const_iterator hint, node_type&& node) { in insert()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DMethodDeclaration.java259 public boolean remove(Node node) { in remove()
290 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dcluster_wrapper.cc179 for (const auto& node : item->graph.node()) { in PYBIND11_MODULE() local
217 const std::string& node = supported_dev.first; in PYBIND11_MODULE() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java811 public Preferences node(String path) { in node() method in AbstractPreferences
830 private Preferences node(StringTokenizer path) { in node() method in AbstractPreferences
/aosp_15_r20/external/freetype/src/cache/
H A Dftccache.h213 #define FTC_CACHE_LOOKUP_CMP( cache, nodecmp, hash, query, node, error ) \ argument
290 #define FTC_CACHE_LOOKUP_CMP( cache, nodecmp, hash, query, node, error ) \ argument
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresource.cpp218 struct NodeInfo node = {}; in GetNodeInfo() local
631 struct NodeInfo node; in GetDataset() local
690 struct NodeInfo node; in SetDataset() local
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/manifest/
H A DAndroidManifest.java270 Node node = elementsByTagName.item(i).getAttributes().getNamedItem("android:name"); in parseUsedPermissions() local
343 private static HashMap<String, String> parseNodeAttributes(Node node) { in parseNodeAttributes()
561 private List<Node> getChildrenTags(final Node node, final String tagName) { in getChildrenTags()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc466 TfLiteNode* node, LSTMType lstm_type, Logger* logger, in lstm_eval()
639 const int subgraph_index, TfLiteNode* node, in lstm_logging_kernel()
647 TfLiteContext* context, const int subgraph_index, TfLiteNode* node, in unidirectional_sequence_lstm_logging_kernel()
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.h31 void *node; member
268 INVALID_VERSION_CHECK(Parser *p, int version, char *msg, void *node) in INVALID_VERSION_CHECK()
282 #define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node… argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc62 NodeDef* node) { in NodeSetUp()
2330 [](const NodeDef* node) { return node->name(); }); in ValidateNodeDefs()
2381 for (const auto& node : nodes_in_dependency_order) { in ValidateDependencyChain() local
2712 const NodeDef* node = nodedef_node_state.first; in TEST_F() local
3088 auto* node = graph.mutable_node(i); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc249 Node* node = &output.oper->node; in TF_GraphSetOutputHandleShapesAndTypes() local
311 Node* const node = graph.FindNodeId(id); in ExtendSessionGraphHelper() local
641 TF_Operation* ToOperation(Node* node) { in ToOperation()
691 Node* node = &output.oper->node; in TF_GraphSetTensorShape() local
708 Node* node = &output.oper->node; in TF_GraphGetTensorNumDims() local
731 Node* node = &output.oper->node; in TF_GraphGetTensorShape() local
1596 Node* node = graph->graph.FindNodeId(*pos); in TF_GraphNextOperation() local
1746 auto* node = graph->graph.FindNodeId(i); in GraphImportGraphDefLocked() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcord.cc84 absl::Nullable<CordRep*> node) { in VerifyTree()
822 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local
1508 absl::Nonnull<CordRep*> node) { in ReportError()
1520 CordRep* node = worklist.back(); in VerifyNode() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnavigate.rs632 let mut node = self; in first_leaf_edge() localVariable
645 let mut node = self; in last_leaf_edge() localVariable
747 let mut node = self; in lower_bound() localVariable
770 let mut node = self; in upper_bound() localVariable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcord.cc84 absl::Nullable<CordRep*> node) { in VerifyTree()
822 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local
1498 absl::Nonnull<CordRep*> node) { in ReportError()
1510 CordRep* node = worklist.back(); in VerifyNode() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnavigate.rs632 let mut node = self; in first_leaf_edge() localVariable
645 let mut node = self; in last_leaf_edge() localVariable
747 let mut node = self; in lower_bound() localVariable
770 let mut node = self; in upper_bound() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnavigate.rs632 let mut node = self; in first_leaf_edge() localVariable
645 let mut node = self; in last_leaf_edge() localVariable
747 let mut node = self; in lower_bound() localVariable
770 let mut node = self; in upper_bound() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnavigate.rs632 let mut node = self; in first_leaf_edge() localVariable
645 let mut node = self; in last_leaf_edge() localVariable
747 let mut node = self; in lower_bound() localVariable
770 let mut node = self; in upper_bound() localVariable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcord.cc84 absl::Nullable<CordRep*> node) { in VerifyTree()
822 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local
1508 absl::Nonnull<CordRep*> node) { in ReportError()
1520 CordRep* node = worklist.back(); in VerifyNode() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnavigate.rs632 let mut node = self; in first_leaf_edge() localVariable
645 let mut node = self; in last_leaf_edge() localVariable
747 let mut node = self; in lower_bound() localVariable
770 let mut node = self; in upper_bound() localVariable
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/androidx.customview_customview/android_common_apex10000/aar/
Dandroidx.customview_customview.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...
Dclasses.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/androidx.customview_customview/android_common_apex30/aar/
Dclasses.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/androidx.customview_customview/android_common_apex35/aar/
Dclasses.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/androidx.customview_customview/android_common_apex34/aar/
Dandroidx.customview_customview.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/androidx.customview_customview/android_common/aar/
Dclasses.jar ... ) androidx.core.view.accessibility.AccessibilityNodeInfoCompat node android.graphics.Rect outBounds public volatile synthetic void ...

1...<<111112113114115116117118119120>>...336