Searched refs:join (Results 276 - 300 of 1672) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A Dshell.py63 path = _os.path.sep.join(path.split('/'))
64 return _os.path.normpath(_os.path.join(cwd, path))
137 fname = _os.path.join(dir, prefix + str(j) + suffix)
200 argv = ' '.join(argv)
297 argv = ' '.join(argv)
349 print ' '.join(argv)
374 join, isdir, islink = _os.path.join, _os.path.isdir, _os.path.islink
386 if isdir(join(top, name)):
394 path = join(to
[all...]
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py26 DEFAULT_GM_EXPECTATIONS_DIR = os.path.join(SKIA_ROOT_DIR, 'expectations', 'gm')
31 GM_DIR = os.path.join(SKIA_ROOT_DIR, 'gm')
68 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
70 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
72 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
74 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
233 expected_image_dir = os.path.join(image_output_dir, 'expected')
234 actual_image_dir = os.path.join(image_output_dir, 'actual')
244 self._skpdiff_output_path = os.path.join(image_output_dir,
272 expected_file_path = os.path.join(roo
[all...]
/external/mesa3d/scons/
H A Dgallium.py53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'])
70 target_dir = os.path.join(install_dir, 'lib')
71 target_name = '.'.join((str(source),) + version)
72 last = env.InstallAs(os.path.join(target_dir, target_name), source)
76 target_name = '.'.join((str(source),) + version)
78 last = env.Command(os.path.join(target_dir, target_name), last, action)
221 build_dir = os.path.join(build_topdir, build_subdir)
225 env.SConsignFile(os.path.join(build_dir, '.sconsign'))
229 env['CONFIGUREDIR'] = os.path.join(build_di
[all...]
/external/deqp/scripts/
H A Dmake_release.py65 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
126 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", "gen_release_info.py"))
165 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file)))
178 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
179 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
196 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
197 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
212 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()),
215 srcPath = os.path.join(packageBuildInf
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DCombinedExceptionEventsDebuggee.java73 t.join();
95 t.join();
/external/boringssl/src/util/bot/
H A Dupdate_clang.py29 LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build")
30 STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision")
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
H A Dserial_number_generator.py40 return ''.join(result)
84 ident = '-'.join(parts)
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
H A Dtest_reporter.py7 dir = os.path.join(os.path.dirname(__file__), 'reporter_output')
8 fn = os.path.join(dir, fn)
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Dsecurecookie.py49 return '|'.join([value, timestamp, signature])
103 signature.update('|'.join(parts))
/external/chromium-trace/trace-viewer/tracing/build/
H A Dcss_presubmit_checker.py51 ';\n '.join(rules), ','.join(list(sorted(props)))))
117 return ' (replace with %s)' % ', '.join(suggestions)
209 file_contents = _remove_all('\n'.join(f.new_contents))
224 '- %s\n%s' % (check['desc'], '\n'.join(check_errors).rstrip()))
237 '- %s\n%s' % (check['desc'], '\n'.join(check_errors)))
240 '%s:\n%s' % (f[0], '\n\n'.join(file_errors))))
247 ', '.join(authors)))
H A Drun_dev_server_tests77 return os.path.isfile(os.path.join(path, 'gclient'))
98 installer_path = os.path.join(tmpdir, url[url.rindex('/') + 1:])
102 path_7z = os.path.join(depot_tools_path, 'win_toolchain', '7z', '7z.exe')
107 command_7z = [path_7z, 'x', '-o' + tmpdir, os.path.join(tmpdir, 'chrome.7z')]
128 zip_path = os.path.join(tmpdir, 'chrome.zip')
143 server_path = os.path.join(os.path.dirname(
152 chrome_path = os.path.join(
158 path = os.path.join(tmpdir, path)
/external/deqp/scripts/opengl/
H A Dgen_wrapper.py38 ", ".join([param.declaration for param in command.params]))
44 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwApi.inl"), src)
/external/deqp/scripts/src_util/
H A Dcommon.py87 projectDir = os.path.normpath(os.path.join(scriptDir, "../.."))
98 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))
/external/gtest/test/
H A Dgtest_list_tests_unittest.py165 (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output,
171 (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output)))
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DThreadTest.java38 thread.join();
86 th.join();
/external/libcxx/test/libcxx/android/
H A Dexecutors.py37 remote_cmd = ' '.join(env_cmd + cmd + ['; echo $?'])
52 out = '\n'.join(out[:-1])
/external/libcxx/test/libcxx/ndk/test/
H A Dconfig.py45 cxx_template = ' '.join(
47 link_template = ' '.join(
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dnotify_all.pass.cpp65 t1.join();
66 t2.join();
H A Dwait_for.pass.cpp73 t.join();
85 t.join();
H A Dwait_for_pred.pass.cpp81 t.join();
93 t.join();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp69 t1.join();
70 t2.join();
H A Dwait_for.pass.cpp76 t.join();
88 t.join();
H A Dwait_for_pred.pass.cpp84 t.join();
96 t.join();
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex_duration.pass.cpp59 t.join();
66 t.join();
H A Dmutex_time_point.pass.cpp59 t.join();
66 t.join();

Completed in 1630 milliseconds

<<11121314151617181920>>