HomeSort by relevance Sort by last modified time
    Searched refs:test_path (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 97 def is_release_15s_newer(test_path):
99 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path))
103 rel_mtime = os.path.getmtime(os.path.join(release_path, test_path))
ninja-build.vim 48 def is_release_15s_newer(test_path):
50 debug_mtime = os.path.getmtime(os.path.join(root, 'Debug', test_path))
54 rel_mtime = os.path.getmtime(os.path.join(root, 'Release', test_path))
  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 63 test_path = test.replace(path_directory + "/", "") variable
68 print " public void test_" + test_name + "() throws Exception { doTest(\"" + test_path + "\"); }"
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 146 base::FilePath EphemeralAppTestBase::GetTestPath(const char* test_path) {
147 return test_data_dir_.AppendASCII("platform_apps").AppendASCII(test_path);
151 const char* test_path, Manifest::Location manifest_location) {
153 GetTestPath(test_path), 1, manifest_location, Extension::NO_FLAGS);
161 const char* test_path) {
162 return InstallEphemeralApp(test_path, Manifest::INTERNAL);
166 const char* test_path) {
168 const Extension* extension = InstallEphemeralApp(test_path);
291 const char* test_path) {
292 return UpdateExtensionWaitForIdle(app_id, GetTestPath(test_path), 0)
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
CanvasTest.cpp 214 static SkPath test_path() { function
220 const SkPath kTestPath = test_path();
    [all...]
  /external/jemalloc/
Android.mk 161 $(eval test_path := jemalloc_unittests); \
216 $(eval test_path := jemalloc_integrationtests); \
  /external/skia/tests/
PathUtilsTest.cpp 109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
CanvasTest.cpp 214 static SkPath test_path() { function
220 const SkPath kTestPath = test_path();
    [all...]
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor_unittest.cc 35 base::FilePath test_path; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet_test.py 125 def test_path(path, content_type): function in function:RenderServletTest.testEtags
150 test_path('static/css/out/site.css', 'text/css; charset=utf-8')
151 test_path('extensions/storage', 'text/html; charset=utf-8')
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private_unittest.cc 263 const base::FilePath test_path(FILE_PATH_LITERAL("AnyPath"));
264 manager->RegisterSwiftShaderPath(test_path);
279 const base::FilePath test_path(FILE_PATH_LITERAL("AnyPath"));
280 manager->RegisterSwiftShaderPath(test_path);
318 const base::FilePath test_path(FILE_PATH_LITERAL("AnyPath"));
319 manager->RegisterSwiftShaderPath(test_path);
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 165 base::FilePath test_path(
167 ASSERT_TRUE(base::PathExists(test_path))
168 << test_path.LossyDisplayName();
170 base::FilePath html_file = test_path.Append(base::FilePath(file_path));
  /external/chromium_org/base/
file_util_unittest.cc 1744 FilePath test_path = local
1747 FilePath test_path = local
1803 FilePath test_path = local
    [all...]
  /external/chromium_org/chrome/test/base/
web_ui_browser_test.cc 482 base::FilePath test_path(dir_test_data.Append(kWebUITestFolder).Append(path));
483 EXPECT_TRUE(base::PathExists(test_path));
484 return net::FilePathToFileURL(test_path);
  /development/testrunner/
runtest.py 156 parser.add_option("-x", "--path", dest="test_path",
187 and not self._options.test_path
222 if not self._options.test_path:
397 elif self._options.test_path:
399 self._tests_to_run = walker.FindTests(self._options.test_path)
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 317 base::FilePath test_path = CreateMountPointWithDCIMDir(kMountPointA); local
318 ASSERT_FALSE(test_path.empty());
320 MtabTestData(kDeviceDCIM2, test_path.value(), kValidFS),
330 EXPECT_EQ(test_path.value(), observer().last_attached().location());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 292 def verify_test_harness_paths(self, converter, converted, test_path, num_src_paths, num_href_paths):
303 new_relpath = os.path.relpath(resources_dir, test_path)
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 170 base::FilePath test_path = TempFilePath("test.localized", false); local
171 ASSERT_TRUE(base::CreateDirectory(test_path));
173 base::FilePath test_file = test_path.AppendASCII("gold.txt");
  /external/libnl/lib/route/sch/
netem.c 876 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" }; local
878 for (i = 0; i < sizeof(test_path) && f == NULL; i++) {
879 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 177 test_path = test_config.filesystem.join(test_config.layout_tests_directory, test_file)
  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 298 const base::FilePath test_path(FPL("/mount"));
  /external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 341 std::string test_path() { function in class:BetterSessionRestoreTest

Completed in 850 milliseconds

12 3