Searched refs:hasChild (Results 1 - 18 of 18) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBstNode.java95 public final boolean hasChild(BstSide side) { method in class:BstNode
117 if (hasChild(LEFT)) {
120 if (hasChild(RIGHT)) {
H A DBstInOrderPath.java69 if (getTip().hasChild(side)) {
72 while (path.getTip().hasChild(otherSide)) {
H A DBstRangeOps.java143 if (tip.hasChild(side.other())) {
149 } else if (tip.hasChild(side)) {
H A DBstOperations.java167 if (root.hasChild(LEFT)) {
185 if (root.hasChild(RIGHT)) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstNodeTest.java39 assertFalse(node.hasChild(side));
48 assertTrue(node.hasChild(side));
H A DBstTesting.java89 } else if (left.hasChild(RIGHT)) {
140 while (path.getTip().hasChild(LEFT)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h83 void setChildrenFlag(bool hasChild) { Children = hasChild; } argument
/external/deqp/framework/common/
H A DtcuCommandLine.cpp244 bool hasChild (const std::string& name) const;
279 inline bool CaseTreeNode::hasChild (const std::string& name) const function in class:tcu::CaseTreeNode
418 if (nodeStack[stackPos]->hasChild(curName))
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h376 /// hasChild - Return true if N is any of our children.
377 bool hasChild(const TreePatternNode *N) const {
H A DDAGISelMatcherGen.cpp397 bool NeedCheck = !Root->hasChild(N);
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1844 hasChild: function(el){
2098 return ($type(this) != 'document' && related != this && related.prefix != 'xul' && !this.hasChild(related));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 809 milliseconds