/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 | 22 file_path_ = temp_dir_.GetPath().Append("test.temp"); in FileUtilsTest() 78 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp"); in TEST_F() 97 base::FilePath symlink_target = temp_dir_.GetPath().Append("target.temp"); in TEST_F()
|
D | key_value_store_unittest.cc | 43 base::FilePath temp_file_ = temp_dir_.GetPath().Append("temp.conf"); in TEST_F() 44 base::FilePath saved_temp_file_ = temp_dir_.GetPath().Append("saved_temp.conf"); in TEST_F()
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 167 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest"); in test_file() 171 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk"); in test_link() 245 FilePath source_file(temp_dir_.GetPath().AppendASCII("source")); in TEST_F() 334 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 358 FilePath path(temp_dir_.GetPath()); in TEST_F() 371 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() 393 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 422 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 455 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F() 456 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() 96 file_path = temp_dir.GetPath().AppendASCII("create_file_2"); in TEST() 111 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() 129 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() 156 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() 228 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() 276 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() 328 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file"), 392 temp_dir.GetPath().AppendASCII("read_at_current_position"); 417 temp_dir.GetPath().AppendASCII("write_at_current_position"); [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()
|
D | scoped_temp_dir.h | 52 const FilePath& GetPath() const;
|
/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/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/skia/gm/ |
D | convex_all_line_paths.cpp | 175 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM 265 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath() 292 SkPath path = GetPath(index, dirs[i%2]); in drawPath() 367 static void GetPath(int index, SkPath::Direction dir, in GetPath() function in skiagm::ConvexPolygonInsetGM 443 GetPath(index, SkPath::kCW_Direction, &data, &numPts); in drawPath() 466 GetPath(index, dirs[index % 2], &data, &numPts); in drawPath()
|
/external/skqp/gm/ |
D | convex_all_line_paths.cpp | 175 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM 265 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath() 292 SkPath path = GetPath(index, dirs[i%2]); in drawPath() 367 static void GetPath(int index, SkPath::Direction dir, in GetPath() function in skiagm::ConvexPolygonInsetGM 443 GetPath(index, SkPath::kCW_Direction, &data, &numPts); in drawPath() 466 GetPath(index, dirs[index % 2], &data, &numPts); in drawPath()
|
/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 | 59 const FString &GetPath() const { return _path; } in GetPath() function 73 const FString &GetPath() const { return _path; } in GetPath() function
|
/external/v8/tools/dev/ |
D | gm.py | 144 def GetPath(arch, mode): function 177 path = GetPath(self.arch, self.mode) 213 path = GetPath(a, m)
|
/external/libmojo/mojo/edk/system/ |
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 | 154 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() 178 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() 440 temp_dir_.GetPath().AppendASCII("test_output.js"); in TEST_F() 466 temp_dir_.GetPath().AppendASCII("test_output.json"); in TEST_F()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | validation_unittest.cc | 138 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath() function 149 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) || in ReadTestCase() 150 !ReadResultFile(GetPath(test, ".expected"), expected)) { in ReadTestCase() 166 EnumerateSourceRootRelativeDirectory(GetPath("", "")); in RunValidationTests()
|
/external/libchrome/crypto/ |
D | scoped_test_nss_chromeos_user.cc | 21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath()); in ScopedTestNSSChromeOSUser()
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | dexdump.py | 10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
|
D | aapt.py | 12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | dexdump.py | 10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
|
D | aapt.py | 12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
|
D | build_tools.py | 14 def GetPath(build_tool): function
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlnode.cpp | 77 CFX_XMLNode* CFX_XMLNode::GetPath(const wchar_t* pPath, in GetPath() function in CFX_XMLNode 119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath() 130 return pFind->GetPath(pStart, iLength, bQualifiedName); in GetPath()
|
/external/libbrillo/brillo/streams/ |
D | file_stream_unittest.cc | 718 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 746 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 775 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 797 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 812 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 831 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 853 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 872 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 890 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F() 906 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
|