HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 51 - 75 of 7876) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/infra/bots/recipe_modules/git/
api.py 16 git_dir = self.m.path['start_dir'].join('git')
17 git_bin = git_dir.join('bin')
  /external/skqp/infra/bots/recipe_modules/git/
api.py 16 git_dir = self.m.path['start_dir'].join('git')
17 git_bin = git_dir.join('bin')
  /external/u-boot/tools/patman/
project.py 21 if os.path.exists(os.path.join(top_level, "include", "u-boot")):
23 elif os.path.exists(os.path.join(top_level, "kernel")):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_data.py 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
24 one = os.path.join(pkg_dir, 'one')
26 inst2 = os.path.join(pkg_dir, 'inst2')
27 two = os.path.join(pkg_dir, 'two')
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
57 cmd.root = os.path.join(pkg_dir, 'root')
58 inst3 = os.path.join(cmd.install_dir, 'inst3')
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_install_data.py 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
24 one = os.path.join(pkg_dir, 'one')
26 inst2 = os.path.join(pkg_dir, 'inst2')
27 two = os.path.join(pkg_dir, 'two')
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
57 cmd.root = os.path.join(pkg_dir, 'root')
58 inst3 = os.path.join(cmd.install_dir, 'inst3'
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_install_data.py 17 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
22 one = os.path.join(pkg_dir, 'one')
24 inst2 = os.path.join(pkg_dir, 'inst2')
25 two = os.path.join(pkg_dir, 'two')
38 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
40 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
50 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
51 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
55 cmd.root = os.path.join(pkg_dir, 'root')
56 inst3 = os.path.join(cmd.install_dir, 'inst3'
    [all...]
  /external/autotest/client/deps/dbus_protos/
dbus_protos.py 25 parent_path = os.path.join(sysroot, 'usr/include/chromeos/dbus/')
27 proto_path = os.path.join(parent_path, subdir)
30 [os.path.join(proto_path, proto_def) for proto_def in protos])
31 utils.run(' '.join(pipes.quote(arg) for arg in cmd))
36 utils.update_version(os.path.join(pwd, 'src'), False, version, setup, pwd)
  /external/chromium-trace/catapult/common/py_utils/
PRESUBMIT.py 24 catapult_dir = input_api.os_path.join(project_dir, '..', '..')
27 input_api.os_path.join(catapult_dir, 'dependency_manager'),
28 input_api.os_path.join(catapult_dir, 'devil'),
29 input_api.os_path.join(catapult_dir, 'third_party', 'mock'),
30 input_api.os_path.join(catapult_dir, 'third_party', 'pyfakefs'),
  /external/chromium-trace/catapult/dependency_manager/
PRESUBMIT.py 24 catapult_dir = input_api.os_path.join(project_dir, '..')
28 input_api.os_path.join(catapult_dir, 'common', 'py_utils'),
30 input_api.os_path.join(catapult_dir, 'third_party', 'mock'),
31 input_api.os_path.join(catapult_dir, 'third_party', 'pyfakefs'),
32 input_api.os_path.join(catapult_dir, 'third_party', 'zipfile'),
  /external/google-fruit/extras/benchmark/
makefile_generator.py 56 object_files=' '.join(object_files),
62 object_files=' '.join(object_files),
64 dep_files=' '.join(dep_files))
66 dep_files_includes = dep_files_includes_template.format(dep_files=' '.join(dep_files))
69 return link_rule + ''.join(compile_rules) + clean_rule + dep_file_deps + dep_files_includes
  /external/libchrome/build/android/pylib/
__init__.py 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
12 _DEVIL_PATH = os.path.join(_CATAPULT_PATH, 'devil')
14 _PYTRACE_PATH = os.path.join(_CATAPULT_PATH, 'common', 'py_trace_event')
16 _PY_UTILS_PATH = os.path.join(_CATAPULT_PATH, 'common', 'py_utils')
18 _TRACE2HTML_PATH = os.path.join(_CATAPULT_PATH, 'tracing')
  /external/webrtc/webrtc/tools/barcode_tools/
