Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/json/
Djson_reader_unittest.cc273 std::unique_ptr<Value> root2 = in TEST() local
275 EXPECT_TRUE(list->Equals(root2.get())); in TEST()
293 std::unique_ptr<Value> root2 = in TEST() local
296 EXPECT_TRUE(list->Equals(root2.get())); in TEST()
356 std::unique_ptr<Value> root2 = JSONReader::Read( in TEST() local
359 ASSERT_TRUE(root2); in TEST()
360 EXPECT_TRUE(dict_val->Equals(root2.get())); in TEST()
363 root2 = JSONReader::Read( in TEST()
370 ASSERT_TRUE(root2); in TEST()
371 EXPECT_TRUE(dict_val->Equals(root2.get())); in TEST()
[all …]
/external/python/cpython3/Lib/
Dpathlib.py89 def join_parsed_parts(self, drv, root, parts, drv2, root2, parts2): argument
94 if root2:
96 return drv, root2, [drv + root2] + parts2[1:]
104 return drv2, root2, parts2
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2677 CvPTreeNode* root2 = node2; in cvSeqPartition() local
2680 while( root2->parent ) in cvSeqPartition()
2681 root2 = root2->parent; in cvSeqPartition()
2683 if( root2 != root ) in cvSeqPartition()
2685 if( root->rank > root2->rank ) in cvSeqPartition()
2686 root2->parent = root; in cvSeqPartition()
2689 root->parent = root2; in cvSeqPartition()
2690 root2->rank += root->rank == root2->rank; in cvSeqPartition()
2691 root = root2; in cvSeqPartition()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1109 const HloInstruction* root2 = fusion2->fused_expression_root(); in TEST_F() local
1110 EXPECT_TRUE(ShapeUtil::Equal(root->shape(), root2->shape())); in TEST_F()
1112 ShapeUtil::Equal(root->operand(0)->shape(), root2->operand(0)->shape())); in TEST_F()
1114 ShapeUtil::Equal(root->operand(1)->shape(), root2->operand(1)->shape())); in TEST_F()
1116 root2->operand(1)->operand(0)->shape())); in TEST_F()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...