/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 16 FilePath test_path; in TEST() local 18 &test_path); in TEST() 21 EXPECT_TRUE(DirectoryExists(test_path)); in TEST() 24 EXPECT_TRUE(dir.Set(test_path)); in TEST() 27 EXPECT_FALSE(DirectoryExists(test_path)); in TEST() 31 EXPECT_TRUE(dir.Set(test_path)); in TEST() 33 EXPECT_TRUE(DirectoryExists(test_path)); in TEST() 36 EXPECT_EQ(path.value(), test_path.value()); in TEST() 39 EXPECT_TRUE(DirectoryExists(test_path)); in TEST() 44 EXPECT_TRUE(dir.Set(test_path)); in TEST() [all …]
|
/external/skia/tests/ |
D | TessellatingPathRendererTests.cpp | 274 static void test_path(GrContext* ctx, in test_path() function 317 test_path(ctx, rtc.get(), create_path_0()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 318 test_path(ctx, rtc.get(), create_path_1()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 319 test_path(ctx, rtc.get(), create_path_2()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 320 test_path(ctx, rtc.get(), create_path_3()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 321 test_path(ctx, rtc.get(), create_path_4()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 322 test_path(ctx, rtc.get(), create_path_5()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 323 test_path(ctx, rtc.get(), create_path_6()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 324 test_path(ctx, rtc.get(), create_path_7()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 325 test_path(ctx, rtc.get(), create_path_8()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() [all …]
|
D | ColorSpaceTest.cpp | 47 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function 85 test_path(r, "color_wheel_with_profile.png", g_sRGB_R, g_sRGB_G, g_sRGB_B, in DEF_TEST() 92 test_path(r, "icc-v2-gbr.jpg", red, green, blue, k2Dot2Curve_SkGammaNamed); in DEF_TEST() 94 test_path(r, "webp-color-profile-crash.webp", in DEF_TEST() 96 test_path(r, "webp-color-profile-lossless.webp", in DEF_TEST() 98 test_path(r, "webp-color-profile-lossy.webp", in DEF_TEST() 100 test_path(r, "webp-color-profile-lossy-alpha.webp", in DEF_TEST()
|
/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 163 hb_test_add_func (const char *test_path, in hb_test_add_func() argument 166 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() 173 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument 177 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor() 184 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument 188 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() 195 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor() argument 200 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor() 208 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument 215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() [all …]
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | md5sum_test.py | 42 test_path = '/test/host/file.dat' 47 out = md5sum.CalculateHostMd5Sums(test_path) 100 test_path = '/storage/emulated/legacy/test/file.dat' 110 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 118 test_path = ['/storage/emulated/legacy/test/file0.dat', 130 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 141 test_path = ('/storage/emulated/legacy/test/file%d.dat' % n 154 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 166 test_path = '/storage/emulated/legacy/test/file.dat' 179 out = md5sum.CalculateDeviceMd5Sums(test_path, device) [all …]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | md5sum_test.py | 42 test_path = '/test/host/file.dat' 47 out = md5sum.CalculateHostMd5Sums(test_path) 100 test_path = '/storage/emulated/legacy/test/file.dat' 110 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 118 test_path = ['/storage/emulated/legacy/test/file0.dat', 130 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 141 test_path = ('/storage/emulated/legacy/test/file%d.dat' % n 154 out = md5sum.CalculateDeviceMd5Sums(test_path, device) 166 test_path = '/storage/emulated/legacy/test/file.dat' 179 out = md5sum.CalculateDeviceMd5Sums(test_path, device) [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | control_file_getter.py | 34 def get_control_file_contents(self, test_path): argument 190 def get_control_file_contents(self, test_path): argument 198 return utils.read_file(test_path) 200 msg = "Can't retrieve {0}: {1} ({2})".format(test_path, 253 def get_control_file_contents(self, test_path): argument 264 return self._dev_server.get_control_file(self._build, test_path)
|
/external/autotest/site_utils/ |
D | restart_latest.py | 93 test_path = os.path.join(build_path, test) 96 if not os.path.isdir(test_path) or not test.startswith('netbook_'): 99 print 'Removing lock %s' % test_path 100 os.rmdir(test_path)
|
/external/webrtc/webrtc/base/ |
D | filerotatingstream_unittest.cc | 29 Pathname test_path; in Init() local 30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init() 32 test_path.AppendFolder(dir_name); in Init() 33 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init() 34 dir_path_ = test_path.pathname(); in Init() 188 Pathname test_path; in Init() local 189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init() 191 test_path.AppendFolder(dir_name); in Init() 192 ASSERT_TRUE(Filesystem::CreateFolder(test_path)); in Init() 193 dir_path_ = test_path.pathname(); in Init()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 18 File.basename( test_path, '.rb' ) 22 File.dirname( test_path ) 159 klass.test_path = call_stack[ 0 ].file 166 def test_path method in ANTLR3.Test.Functional 167 self.class.test_path
|
/external/v8/tools/ninja/ |
D | ninja_output.py | 31 def is_release_newer(test_path): argument 33 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path)) 37 rel_mtime = os.path.getmtime(os.path.join(release_path, test_path))
|
/external/toolchain-utils/ |
D | weekly_report.py | 50 for test_path in vanilla_image_paths: 51 pieces = test_path.split('/') 58 """ % (test_name, chromeos_root, os.path.join(test_path, 104 for test_path in test_image_paths: 105 pieces = test_path.split('/') 112 """ % (test_name, chromeos_root, os.path.join(test_path,
|
/external/skia/gm/ |
D | pathreverse.cpp | 50 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function 61 test_path(canvas, path); in test_rev() 67 test_path(canvas, rev); in test_rev()
|
/external/autotest/client/site_tests/platform_Pkcs11LiveTest/ |
D | platform_Pkcs11LiveTest.py | 26 test_path = os.path.join(SYSTEM_SBIN, live_test) 27 exit_status = utils.system(test_path, ignore_status=True)
|
/external/llvm/utils/lit/tests/unit/ |
D | TestRunner.py | 39 test_path = os.path.dirname(os.path.dirname(__file__)) 40 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
|
/external/libcxx/benchmarks/ |
D | CMakeLists.txt | 145 foreach(test_path ${BENCHMARK_TESTS}) 146 get_filename_component(test_file "${test_path}" NAME)
|
/external/autotest/utils/ |
D | test_importer.py | 69 test_path = os.path.join(autotest_dir, path) 70 if not os.path.exists(test_path): 72 logging.info("Scanning %s", test_path) 74 tests = get_tests_from_fs(test_path, "^control.*",
|
/external/llvm/utils/lit/lit/ |
D | Test.py | 257 test_path = self.path_in_suite[:-1] 258 safe_test_path = [x.replace(".","_") for x in test_path]
|
/external/libnl/lib/route/qdisc/ |
D | netem.c | 843 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" }; in rtnl_netem_set_delay_distribution() local 845 for (i = 0; i < ARRAY_SIZE(test_path); i++) { in rtnl_netem_set_delay_distribution() 846 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix); in rtnl_netem_set_delay_distribution()
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 28 >>> test_path = os.path.join(os.path.dirname(test.__file__), 30 >>> test_path = os.path.abspath(test_path)
|