build_zxing.py 20 ant_executable = os.path.join(os.getenv('ANT_HOME'), 'bin', 'ant.bat')
28 print >> sys.stderr, 'Failed to execute: %s' % ' '.join(cmd)
31 print >> sys.stderr, 'Failed to execute: %s.\nCause: %s' % (' '.join(cmd),
36 core_build = os.path.join('third_party', 'zxing', 'core', 'build.xml')
39 javase_build = os.path.join('third_party', 'zxing', 'javase', 'build.xml')
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 64 failcmdfile = os.path.join(self.debugdir, 'failcmdfile')
65 outfile = os.path.join(self.resultsdir, 'ltp.out')
66 args2 = ['-l %s' % os.path.join(self.resultsdir, 'ltp.log'),
70 '-S %s' % os.path.join(self.bindir, 'site_excluded')]
71 args = '%s -p %s' % (args, ' '.join(args2))
75 dep_dir = os.path.join(self.autodir, 'deps', dep)
81 testcase_bin_dir = os.path.join(dep_dir, 'testcases', 'bin')
84 test_bin_file = os.path.join(testcase_bin_dir, select_test)
87 with open(os.path.join(dep_dir, 'runtest', 'cros_suite'), 'w') as f:
92 cmd = '%s %s' % (os.path.join(dep_dir, script), args
    [all...]
  /external/grpc-grpc/src/ruby/spec/pb/codegen/
package_option_spec.rb 24 src_dir = File.join(File.dirname(__FILE__), '..', '..', '..', '..')
25 pb_dir = File.join(src_dir, 'proto')
26 bins_dir = File.join(src_dir, '..', 'bins', bins_sub_dir)
28 plugin = File.join(bins_dir, 'grpc_ruby_plugin')
29 protoc = File.join(bins_dir, 'protobuf', 'protoc')
  /external/chromium-trace/catapult/tracing/
tracing_project.py 28 os.path.join(p.catapult_third_party_path, 'WebOb'),
29 os.path.join(p.catapult_third_party_path, 'Paste'),
30 os.path.join(p.catapult_third_party_path, 'six'),
31 os.path.join(p.catapult_third_party_path, 'webapp2'),
32 os.path.join(p.catapult_path, 'common', 'py_utils'),
33 os.path.join(p.tracing_third_party_path, 'symbols')
45 x = os.path.abspath(os.path.join(dirpath, f))
68 os.path.join(os.path.dirname(__file__), os.path.pardir))
70 tracing_root_path = os.path.join(catapult_path, 'tracing')
71 trace_processor_root_path = os.path.join(catapult_path, 'trace_processor'
    [all...]
  /external/python/cpython2/Mac/scripts/
genallsuites.py 25 output=os.path.join(DSTDIR, 'StdSuites'),
29 output=os.path.join(DSTDIR, 'SystemEvents'),
34 output=os.path.join(DSTDIR, 'CodeWarrior'),
38 output=os.path.join(DSTDIR, 'Explorer'),
42 output=os.path.join(DSTDIR, 'Finder'),
46 output=os.path.join(DSTDIR, 'Netscape'),
50 output=os.path.join(DSTDIR, 'Terminal'),
  /external/skia/infra/bots/
upload_skps.py 32 skp_dir = os.path.join(infrabots_dir, 'assets', 'skp')
33 upload_py = os.path.join(skp_dir, 'upload.py')
37 tmp_infrabots_dir = os.path.join(os.getcwd(), 'infra', 'bots')
38 tmp_gen_tasks = os.path.join(tmp_infrabots_dir, 'gen_tasks.go')
60 src = os.path.join(skp_dir, 'VERSION')
61 dst = os.path.join(
66 'git', 'add', os.path.join('infra', 'bots', 'tasks.json')])
  /external/skqp/infra/bots/
upload_skps.py 32 skp_dir = os.path.join(infrabots_dir, 'assets', 'skp')
33 upload_py = os.path.join(skp_dir, 'upload.py')
37 tmp_infrabots_dir = os.path.join(os.getcwd(), 'infra', 'bots')
38 tmp_gen_tasks = os.path.join(tmp_infrabots_dir, 'gen_tasks.go')
60 src = os.path.join(skp_dir, 'VERSION')
61 dst = os.path.join(
66 'git', 'add', os.path.join('infra', 'bots', 'tasks.json')])
  /external/toolchain-utils/android_bench_suite/
apply_patches.py 20 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
26 skia_patch = os.path.join(
42 autotest_dir = os.path.join(config.android_home, config.autotest_dir)
43 autotest_patch = os.path.join(
45 dex2oat_dir = os.path.join(autotest_dir, 'server/site_tests/android_Dex2oat')
46 panorama_dir = os.path.join(autotest_dir,
60 panorama_dir = os.path.join(config.android_home,
62 panorama_patch = os.path.join(
84 synthmark_patch = os.path.join(
  /art/test/078-polymorphic-virtual/src/
Main.java 28 derived1.join();
29 derived2.join();
30 derived3.join();
  /bionic/libc/kernel/tools/
update_all.py 29 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
33 src_dir = os.path.normpath(os.path.join(original_dir, src_rel_dir))
35 mod_src_dir = os.path.join(modified_dir, src_rel_dir)
36 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
44 src_file = os.path.normpath(os.path.join(root, file))
47 if os.path.exists(os.path.join(mod_src_dir, rel_path)):
48 src_file = os.path.join(mod_src_dir, rel_path)
49 src_str = os.path.join("<modified>", src_rel_dir, rel_path)
51 src_str = os.path.join("<original>", src_rel_dir, rel_path)
52 dst_file = os.path.join(update_dir, rel_path
    [all...]
  /external/autotest/cli/
atest_venv_entry.py 7 _AUTOTEST_ROOT = os.path.realpath(os.path.join(__file__, '..', '..'))
9 os.path.join(_AUTOTEST_ROOT, '..', '..', '..', '..'))
10 _SKYLAB_INVENTORY_DIR = os.path.join(_CHROMIUMOS_ROOT, 'infra',
  /external/libchrome/mojo/
PRESUBMIT.py 17 third_party_path = os.path.join(
20 mojo_public_bindings_pylib_path = os.path.join(
23 mojo_python_bindings_path = os.path.join(
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java 41 static final String EXAMPLE = Joiner.on('\n').join(
58 Joiner.on('\n').join(
73 Joiner.on('\n').join(
90 Joiner.on('\n').join(
107 Joiner.on('\n').join(
123 Joiner.on('\n').join(
141 Joiner.on('\n').join(
161 Joiner.on('\n').join(
180 Joiner.on('\n').join(
199 Joiner.on('\n').join(
    [all...]
  /external/skia/infra/bots/recipes/
recreate_skps.py 51 src_dir = checkout_root.join('src')
52 skia_dir = checkout_root.join('skia')
53 out_dir = src_dir.join('out', 'Release')
58 gn = src_dir.join('buildtools', platform, 'gn')
68 output_dir = api.path['start_dir'].join('skp_output')
74 asset_dir = skia_dir.join('infra', 'bots', 'assets', 'skp')
75 cmd = ['python', asset_dir.join('create.py'),
77 '--browser_executable', src_dir.join('out', 'Release', 'chrome'),
87 skia_dir.join('infra', 'bots', 'upload_skps.py'),
103 api.path.exists(api.path['start_dir'].join('skp_output')
    [all...]

Completed in 209 milliseconds

1 23 4 5 6 7 8 91011>>