/frameworks/rs/rsov/compiler/tests/ |
llvm-lit | 10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm') 13 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit')) 18 'llvm_site_config' : os.path.join('./', 'lit.site.cfg')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_install.py | 21 destination = os.path.join(builddir, "installation")
25 dist.script_name = os.path.join(builddir, "setup.py")
28 build_lib=os.path.join(builddir, "lib"),
43 libdir = os.path.join(destination, "lib", "python")
48 os.path.join(destination, "include", "python", "foopkg"))
49 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
|
/external/autotest/client/bin/ |
autotestd | 8 autotest = os.path.join(bindir, 'autotest') 20 stdout = open(os.path.join(logdir, 'stdout'), 'a', 0) 21 stderr = open(os.path.join(logdir, 'stderr'), 'a', 0) 36 cmd = ' '.join(args) 39 exit_file = open(os.path.join(logdir, 'exit_code'), 'w', 0) 43 open(os.path.join(logdir, 'started'), 'w').close()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
common_unittest_utils.py | 22 sys.path.append(os.path.join(pwd, '../../bin/input/')) 27 return os.path.join(os.getcwd(), 'tests') 32 return os.path.join(get_tests_path(), 'data') 37 return os.path.join(get_tests_path(), 'device') 43 filepath = os.path.join(get_tests_data_path(), gesture_dir, filename) 57 description_filepath = os.path.join(description_path,
|
/external/llvm/utils/ |
prepare-code-coverage-artifact.py | 19 raw_profiles = glob.glob(os.path.join(profile_data_dir, '*.profraw')) 20 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest') 21 profdata_path = os.path.join(profile_data_dir, 'Coverage.profdata') 23 manifest.write('\n'.join(raw_profiles)) 36 covmapping_path = os.path.join(profile_data_dir, 39 os.path.join(llvm_bin_dir, prog), '-o',
|
/external/python/cpython2/Mac/ |
Extras.install.py | 35 print "copy", os.path.join(cursrc, fn), os.path.join(curdst, fn) 37 shutil.copy2(os.path.join(cursrc, fn), os.path.join(curdst, fn)) 40 print "skipfile", os.path.join(cursrc, fn) 44 print "skipdir", os.path.join(cursrc, dirs[i])
|
/external/python/cpython3/Mac/ |
Extras.install.py | 35 print("copy", os.path.join(cursrc, fn), os.path.join(curdst, fn)) 37 shutil.copy2(os.path.join(cursrc, fn), os.path.join(curdst, fn)) 40 print("skipfile", os.path.join(cursrc, fn)) 44 print("skipdir", os.path.join(cursrc, dirs[i]))
|
/external/skia/infra/bots/assets/svg/ |
create.py | 19 SVG_TOOLS = os.path.join(common.INFRA_BOTS_DIR, os.pardir, os.pardir, 'tools', 33 'python', os.path.join(SVG_TOOLS, 'svg_downloader.py'), 35 '--svgs_file', os.path.join(SVG_TOOLS, 'svgs.txt'), 41 'python', os.path.join(SVG_TOOLS, 'svg_downloader.py'), 43 '--svgs_file', os.path.join(SVG_TOOLS, 'svgs_parse_only.txt'), 53 'gsutil', '-m', 'cp', os.path.join(SVG_GS_BUCKET, skbug, '*'),
|
/external/skia/tools/skqp/ |
run_skqp_exe | 15 sys.stdout.write("adb '" + "' '".join(args) + "'\n") 21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)) 26 os.path.join(*'platform_tools/android/apps/skqp/src/main/assets'.split('/')), 29 adb('push', os.path.join(build, 'skqp'), '/data/local/tmp/skqp/skqp') 39 return ret, os.path.join(tmpdir, 'report') 52 sysopen.sysopen(os.path.join(report, 'report.html'))
|
/external/skqp/infra/bots/assets/svg/ |
create.py | 19 SVG_TOOLS = os.path.join(common.INFRA_BOTS_DIR, os.pardir, os.pardir, 'tools', 33 'python', os.path.join(SVG_TOOLS, 'svg_downloader.py'), 35 '--svgs_file', os.path.join(SVG_TOOLS, 'svgs.txt'), 41 'python', os.path.join(SVG_TOOLS, 'svg_downloader.py'), 43 '--svgs_file', os.path.join(SVG_TOOLS, 'svgs_parse_only.txt'), 53 'gsutil', '-m', 'cp', os.path.join(SVG_GS_BUCKET, skbug, '*'),
|
/external/skqp/tools/skqp/ |
run_skqp_exe | 15 sys.stdout.write("adb '" + "' '".join(args) + "'\n") 21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)) 26 os.path.join(*'platform_tools/android/apps/skqp/src/main/assets'.split('/')), 29 adb('push', os.path.join(build, 'skqp'), '/data/local/tmp/skqp/skqp') 39 return ret, os.path.join(tmpdir, 'report') 52 sysopen.sysopen(os.path.join(report, 'report.html'))
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
run.go | 26 path := filepath.Join(runtime.GOROOT(), "bin", "go"+exeSuffix) 42 apiDir := filepath.Join(goroot, "api") 45 "-next", filepath.Join(apiDir, "next.txt"), 46 "-except", filepath.Join(apiDir, "except.txt")).CombinedOutput() 68 apiFiles = append(apiFiles, filepath.Join(apiDir, fn)) 71 return strings.Join(apiFiles, ",")
|
/prebuilts/go/linux-x86/src/cmd/api/ |
run.go | 26 path := filepath.Join(runtime.GOROOT(), "bin", "go"+exeSuffix) 42 apiDir := filepath.Join(goroot, "api") 45 "-next", filepath.Join(apiDir, "next.txt"), 46 "-except", filepath.Join(apiDir, "except.txt")).CombinedOutput() 68 apiFiles = append(apiFiles, filepath.Join(apiDir, fn)) 71 return strings.Join(apiFiles, ",")
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/ |
lit.ndk.cfg.in | 17 libcxx_dir = os.path.join(ndk, 'sources/cxx-stl/llvm-libc++') 24 config.cxx_under_test = os.path.join( 29 config.cxx_include = os.path.join(libcxx_dir, "include") 30 config.cxx_library_root = os.path.join(libcxx_dir, "libs", abi) 42 config.gcc_toolchain = os.path.join( 48 config, os.path.join(libcxx_dir, "test/lit.cfg"))
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/ |
build.py | 29 src_file = os.path.join(src_dir, file_name) 30 dst_file = os.path.join(dst_dir, file_name) 42 parent_dir = os.path.normpath(os.path.join(dst_dir, '..')) 104 type=os.path.realpath, default=os.path.join(THIS_DIR, 'out')) 148 ndk_build = os.path.join(ndk_dir, 'ndk-build') 149 platforms_root = os.path.join(ndk_dir, 'platforms') 150 toolchains_root = os.path.join(ndk_dir, 'toolchains') 160 obj_out = os.path.join(THIS_DIR, stl, 'obj') 161 lib_out = os.path.join(THIS_DIR, 'jniLibs') 167 shaderc_root_dir = os.path.join(THIS_DIR, '../../shaderc' [all...] |
/external/python/cpython2/Lib/test/ |
test_ntpath.py | 103 tester('ntpath.join("")', '') 104 tester('ntpath.join("", "", "")', '') 105 tester('ntpath.join("a")', 'a') 106 tester('ntpath.join("/a")', '/a') 107 tester('ntpath.join("\\a")', '\\a') 108 tester('ntpath.join("a:")', 'a:') 109 tester('ntpath.join("a:", "\\b")', 'a:\\b') 110 tester('ntpath.join("a", "\\b")', '\\b') 111 tester('ntpath.join("a", "b", "c")', 'a\\b\\c') 112 tester('ntpath.join("a\\", "b", "c")', 'a\\b\\c' [all...] |
/development/vndk/tools/definition-tool/tests/ |
test_vndk_lib_dir.py | 120 posixpath.join('/vendor', lib_dir, vndk_sp_name), 121 posixpath.join('/system', lib_dir, vndk_sp_name), 124 posixpath.join('/vendor', lib_dir, vndk_name), 125 posixpath.join('/system', lib_dir, vndk_name), 141 input_dir = os.path.join( 146 [os.path.join(input_dir, 'system')], 147 [os.path.join(input_dir, 'vendor')]) 153 input_dir = os.path.join( 157 [os.path.join(input_dir, 'system')], 158 [os.path.join(input_dir, 'vendor')] [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_ntpath.py | 68 tester('ntpath.join("")', '')
69 tester('ntpath.join("", "", "")', '')
70 tester('ntpath.join("a")', 'a')
71 tester('ntpath.join("/a")', '/a')
72 tester('ntpath.join("\\a")', '\\a')
73 tester('ntpath.join("a:")', 'a:')
74 tester('ntpath.join("a:", "b")', 'a:b')
75 tester('ntpath.join("a:", "/b")', 'a:/b')
76 tester('ntpath.join("a:", "\\b")', 'a:\\b')
77 tester('ntpath.join("a", "/b")', '/b') [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
version.rb | 14 ANTLR_VERSION_STRING = ANTLR_VERSION.join( '.' ) 25 VERSION_STRING = VERSION.join( '.' ).freeze
|
/external/autotest/client/deps/lansim/ |
lansim.py | 13 srcdir = os.path.join(topdir, 'src') 22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)
|
/external/autotest/frontend/migrations/ |
092_host_attributes_permissions.py | 14 auth_group INNER JOIN auth_group_permissions ON ( 16 INNER JOIN auth_permission ON (
|
103_add_5_columns_to_tko_jobs.py | 45 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx 46 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx 47 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx 48 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status; 80 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx 81 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx 82 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx 83 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status;
|
/external/autotest/server/cros/faft/config/ |
common.py | 8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir)) 9 client_dir = os.path.join(autotest_dir, 'client')
|
/external/autotest/tko/migrations/ |
003_add_test_timestamps.py | 44 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 45 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 46 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx 47 INNER JOIN status ON status.status_idx = tests.status; 77 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 78 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 79 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx 80 INNER JOIN status ON status.status_idx = tests.status 81 INNER JOIN iteration_result ON iteration_result.test_idx = tests.kernel_idx; 109 INNER JOIN jobs ON jobs.job_idx = tests.job_id [all...] |
004_add_test_started.py | 45 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 46 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 47 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx 48 INNER JOIN status ON status.status_idx = tests.status; 79 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 80 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 81 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx 82 INNER JOIN status ON status.status_idx = tests.status 83 INNER JOIN iteration_result ON iteration_result.test_idx = tests.kernel_idx; 111 INNER JOIN jobs ON jobs.job_idx = tests.job_id [all...] |