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

  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 33 - (BOOL)isLeaf;
  /external/webkit/Source/WebCore/platform/text/
SuffixTree.h 71 Node(bool isLeaf = false)
75 m_isLeaf = isLeaf;
  /external/clang/lib/Rewrite/
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...]
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();
458 return !N->isLeaf();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 29 if (P->isLeaf()) return 0;
48 if (P->isLeaf()) return 0;
DAGISelMatcherGen.cpp 203 assert(N->isLeaf() && "Not a leaf?");
269 assert(!N->isLeaf() && "Not an operator?");
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
441 if (N->isLeaf())
559 if (!N->isLeaf()) {
573 assert(N->isLeaf() && "Must be a leaf");
637 if (InstPatNode && !InstPatNode->isLeaf() &&
656 if (N->isLeaf())
745 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
    [all...]
CodeGenDAGPatterns.cpp 585 if (N->isLeaf()) {
667 if (PatFragRec->getOnlyTree()->isLeaf())
695 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue()))
715 if (!Child->isLeaf() && Child->getNumTypes() &&
718 else if (Child->isLeaf()) {
868 if (!NodeToApply->isLeaf() ||
    [all...]
FastISelEmitter.cpp 173 if (InstPatNode->isLeaf())
192 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
227 if (!Op->isLeaf()) {
401 if (!Op->isLeaf())
431 if (Dst->isLeaf()) continue;
443 if (ChildOp->isLeaf())
469 if (!Dst->getChild(1)->isLeaf()) continue;
481 if (InstPatNode->isLeaf()) continue;
CodeGenDAGPatterns.h 339 bool isLeaf() const { return Val != 0; }
361 Init *getLeafValue() const { assert(isLeaf()); return Val; }
362 Record *getOperator() const { assert(!isLeaf()); return Operator; }
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 248 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild();
258 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild();
InlineBox.h 207 virtual bool isLeaf() const { return true; }
InlineFlowBox.h 74 virtual bool isLeaf() const { return false; }
InlineFlowBox.cpp     [all...]
  /external/junit/src/junit/swingui/
TestTreeModel.java 123 public boolean isLeaf(Object node) {
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 631 milliseconds