Home
last modified time | relevance | path

Searched defs:node (Results 1176 – 1200 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
H A DJavaLayoutHtmlFormatOutputBuilder.kt208 nodes.forEach { node -> in <lambda>() method
233 drop(1).fold(listOfNotNull(firstOrNull())) { acc, node -> in <lambda>() method
316 for (node in nodes) { in <lambda>() method
334 for (node in nodes) { in <lambda>() method
665 val node = page.node in <lambda>() constant
720 for (node in classes) { in <lambda>() method
748 for (node in page.packages) { in <lambda>() method
780 for (node in nodes) { in <lambda>() method
997 class ClassPage(val node: DocumentationNode) : Page() { in <lambda>() constant in org.jetbrains.dokka.Formats.ClassPage
1098 class PackagePage(val node: DocumentationNode) : Page() { in <lambda>() constant in org.jetbrains.dokka.Formats.PackagePage
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs180 let node = Some(node); in push_front_node() localVariable
199 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_front_node() localVariable
225 let node = Some(node); in push_back_node() localVariable
244 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_back_node() localVariable
266 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node() localVariable
848 let node = Box::new_in(Node::new(elt), &self.alloc); in push_front() localVariable
897 let node = Box::new_in(Node::new(elt), &self.alloc); in push_back() localVariable
1200 let node = &*node.as_ptr(); in next() localVariable
1228 let node = &*node.as_ptr(); in next_back() localVariable
1268 let node = &mut *node.as_ptr(); in next() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs180 let node = Some(node); in push_front_node() localVariable
199 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_front_node() localVariable
225 let node = Some(node); in push_back_node() localVariable
244 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_back_node() localVariable
266 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node() localVariable
848 let node = Box::new_in(Node::new(elt), &self.alloc); in push_front() localVariable
897 let node = Box::new_in(Node::new(elt), &self.alloc); in push_back() localVariable
1200 let node = &*node.as_ptr(); in next() localVariable
1228 let node = &*node.as_ptr(); in next_back() localVariable
1268 let node = &mut *node.as_ptr(); in next() localVariable
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex30/aar/
Dlint.jar ... ) String variableName org.jetbrains.uast.UCallExpression node } androidx/work/lint/IdleBatteryChargingConstraintsDetector.class ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common/aar/
Dlint.jar ... ) String variableName org.jetbrains.uast.UCallExpression node } androidx/work/lint/IdleBatteryChargingConstraintsDetector.class ...
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
H A Dtype_inference_test.py57 def transform_ast(self, node, ctx): argument
69 def assertTypes(self, node, expected): argument
75 def assertClosureTypes(self, node, expected): argument
203 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument
426 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument
459 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument
616 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument
655 def res_slice(self, ns, types_ns, node, value, slice_): argument
711 def res_compare(self, ns, types_ns, node, left, right): argument
735 def res_binop(self, ns, types_ns, node, left, right): argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs180 let node = Some(node); in push_front_node() localVariable
199 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_front_node() localVariable
225 let node = Some(node); in push_back_node() localVariable
244 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_back_node() localVariable
266 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node() localVariable
848 let node = Box::new_in(Node::new(elt), &self.alloc); in push_front() localVariable
897 let node = Box::new_in(Node::new(elt), &self.alloc); in push_back() localVariable
1200 let node = &*node.as_ptr(); in next() localVariable
1228 let node = &*node.as_ptr(); in next_back() localVariable
1268 let node = &mut *node.as_ptr(); in next() localVariable
[all …]
/aosp_15_r20/external/openthread/tests/toranj/cli/
H A Dcli.py846 def join(self, node, type=JOIN_TYPE_ROUTER): argument
870 def allowlist_node(self, node): argument
875 def un_allowlist_node(self, node): argument
879 def set_macfilter_lqi_to_node(self, node, lqi): argument
885 def nodeidfilter_clear(self, node): argument
888 def nodeidfilter_allow(self, node): argument
891 def nodeidfilter_deny(self, node): argument
954 def _check_node_is_leader(node): argument
958 def _check_node_is_router(node): argument
962 def _check_node_is_child(node): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp408 xml_node<Ch> *node = new(memory) xml_node<Ch>(type); in allocate_node() local
805 if (xml_node<Ch> *node = this->parent()) in document() local
909 xml_node<Ch> *node = const_cast<xml_node<Ch> *>(this); in document() local
1174 for (xml_node<Ch> *node = first_node(); node; node = node->m_next_sibling) in remove_all_nodes() local
1388 if (xml_node<Ch> *node = parse_node<Flags>(text)) in parse() local
1935 Ch parse_and_append_data(xml_node<Ch> *node, Ch *&text, Ch *contents_start) in parse_and_append_data()
2165 void parse_node_contents(Ch *&text, xml_node<Ch> *node) in parse_node_contents()
2236 void parse_node_attributes(Ch *&text, xml_node<Ch> *node) in parse_node_attributes()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc146 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
271 TfLiteStatus DecodeCenterSizeBoxes(TfLiteContext* context, TfLiteNode* node, in DecodeCenterSizeBoxes()
425 TfLiteContext* context, TfLiteNode* node, OpData* op_data, in NonMaxSuppressionSingleClassHelper()
503 TfLiteNode* node; member
605 TfLiteNode* node, in NonMaxSuppressionMultiClassRegularHelper()
744 TfLiteNode* node, in NonMaxSuppressionMultiClassFastHelper()
847 TfLiteNode* node, OpData* op_data) { in NonMaxSuppressionMultiClass()
893 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DStructuredFormatService.kt156 val node = content.node in <lambda>() constant
273 val breakdownByLocation = nodes.groupBy { node -> in <lambda>() method
297 val breakdownByName = nodes.groupBy { node -> node.name } in <lambda>() method
307 val breakdownBySummary = overloads.groupByTo(LinkedHashMap()) { node -> node.content } in <lambda>() method
468 inner class GroupNodePageBuilder(val node: DocumentationNode) : PageBuilder(listOf(node)) { in <lambda>() constant in org.jetbrains.dokka.StructuredOutputBuilder.GroupNodePageBuilder
498 inner class SingleNodePageBuilder(val node: DocumentationNode, noHeader: Boolean = false) in <lambda>() constant in org.jetbrains.dokka.StructuredOutputBuilder.SingleNodePageBuilder
643 inner class AllTypesNodeBuilder(val node: DocumentationNode) in <lambda>() constant in org.jetbrains.dokka.AllTypesNodeBuilder
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinline_fork_wait.cpp13 auto node = *it; in InlineForkWait() local
29 auto node = *it; in InlineForkWait() local
50 auto node = *it; in InlineForkWait() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DReadOnlyValidatorTest.java21 ObjectNode node = getJsonNode(); in givenConfigWriteFalseWhenReadOnlyTrueThenAllows() local
28 ObjectNode node = getJsonNode(); in givenConfigWriteTrueWhenReadOnlyTrueThenDenies() local
56 InputStream node = getClass().getClassLoader().getResourceAsStream("data/read-only-data.json"); in getJsonNode() local
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dfuture.py25 def visitModule(self, node): argument
50 def visitFrom(self, node): argument
57 def find_futures(node): argument
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-listen.c306 static void fork_reader(int sfd, const char *node, const char *port, in fork_reader()
325 static int open_port(const char *node, const char *port, int *pid, in open_port()
487 static int create_client_file(const char *node, const char *port) in create_client_file()
500 static void destroy_all_readers(int cpus, int *pid_array, const char *node, in destroy_all_readers()
517 static int *create_all_readers(const char *node, const char *port, in create_all_readers()
639 static int put_together_file(int cpus, int ofd, const char *node, in put_together_file()
687 const char *node, const char *port) in process_client()
/aosp_15_r20/external/selinux/libselinux/src/
H A Davc.c274 struct avc_node *node; in avc_av_stats() local
431 struct avc_node *node; in avc_lookup() local
473 struct avc_node *node; in avc_insert() local
506 struct avc_node *node, *tmp; in avc_reset() local
549 struct avc_node *node, *tmp; in avc_destroy() local
946 static inline void avc_update_node(uint32_t event, struct avc_node *node, in avc_update_node()
976 struct avc_node *node; in avc_update_cache() local
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema.cc764 const PropertiesNode* node) in Iterator()
802 const SchemaNode* node) in Schema()
1074 bool CompareKeys(const PropertyNode& node, const std::string& key) { in CompareKeys()
1083 const PropertiesNode* node = storage_->properties(node_->extra); in GetKnownProperty() local
1095 const PropertiesNode* node = storage_->properties(node_->extra); in GetAdditionalProperties() local
1104 const PropertiesNode* node = storage_->properties(node_->extra); in GetPatternProperties() local
1120 const PropertiesNode* node = storage_->properties(node_->extra); in GetRequiredProperties() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Dpytree.py454 def match(self, node, results=None): argument
522 def match(self, node, results=None): argument
528 def _submatch(self, node, results=None): argument
577 def _submatch(self, node, results=None): argument
673 def match(self, node, results=None): argument
808 def match(self, node): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Dpytree.py454 def match(self, node, results=None): argument
522 def match(self, node, results=None): argument
528 def _submatch(self, node, results=None): argument
577 def _submatch(self, node, results=None): argument
673 def match(self, node, results=None): argument
808 def match(self, node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Dpytree.py454 def match(self, node, results=None): argument
522 def match(self, node, results=None): argument
528 def _submatch(self, node, results=None): argument
577 def _submatch(self, node, results=None): argument
673 def match(self, node, results=None): argument
808 def match(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_test.cc58 static void VerifyNodes(Node* node, const std::vector<Node*>& expected_in, in VerifyNodes()
89 Node* node; in AddNodeWithName() local
105 Node* node = graph_.AddNode(node_def, &s); in FromNodeDef() local
317 Node* node = graph_.FindNodeId(id); in TEST_F() local
333 static void CheckType(Node* node, bool b) { in CheckType()
688 for (const Node* node : graph.nodes()) { in BM_InEdgeIteration() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Dpytree.py454 def match(self, node, results=None): argument
522 def match(self, node, results=None): argument
528 def _submatch(self, node, results=None): argument
577 def _submatch(self, node, results=None): argument
673 def match(self, node, results=None): argument
808 def match(self, node): argument
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/
H A DDescriptorDocumentationParser.kt67 return Content.Empty to { node -> } in <lambda>() method
105 refGraph.lookupOrWarn(signature, logger)?.details?.find { node -> in <lambda>() method
122 return content to { node -> in <lambda>() method
206 return parseResult.content to { node -> in <lambda>() method
330 val node = wrappedNode() constant in org.jetbrains.dokka.Kotlin.ParameterInfoNode
/aosp_15_r20/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c64 static inline int nodemask_isset(nodemask_t * mask, int node) in nodemask_isset()
74 static inline void nodemask_set(nodemask_t * mask, int node) in nodemask_set()
349 int node; in get_nodemask() local
390 int node, count = 0; in get_arg_nodeid_list() local
444 int node; in get_current_nodeid_list() local
519 int node = nodeids[i]; in numa_info() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.cc221 const EventNode* node, in FindParentWithComparator()
234 const EventNode* node = nodes.front(); in FindParentWithComparator() local
286 const EventNode* node = nodes.front(); in GetContextStat() local
338 EventNode* node = nodes.front(); in PropagateGroupId() local
376 const EventNode* node = FindParent(HostEventType::kEagerKernelExecute); in IsEager() local
390 [event_type](const EventNode* node) { in FindParent()

1...<<41424344454647484950>>...336