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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /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; }
226 return N->isLeaf();
463 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; }
122 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
153 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
160 if (isLeaf())
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 74 virtual bool isLeaf() const { return false; }
InlineBox.h 207 virtual bool isLeaf() const { return true; }
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 572 public boolean isLeaf() {
578 if (!isLeaf()) {
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiSelector.java 374 boolean isLeaf() {
  /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 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 763 milliseconds