/external/chromium_org/cc/layers/ |
H A D | layer_iterator_unittest.cc | 137 scoped_refptr<TestLayer> root2 = TestLayer::Create(); local 146 root_layer->AddChild(root2); 148 root2->AddChild(root21); 149 root2->AddChild(root22); 150 root2->AddChild(root23); 165 EXPECT_COUNT(root2, -1, -1, 6); 177 scoped_refptr<TestLayer> root2 = TestLayer::Create(); local 186 root_layer->AddChild(root2); 188 root2->set_draws_content(false); 189 root2 [all...] |
/external/chromium_org/chrome/browser/sync_file_system/ |
H A D | syncable_file_system_util_unittest.cc | 120 const std::string root2 = sync_file_system::GetSyncableFileSystemRootURI( local 129 EXPECT_TRUE(CreateFileSystemURL(root2 + parent).IsParent( 130 CreateFileSystemURL(root2 + child))); 134 CreateFileSystemURL(root2 + child))); 135 EXPECT_FALSE(CreateFileSystemURL(root2 + parent).IsParent(
|
/external/chromium/base/json/ |
H A D | json_reader_unittest.cc | 230 scoped_ptr<Value> root2; local 231 root2.reset(JSONReader::Read("[true, false, null, ]", true)); 232 EXPECT_TRUE(root->Equals(root2.get())); 250 root2.reset(JSONReader::Read("[[true], [], [false, [], [null, ] , ], null,]", 252 EXPECT_TRUE(root->Equals(root2.get())); 316 root2.reset(JSONReader::Read( 318 ASSERT_TRUE(root2.get()); 319 EXPECT_TRUE(root->Equals(root2.get())); 322 root2.reset(JSONReader::Read( 328 ASSERT_TRUE(root2 [all...] |
/external/chromium_org/base/json/ |
H A D | json_reader_unittest.cc | 252 scoped_ptr<Value> root2; local 253 root2.reset(JSONReader::Read("[true, false, null, ]", 255 EXPECT_TRUE(root->Equals(root2.get())); 272 root2.reset(JSONReader::Read("[[true], [], [false, [], [null, ] , ], null,]", 274 EXPECT_TRUE(root->Equals(root2.get())); 338 root2.reset(JSONReader::Read( 341 ASSERT_TRUE(root2.get()); 342 EXPECT_TRUE(root->Equals(root2.get())); 345 root2.reset(JSONReader::Read( 351 ASSERT_TRUE(root2 [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
H A D | file_system_url_unittest.cc | 129 const std::string root2 = GetFileSystemRootURI( 141 EXPECT_TRUE(CreateFileSystemURL(root2 + parent).IsParent( 142 CreateFileSystemURL(root2 + child))); 154 CreateFileSystemURL(root2 + child)));
|
/external/ceres-solver/internal/ceres/ |
H A D | graph_algorithms.h | 333 Vertex root2 = FindConnectedComponent(vertex2, &disjoint_set); local 335 if (root1 == root2) { 350 if (root2 < root1) { 351 std::swap(root1, root2); 354 disjoint_set[root2] = root1;
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
H A D | Eigen3f.java | 357 double root2 = char2Div3 - magnitude
369 if (root2 >= rootsStore[1]) {
370 rootsStore[2] = root2;
373 if (root2 >= rootsStore[0]) {
374 rootsStore[1] = root2;
377 rootsStore[0] = root2;
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-serialize.cc | 513 Object* root2; local 518 deserializer.DeserializePartial(isolate, &root2); 519 CHECK(root2->IsString()); 520 CHECK(*root_handle == root2); 625 Object* root2; local 630 deserializer.DeserializePartial(isolate, &root2); 631 CHECK(root2->IsContext()); 632 CHECK(*root_handle != root2);
|
H A D | test-heap-profiler.cc | 664 const v8::HeapGraphNode* root2 = snapshot->GetRoot(); local 665 CHECK_EQ(root1, root2);
|
/external/v8/test/cctest/ |
H A D | test-serialize.cc | 461 Object* root2; local 465 deserializer.DeserializePartial(&root2); 466 CHECK(root2->IsString()); 467 CHECK(*root_handle == root2); 546 Object* root2; local 550 deserializer.DeserializePartial(&root2); 551 CHECK(root2->IsContext()); 552 CHECK(*root_handle != root2);
|
H A D | test-heap-profiler.cc | 472 const v8::HeapGraphNode* root2 = snapshot->GetRoot(); local 473 CHECK_EQ(root1, root2);
|
/external/chromium_org/ui/views/corewm/ |
H A D | desktop_capture_controller_unittest.cc | 123 internal::RootView* root2 = local 132 root2->AddChildView(v2); 161 root2->DispatchGestureEvent(&g1);
|
/external/chromium_org/content/browser/accessibility/ |
H A D | browser_accessibility_manager_unittest.cc | 587 AccessibilityNodeData root2; local 588 root2.id = 1; 589 root2.role = blink::WebAXRoleRootWebArea; 590 root2.child_ids.push_back(2); 591 root2.child_ids.push_back(3); 606 root2,
|
/external/chromium_org/content/browser/fileapi/ |
H A D | dragged_file_util_unittest.cc | 191 const FileSystemURL& root2) { 193 base::FilePath root_path2 = root2.path(); 218 directories.push(root2); 230 root2, root1, url2); 237 base::FilePath relative = GetRelativeVirtualPath(root2, url2); 190 VerifyDirectoriesHaveSameContent(const FileSystemURL& root1, const FileSystemURL& root2) argument
|
/external/opencv/cxcore/src/ |
H A D | cxdatastructs.cpp | 2677 CvPTreeNode* root2 = node2; local 2680 while( root2->parent ) 2681 root2 = root2->parent; 2683 if( root2 != root ) 2685 if( root->rank > root2->rank ) 2686 root2->parent = root; 2689 root->parent = root2; 2690 root2->rank += root->rank == root2 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
H A D | CanvasRenderingContext2D.cpp | 2265 static const float root2 = sqrtf(2); local 2270 delta *= root2;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.launching_3.5.100.v20100526.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |