/external/skia/infra/bots/assets/linux_vulkan_sdk/ |
create_and_upload.py | 31 create_script = os.path.join(common.FILE_DIR, 'create.py') 32 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 35 cwd = os.path.join(cwd, 'sdk')
|
/external/skia/infra/bots/assets/win_vulkan_sdk/ |
create_and_upload.py | 31 create_script = os.path.join(common.FILE_DIR, 'create.py') 32 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 35 cwd = os.path.join(cwd, 'sdk')
|
/external/skia/tools/skqp/ |
remove_unneeded_assets | 20 assets = os.path.join('platform_tools', 'android', 'apps', 'skqp', 'src', 'main', 'assets') 21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, assets)) 29 shutil.rmtree(os.path.join('gmkb', x))
|
/external/skqp/infra/bots/assets/armhf_sysroot/ |
create_and_upload.py | 30 create_script = os.path.join(common.FILE_DIR, 'create.py') 31 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 34 cwd = os.path.join(cwd, 'sysroot')
|
/external/skqp/infra/bots/assets/linux_vulkan_intel_driver_debug/ |
create_and_upload.py | 31 create_script = os.path.join(common.FILE_DIR, 'create.py') 32 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 35 cwd = os.path.join(cwd, 'lib')
|
/external/skqp/infra/bots/assets/linux_vulkan_intel_driver_release/ |
create_and_upload.py | 31 create_script = os.path.join(common.FILE_DIR, 'create.py') 32 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 35 cwd = os.path.join(cwd, 'lib')
|
/external/skqp/infra/bots/assets/linux_vulkan_sdk/ |
create_and_upload.py | 31 create_script = os.path.join(common.FILE_DIR, 'create.py') 32 upload_script = os.path.join(common.FILE_DIR, 'upload.py') 35 cwd = os.path.join(cwd, 'sdk')
|
/external/skqp/tools/skqp/ |
remove_unneeded_assets | 20 assets = os.path.join('platform_tools', 'android', 'apps', 'skqp', 'src', 'main', 'assets') 21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, assets)) 29 shutil.rmtree(os.path.join('gmkb', x))
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ |
ExternalClassLoader.java | 29 String joinedDexPaths = join(dexPaths, ":"); 30 String joinedNativeLibPaths = nativePaths != null ? join(nativePaths, ":") : null; 38 private static String join(Collection<String> collection, String delimiter) { method in class:ExternalClassLoader
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
2011-09-22-PHISpeculateInvoke.ll | 20 to label %join unwind label %unwind 24 br label %join 26 join: ; preds = %then, %else
|
/external/swiftshader/third_party/subzero/tests_lit/ |
lit.cfg | 58 src_root = os.path.join(FindBaseNaCl(), 'toolchain_build/src/subzero') 63 pydir = os.path.join(bin_root, 'pydir') 70 pnacl_sz_tool = os.path.join(bin_root, 'pnacl-sz') 71 pnacl_sz_atts = shellcmd(' '.join([pnacl_sz_tool, '--build-atts']), 81 if_atts = [os.path.join(pydir, 'if.py')] 89 pnacl_sz_cmd = [os.path.join(pydir, 'run-pnacl-sz.py'), 99 config.substitutions.append(('%iflc', ' '.join(iflc2i_atts_cmd))) 100 config.substitutions.append(('%ifl', ' '.join(ifl2i_atts_cmd))) 101 config.substitutions.append(('%if', ' '.join(if_atts_cmd))) 104 config.substitutions.append(('%p2i', ' '.join(pnacl_sz_cmd)) [all...] |
/external/toolchain-utils/automation/clients/helper/ |
crosstool.py | 25 new_job, os.path.join(self.commands.buildit_path, target), 'manifests') 59 self.buildit_path = os.path.join(self.CHECKOUT_DIR, 'gcctools', 'crosstool', 63 self.buildit_work_dir_path = os.path.join('$JOB_TMP', self.buildit_work_dir) 64 self.dejagnu_output_path = os.path.join(self.buildit_work_dir_path, 93 clnum_path = os.path.join('$JOB_TMP', self.CHECKOUT_DIR, 'CLNUM') 95 toolchain_root = os.path.join('/google/data/rw/projects/toolchains', target, 97 toolchain_path = os.path.join(toolchain_root, '${CLNUM}') 130 site_exp_file = os.path.join('/google/src/head/depot/google3', 134 build_dir_path = os.path.join(target, 'rpmbuild/BUILD/crosstool*-0.0', 144 'RUNTESTFLAGS="%s"' % ' '.join(dejagnu_flags) [all...] |
/external/v8/tools/clang/scripts/ |
test_tool.py | 32 include_path_flags = ' '.join('-I %s' % include_path.replace('\\', '/') 59 os.path.join(tools_clang_scripts_directory, 'run_tool.py'), 66 os.path.join(tools_clang_scripts_directory, 'extract_edits.py')] 71 os.path.join(tools_clang_scripts_directory, 'apply_edits.py'), 109 test_directory_for_tool = os.path.join( 111 compile_database = os.path.join(test_directory_for_tool, 113 source_files = glob.glob(os.path.join(test_directory_for_tool, 115 actual_files = ['-'.join([source_file.rsplit('-', 1)[0], 'actual.cc']) 117 expected_files = ['-'.join([source_file.rsplit('-', 1)[0], 'expected.cc']) 121 os.path.realpath(os.path.join(tools_clang_directory, '../..')) [all...] |
/prebuilts/clang/host/linux-x86/soong/ |
clangprebuilts.go | 47 return path.Join( 57 return path.Join(clangDir, "lib64", "clang", releaseVersion, "lib", "linux") 93 headerDir := path.Join(getClangPrebuiltDir(ctx), "prebuilt_include", "llvm", "lib", "Fuzzer") 97 p.Target.Android_arm.Srcs = []string{path.Join(libDir, "arm", name)} 98 p.Target.Android_arm64.Srcs = []string{path.Join(libDir, "aarch64", name)} 99 p.Target.Android_mips.Srcs = []string{path.Join(libDir, "mipsel", name)} 100 p.Target.Android_mips64.Srcs = []string{path.Join(libDir, "mips64el", name)} 101 p.Target.Android_x86.Srcs = []string{path.Join(libDir, "i386", name)} 102 p.Target.Android_x86_64.Srcs = []string{path.Join(libDir, "x86_64", name)} 130 p.Srcs = []string{path.Join(libDir, name+".so") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_headers.py | 19 header1 = os.path.join(header_list, 'header1') 20 header2 = os.path.join(header_list, 'header2') 30 cmd.install_dir = os.path.join(pkg_dir, 'inst')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_headers.py | 19 header1 = os.path.join(header_list, 'header1') 20 header2 = os.path.join(header_list, 'header2') 30 cmd.install_dir = os.path.join(pkg_dir, 'inst')
|
/toolchain/benchmark/ |
discard_patches.py | 26 autotest_dir = os.path.join(config.android_home, config.autotest_dir) 31 panorama_dir = os.path.join(config.android_home, 46 os.path.join(config.android_home, synthmark_dir)])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
Strings.py | 2 from string import join
13 s = join(map(str,range(100)))
14 t = join(map(str,range(1,101)))
79 s = join(map(str,range(100)))
80 t = join(map(str,range(1,101)))
95 s = join(map(str,range(10)))
96 t = join(map(str,range(10))) + "abc"
161 s = join(map(str,range(10)))
162 t = join(map(str,range(10))) + "abc"
177 s = intern(join(map(str,range(10)))) [all...] |
/external/python/cpython2/Tools/pybench/ |
Strings.py | 2 from string import join 13 s = join(map(str,range(100))) 14 t = join(map(str,range(1,101))) 79 s = join(map(str,range(100))) 80 t = join(map(str,range(1,101))) 95 s = join(map(str,range(10))) 96 t = join(map(str,range(10))) + "abc" 161 s = join(map(str,range(10))) 162 t = join(map(str,range(10))) + "abc" 177 s = intern(join(map(str,range(10))) [all...] |
/external/tensorflow/tensorflow/python/training/ |
coordinator_test.py | 107 coord.join(threads) 121 coord.join() 136 coord.join(threads[1:1]) 158 coord.join(threads, stop_grace_period_secs=stop_grace_period) 178 coord.join(threads, stop_grace_period_secs=1., ignore_live_threads=True) 198 coord.join(threads) 217 coord.join(threads) 232 coord.join(threads) 246 coord.join(threads) 265 coord.join(threads [all...] |
/external/python/cpython2/Mac/BuildScript/ |
build-installer.py | 83 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 95 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 110 DEPSRC = os.path.join(WORKDIR, 'third-party') 272 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 292 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 341 shellQuote(os.path.join(WORKDIR, 'libraries')), 342 shellQuote(os.path.join(WORKDIR, 'libraries')), 375 shellQuote(os.path.join(WORKDIR, 'libraries')), 376 ' -arch '.join(ARCHLIST), 387 shellQuote(os.path.join(WORKDIR, 'libraries')) [all...] |
/external/toolchain-utils/ |
weekly_report.py | 17 DATA_ROOT_DIR = os.path.join(constants.CROSTC_WORKSPACE, 'weekly_test_data') 18 EXPERIMENT_FILE = os.path.join(DATA_ROOT_DIR, 'weekly_report') 59 os.path.join(test_path, 'chromiumos_test_image.bin')) 99 os.path.join(vanilla_image_path, 'chromiumos_test_image.bin')) 113 os.path.join(test_path, 'chromiumos_test_image.bin')) 165 data_path = os.path.join(DATA_ROOT_DIR, options.board, day) 169 tar_file_path = os.path.join(data_path, tar_file_name) 171 image_path = os.path.join(data_path, image_dir) 182 v_file_path = os.path.join(data_path, vanilla_file) 184 image_path = os.path.join(data_path, image_dir [all...] |
/external/v8/gypfiles/ |
vs_toolchain.py | 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir)) 19 sys.path.insert(1, os.path.join(chrome_src, 'tools')) 20 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib')) 21 json_data_file = os.path.join(script_dir, 'win_toolchain.json') 67 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v))) 72 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs) 130 version_as_year, ', '.join(year_to_version.keys()))) 138 path = os.path.normpath(os.path.join(path, '..', '..')) 176 target = os.path.join(target_dir, dll) 177 source = os.path.join(source_dir, dll [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
DatagramChannelMulticastTest.java | 162 dc.join(GOOD_MULTICAST_IPv4, ipv4NetworkInterface); 174 dc.join(null, ipv4NetworkInterface); 187 dc.join(GOOD_MULTICAST_IPv4, null); 200 dc.join(UNICAST_IPv4_1, ipv4NetworkInterface); 213 dc.join(UNICAST_IPv6_1, ipv6NetworkInterface); 233 // Set up a receiver join the group on ipv4NetworkInterface 236 receiverChannel.join(group, networkInterface); 266 dc.join(groupAddress, ipv4NetworkInterface); 284 MembershipKey key = dc.join(GOOD_MULTICAST_IPv4, ipv4NetworkInterface); 301 /** Confirms that calling join() does not cause an implicit bind() to take place. * [all...] |
/build/soong/python/scripts/ |
stub_template_host.txt | 20 path = os.path.join(directory, name) 41 return os.path.join(temp_dir, ZIP_RUNFILES_DIRECTORY_NAME) 55 top_entries = [os.path.join(runfiles_path, i) for i in os.listdir(runfiles_path)] 61 new_python_path = separator.join(python_path_entries) 69 main_filepath = os.path.join(runfiles_path, MAIN_FILE)
|