Searched refs:join (Results 351 - 375 of 3049) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http.py53 self._pid_file = self._filesystem.join(self._runtime_path, '%s.pid' % self._name)
59 document_root = self._filesystem.join(test_dir, "http", "tests")
60 js_test_resources_dir = self._filesystem.join(test_dir, "resources")
61 media_resources_dir = self._filesystem.join(test_dir, "media")
62 mime_types_path = self._filesystem.join(test_dir, "http", "conf", "mime.types")
63 cert_file = self._filesystem.join(test_dir, "http", "conf", "webkit-httpd.pem")
65 self._access_log_path = self._filesystem.join(output_dir, "access_log.txt")
66 self._error_log_path = self._filesystem.join(output_dir, "error_log.txt")
/external/chromium_org/third_party/closure_compiler/build/
H A Dinputs.py11 sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
33 print "\n".join(GetInputs(sys.argv[1:]))
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
H A Dscrape_gtest_log.py39 output_json = os.path.join(arg)
42 json_string = '[' + ','.join('{' + x + '}' for x in
/external/chromium_org/third_party/mesa/src/scons/
H A Ddxsdk.py56 include_dir = os.path.join(dxsdk_root, 'Include')
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
/external/chromium_org/tools/chrome_proxy/
H A Drun_tests14 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
15 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
/external/chromium_org/tools/
H A Dfind_depot_tools.py15 return os.path.isfile(os.path.join(path, 'gclient'))
33 i = os.path.join(root_dir, 'depot_tools')
/external/chromium_org/tools/gyp/buildbot/
H A Dbuildbot_run.py26 ANDROID_DIR = os.path.join(ROOT_DIR, 'android')
27 CMAKE_DIR = os.path.join(ROOT_DIR, 'cmake')
28 CMAKE_BIN_DIR = os.path.join(CMAKE_DIR, 'bin')
29 OUT_DIR = os.path.join(TRUNK_DIR, 'out')
92 gyp_manifest = os.path.join(BUILDBOT_DIR, manifest_filename)
93 android_manifest = os.path.join(ANDROID_DIR, '.repo', 'manifests',
116 system_img = os.path.join(ANDROID_DIR, 'out', 'target', 'product', 'generic',
181 command = ' '.join(
/external/chromium_org/tools/gyp/samples/
H A Dsamples66 chrome_file = os.path.join(path_to_chrome, g)
67 local_file = os.path.join(os.path.dirname(argv[0]), os.path.split(g)[1])
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-app-error.py26 if expected_error in '\n'.join(a) + '\n'.join(b):
/external/chromium_org/tools/gyp/test/small/
H A Dgyptest-small.py23 sys.path.append(os.path.join(test._cwd, 'pylib'))
42 full_filename = os.path.join(test._cwd, filename)
/external/chromium_org/tools/perf/
H A Drecord_android_profile.py10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
20 output_file = os.path.join(tempfile.mkdtemp(), options.profiler)
H A Drun_measurement9 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
17 CROS_BOOSTRAP_DEPS_PATH = os.path.join(
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_dumpsys_power_monitor_unittest.py15 dumpsys_output = os.path.join(GetUnittestDataDir(), 'batterystats_v8.csv')
26 dumpsys_output = os.path.join(GetUnittestDataDir(),
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py29 vid = os.path.join(util.GetUnittestDataDir(), 'vid.mp4')
48 expected_bitmap = bitmap.Bitmap.FromPngFile(os.path.join(
/external/chromium_org/v8/tools/
H A Dtest-server.py67 data_dir = os.path.join(ROOT, "data")
72 trusted_dir = os.path.join(ROOT, "trusted")
102 pubkeyfile = os.path.join(trusted_dir, "%s.pem" % fingerprint)
108 datafile = os.path.join(data_dir, "mypubkey")
113 testrunner_dir = os.path.join(ROOT, "testrunner")
114 if os.path.exists(os.path.join(testrunner_dir, "server/daemon.py")):
128 v8_dir = os.path.join(ROOT, "v8")
163 if not os.path.isdir(os.path.join(ROOT, "v8")):
/external/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.in10 new_ld_library_path = os.path.pathsep.join(
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp54 th1.join();
55 th2.join();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp55 th1.join();
56 th2.join();
/external/libvpx/libvpx/test/android/
H A Dscrape_gtest_log.py39 output_json = os.path.join(arg)
42 json_string = '[' + ','.join('{' + x + '}' for x in
/external/lldb/test/lang/c/forward/
H A DTestForwardDeclaration.py11 mydir = os.path.join("lang", "c", "forward")
32 exe = os.path.join(os.getcwd(), "a.out")
/external/lldb/test/lang/objc/objc++/
H A DTestObjCXX.py13 mydir = os.path.join("lang", "objc", "objc++")
34 exe = os.path.join(os.getcwd(), "a.out")
/external/mesa3d/scons/
H A Ddxsdk.py56 include_dir = os.path.join(dxsdk_root, 'Include')
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DJoin.java6 public static String join(String delimiter, Collection collection) { method in class:Join
19 public static String join(String delimiter, Object... collection) { method in class:Join
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py36 path_to_android_mk = os.path.join(self.__tmp_dir,
41 path_to_tests_android_mk = os.path.join(self.__tmp_dir, 'tests',
/external/clang/utils/analyzer/
H A DSATestBuild.py100 p = os.path.join(path, command + ext)
117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
126 return os.path.join(os.path.abspath(os.curdir), ID)
183 ScriptPath = os.path.join(Dir, CleanupScript)
203 BuildScriptPath = os.path.join(Dir, BuildScript)
252 if os.path.exists(os.path.join(Dir, BuildScript)):
263 PlistPath = os.path.join(Dir, SBOutputDir, "date")
264 FailPath = os.path.join(PlistPath, "failures");
279 OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
280 Command = CmdPrefix + OutputOption + os.path.join(Di
[all...]

Completed in 621 milliseconds

<<11121314151617181920>>