Searched defs:isLeaf (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon142::RopePieceBTreeNode
226 return N->isLeaf();
463 return !N->isLeaf();
H A DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; } function in class:__anon140::DeltaTreeNode
122 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
153 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
160 if (isLeaf())
205 if (isLeaf()) {
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java572 public boolean isLeaf() { method in class:TextureAtlas.Node
578 if (!isLeaf()) {
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.h74 virtual bool isLeaf() const { return false; } function in class:WebCore::InlineFlowBox
H A DInlineBox.h207 virtual bool isLeaf() const { return true; } function in class:WebCore::InlineBox
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 203 milliseconds