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

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstreenode.py9 self.failUnlessResultIsBOOL(NSTreeNode.isLeaf)
H A Dtest_nsbrowsercell.py6 self.failUnlessResultIsBOOL(NSBrowserCell.isLeaf)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstreenode.py9 self.assertResultIsBOOL(NSTreeNode.isLeaf)
H A Dtest_nsbrowsercell.py6 self.assertResultIsBOOL(NSBrowserCell.isLeaf)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstreenode.py9 self.assertResultIsBOOL(NSTreeNode.isLeaf)
H A Dtest_nsbrowsercell.py6 self.assertResultIsBOOL(NSBrowserCell.isLeaf)
/macosx-10.10/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c96 CFBooleanRef isLeaf, isWhole; local
101 isLeaf = IORegistryEntryCreateCFProperty(partition, CFSTR(kIOMediaLeafKey), kCFAllocatorDefault, 0);
102 if (!isLeaf || CFGetTypeID(isLeaf) != CFBooleanGetTypeID()) {
103 if (isLeaf) CFRelease(isLeaf);
107 if (!CFEqual(isLeaf, kCFBooleanTrue)) {
108 CFRelease(isLeaf);
112 CFRelease(isLeaf);
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D11_Tree_Simple_fixDepth_test.t31 ok(!$tree->isLeaf(), '... and it is not a leaf');
45 ok($sub_tree->isLeaf(), '... however it is a leaf');
75 ok(!$parent_tree->isLeaf(), '... our parent tree is a leaf');
88 ok($sub_tree->isLeaf(), '... but it is a leaf');
139 ok(!$removed->isLeaf(), '... and it is not a leaf');
H A D14_Tree_Simple_leak_test.t63 ok($tree2->isLeaf(), '... tree2 is a Leaf');
66 ok($tree3->isLeaf(), '... tree3 is a Leaf');
73 ok(!$tree2->isLeaf(), '... now tree2 is not a Leaf');
75 ok($tree3->isLeaf(), '... but tree3 is still a Leaf');
87 ok(!$tree2->isLeaf(), '... now tree2 is not a leaf again');
92 ok($tree3->isLeaf(), '... now tree3 is still a leaf');
H A D14a_Tree_Simple_weak_refs_test.t41 ok($tree2->isLeaf(), '... tree2 is a Leaf');
44 ok($tree3->isLeaf(), '... tree3 is a Leaf');
51 ok(!$tree2->isLeaf(), '... now tree2 is not a Leaf');
53 ok($tree3->isLeaf(), '... but tree3 is still a Leaf');
62 ok(!$tree2->isLeaf(), '... now tree2 is a not a leaf again');
67 ok($tree3->isLeaf(), '... now tree3 is still a leaf');
H A D10_Tree_Simple_test.t38 can_ok($tree, 'isLeaf');
77 ok($tree->isLeaf());
120 ok($sub_tree->isLeaf());
127 ok(!$tree->isLeaf());
174 ok($sub_tree_2->isLeaf());
229 ok($sub_tree_4->isLeaf());
259 ok($sub_tree_3->isLeaf());
339 ok($sub_child->isLeaf());
352 ok(!$sub_tree->isLeaf());
370 ok($sub_child->isLeaf());
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t51 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
54 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
57 ok($child2->isLeaf(), '... Child2 is a leaf node');
86 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
89 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
92 ok($child2->isLeaf(), '... Child2 is a leaf node');
124 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
127 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
130 ok($child2->isLeaf(), '... Child2 is a leaf node');
H A D91_Tree_Simple_Visitor_FromNestedArray_test.t51 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
54 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
57 ok($child2->isLeaf(), '... Child2 is a leaf node');
86 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
89 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
92 ok($child2->isLeaf(), '... Child2 is a leaf node');
124 ok($grandchild1->isLeaf(), '... GrandChild1 is a leaf node');
127 ok($grandchild2->isLeaf(), '... GrandChild2 is a leaf node');
130 ok($child2->isLeaf(), '... Child2 is a leaf node');
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DSuffixTree.h71 Node(bool isLeaf = false)
75 m_isLeaf = isLeaf;
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelEmitter.cpp41 if (P->isLeaf()) return 0;
60 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp203 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())
751 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
870 if (N->isLeaf())
[all...]
H A DCodeGenDAGPatterns.cpp584 if (N->isLeaf()) {
666 if (PatFragRec->getOnlyTree()->isLeaf())
694 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue()))
714 if (!Child->isLeaf() && Child->getNumTypes() &&
717 else if (Child->isLeaf()) {
866 if (!NodeToApply->isLeaf() ||
1051 if (isLeaf())
1059 if (!isLeaf()) {
1093 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp177 if (InstPatNode->isLeaf())
196 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
231 if (!Op->isLeaf()) {
406 if (!Op->isLeaf())
436 if (Dst->isLeaf()) continue;
448 if (ChildOp->isLeaf())
474 if (!Dst->getChild(1)->isLeaf()) continue;
486 if (InstPatNode->isLeaf()) continue;
H A DCodeGenDAGPatterns.h340 bool isLeaf() const { return Val != 0; }
362 Init *getLeafValue() const { assert(isLeaf()); return Val; }
363 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPCertInfo.h269 bool isLeaf() { return mIsLeaf; } function in class:TPCertInfo
270 void isLeaf(bool l) { mIsLeaf = l; } function in class:TPCertInfo
H A DTPCrlInfo.cpp215 if(forCert->isLeaf() &&
389 outCertGroup.certAtIndex(0)->isLeaf(true);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineBox.cpp232 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
242 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm47 return if $tree->isLeaf();
83 $self->_sortTree($sort_function, $child) unless $child->isLeaf();
H A DToNestedArray.pm47 push @{$accumulator} => $self->_buildArray($child, [], $filter) unless $child->isLeaf();
H A DToNestedHash.pm47 $self->_buildHash($child, $node_value, $filter) unless $child->isLeaf();

Completed in 307 milliseconds

12