HomeSort by relevance Sort by last modified time
    Searched defs:isLeaf (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
TreeNodeTest.java 63 assertTrue(testTreeNode.isLeaf());
93 assertFalse(node1.isLeaf());
95 assertFalse(node11.isLeaf());
97 assertTrue(node111.isLeaf());
110 assertFalse(node11.isLeaf());
  /external/clang/lib/Rewrite/
RewriteRope.cpp 87 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
89 bool IsLeaf;
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {}
95 bool isLeaf() const { return IsLeaf; }
223 return N->isLeaf();
461 return !N->isLeaf();
DeltaTree.cpp 77 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
79 bool IsLeaf;
85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; }
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
    [all...]
  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
175 if (!(isLeaf ? m_caseListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGroupName(nodePath.c_str())))
188 if (isLeaf)
233 if (!isLeaf)
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
TreeNode.java 106 public final boolean isLeaf() {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 71 return t.root != nil && t.root.isLeaf()
173 func (t *node32) isLeaf() bool {
regalloc.go 508 // isLeaf reports whether f performs any calls.
509 func isLeaf(f *Func) bool {
566 if isLeaf(f) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 71 return t.root != nil && t.root.isLeaf()
173 func (t *node32) isLeaf() bool {
regalloc.go 508 // isLeaf reports whether f performs any calls.
509 func isLeaf(f *Func) bool {
566 if isLeaf(f) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 65 * if (!isLeaf()) {
254 protected boolean isLeaf() {
  /external/llvm/lib/IR/
Function.cpp 888 bool Intrinsic::isLeaf(ID id) {
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 838 boolean isLeaf() {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 273 public abstract boolean isLeaf();
297 public boolean isLeaf() {
323 public boolean isLeaf() {
591 if (!node.isLeaf()) {
606 if (root.isLeaf()) {
653 if (node.isLeaf()) {
718 if (node.isLeaf()) {
742 if (node.isLeaf()) {
777 if (node.isLeaf()) {
805 if (node.isLeaf()) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 

Completed in 630 milliseconds

1 2 3 4 5 6