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

1 2

  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
Node.java 9 public boolean isLeaf = false;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /external/clang/lib/Rewrite/Core/
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();
459 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...]
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtPluginNode.java 68 public boolean isLeaf() {
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 120 bool isLeaf() { return 0 == fLevel; }
  /external/deqp/framework/common/
tcuTestExecutor.cpp 250 bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
257 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
279 if (isLeaf)
316 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
321 if (isLeaf)
325 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
  /external/skia/src/core/
SkRTree.h 120 bool isLeaf() { return 0 == fLevel; }
  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 283 int isLeaf;
292 isLeaf = (p->flags==0x0A || p->flags==0x0D);
293 nHdr = 12 - isLeaf*4 + (p->iPgno==1)*100;
303 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
316 if( !isLeaf ){
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 168 virtual bool isLeaf() const { return true; }
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 835 boolean isLeaf() {
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
DMTTest.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 726 milliseconds

1 2