Home
last modified time | relevance | path

Searched refs:child1_2 (Results 1 – 21 of 21) sorted by relevance

/dports/databases/p5-DBIx-Class-Tree-NestedSet/DBIx-Class-Tree-NestedSet-0.10/t/
H A D16-siblings.t37 my $child1_2 = $tree1->add_to_children({ content => '1 child 2' });
50 $child1_2->discard_changes;
73 [map {$_->id} $child1_1, $child1_2, $child1_4],
82 [map {$_->id} $child1_1, $child1_2, $child1_4],
91 [map {$_->id} $child1_1, $child1_2],
101 [map {$_->id} $child1_1, $child1_2],
136 $sibling = $child1_2->right_sibling;
150 $sibling = $child1_2->last_sibling;
171 [map {$_->id} $child1_1, $child1_2, $child1_4, $child1_3],
184 [map {$_->id} $child1_1, $child1_2, $child1_3, $child1_4],
[all …]
H A D17-cutting.t30 my $child1_2 = $tree1->add_to_children({ content => '1 child 2' });
34 my $gchild1_1 = $child1_2->add_to_children({ content => '1 g-child 1' });
35 my $gchild1_2 = $child1_2->add_to_children({ content => '1 g-child 2' });
42 for ($tree1, $child1_1, $child1_2, $child1_3, $child1_4,
55 …[map { $_->id} $tree1, $child1_1, $child1_2, $gchild1_1, $gchild1_2, $ggchild1, $child1_3, $child1…
59 my $subtree = $child1_2->take_cutting;
64 [map { $_->id } $child1_2, $gchild1_1, $gchild1_2, $ggchild1],
74 for ($subtree, $child1_2, $gchild1_1, $gchild1_2, $ggchild1) {
H A D14-attach.t37 my $child1_2 = $tree1->add_to_children({ content => '1 child 2' });
41 my $gchild1_1 = $child1_2->add_to_children({ content => '1 g-child 1' });
42 my $gchild1_2 = $child1_2->add_to_children({ content => '1 g-child 2' });
52 …[map { $_->id} $tree1, $child1_1, $child1_2, $gchild1_1, $gchild1_2, $ggchild1, $child1_3, $child1…
59 $child1_2->discard_changes;
61 $child1_2->attach_right_sibling($ggchild1);
67 [map { $_->id} $child1_1, $child1_2, $ggchild1, $child1_3, $child1_4 ],
H A D12-append.t37 my $child1_2 = $child1_0->create_right_sibling({ content => 'child1-2'});
47 $child1_2->discard_changes;
55 …d} $tree1, $child1_0, $g_child10_1, $g_child10_2, $gg_child102_1, $child1_3, $child1_2, $child1_1],
60 $child1_2->delete;
H A D15-attach.t33 my $child1_2 = $tree1->add_to_children({ content => '1 child 2' });
39 [map { $_->id} $tree1, $child1_1, $child1_2],
H A D10-multi.t33 my $child1_2 = $tree1->add_to_children({ content => 'child1-2'});
51 [map { $_->id} $tree1, $child1_1, $g_child1_1, $g_child1_2, $child1_2, $child1_3, $g_child1_3],
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_rotate.cpp36 BBox<vfloat4> child1_0,child1_1,child1_2,child1_3; in rotate() local
37 parent->bounds(child1_0,child1_1,child1_2,child1_3); in rotate()
74 float cost20 = halfArea3f(merge(child1_2,child2c1,child2c2,child2c3)); in rotate()
75 float cost21 = halfArea3f(merge(child2c0,child1_2,child2c2,child2c3)); in rotate()
76 float cost22 = halfArea3f(merge(child2c0,child2c1,child1_2,child2c3)); in rotate()
77 float cost23 = halfArea3f(merge(child2c0,child2c1,child2c2,child1_2)); in rotate()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestShapePainting.cpp217 OrderedMockShape *child1_2 = new OrderedMockShape(order); in testPaintOrder() local
218 child1_2->setZIndex(2); in testPaintOrder()
220 branch1->addShape(child1_2); in testPaintOrder()
246 QVERIFY(sortedShapes[3] == child1_2); in testPaintOrder()
/dports/devel/py-os-vif/os_vif-2.7.0/os_vif/tests/unit/
H A Dtest_base.py45 child1_2 = self.OVOChild1(child1_field1=[4, 5, 6])
47 parent_field1=[child1_1, child1_2],
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestShapePainting.cpp215 OrderedMockShape *child1_2 = new OrderedMockShape(&order); in testPaintOrder() local
216 child1_2->setZIndex(2); in testPaintOrder()
218 branch1->addShape(child1_2); in testPaintOrder()
244 QVERIFY(sortedShapes[3] == child1_2); in testPaintOrder()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1173 LookupOperation child1_2(query, &root); in runTestSuite() local
1174 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1173 LookupOperation child1_2(query, &root); in runTestSuite() local
1174 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1166 LookupOperation child1_2(query, &root); in runTestSuite() local
1167 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1173 LookupOperation child1_2(query, &root); in runTestSuite() local
1174 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1173 LookupOperation child1_2(query, &root); in runTestSuite() local
1174 LookupOperation child2_2(query, &child1_2); in runTestSuite()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/tools/
H A Dspj_sanity_test.cpp1173 LookupOperation child1_2(query, &root); in runTestSuite() local
1174 LookupOperation child2_2(query, &child1_2); in runTestSuite()