Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc16 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/
DTessellatingPathRendererTests.cpp360 static void test_path(GrContext* ctx, in test_path() function
404 test_path(ctx, rtc.get(), create_path_0()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
405 test_path(ctx, rtc.get(), create_path_1()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
406 test_path(ctx, rtc.get(), create_path_2()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
407 test_path(ctx, rtc.get(), create_path_3()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
408 test_path(ctx, rtc.get(), create_path_4()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
409 test_path(ctx, rtc.get(), create_path_5()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
410 test_path(ctx, rtc.get(), create_path_6()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
411 test_path(ctx, rtc.get(), create_path_7()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
412 test_path(ctx, rtc.get(), create_path_8()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all …]
DColorSpaceTest.cpp47 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/
Dhb-test.h163 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/
Dmd5sum_test.py42 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/
Dmd5sum_test.py42 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/site_utils/
Drestart_latest.py93 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/
Dfilerotatingstream_unittest.cc29 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/
Dfunctional.rb18 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/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py39 def get_control_file_contents(self, test_path): argument
222 def get_control_file_contents(self, test_path): argument
230 return utils.read_file(test_path)
232 msg = "Can't retrieve {0}: {1} ({2})".format(test_path,
286 def get_control_file_contents(self, test_path): argument
297 return self._dev_server.get_control_file(self._build, test_path)
/external/v8/tools/ninja/
Dninja_output.py31 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/
Dweekly_report.py50 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/
Dpathreverse.cpp50 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/
Dplatform_Pkcs11LiveTest.py26 test_path = os.path.join(SYSTEM_SBIN, live_test)
27 exit_status = utils.system(test_path, ignore_status=True)
/external/python/cpython2/Lib/test/
Dtest_importhooks.py33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
/external/v8/tools/
Dpresubmit.py496 test_path = join(dirname(TOOLS_PATH), 'test')
499 if file_path.startswith(test_path):
501 pieces = file_path[len(test_path):].lstrip(os.sep).split(os.sep)
505 if not os.path.isdir(join(test_path, pieces[0])):
507 status_file = join(test_path, pieces[0], pieces[0] + ".status")
/external/llvm/utils/lit/tests/unit/
DTestRunner.py39 test_path = os.path.dirname(os.path.dirname(__file__))
40 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
/external/libcxx/benchmarks/
DCMakeLists.txt145 foreach(test_path ${BENCHMARK_TESTS})
146 get_filename_component(test_file "${test_path}" NAME)
/external/autotest/utils/
Dtest_importer.py69 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/
DTest.py257 test_path = self.path_in_suite[:-1]
258 safe_test_path = [x.replace(".","_") for x in test_path]
/external/libnl/lib/route/qdisc/
Dnetem.c843 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/
D001_rpc_test.txt28 >>> test_path = os.path.join(os.path.dirname(test.__file__),
30 >>> test_path = os.path.abspath(test_path)