/external/chromium-trace/trace-viewer/src/tcmalloc/ |
D | tcmalloc_snapshot_view.js | 80 var isLeaf = childCount == 0; 82 traceName, isLeaf, trace.currentBytes, trace.currentAllocs); 94 buildItem_: function(traceName, isLeaf, bytes, allocs) { argument 123 if (isLeaf)
|
/external/clang/lib/Rewrite/Core/ |
D | DeltaTree.cpp | 85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode() argument 86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode() 88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon574d0fa90111::DeltaTreeNode 150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } in classof() 157 if (isLeaf()) in Destroy() 202 if (isLeaf()) { in DoInsertion()
|
D | RewriteRope.cpp | 91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode() argument 95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon28a441470111::RopePieceBTreeNode 223 return N->isLeaf(); in classof() 459 return !N->isLeaf(); in classof()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 199 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode() 279 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode() 294 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode() 451 if (N->isLeaf()) in EmitMatchCode() 569 if (!N->isLeaf()) { in EmitResultOfNamedOperand() 583 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand() 647 if (InstPatNode && !InstPatNode->isLeaf() && in GetInstPatternNode() 666 if (N->isLeaf()) in numNodesThatMayLoadOrStore() 773 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand() 893 if (N->isLeaf()) in EmitResultOperand() [all …]
|
D | CodeGenDAGPatterns.cpp | 622 if (N->isLeaf()) { in FindDepVarsOf() 704 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode() 732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize() 752 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize() 755 else if (Child->isLeaf()) { in getPatternSize() 906 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint() 1128 if (isLeaf()) in print() 1136 if (!isLeaf()) { in print() 1170 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo() 1175 if (isLeaf()) { in isIsomorphicTo() [all …]
|
D | FastISelEmitter.cpp | 178 if (InstPatNode->isLeaf()) in initialize() 197 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { in initialize() 232 if (!Op->isLeaf()) { in initialize() 409 if (!Op->isLeaf()) in PhyRegForNode() 438 if (Dst->isLeaf()) continue; in collectPatterns() 450 if (ChildOp->isLeaf()) in collectPatterns() 476 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns() 488 if (InstPatNode->isLeaf()) continue; in collectPatterns()
|
D | DAGISelEmitter.cpp | 41 if (P->isLeaf()) return 0; in getResultPatternCost() 60 if (P->isLeaf()) return 0; in getResultPatternSize()
|
D | CodeGenDAGPatterns.h | 341 bool isLeaf() const { return Val != 0; } in isLeaf() function 363 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue() 364 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | SuffixTree.h | 71 Node(bool isLeaf = false) 75 m_isLeaf = isLeaf;
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_stat.c | 283 int isLeaf; in statDecodePage() local 292 isLeaf = (p->flags==0x0A || p->flags==0x0D); in statDecodePage() 293 nHdr = 12 - isLeaf*4 + (p->iPgno==1)*100; in statDecodePage() 303 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]); in statDecodePage() 316 if( !isLeaf ){ in statDecodePage()
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_tree_node.h | 33 - (BOOL)isLeaf;
|
D | cookie_tree_node.mm | 58 - (BOOL)isLeaf { method
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_tree_node.h | 33 - (BOOL)isLeaf;
|
D | cookie_tree_node.mm | 58 - (BOOL)isLeaf { method
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | base_unittests.js | 187 function isLeaf(node) function 197 var all = base.filterTree(tree, isLeaf, function() { return true }); 209 var text = base.filterTree(tree, isLeaf, actualIsText);
|
D | base.js | 108 base.filterTree = function(tree, isLeaf, predicate) argument 117 if (isLeaf(child)) {
|
/external/skia/src/core/ |
D | SkRTree.cpp | 177 SkASSERT(!root->isLeaf()); in chooseSubtree() 308 if (root->isLeaf()) { in search() 417 if (root->isLeaf()) { in validateSubtree() 430 if (root->isLeaf()) { in validateSubtree()
|
D | SkRTree.h | 114 bool isLeaf() { return 0 == fLevel; } in isLeaf() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRTree.cpp | 177 SkASSERT(!root->isLeaf()); in chooseSubtree() 308 if (root->isLeaf()) { in search() 417 if (root->isLeaf()) { in validateSubtree() 430 if (root->isLeaf()) { in validateSubtree()
|
D | SkRTree.h | 114 bool isLeaf() { return 0 == fLevel; } in isLeaf() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineBox.cpp | 253 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild() 263 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
|
D | InlineFlowBox.h | 83 virtual bool isLeaf() const OVERRIDE FINAL { return false; } in isLeaf() function
|
D | InlineBox.h | 165 virtual bool isLeaf() const { return true; } in isLeaf() function
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | TextureAtlas.java | 572 public boolean isLeaf() { in isLeaf() method in TextureAtlas.Node 578 if (!isLeaf()) { in insert()
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 2017 - boolean isLeaf; 2107 - else if (child.isLeaf) 2144 - node.isLeaf = false; 2149 - child.isLeaf = true; 2160 - } else if (child.isLeaf) { 2182 - if (!child.isLeaf) 2195 - node.isLeaf = true; 2239 - if (node.isLeaf) {
|