Searched refs:getChild (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D13_Tree_Simple_clone_test.t53 is($clone->getChild(0)->getNodeValue(), $tree->getChild(0)->getNodeValue(), '... these should be the same value');
56 is(ref($clone->getChild(1)->getNodeValue()), "SCALAR", '... these should be scalar refs');
57 is(ref($tree->getChild(1)->getNodeValue()), "SCALAR", '... these should be scalar refs');
59 isnt($clone->getChild(1)->getNodeValue(), $tree->getChild(1)->getNodeValue(),
62 is(${$clone->getChild(1)->getNodeValue()}, ${$tree->getChild(1)->getNodeValue()},
66 is(ref($clone->getChild(2)->getNodeValue()), "ARRAY", '... these should be array refs');
67 is(ref($tree->getChild(
[all...]
H A D14_Tree_Simple_leak_test.t114 is($tree1->getChild(0)->getUID(), $tree2_UID, '... tree2 is still connected to tree1');
115 is($tree1->getChild(0)->getParent(), $tree1, '... tree2s parent is tree1');
139 is($tree1->getChild(0)->getUID(), $tree2_UID, '... tree2 is still connected to tree1');
140 is($tree1->getChild(0)->getParent(), $tree1, '... tree2s parent is tree1');
142 cmp_ok($tree1->getChild(0)->getChildCount(), '==', 1, '... tree2 is still connected to tree3');
143 is($tree1->getChild(0)->getChild(0), $tree3, '... tree2 is still connected to tree3');
H A D14a_Tree_Simple_weak_refs_test.t87 is($tree1->getChild(0)->getUID(), $tree2_UID, '... tree2 is still connected to tree1');
88 is($tree1->getChild(0)->getParent(), $tree1, '... tree2s parent is tree1');
110 is($tree1->getChild(0)->getUID(), $tree2_UID, '... tree2 is still connected to tree1');
111 is($tree1->getChild(0)->getParent(), $tree1, '... tree2s parent is tree1');
113 cmp_ok($tree1->getChild(0)->getChildCount(), '==', 1, '... tree2 is still connected to tree3');
114 is($tree1->getChild(0)->getChild(0), $tree3, '... tree2 is still connected to tree3');
H A D10_Tree_Simple_test.t55 can_ok($tree, 'getChild');
146 is($tree->getChild(0), $sub_tree, '... make sure our sub_tree is fetchable');
196 is($tree->getChild(1), $sub_tree_2, '... make sure our sub_tree is fetchable');
236 is($tree->getChild(2), $sub_tree_4, '... make sure our sub_tree is fetchable');
283 is($tree->getChild(2), $sub_tree_3, '... make sure our sub_tree is fetchable');
288 is($tree->getChild(3), $sub_tree_4, '... make sure our sub_tree is fetchable');
472 is($tree->getChild(4), $more_children[0], '... they are the same');
473 is($tree->getChild(5), $more_children[1], '... they are the same');
525 is($tree->getChild(4), $more_children[0], '... they are the same');
526 is($tree->getChild(
[all...]
H A D11_Tree_Simple_fixDepth_test.t104 $parent_tree->getChild(1)->addChild($tree);
117 is($tree->getParent(), $parent_tree->getChild(1), '... these should both be equal');
131 my $removed = $parent_tree->getChild(1)->removeChild($tree);
H A D12_Tree_Simple_exceptions_test.t234 # exceptions for getChild
237 # not giving an index to the getChild method
239 $tree->getChild();
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D95_Tree_Simple_Visitor_LoadClassHierarchy_test.t56 my $current = $tree->getChild(0);
58 is($current->getChild(0)->getNodeValue(), 'C', '... got the value we expected');
59 is($current->getChild(0)->getChild(0)->getNodeValue(), 'A', '... got the value we expected');
60 is($current->getChild(1)->getNodeValue(), 'D', '... got the value we expected');
61 is($current->getChild(1)->getChild(0)->getNodeValue(), 'A', '... got the value we expected');
62 is($current->getChild(1)->getChild(1)->getNodeValue(), 'B', '... got the value we expected');
84 is($current->getChild(
[all...]
H A D30_Tree_Simple_Visitor_FindByPath_test.t70 is($results[1], $tree->getChild(0), '... got the right next result');
71 is($results[2], $tree->getChild(0)->getChild(1), '... got the right next result');
84 is($results[1], $tree->getChild(0), '... got the right next result');
85 is($results[2], $tree->getChild(0)->getChild(1), '... got the right next result');
97 is($results[1], $tree->getChild(0), '... got the right next result');
123 is($results[1], $tree->getChild(2), '... got the right next result');
124 is($results[2], $tree->getChild(2)->getChild(
[all...]
H A D96_Tree_Simple_Visitor_VariableDepthClone_test.t194 $tree->getChild(0)->accept($visitor);
213 $tree->getChild(0)->accept($visitor);
232 $tree->getChild(0)->accept($visitor);
251 $tree->getChild(0)->accept($visitor);
270 $tree->getChild(0)->getChild(0)->accept($visitor);
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t41 my $root = $tree->getChild(0);
114 my $root = $tree->getChild(0);
H A D91_Tree_Simple_Visitor_FromNestedArray_test.t41 my $root = $tree->getChild(0);
114 my $root = $tree->getChild(0);
H A D70_Tree_Simple_Visitor_LoadDirectoryTree_test.t309 $visitor->visit($tree->getChild(0));
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenDAGPatterns.cpp589 FindDepVarsOf(N->getChild(i), DepMap);
713 TreePatternNode *Child = P->getChild(i);
827 return N->getChild(OpNo);
999 delete getChild(i);
1062 getChild(0)->print(OS);
1065 getChild(i)->print(OS);
1112 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars))
1127 CChildren.push_back(getChild(i)->clone());
1143 getChild(
[all...]
H A DDAGISelEmitter.cpp52 Cost += getResultPatternCost(P->getChild(i), CGP);
68 Cost += getResultPatternSize(P->getChild(i), CGP);
H A DDAGISelMatcherGen.cpp284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
286 if (IntInit *II = dynamic_cast<IntInit*>(N->getChild(1)->getLeafValue())) {
302 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
403 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
639 InstPatNode = InstPatNode->getChild(InstPatNode->getNumChildren()-1);
668 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP);
741 const TreePatternNode *Child = N->getChild(ChildN
[all...]
H A DFastISelEmitter.cpp193 TreePatternNode *Op = InstPatNode->getChild(i);
447 TreePatternNode *ChildOp = Dst->getChild(i);
474 if (!Dst->getChild(1)->isLeaf()) continue;
476 DefInit *SR = dynamic_cast<DefInit*>(Dst->getChild(1)->getLeafValue());
480 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
497 assert(InstPatNode->getChild(0)->getNumTypes() == 1);
498 VT = InstPatNode->getChild(0)->getType(0);
520 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target);
523 Dst->getChild(DstIndex)->getName() !=
524 InstPatNode->getChild(
[all...]
H A DDAGISelMatcher.cpp102 if (getChild(i) == 0)
105 getChild(i)->print(OS, indent+2);
H A DCodeGenDAGPatterns.h366 TreePatternNode *getChild(unsigned N) const { return Children[N]; }
474 if (getChild(i)->ContainsUnresolvedType()) return true;
H A DDAGISelMatcher.h198 Matcher *getChild(unsigned i) { return Children[i]; } function in class:llvm::ScopeMatcher
199 const Matcher *getChild(unsigned i) const { return Children[i]; } function in class:llvm::ScopeMatcher
H A DDAGISelMatcherEmitter.cpp176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
720 BuildHistogram(SM->getChild(i), OpcodeFreq);
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dxmlparser.h97 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py31 return item.getChild(child)
164 def getChild(self, child): member in class:PythonItem
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py31 return item.getChild(child)
164 def getChild(self, child): member in class:PythonItem
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py31 return item.getChild(child)
164 def getChild(self, child): member in class:PythonItem
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm319 sub getChild { subroutine
338 $self->getParent()->getChild($index);
612 $tree->getChild(0)->addChild(Tree::Simple->new("1.1"));
811 =item B<getChild ($index)>
826 C<getChild> and C<getAllChildren> on the invocant's parent.

Completed in 119 milliseconds

12