/external/autotest/client/site_tests/firmware_VbootCrypto/ |
firmware_VbootCrypto.py | 39 gen_test_case_cmd = os.path.join(self.srcdir, "tests", 50 sha_test_cmd = os.path.join(self.srcdir, "tests", "sha_tests") 61 rsa_test_cmd = os.path.join(self.srcdir, "tests", 73 % os.path.join(self.srcdir, "tests") 84 sha_benchmark_cmd = os.path.join(self.srcdir, "tests", 93 os.path.join(self.srcdir, "tests") 101 os.path.join(self.srcdir, "tests") 103 os.path.join(self.srcdir, "tests") 114 os.path.join(self.srcdir, "tests") 116 os.path.join(self.srcdir, "tests" [all...] |
/external/autotest/client/tests/ddtest/ |
ddtest.py | 28 dir = os.path.join(self.srcdir, 'rdir') 35 self.results.append(utils.system_output(os.path.join(self.srcdir, 41 for throughput in pattern.findall("\n".join(self.results)):
|
/external/autotest/client/tests/iosched_bugs/ |
iosched_bugs.py | 24 blah = os.path.join(self.tmpdir, 'blah') 25 dirty_bin = os.path.join(self.srcdir, 'dirty') 26 dirty_op = os.path.join(self.tmpdir, 'dirty')
|
/external/autotest/client/tests/spew/ |
spew.py | 24 cmd = os.path.join(self.srcdir, 'src/spew') 27 tmpfile = os.path.join(testdir, 'spew-test.%d' % os.getpid()) 28 results = os.path.join(self.resultsdir, 'stdout.%d' % self.iteration)
|
/external/autotest/site_utils/lxc/ |
unittest_cleanup.py | 15 TEST_CONTAINER_PATH = os.path.join(lxc.DEFAULT_CONTAINER_PATH, 'test') 16 TEST_HOST_PATH = os.path.join(TEST_CONTAINER_PATH, 'host') 23 host_dir = os.path.realpath(os.path.join(TEST_HOST_PATH, host_dir))
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
shell_util.py | 34 '''Call an executable os.path.join(*path_parts) with the arguments specified 36 args = [_os.path.join(*path_parts)] + list(args) 39 print '>', ' '.join(args)
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
__init__.py | 11 CATAPULT_THIRD_PARTY_PATH = os.path.join(CATAPULT_PATH, 'third_party') 12 DEPENDENCY_MANAGER_PATH = os.path.join(CATAPULT_PATH, 'dependency_manager') 16 path = os.path.abspath(os.path.join(*path_parts))
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
build_tools.py | 30 return (os.path.join(build_tools_path, build_tool) if build_tools_path 40 os.path.join(android_sdk_path, 'build-tools')) 47 return os.path.join(android_sdk_path, 'build-tools',
|
/external/chromium-trace/catapult/devil/devil/utils/ |
zip_utils_test.py | 17 file1 = os.path.join(working_dir, 'file1.txt') 18 file2 = os.path.join(working_dir, 'file2.txt') 30 zip_path = os.path.join(working_dir, 'out.zip')
|
/external/clang/tools/scan-build-py/tests/functional/cases/ |
test_exec_anatomy.py | 25 result_file = os.path.join(target_dir, 'result.json') 26 expected_file = os.path.join(target_dir, 'expected.json') 47 source_dir = os.path.normpath(os.path.join(this_dir, '..', 'exec'))
|
test_from_cdb.py | 19 path = os.path.normpath(os.path.join(this_dir, '..', 'src')) 20 source_dir = os.path.join(path, 'compilation_database') 21 source_file = os.path.join(source_dir, target_file + '.in') 22 target_file = os.path.join(target_dir, 'compile_commands.json') 100 return len(glob.glob(os.path.join(directory, 'report-*.html'))) 104 return len(glob.glob(os.path.join(directory, 'report-*.plist'))) 111 os.path.exists(os.path.join(reportdir, 'index.html'))) 120 os.path.exists(os.path.join(reportdir, 'index.html'))) 129 os.path.exists(os.path.join(reportdir, 'index.html'))) 140 os.path.isdir(os.path.join(reportdir, 'failures')) [all...] |
/external/compiler-rt/test/asan/android_commands/ |
android_run.py | 9 device_binary = os.path.join(ANDROID_TMPDIR, os.path.basename(sys.argv[0])) 19 return ' '.join(args) 25 device_args = ' '.join(sys.argv[1:]) # FIXME: escape?
|
/external/libmojo/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/libmojo/third_party/catapult/devil/devil/android/sdk/ |
build_tools.py | 30 return (os.path.join(build_tools_path, build_tool) if build_tools_path 40 os.path.join(android_sdk_path, 'build-tools')) 47 return os.path.join(android_sdk_path, 'build-tools',
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
zip_utils.py | 20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path)) 24 file_path = os.path.join(dir_path, f) 25 file_arc_path = os.path.join(dir_arc_path, f)
|
/external/libyuv/files/ |
sync_chromium.py | 40 main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient') 53 return ','.join(_parse_gclient_dict().get('target_os', [])) 57 CR_DIR = os.path.join(ROOT_DIR, 'chromium') 72 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium') 73 flag_file_content = '\n'.join([ 78 if (os.path.exists(os.path.join(opts.chromium_dir, 'src')) and 100 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep, 119 gclient_entries_file = os.path.join(opts.chromium_dir, '.gclient_entries') 122 gclientfile = os.path.join(opts.chromium_dir, '.gclient') 127 f.write('\n'.join(spec) [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
tail-dup-subreg-abort.ll | 15 br label %join 22 br label %join 23 join:
|
/external/python/cpython2/Lib/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')
|
/external/python/cpython3/Modules/_sha3/ |
cleanup.py | 17 KECCAK = os.path.join(HERE, "kcp") 21 name = os.path.join(KECCAK, name) 44 return "".join(buf)
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteQueryBuilder.java | 6 import com.xtremelabs.robolectric.util.Join; 26 sb.append(Join.join(", ", (Object[]) columns));
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
MethodSignature.java | 4 import org.robolectric.util.Join; 36 return className + "." + methodName + "(" + Join.join(", ", (Object[]) paramTypes) + ")";
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowPaint.java | 24 private Paint.Join join; field in class:ShadowPaint 55 this.join = otherShadowPaint.join; 140 public void setStrokeJoin(Paint.Join join) { 141 this.join = join; 145 public Paint.Join getStrokeJoin() { 146 return join; [all...] |
/external/skia/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/skia/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/skia/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')
|