Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 25 of 47) sorted by relevance

12

/external/perfetto/src/trace_processor/metrics/chrome/
Dscroll_jank_cause_queuing_delay.sql98 descendant.id AS descendant_id,
99 descendant.ts AS descendant_ts,
100 descendant.dur AS descendant_dur,
101 COALESCE(descendant.name || "(" ||
102 IIF(descendant.arg_set_id IS NOT NULL,
103 EXTRACT_ARG(descendant.arg_set_id,
106 descendant.name) AS descendant_name,
107 descendant.parent_id As descendant_parent_id,
108 descendant.depth AS descendant_depth,
112 descendant_slice(base.id) AS descendant;
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DFauxveridesTest.java107 private void doHasAllFauxveridesTest(Class<?> descendant, Class<?> ancestor) { in doHasAllFauxveridesTest() argument
109 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); in doHasAllFauxveridesTest()
115 descendant.getSimpleName(), ancestor.getSimpleName(), missing)); in doHasAllFauxveridesTest()
123 private static Set<MethodSignature> getAllFauxveridden(Class<?> descendant, Class<?> ancestor) { in getAllFauxveridden() argument
124 return getPublicStaticMethodsBetween(descendant, ancestor); in getAllFauxveridden()
128 Class<?> descendant, Class<?> ancestor) { in getPublicStaticMethodsBetween() argument
130 for (Class<?> clazz : getClassesBetween(descendant, ancestor)) { in getPublicStaticMethodsBetween()
150 private static Set<Class<?>> getClassesBetween(Class<?> descendant, Class<?> ancestor) { in getClassesBetween() argument
153 while (!descendant.equals(ancestor)) { in getClassesBetween()
154 classes.add(descendant); in getClassesBetween()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DFauxveridesTest.java107 private void doHasAllFauxveridesTest(Class<?> descendant, Class<?> ancestor) { in doHasAllFauxveridesTest() argument
109 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); in doHasAllFauxveridesTest()
115 descendant.getSimpleName(), ancestor.getSimpleName(), missing)); in doHasAllFauxveridesTest()
123 private static Set<MethodSignature> getAllFauxveridden(Class<?> descendant, Class<?> ancestor) { in getAllFauxveridden() argument
124 return getPublicStaticMethodsBetween(descendant, ancestor); in getAllFauxveridden()
128 Class<?> descendant, Class<?> ancestor) { in getPublicStaticMethodsBetween() argument
130 for (Class<?> clazz : getClassesBetween(descendant, ancestor)) { in getPublicStaticMethodsBetween()
150 private static Set<Class<?>> getClassesBetween(Class<?> descendant, Class<?> ancestor) { in getClassesBetween() argument
153 while (!descendant.equals(ancestor)) { in getClassesBetween()
154 classes.add(descendant); in getClassesBetween()
[all …]
/external/perfetto/test/trace_processor/dynamic/
Ddescendant_slice.sql1 SELECT slice.name AS currentSliceName, descendant.name AS descendantSliceName
2 FROM slice LEFT JOIN descendant_slice(slice.id) AS descendant
3 ORDER BY slice.ts ASC, descendant.ts ASC, slice.name ASC, descendant.name ASC;
/external/libxml2/test/XPath/tests/
Dsimplebase10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node()
11 /child::EXAMPLE/attribute::prop1/descendant-or-self::*
14 /descendant::title
15 /descendant::p/ancestor::chapter
Dchaptersbase8 /descendant::title
9 /descendant::p/ancestor::chapter
/external/libxml2/result/XPath/tests/
Dsimplebase76 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::node()
84 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::*
117 Expression: /descendant::title
124 Expression: /descendant::p/ancestor::chapter
Dchaptersbase82 Expression: /descendant::title
93 Expression: /descendant::p/ancestor::chapter
/external/libxml2/fuzz/
Dxpath.dict32 axis_descendant="descendant::"
33 axis_descendant_or_self="descendant-or-self::"
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc535 Node* descendant) { in AggregateSizeForDescendantNode() argument
536 Edge* owns_edge = descendant->owns_edge(); in AggregateSizeForDescendantNode()
540 if (descendant->children()->empty()) in AggregateSizeForDescendantNode()
541 return GetSizeEntryOfNode(descendant).value_or(0ul); in AggregateSizeForDescendantNode()
544 for (const auto& path_to_child : *descendant->children()) { in AggregateSizeForDescendantNode()
Dgraph_processor_unittest.cc77 Node* descendant) { in AggregateSizeForDescendantNode() argument
78 return GraphProcessor::AggregateSizeForDescendantNode(root, descendant); in AggregateSizeForDescendantNode()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph_processor.h85 GlobalNodeGraph::Node* descendant);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java864 public boolean isAncestorOf(Node descendant) {
865 return this != descendant && findFirst(Node.class, n -> n == descendant).isPresent();
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-redundant-branch-condition.rst62 The inner ``if`` statement does not have to be a direct descendant of the outer
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py102 for descendant in child._getDescendants():
103 yield descendant
/external/python/cpython2/Doc/library/
Dlogging.rst93 hierarchy, then it will see all events logged by all descendant loggers,
140 Returns a logger which is a descendant to this logger, as determined by the suffix.
540 been generated by descendant loggers will not be filtered by a logger's filter
541 setting, unless the filter has also been applied to those descendant loggers.
Dast.rst189 Recursively yield all descendant nodes in the tree starting at *node*
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
DREADME.md352 To use the `::slotted` pseudo-element, you must select it as a descendant of some context element.
/external/python/cpython3/Doc/library/
Dlogging.rst89 hierarchy, then it will see all events logged by all descendant loggers,
147 Returns a logger which is a descendant to this logger, as determined by the suffix.
657 been generated by descendant loggers will not be filtered by a logger's filter
658 setting, unless the filter has also been applied to those descendant loggers.
/external/clang/bindings/python/clang/
Dcindex.py1544 for descendant in child.walk_preorder():
1545 yield descendant
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1852 for descendant in child.walk_preorder():
1853 yield descendant
/external/iputils/doc/
Dping.sgml625 The version described here is its descendant specific to Linux.
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto788 // does not mean that it is a descendant. For example, a "group" defines
Ddescriptor_sv.proto773 // does not mean that it is a descendant. For example, a "group" defines
/external/protobuf/src/google/protobuf/
Ddescriptor.proto768 // does not mean that it is a descendant. For example, a "group" defines

12