Searched refs:isLeaf (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_tree_node.h33 - (BOOL)isLeaf;
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dtcmalloc_snapshot_view.js80 var isLeaf = childCount == 0;
82 traceName, isLeaf, trace.currentBytes, trace.currentAllocs);
94 buildItem_: function(traceName, isLeaf, bytes, allocs) {
123 if (isLeaf)
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSuffixTree.h71 Node(bool isLeaf = false)
75 m_isLeaf = isLeaf;
/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; } function in class:__anon17161::DeltaTreeNode
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
202 if (isLeaf()) {
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon17163::RopePieceBTreeNode
223 return N->isLeaf();
459 return !N->isLeaf();
/external/deqp/framework/common/
H A DtcuTestExecutor.cpp250 bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); local
257 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
279 if (isLeaf)
316 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
321 if (isLeaf)
325 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp209 assert(N->isLeaf() && "Not a leaf?");
290 assert(!N->isLeaf() && "Not an operator?");
324 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
485 if (N->isLeaf())
534 if (N->isLeaf()) {
598 if (!N->isLeaf()) {
613 assert(N->isLeaf() && "Must be a leaf");
677 if (InstPatNode && !InstPatNode->isLeaf() &&
696 if (N->isLeaf())
803 if (!Child->isLeaf()
[all...]
H A DCodeGenDAGPatterns.cpp622 if (N->isLeaf()) {
704 if (PatFragRec->getOnlyTree()->isLeaf())
732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
756 if (!Child->isLeaf() && Child->getNumTypes() &&
759 else if (Child->isLeaf()) {
910 if (!NodeToApply->isLeaf() ||
1138 if (isLeaf())
1146 if (!isLeaf()) {
1180 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp178 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;
H A DCodeGenDAGPatterns.h345 bool isLeaf() const { return Val != nullptr; }
367 Init *getLeafValue() const { assert(isLeaf()); return Val; }
368 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c283 int isLeaf; local
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/WebKit/Tools/GardeningServer/scripts/
H A Dbase_unittests.js132 function isLeaf(node)
142 var all = base.filterTree(tree, isLeaf, function() { return true });
154 var text = base.filterTree(tree, isLeaf, actualIsText);
H A Dbase.js108 base.filterTree = function(tree, isLeaf, predicate)
117 if (isLeaf(child)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h120 bool isLeaf() { return 0 == fLevel; } function in struct:SkRTree::Node
H A DSkRTree.cpp177 SkASSERT(!root->isLeaf());
308 if (root->isLeaf()) {
417 if (root->isLeaf()) {
430 if (root->isLeaf()) {
/external/skia/src/core/
H A DSkRTree.h120 bool isLeaf() { return 0 == fLevel; } function in struct:SkRTree::Node
H A DSkRTree.cpp177 SkASSERT(!root->isLeaf());
308 if (root->isLeaf()) {
417 if (root->isLeaf()) {
430 if (root->isLeaf()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp254 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
264 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
H A DInlineBox.h168 virtual bool isLeaf() const { return true; } function in class:WebCore::InlineBox
H A DInlineFlowBox.h86 virtual bool isLeaf() const OVERRIDE FINAL { return false; }
H A DInlineFlowBox.cpp1430 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild();
1438 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddom_util.js1677 * @param {function(!Node):boolean} isLeaf A function that
1683 cvox.DomUtil.directedNextLeafLikeNode = function(node, r, isLeaf) {
1707 while (cvox.DomUtil.directedFirstChild(node, r) && !isLeaf(node)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 588 milliseconds

12