/external/chromium_org/content/browser/fileapi/ |
D | copy_or_move_file_validator_unittest.cc | 89 ASSERT_TRUE(FileExists(copy_src_, 10)); in SetUp() 90 ASSERT_TRUE(FileExists(move_src_, 10)); in SetUp() 91 ASSERT_FALSE(FileExists(copy_dest_, 10)); in SetUp() 92 ASSERT_FALSE(FileExists(move_dest_, 10)); in SetUp() 103 ASSERT_TRUE(FileExists(copy_src_, 10)); in CopyTest() 104 ASSERT_FALSE(FileExists(copy_dest_, 10)); in CopyTest() 110 EXPECT_TRUE(FileExists(copy_src_, 10)); in CopyTest() 112 EXPECT_TRUE(FileExists(copy_dest_, 10)); in CopyTest() 114 EXPECT_FALSE(FileExists(copy_dest_, 10)); in CopyTest() 118 ASSERT_TRUE(FileExists(move_src_, 10)); in MoveTest() [all …]
|
D | local_file_util_unittest.cc | 84 bool FileExists(const char *file_name) { in FileExists() function in content::LocalFileUtilTest 133 EXPECT_TRUE(FileExists(file_name)); in TEST_F() 153 ASSERT_TRUE(FileExists(symlink_name)); in TEST_F() 171 EXPECT_TRUE(FileExists(file_name)); in TEST_F() 239 EXPECT_TRUE(FileExists(file_name)); in TEST_F() 256 EXPECT_TRUE(FileExists(from_file)); in TEST_F() 270 EXPECT_TRUE(FileExists(from_file)); in TEST_F() 272 EXPECT_TRUE(FileExists(to_file1)); in TEST_F() 274 EXPECT_TRUE(FileExists(to_file2)); in TEST_F() 298 EXPECT_TRUE(FileExists(from_file)); in TEST_F() [all …]
|
D | native_file_util_unittest.cc | 37 bool FileExists(const base::FilePath& path) { in FileExists() function in content::NativeFileUtilTest 85 EXPECT_TRUE(FileExists(file_name)); in TEST_F() 207 EXPECT_TRUE(FileExists(file_name)); in TEST_F() 225 EXPECT_TRUE(FileExists(from_file)); in TEST_F() 236 EXPECT_TRUE(FileExists(from_file)); in TEST_F() 238 EXPECT_TRUE(FileExists(to_file1)); in TEST_F() 240 EXPECT_TRUE(FileExists(to_file2)); in TEST_F() 252 EXPECT_TRUE(FileExists(to_dir_file)); in TEST_F() 293 EXPECT_TRUE(FileExists(from_file)); in TEST_F() 300 EXPECT_FALSE(FileExists(from_file)); in TEST_F() [all …]
|
D | file_system_operation_impl_unittest.cc | 129 bool FileExists(const std::string& path) { in FileExists() function in content::FileSystemOperationImplTest 130 return AsyncFileTestHelper::FileExists( in FileExists() 423 base::File::Error FileExists(const FileSystemURL& url) { in FileExists() function in content::FileSystemOperationImplTest 427 operation_runner()->FileExists( in FileExists() 554 EXPECT_TRUE(FileExists("dest")); in TEST_F() 569 EXPECT_TRUE(FileExists("new")); in TEST_F() 618 EXPECT_TRUE(FileExists("dest/dir/sub")); in TEST_F() 635 EXPECT_TRUE(FileExists("src/dir/sub")); in TEST_F() 718 EXPECT_FALSE(FileExists("dest/file")); in TEST_F() 728 EXPECT_TRUE(FileExists("dest")); in TEST_F() [all …]
|
D | plugin_private_file_system_backend_unittest.cc | 150 EXPECT_TRUE(AsyncFileTestHelper::FileExists( in TEST_F() 157 EXPECT_FALSE(AsyncFileTestHelper::FileExists( in TEST_F()
|
D | copy_or_move_operation_delegate_unittest.cc | 332 EXPECT_TRUE(FileExists(url, test_case_map[relative]->data_file_size)); in VerifyTestCaseFiles() 365 bool FileExists(const FileSystemURL& url, int64 expected_size) { in FileExists() function in content::CopyOrMoveOperationTestHelper 366 return AsyncFileTestHelper::FileExists( in FileExists() 418 ASSERT_TRUE(helper.FileExists(src, 10)); in TEST() 419 ASSERT_TRUE(helper.FileExists(dest, 10)); in TEST() 447 ASSERT_FALSE(helper.FileExists(src, AsyncFileTestHelper::kDontCheckSize)); in TEST() 448 ASSERT_TRUE(helper.FileExists(dest, 10)); in TEST()
|
/external/gtest/test/ |
D | gtest_premature_exit_test.cc | 54 static bool FileExists(const char* filepath) { in FileExists() function in __anon00b114140111::PrematureExitTest 71 return FileExists(premature_exit_file_path_); in PrematureExitFileExists() 132 if (PrematureExitTest::FileExists(filepath)) { in main()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_premature_exit_test.cc | 54 static bool FileExists(const char* filepath) { in FileExists() function in __anonbbb11a9b0111::PrematureExitTest 71 return FileExists(premature_exit_file_path_); in PrematureExitFileExists() 134 if (PrematureExitTest::FileExists(filepath)) { in main()
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
D | fileutils.cc | 93 bool FileExists(std::string& file_name) { in FileExists() function 138 if (FileExists(root_filename)) { in ProjectRootPath() 233 if (FileExists(resource_file)) { in ResourcePath() 238 if (FileExists(resource_file)) { in ResourcePath() 243 if (FileExists(resource_file)) { in ResourcePath()
|
D | fileutils.h | 142 bool FileExists(std::string& file_name);
|
/external/webrtc/test/testsupport/ |
D | fileutils.cc | 113 bool FileExists(std::string file_name) { in FileExists() function 137 if (FileExists(resource_file)) { in ResourcePath() 142 if (FileExists(resource_file)) { in ResourcePath() 147 if (FileExists(resource_file)) { in ResourcePath()
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
D | memenv_test.cc | 36 ASSERT_TRUE(!env_->FileExists("/dir/non_existent")); in TEST() 46 ASSERT_TRUE(env_->FileExists("/dir/f")); in TEST() 65 ASSERT_TRUE(!env_->FileExists("/dir/f")); in TEST() 66 ASSERT_TRUE(env_->FileExists("/dir/g")); in TEST() 81 ASSERT_TRUE(!env_->FileExists("/dir/g")); in TEST()
|
/external/chromium_org/chrome/test/ispy/common/ |
D | ispy_utils.py | 193 expected_image_exists = self.cloud_bucket.FileExists( 195 mask_image_exists = self.cloud_bucket.FileExists( 209 actual_image_exists = self.cloud_bucket.FileExists( 212 info_exists = self.cloud_bucket.FileExists(
|
D | mock_cloud_bucket.py | 42 if not self.FileExists(path): 52 def FileExists(self, path): member in MockCloudBucket
|
D | cloud_bucket.py | 57 def FileExists(self, path): member in BaseCloudBucket
|
/external/chromium_org/chrome/test/ispy/server/ |
D | gs_bucket.py | 47 if not self.FileExists(path): 58 def FileExists(self, path): member in GoogleCloudStorageBucket
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | cpu_test.cc | 95 static int FileExists(const char* file_name) { in FileExists() function 105 if (FileExists("../../unit_test/testdata/arm_v7.txt")) { in TEST_F()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 232 def FileExists(fileName): function 293 if FileExists(sFileName): 482 if FileExists(jetFile.config.filename): 490 if FileExists(segment.filename): 493 if FileExists(segment.output): 499 if FileExists(library): 537 …if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename): 540 … if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile): 588 if not FileExists(midiFile):
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | local_file_sync_context_unittest.cc | 664 file_system.FileExists(kFile)); in TEST_F() 668 file_system.FileExists(kChild)); in TEST_F() 732 file_system.FileExists(kFile)); in TEST_F() 736 file_system.FileExists(kChild)); in TEST_F() 785 file_system.FileExists(kFile2)); in TEST_F() 870 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kDir)); in TEST_F() 896 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kFile1)); in TEST_F() 897 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kFile2)); in TEST_F() 926 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file_system.FileExists(kDir)); in TEST_F() 927 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file_system.FileExists(kFile)); in TEST_F() [all …]
|
/external/chromium_org/build/android/pylib/perf/ |
D | perf_control.py | 28 self._have_mpdecision = self._device.FileExists('/system/bin/mpdecision') 84 if not self._device.FileExists(online_path) or \
|
D | thermal_throttle.py | 17 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE) 44 return device.FileExists('/sys/bus/exynos5-core')
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | env.h | 73 virtual bool FileExists(const std::string& fname) = 0; 292 bool FileExists(const std::string& f) { return target_->FileExists(f); } in FileExists() function
|
/external/chromium_org/third_party/webrtc/tools/converter/ |
D | converter.cc | 64 if (FileExists(input_file_name)) { in ConvertRGBAToI420Video() 156 bool Converter:: FileExists(std::string file_name_to_check) { in FileExists() function in webrtc::test::Converter
|
/external/chromium_org/third_party/webrtc/base/ |
D | diskcache_win32.h | 23 virtual bool FileExists(const std::string& filename) const;
|
/external/chromium_org/third_party/libxml/patches/ |
D | win32-clobber-makefile | 11 +var f = fso.FileExists(new_makefile);
|