Home
last modified time | relevance | path

Searched defs:node (Results 1701 – 1725 of 8398) sorted by relevance

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

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
H A DBeanConstructor.java34 public Object construct(Node node) { in construct()
46 public Object construct(Node node) { in construct()
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dparse-tree.cc30 const ParseTree* node = open.top(); in Traverse() local
46 Traverse(root, [&result, pred_fn](const ParseTree* node) { in SelectAll()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DInjectBindingValidator.java51 private void validateInjectionBinding(Binding node, DiagnosticReporter diagnosticReporter) { in validateInjectionBinding()
55 diagnosticReporter.reportBinding(item.kind(), node, item.message()); in validateInjectionBinding() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Doptimize_indexing.py41 def try_to_reduce_precision(node, bounds, indirect_vars, indices, replacement_vals): argument
45 def skip_filter(node): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dcanonicalizer.cc27 void CanonicalizeNode(NodeDef* node) { in CanonicalizeNode()
57 NodeDef* node = graph->mutable_node(i); in CompressConstants() local
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dsyntax.py32 def error(self, node, msg): argument
39 def visitAssign(self, node): argument
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DNodeFilter.java49 FilterResult head(Node node, int depth); in head()
58 default FilterResult tail(Node node, int depth) { in tail()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dtypelist.h60 struct node in _GLIBCXX_VISIBILITY() struct
62 typedef Root root; in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/utils/
H A DJsonNodes.java37 public static <T extends JsonNode> T get(JsonNode node, JsonNodePath path) { in get()
59 public static <T extends JsonNode> T get(JsonNode node, Object propertyOrIndex) { in get()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dtypelist.h60 struct node in _GLIBCXX_VISIBILITY() struct
62 typedef Root root; in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1029 let node = state.nodes.get_mut(node_id); in free() localVariable
1260 let node = self.nodes.get(node_id); in allocate() localVariable
1326 let node = self.nodes.get(node_id); in split() localVariable
1351 let node = self.nodes.get_mut(node_id); in split() localVariable
1376 let node = self.nodes.get_mut(node_id); in split() localVariable
1395 let node = self.nodes.get(node_id); in free() localVariable
1409 let node = self.nodes.get(node_id); in coalesce() localVariable
1420 let node = self.nodes.get_mut(node_id); in coalesce() localVariable
1448 let node = self.nodes.get_mut(node_id); in coalesce() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc82 for (const auto& node : graph_def.node()) { in FindStatefulOps() local
93 for (const auto& node : fdef.node_def()) { in FindStatefulOps() local
405 for (const auto& node : graph_def.node()) { in WriteDatasetInternal() local
432 for (const auto& node : result->node()) { in AsGraphDefForRewrite() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbatch_semaphore.rs72 node: Waiter, field
511 let node = unsafe { in poll_acquire() localVariable
512 let node = Pin::into_inner_unchecked(node) as *mut _; in poll_acquire() localVariable
700 let node = NonNull::from(&mut self.node); in drop() localVariable
/aosp_15_r20/external/lzma/C/
H A DPpmd7.c117 static void Ppmd7_InsertNode(CPpmd7 *p, void *node, unsigned indx) in Ppmd7_InsertNode()
129 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]); in Ppmd7_RemoveNode() local
211 CPpmd7_Node *node = NODE(n); in Ppmd7_GlueFreeBlocks() local
235 CPpmd7_Node *node = NODE(n); in Ppmd7_GlueFreeBlocks() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java383 private void notifyNodeChanged(BrowseTree.BrowseNode node) { in notifyNodeChanged()
402 void requestContents(BrowseTree.BrowseNode node) { in requestContents()
407 public void playItem(BrowseTree.BrowseNode node) { in playItem()
760 private void processPlayItem(BrowseTree.BrowseNode node) { in processPlayItem()
/aosp_15_r20/external/libcap/psx/
H A Dpsx.c132 registered_thread_t *node = calloc(1, sizeof(registered_thread_t)); in psx_do_registration() local
378 static void psx_do_unregister(registered_thread_t *node) { in psx_do_unregister()
409 static void _psx_exiting(void *node) { in _psx_exiting()
463 void *node = psx_do_registration(); in _psx_start_fn() local
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c110 set_class(unsigned *classes, unsigned node, unsigned class) in set_class()
122 check_read_class(unsigned *classes, unsigned tag, unsigned node) in check_read_class()
143 check_write_class(unsigned *classes, unsigned tag, unsigned node) in check_write_class()
167 mark_node_class(unsigned *bitfield, unsigned node) in mark_node_class()
/aosp_15_r20/bootable/libbootloader/gbl/libfdt/src/
H A Dlib.rs183 let node = self.find_node(path)?; in get_property() localVariable
264 let node = self.find_node(path)?; in delete_node() localVariable
274 let node = self.find_or_add_node(path)?; in set_property() localVariable
297 let node = self.find_or_add_node(path)?; in set_property_placeholder() localVariable
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
H A DBlockMacro.java91 … public void init(RuntimeServices rs, String macroName, InternalContextAdapter context, Node node) in init()
119 public boolean render(InternalContextAdapter context, Writer writer, Node node) in render()
H A DDefine.java60 public void init(RuntimeServices rs, InternalContextAdapter context, Node node) in init()
93 public boolean render(InternalContextAdapter context, Writer writer, Node node) in render()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DMutableNetwork.java44 boolean addNode(N node); in addNode()
105 boolean removeNode(N node); in removeNode()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
H A DPosition.java33 public static Position beginOf(Node node){ in beginOf()
37 public static Position endOf(Node node){ in endOf()
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/common/
Dfdt_wrappers.h57 static inline bool fdt_node_is_enabled(const void *fdt, int node) in fdt_node_is_enabled()
67 #define fdt_for_each_compatible_node(dtb, node, compatible_str) \ argument
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
H A Dstyle-info.js23 static get(node) { argument
35 static set(node, styleInfo) { argument
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DMutableNetwork.java44 boolean addNode(N node); in addNode()
105 boolean removeNode(N node); in removeNode()

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