/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_tree_node.h | 33 - (BOOL)isLeaf;
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_tree_node.h | 33 - (BOOL)isLeaf;
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
SuffixTree.h | 71 Node(bool isLeaf = false) 75 m_isLeaf = isLeaf;
|
/external/clang/lib/Rewrite/Core/ |
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; } 120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers. 150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } 157 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; } 223 return N->isLeaf(); 459 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 | 41 if (P->isLeaf()) return 0; 60 if (P->isLeaf()) return 0;
|
DAGISelMatcherGen.cpp | 199 assert(N->isLeaf() && "Not a leaf?"); 279 assert(!N->isLeaf() && "Not an operator?"); 294 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && 451 if (N->isLeaf()) 569 if (!N->isLeaf()) { 583 assert(N->isLeaf() && "Must be a leaf"); 647 if (InstPatNode && !InstPatNode->isLeaf() && 666 if (N->isLeaf()) 773 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) [all...] |
CodeGenDAGPatterns.cpp | 622 if (N->isLeaf()) { 704 if (PatFragRec->getOnlyTree()->isLeaf()) 732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) 752 if (!Child->isLeaf() && Child->getNumTypes() && 755 else if (Child->isLeaf()) { 906 if (!NodeToApply->isLeaf() || [all...] |
FastISelEmitter.cpp | 178 if (InstPatNode->isLeaf()) 197 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { 232 if (!Op->isLeaf()) { 409 if (!Op->isLeaf()) 438 if (Dst->isLeaf()) continue; 450 if (ChildOp->isLeaf()) 476 if (!Dst->getChild(1)->isLeaf()) continue; 488 if (InstPatNode->isLeaf()) continue;
|
CodeGenDAGPatterns.h | 341 bool isLeaf() const { return Val != 0; } 363 Init *getLeafValue() const { assert(isLeaf()); return Val; } 364 Record *getOperator() const { assert(!isLeaf()); return Operator; }
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_stat.c | 283 int isLeaf; 292 isLeaf = (p->flags==0x0A || p->flags==0x0D); 293 nHdr = 12 - isLeaf*4 + (p->iPgno==1)*100; 303 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]); 316 if( !isLeaf ){
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.h | 114 bool isLeaf() { return 0 == fLevel; }
|
SkRTree.cpp | 177 SkASSERT(!root->isLeaf()); 308 if (root->isLeaf()) { 417 if (root->isLeaf()) { 430 if (root->isLeaf()) {
|
/external/skia/src/core/ |
SkRTree.h | 114 bool isLeaf() { return 0 == fLevel; }
|
SkRTree.cpp | 177 SkASSERT(!root->isLeaf()); 308 if (root->isLeaf()) { 417 if (root->isLeaf()) { 430 if (root->isLeaf()) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.cpp | 253 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); 263 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
|
InlineBox.h | 165 virtual bool isLeaf() const { return true; }
|
InlineFlowBox.h | 83 virtual bool isLeaf() const OVERRIDE FINAL { return false; }
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
base.js | 108 base.filterTree = function(tree, isLeaf, predicate) 117 if (isLeaf(child)) {
|
base_unittests.js | 187 function isLeaf(node) 197 var all = base.filterTree(tree, isLeaf, function() { return true }); 209 var text = base.filterTree(tree, isLeaf, actualIsText);
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
QueryController.java | 299 if(subSelector.isLeaf()) { 407 if(subSelector.isLeaf()) {
|
UiSelector.java | 835 boolean isLeaf() { [all...] |
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TextureAtlas.java | 572 public boolean isLeaf() { 578 if (!isLeaf()) {
|
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |