/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_relax_snode.h | 47 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r… in relax_snode() argument 53 descendants.setZero(); in relax_snode() 58 descendants(parent) += descendants(j) + 1; in relax_snode() 66 while ( parent != n && descendants(parent) < relax_columns ) in relax_snode() 75 while (descendants(j) != 0 && j < n) j++; in relax_snode()
|
D | SparseLU_heap_relax_snode.h | 46 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r… in heap_relax_snode() argument 68 descendants.setZero(); in heap_relax_snode() 73 descendants(parent) += descendants(j) + 1; in heap_relax_snode() 85 while ( parent != n && descendants(parent) < relax_columns ) in heap_relax_snode() 107 if (descendants(i) == 0) in heap_relax_snode() 116 while (descendants(j) != 0 && j < n) j++; in heap_relax_snode()
|
D | SparseLUImpl.h | 39 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r… 40 …onst Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& r…
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarAST.java | 356 public static List<Tree> descendants(Tree root){ in descendants() method in GrammarAST 357 return descendants(root, false); in descendants() 360 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST 370 for (Tree subchild : descendants(child, true)) in descendants() 379 for (Tree subchild : descendants(child, false)) in descendants() 393 List<Tree> descendants = descendants(this); in findFirstType() local 394 for (Tree child : descendants) { in findFirstType() 450 Iterator<Tree> thisDescendants = descendants(this, true).iterator(); in hasSameTreeStructure() 451 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure()
|
/external/perfetto/src/trace_processor/dynamic/ |
D | descendant_slice_generator.cc | 61 auto descendants = GetDescendantSlices(slice, SliceId(start_id)); in ComputeTable() local 62 if (!descendants) in ComputeTable() 64 Table reduced_slice = slice.Apply(std::move(*descendants)); in ComputeTable()
|
D | connected_flow_generator.cc | 129 base::Optional<RowMap> descendants = in GoToRelatives() local 132 GoToRelativesImpl(descendants->IterateRows()); in GoToRelatives()
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestUtils.py | 96 descendants = list(process.children(recursive=True)) 97 descendants.append(process) 99 for subprocess in descendants:
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 72 // Descendants of the graph. The actual descendants depend on the data 107 // The following are the aggregated stats from descendants. 108 // The actual descendants depend on the data structure used. 123 // Descendants of the node. The actual descendants depend on the data
|
/external/mesa3d/docs/drivers/ |
D | vc4.rst | 214 its descendants. The top few are generally uninteresting (main() and 215 its descendants consuming a lot), but eventually you can get down to 217 callchains to descendants -- where all that time actually went. On the
|
/external/libxml2/doc/ |
D | docdescr.doc | 16 it's descendants include and include/libxml. These core files, together
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 214 ;;; that need to be inferred from ancestors, descendants, 414 ;;; descendants which unwind to other descendants (left.left unwinds to
|
/external/python/cpython2/Doc/library/ |
D | abc.rst | 37 these and their descendants will be considered subclasses of the registering
|
D | ttk.rst | 905 Delete all specified *items* and all their descendants. 914 The items and all of their descendants are still present, and may be 1035 It is illegal to move an item under one of its descendants. If *index* is 1398 If set to 1, causes the element and all of its descendants to be treated as
|
D | xml.dom.minidom.rst | 104 extension to the DOM API that renders the node and its descendants are
|
D | xml.dom.rst | 584 Search for all descendants (direct children, children's children, etc.) with a 590 Search for all descendants (direct children, children's children, etc.) with a
|
D | inspect.rst | 472 classes using multiple inheritance and their descendants will appear multiple
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 1010 Delete all specified *items* and all their descendants. 1019 The items and all of their descendants are still present, and may be 1140 It is illegal to move an item under one of its descendants. If *index* is 1518 If set to 1, causes the element and all of its descendants to be treated as
|
D | abc.rst | 62 these and their descendants will be considered subclasses of the registering
|
D | xml.dom.minidom.rst | 98 extension to the DOM API that renders the node and its descendants are
|
D | xml.dom.rst | 569 Search for all descendants (direct children, children's children, etc.) with a 575 Search for all descendants (direct children, children's children, etc.) with a
|
/external/fmtlib/doc/bootstrap/ |
D | forms.less | 279 // These classes are used on elements with <label> descendants
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 213 ;;; that need to be inferred from ancestors, descendants,
|
/external/protobuf/javanano/ |
D | README.md | 112 ancestors, and descendants are not accessed by any other threads
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |