Home
last modified time | relevance | path

Searched refs:hasChild (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DBstNode.java95 public final boolean hasChild(BstSide side) { in hasChild() method in BstNode
117 if (hasChild(LEFT)) { in orderingInvariantHolds()
120 if (hasChild(RIGHT)) { in orderingInvariantHolds()
DBstInOrderPath.java69 if (getTip().hasChild(side)) {
72 while (path.getTip().hasChild(otherSide)) {
DBstRangeOps.java143 if (tip.hasChild(side.other())) { in furthestPath()
149 } else if (tip.hasChild(side)) { in furthestPath()
DBstOperations.java167 if (root.hasChild(LEFT)) { in extractMin()
185 if (root.hasChild(RIGHT)) { in extractMax()
/external/guava/guava-tests/test/com/google/common/collect/
DBstNodeTest.java39 assertFalse(node.hasChild(side)); in testLacksChild()
48 assertTrue(node.hasChild(side)); in testChildIs()
DBstTesting.java89 } else if (left.hasChild(RIGHT)) {
140 while (path.getTip().hasChild(LEFT)) { in assertInOrderTraversalIs()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h83 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
/external/deqp/framework/common/
DtcuCommandLine.cpp244 bool hasChild (const std::string& name) const;
279 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode
418 if (nodeStack[stackPos]->hasChild(curName)) in parseCaseList()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp397 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()
DCodeGenDAGPatterns.h377 bool hasChild(const TreePatternNode *N) const { in hasChild() function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1844 hasChild: function(el){ method
2098 …return ($type(this) != 'document' && related != this && related.prefix != 'xul' && !this.hasChild(…
Dconcat-jquery-mootools-prototype.js6220 hasChild: function(el){ method
6474 …return ($type(this) != 'document' && related != this && related.prefix != 'xul' && !this.hasChild(…