Searched refs:test_path (Results 1 - 25 of 30) sorted by relevance

12

/external/libchrome/base/files/
H A Dscoped_temp_dir_unittest.cc16 FilePath test_path; local
18 &test_path);
21 EXPECT_TRUE(DirectoryExists(test_path));
24 EXPECT_TRUE(dir.Set(test_path));
27 EXPECT_FALSE(DirectoryExists(test_path));
31 EXPECT_TRUE(dir.Set(test_path));
33 EXPECT_TRUE(DirectoryExists(test_path));
36 EXPECT_EQ(path.value(), test_path.value());
39 EXPECT_TRUE(DirectoryExists(test_path));
44 EXPECT_TRUE(dir.Set(test_path));
52 FilePath test_path; local
71 FilePath test_path; local
[all...]
/external/autotest/client/site_tests/platform_Pkcs11LiveTest/
H A Dplatform_Pkcs11LiveTest.py26 test_path = os.path.join(SYSTEM_SBIN, live_test)
27 exit_status = utils.system(test_path, ignore_status=True)
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
H A Dtext_datasets.py36 test_path = os.path.join(data_dir, 'dbpedia_csv/test.csv')
37 if not (gfile.Exists(train_path) and gfile.Exists(test_path)):
51 test_path = os.path.join(data_dir, 'dbpedia_csv', 'test.csv')
56 base.shrink_csv(test_path, 1000)
58 test_path = test_path.replace('test.csv', 'test_small.csv')
62 test_path = os.path.join(module_path, 'data', 'text_test.csv')
67 test_path, target_dtype=np.int32, features_dtype=np.str, target_column=0)
/external/v8/tools/ninja/
H A Dninja_output.py31 def is_release_newer(test_path):
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/chromium-trace/catapult/devil/devil/android/
H A 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, devic
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/
H A 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, devic
[all...]
/external/skia/tests/
H A DTessellatingPathRendererTests.cpp454 static void test_path(GrContext* ctx, function
499 test_path(ctx, rtc.get(), create_path_0());
500 test_path(ctx, rtc.get(), create_path_1());
501 test_path(ctx, rtc.get(), create_path_2());
502 test_path(ctx, rtc.get(), create_path_3());
503 test_path(ctx, rtc.get(), create_path_4());
504 test_path(ctx, rtc.get(), create_path_5());
505 test_path(ctx, rtc.get(), create_path_6());
506 test_path(ctx, rtc.get(), create_path_7());
507 test_path(ct
[all...]
H A DPathRendererCacheTests.cpp71 static void test_path(skiatest::Reporter* reporter, function
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage);
150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
H A DColorSpaceTest.cpp44 static void test_path(skiatest::Reporter* r, const char* path, function
82 test_path(r, "images/color_wheel_with_profile.png", g_sRGB_R, g_sRGB_G, g_sRGB_B,
89 test_path(r, "images/icc-v2-gbr.jpg", red, green, blue, k2Dot2Curve_SkGammaNamed);
91 test_path(r, "images/webp-color-profile-crash.webp",
93 test_path(r, "images/webp-color-profile-lossless.webp",
95 test_path(r, "images/webp-color-profile-lossy.webp",
97 test_path(r, "images/webp-color-profile-lossy-alpha.webp",
/external/skqp/tests/
H A DTessellatingPathRendererTests.cpp454 static void test_path(GrContext* ctx, function
499 test_path(ctx, rtc.get(), create_path_0());
500 test_path(ctx, rtc.get(), create_path_1());
501 test_path(ctx, rtc.get(), create_path_2());
502 test_path(ctx, rtc.get(), create_path_3());
503 test_path(ctx, rtc.get(), create_path_4());
504 test_path(ctx, rtc.get(), create_path_5());
505 test_path(ctx, rtc.get(), create_path_6());
506 test_path(ctx, rtc.get(), create_path_7());
507 test_path(ct
[all...]
H A DPathRendererCacheTests.cpp71 static void test_path(skiatest::Reporter* reporter, function
121 test_path(reporter, create_concave_path, createPR, kExpectedResources);
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage);
150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
H A DColorSpaceTest.cpp44 static void test_path(skiatest::Reporter* r, const char* path, function
82 test_path(r, "images/color_wheel_with_profile.png", g_sRGB_R, g_sRGB_G, g_sRGB_B,
89 test_path(r, "images/icc-v2-gbr.jpg", red, green, blue, k2Dot2Curve_SkGammaNamed);
91 test_path(r, "images/webp-color-profile-crash.webp",
93 test_path(r, "images/webp-color-profile-lossless.webp",
95 test_path(r, "images/webp-color-profile-lossy.webp",
97 test_path(r, "images/webp-color-profile-lossy-alpha.webp",
/external/harfbuzz_ng/test/api/
H A Dhb-test.h165 hb_test_add_func (const char *test_path, argument
168 char *normal_path = hb_test_normalize_path (test_path);
175 hb_test_add_func_flavor (const char *test_path, argument
179 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
186 hb_test_add_data_func (const char *test_path, argument
190 char *normal_path = hb_test_normalize_path (test_path);
197 hb_test_add_data_func_flavor (const char *test_path, argument
202 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
210 hb_test_add_vtable (const char *test_path, argument
217 char *normal_path = hb_test_normalize_path (test_path);
237 hb_test_add_vtable_flavor(const char *test_path, const char *flavor, gsize data_size, gconstpointer test_data, hb_test_fixture_func_t data_setup, hb_test_fixture_func_t data_test, hb_test_fixture_func_t data_teardown) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb15 attr_accessor :test_path
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 class:ANTLR3.Test.Functional
167 self.class.test_path
/external/autotest/server/cros/dynamic_suite/
H A Dcontrol_file_getter.py39 def get_control_file_contents(self, test_path):
43 @param test_path: the path to the control file.
230 def get_control_file_contents(self, test_path):
232 Get the contents of the control file at |test_path|.
238 return utils.read_file(test_path)
240 msg = "Can't retrieve {0}: {1} ({2})".format(test_path,
294 def get_control_file_contents(self, test_path):
296 Return the contents of |test_path| from |self._dev_server|.
298 Get the contents of the control file at |test_path| for |self._build| on
301 @return The contents of |test_path|
[all...]
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dgenerated_examples_zip_test.cc199 string test_path = GetParam(); local
200 string tflite_test_case = test_path + "_tests.txt";
201 string tflite_dir = test_path.substr(0, test_path.find_last_of("/"));
202 string test_name = test_path.substr(test_path.find_last_of('/'));
/external/toolchain-utils/
H A Dweekly_report.py50 for test_path in vanilla_image_paths:
51 pieces = test_path.split('/')
59 os.path.join(test_path, 'chromiumos_test_image.bin'))
104 for test_path in test_image_paths:
105 pieces = test_path.split('/')
113 os.path.join(test_path, 'chromiumos_test_image.bin'))
/external/webrtc/webrtc/base/
H A Dfilerotatingstream_unittest.cc29 Pathname test_path; local
30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
32 test_path.AppendFolder(dir_name);
33 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
34 dir_path_ = test_path.pathname();
188 Pathname test_path; local
189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
191 test_path.AppendFolder(dir_name);
192 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
193 dir_path_ = test_path
[all...]
/external/skia/gm/
H A Dpathreverse.cpp50 static void test_path(SkCanvas* canvas, const SkPath& path) { function
61 test_path(canvas, path);
67 test_path(canvas, rev);
/external/skqp/gm/
H A Dpathreverse.cpp50 static void test_path(SkCanvas* canvas, const SkPath& path) { function
61 test_path(canvas, path);
67 test_path(canvas, rev);
/external/llvm/utils/lit/tests/unit/
H A DTestRunner.py39 test_path = os.path.dirname(os.path.dirname(__file__))
40 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
/external/python/cpython2/Lib/test/
H A 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/
H A 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/lit/
H A DTest.py257 test_path = self.path_in_suite[:-1]
258 safe_test_path = [x.replace(".","_") for x in test_path]
/external/python/cpython3/Lib/test/
H A Dtest_imp.py65 self.test_path = mod.__path__
75 with imp.find_module('module_' + mod, self.test_path)[0] as fd:
85 self.test_path)

Completed in 882 milliseconds

12