Searched refs:root1 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/browser/fileapi/ |
D | file_system_url_unittest.cc | 134 const std::string root1 = GetFileSystemRootURI( in TEST() local 146 EXPECT_TRUE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() 147 CreateFileSystemURL(root1 + child))); in TEST() 152 EXPECT_FALSE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() 153 CreateFileSystemURL(root1 + other))); in TEST() 154 EXPECT_FALSE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() 155 CreateFileSystemURL(root1 + parent))); in TEST() 156 EXPECT_FALSE(CreateFileSystemURL(root1 + child).IsParent( in TEST() 157 CreateFileSystemURL(root1 + parent))); in TEST() 160 EXPECT_FALSE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() [all …]
|
D | dragged_file_util_unittest.cc | 196 void VerifyDirectoriesHaveSameContent(const FileSystemURL& root1, in VerifyDirectoriesHaveSameContent() argument 198 base::FilePath root_path1 = root1.path(); in VerifyDirectoriesHaveSameContent() 204 directories.push(root1); in VerifyDirectoriesHaveSameContent() 220 file_set1.insert(GetRelativeVirtualPath(root1, url)); in VerifyDirectoriesHaveSameContent() 236 root2, root1, url2); in VerifyDirectoriesHaveSameContent()
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | syncable_file_system_util_unittest.cc | 117 const std::string root1 = sync_file_system::GetSyncableFileSystemRootURI( in TEST() local 126 EXPECT_TRUE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() 127 CreateFileSystemURL(root1 + child))); in TEST() 132 EXPECT_FALSE(CreateFileSystemURL(root1 + parent).IsParent( in TEST() 135 CreateFileSystemURL(root1 + child))); in TEST()
|
/external/chromium_org/cc/layers/ |
D | layer_iterator_unittest.cc | 133 scoped_refptr<TestLayer> root1 = TestLayer::Create(); in TEST() local 142 root_layer->AddChild(root1); in TEST() 162 EXPECT_COUNT(root1, -1, -1, 7); in TEST() 174 scoped_refptr<TestLayer> root1 = TestLayer::Create(); in TEST() local 183 root_layer->AddChild(root1); in TEST() 208 EXPECT_COUNT(root1, -1, -1, 12); in TEST()
|
/external/ceres-solver/internal/ceres/ |
D | graph_algorithms.h | 332 Vertex root1 = FindConnectedComponent(vertex1, &disjoint_set); in Degree2MaximumSpanningForest() local 335 if (root1 == root2) { in Degree2MaximumSpanningForest() 350 if (root2 < root1) { in Degree2MaximumSpanningForest() 351 std::swap(root1, root2); in Degree2MaximumSpanningForest() 354 disjoint_set[root2] = root1; in Degree2MaximumSpanningForest()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkMath_opts_SSE2.h | 40 __m128i root1 = _mm_and_si128(cmp, root); in SkSqrtBits_SSE2() local 45 root = _mm_or_si128(root1, root2); in SkSqrtBits_SSE2()
|
/external/skia/src/opts/ |
D | SkMath_opts_SSE2.h | 40 __m128i root1 = _mm_and_si128(cmp, root); in SkSqrtBits_SSE2() local 45 root = _mm_or_si128(root1, root2); in SkSqrtBits_SSE2()
|
/external/chromium_org/ui/views/corewm/ |
D | desktop_capture_controller_unittest.cc | 125 internal::RootView* root1 = in TEST_F() local 136 root1->AddChildView(v1); in TEST_F() 175 details = root1->OnEventFromSource(&g1); in TEST_F()
|
/external/chromium_org/ash/touch/ |
D | touch_transformer_controller.cc | 263 aura::Window* root1 = in UpdateTouchTransformer() local 267 RootWindowController::ForWindow(root1)->ash_host()->UpdateDisplayID( in UpdateTouchTransformer()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 839 const v8::HeapGraphNode* root1 = snapshot->GetRoot(); in TEST() local 843 CHECK_EQ(root1, root2); in TEST()
|