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

  /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...]
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 120 bool isLeaf() { return 0 == fLevel; }
  /external/deqp/framework/common/
tcuTestExecutor.cpp 251 bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
258 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
280 if (isLeaf)
317 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
322 if (isLeaf)
326 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
  /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 169 virtual bool isLeaf() const { return true; }
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.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 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 382 milliseconds