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

/external/clang/lib/Rewrite/
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon1103::RopePieceBTreeNode
223 return N->isLeaf();
459 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:__anon1101::DeltaTreeNode
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
202 if (isLeaf()) {
/external/deqp/framework/common/
H A DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); local
175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
188 if (isLeaf)
233 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/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp741 bool isLeaf = local
744 if (isLeaf) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/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/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c155523 int isLeaf; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c155553 int isLeaf; local
[all...]

Completed in 910 milliseconds