/external/libchrome/base/files/ |
D | file_enumerator_unittest.cc | 68 RunEnumerator(temp_dir.GetPath(), true, in TEST() 79 const FilePath& path = temp_dir.GetPath(); in TEST() 85 temp_dir.GetPath(), true, FileEnumerator::FILES, kEmptyPattern, policy); in TEST() 94 const FilePath& path = temp_dir.GetPath(); in TEST() 108 const FilePath& path = temp_dir.GetPath(); in TEST() 127 const FilePath& path = temp_dir.GetPath(); in TEST() 156 const FilePath& path = temp_dir.GetPath(); in TEST() 172 const FilePath& path = temp_dir.GetPath(); in TEST() 180 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST() 188 const FilePath& path = temp_dir.GetPath(); in TEST() [all …]
|
D | file_path_watcher_unittest.cc | 172 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest"); in test_file() 176 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk"); in test_link() 253 FilePath source_file(temp_dir_.GetPath().AppendASCII("source")); in TEST_F() 339 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 363 FilePath path(temp_dir_.GetPath()); in TEST_F() 376 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() 398 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 427 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 460 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 461 FilePath dest(temp_dir_.GetPath().AppendASCII("dest")); in TEST_F() [all …]
|
D | file_unittest.cc | 24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() 98 file_path = temp_dir.GetPath().AppendASCII("create_file_2"); in TEST() 113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() 123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() 141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() 168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() 252 FilePath nonexistent_path(temp_dir.GetPath().AppendASCII("nonexistent")); in TEST() 263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() 315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() 374 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file"), [all …]
|
D | scoped_temp_dir_unittest.cc | 56 test_path = dir.GetPath(); in TEST() 75 test_path = dir.GetPath(); in TEST() 102 base::File file(dir.GetPath().Append(FILE_PATH_LITERAL("temp")), in TEST() 107 EXPECT_FALSE(dir.GetPath().empty()); // We should still have a valid path. in TEST()
|
/external/libbrillo/policy/tests/ |
D | resilient_policy_util_unittest.cc | 34 base::FilePath file0(temp_dir.GetPath().Append("policy")); in TEST() 35 base::FilePath file1(temp_dir.GetPath().Append("policy.12")); in TEST() 36 base::FilePath file2(temp_dir.GetPath().Append("policy.2")); in TEST() 37 base::FilePath file3(temp_dir.GetPath().Append("policy.30")); in TEST() 38 base::FilePath invalid(temp_dir.GetPath().Append("policy_4")); in TEST() 46 temp_dir.GetPath().Append(kDefaultResilientPolicyFilePath)); in TEST()
|
D | policy_util_unittest.cc | 23 base::FilePath invalid_policy_data_path(temp_dir.GetPath().Append("policy")); in TEST() 24 base::FilePath inexistent_file(temp_dir.GetPath().Append("policy.1")); in TEST() 25 base::FilePath good_policy_data_path(temp_dir.GetPath().Append("policy.2")); in TEST()
|
/external/libbrillo/brillo/ |
D | osrelease_reader_unittest.cc | 19 osreleased_ = temp_dir_.GetPath().Append("etc").Append("os-release.d"); in SetUp() 20 osrelease_ = temp_dir_.GetPath().Append("etc").Append("os-release"); in SetUp() 31 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F() 36 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F() 49 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F() 83 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F()
|
D | file_utils_unittest.cc | 40 file_path_ = temp_dir_.GetPath().Append("test.temp"); in FileUtilsTest() 71 return temp_dir_.GetPath().Append(GetRandomSuffix()); in GetTempName() 90 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp"); in TEST_F() 109 base::FilePath symlink_target = temp_dir_.GetPath().Append("target.temp"); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 192 string GetPath(const GeneratorOptions& options, in GetPath() function 205 string GetPath(const GeneratorOptions& options, 216 prefix = GetPath(options, file_descriptor); in GetPrefix() 218 prefix = GetPath(options, containing_type); in GetPrefix() 231 string GetPath(const GeneratorOptions& options, in GetPath() function 241 string GetPath(const GeneratorOptions& options, in GetPath() function 243 return GetPath(options, descriptor->containing_type()); in GetPath() 248 string GetPath(const GeneratorOptions& options, in GetPath() function 258 string GetPath(const GeneratorOptions& options, in GetPath() function 260 return GetPath( in GetPath() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestCredentials.cs | 43 return GetPath("data/ca.pem"); 51 return GetPath("data/server1.pem"); 59 return GetPath("data/server1.key"); 76 private static string GetPath(string relativePath) in GetPath() method in Grpc.IntegrationTesting.TestCredentials
|
/external/libbrillo/brillo/http/ |
D | http_form_data_unittest.cc | 45 base::FilePath file_name = dir.GetPath().Append("sample.txt"); in TEST() 73 base::FilePath filename1 = dir.GetPath().Append("sample.txt"); in TEST() 78 base::FilePath filename2 = dir.GetPath().Append("test.bin"); in TEST() 148 base::FilePath filename1 = dir.GetPath().Append("sample.txt"); in TEST() 153 base::FilePath filename2 = dir.GetPath().Append("test.bin"); in TEST()
|
/external/libchrome/mojo/public/cpp/base/ |
D | file_unittest.cc | 19 temp_dir.GetPath().AppendASCII("test_file.txt"), in TEST() 42 base::FilePath path = temp_dir.GetPath().AppendASCII("async_test_file.txt"); in TEST() 63 temp_dir.GetPath().AppendASCII("test_file.txt"), in TEST()
|
/external/u-boot/tools/binman/ |
D | elf.py | 102 (section.GetPath(), name, entry.GetPath())) 106 'size is %x' % (entry.GetPath(), offset,
|
D | elf_test.py | 40 def GetPath(self): member in FakeEntry 47 def GetPath(self): member in FakeSection
|
/external/u-boot/tools/patman/ |
D | func_test.py | 43 def GetPath(fname): member in TestFunctional 49 return open(self.GetPath(fname)).read() 63 shutil.copy(self.GetPath(src_fname), fname) 69 shutil.copy(self.GetPath(src_fname), fname)
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath() function in CPDF_ClipPath 46 rect = GetPath(0).GetBoundingBox(); in GetClipBox() 48 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox()
|
/external/lzma/CPP/Windows/ |
D | FileDir.h | 72 const FString &GetPath() const { return _path; } in GetPath() function 86 const FString &GetPath() const { return _path; } in GetPath() function
|
/external/skia/gm/ |
D | pictureimagegenerator.cpp | 37 SkTextUtils::GetPath("SKI", 3, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo() 39 SkTextUtils::GetPath("I", 1, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo() 44 SkTextUtils::GetPath(kSkiaStr, textLen, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
|
D | convex_all_line_paths.cpp | 179 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM 269 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath() 296 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
|
/external/skqp/gm/ |
D | pictureimagegenerator.cpp | 37 SkTextUtils::GetPath("SKI", 3, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo() 39 SkTextUtils::GetPath("I", 1, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo() 44 SkTextUtils::GetPath(kSkiaStr, textLen, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
|
D | convex_all_line_paths.cpp | 179 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM 269 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath() 296 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
|
/external/libchrome/mojo/core/ |
D | platform_handle_dispatcher_unittest.cc | 31 CreateAndOpenTemporaryFileInDir(temp_dir.GetPath(), &unused)); in TEST() 73 CreateAndOpenTemporaryFileInDir(temp_dir.GetPath(), &unused)); in TEST()
|
/external/libchrome/base/json/ |
D | json_value_serializer_unittest.cc | 152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() 176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() 436 temp_dir_.GetPath().AppendASCII("test_output.js"); in TEST_F() 462 temp_dir_.GetPath().AppendASCII("test_output.json"); in TEST_F()
|
/external/v8/tools/dev/ |
D | gm.py | 201 def GetPath(arch, mode): function 234 path = GetPath(self.arch, self.mode) 288 path = GetPath(a, m)
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | validation_unittest.cc | 159 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath() function 170 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) || in ReadTestCase() 171 !ReadResultFile(GetPath(test, ".expected"), expected)) { in ReadTestCase() 186 EnumerateSourceRootRelativeDirectory(GetPath("", "")); in RunValidationTests()
|