/external/skia/infra/bots/assets/ |
asset_utils.py | 117 def upload(self, name, version, target_dir): 122 '--in', target_dir, 129 def download(self, name, version, target_dir): 133 target_dir = os.path.abspath(target_dir) 140 '--root', target_dir, 182 def upload(self, name, version, target_dir): 184 target_dir = os.path.abspath(target_dir) 187 zip_utils.zip(target_dir, zip_file, blacklist=ZIP_BLACKLIST [all...] |
assets.py | 42 asset.download_current_version(args.target_dir) 49 asset.upload_new_version(args.target_dir, commit=args.commit) 70 prs_download.add_argument('--target_dir', '-t', required=True) 77 prs_upload.add_argument('--target_dir', '-t', required=True)
|
asset_utils_test.py | 38 def _write_stuff(target_dir): 39 """Write some files and directories into target_dir.""" 40 fw = test_utils.FileWriter(target_dir) 63 def upload(self, name, version, target_dir): 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 66 def download(self, name, version, target_dir): 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
|
/external/skqp/infra/bots/assets/ |
asset_utils.py | 117 def upload(self, name, version, target_dir): 122 '--in', target_dir, 129 def download(self, name, version, target_dir): 133 target_dir = os.path.abspath(target_dir) 140 '--root', target_dir, 182 def upload(self, name, version, target_dir): 184 target_dir = os.path.abspath(target_dir) 187 zip_utils.zip(target_dir, zip_file, blacklist=ZIP_BLACKLIST [all...] |
assets.py | 42 asset.download_current_version(args.target_dir) 49 asset.upload_new_version(args.target_dir, commit=args.commit) 70 prs_download.add_argument('--target_dir', '-t', required=True) 77 prs_upload.add_argument('--target_dir', '-t', required=True)
|
asset_utils_test.py | 38 def _write_stuff(target_dir): 39 """Write some files and directories into target_dir.""" 40 fw = test_utils.FileWriter(target_dir) 63 def upload(self, name, version, target_dir): 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 66 def download(self, name, version, target_dir): 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_file_util.py | 27 self.target_dir = os.path.join(tmp_dir, 'd1')
56 os.mkdir(self.target_dir)
57 move_file(self.source, self.target_dir, verbose=1)
58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
|
/external/python/cpython2/PC/VC6/ |
_ssl.dsp | 39 # PROP BASE Target_Dir ""
48 # PROP Target_Dir ""
60 # PROP BASE Target_Dir ""
69 # PROP Target_Dir ""
|
w9xpopen.dsp | 38 # PROP BASE Target_Dir ""
44 # PROP Target_Dir ""
65 # PROP BASE Target_Dir ""
71 # PROP Target_Dir ""
|
/external/skia/infra/bots/ |
upload_skps.py | 28 def main(target_dir, gitcookies): 55 subprocess.check_call(['python', upload_script, '-t', target_dir]) 63 parser.add_argument("--target_dir") 66 main(args.target_dir, args.gitcookies)
|
/external/skqp/infra/bots/ |
upload_skps.py | 28 def main(target_dir, gitcookies): 55 subprocess.check_call(['python', upload_script, '-t', target_dir]) 63 parser.add_argument("--target_dir") 66 main(args.target_dir, args.gitcookies)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 27 self.target_dir = os.path.join(tmp_dir, 'd1') 56 os.mkdir(self.target_dir) 57 move_file(self.source, self.target_dir, verbose=1) 58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 27 self.target_dir = os.path.join(tmp_dir, 'd1') 56 os.mkdir(self.target_dir) 57 move_file(self.source, self.target_dir, verbose=1) 58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
|
/external/perfetto/tools/ |
run_android_test | 132 target_dir = '/data/local/tmp/' + args.test_name 133 AdbCall('shell', 'rm -rf "%s"; mkdir -p "%s"' % (2 * (target_dir,))) 134 AdbCall('push', test_bin, target_dir) 138 AdbCall('push', os.path.join(ROOT_DIR, dep), target_dir + '/' + dep) 144 AdbCall('push', sanitizer_libs, target_dir) 145 env += 'LD_LIBRARY_PATH="%s/sanitizer_libs" ' % (target_dir) 146 cmd = 'cd %s;' % target_dir; 160 AdbCall('shell', 'rm -rf "%s"' % target_dir)
|
/external/skia/tools/skqp/ |
download_model | 46 target_dir = os.path.join('platform_tools', 'android', 'apps', 'skqp', 'src', 'main', 'assets') 47 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, target_dir)) 50 sys.stderr.write('Error: "%s" is missing.\n' % os.path.join(target_dir, checksum_path))
|
/external/skqp/tools/skqp/ |
download_model | 46 target_dir = os.path.join('platform_tools', 'android', 'apps', 'skqp', 'src', 'main', 'assets') 47 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, target_dir)) 50 sys.stderr.write('Error: "%s" is missing.\n' % os.path.join(target_dir, checksum_path))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
pcctslib50.dsp | 35 # PROP BASE Target_Dir ""
40 # PROP Target_Dir ""
62 # PROP BASE Target_Dir ""
67 # PROP Target_Dir ""
|
pcctslib60.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
66 # PROP BASE Target_Dir ""
71 # PROP Target_Dir ""
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
msvc.dsp | 35 # PROP BASE Target_Dir ""
40 # PROP Target_Dir ""
56 # PROP BASE Target_Dir ""
61 # PROP Target_Dir ""
|
/external/bzip2/ |
dlltest.dsp | 36 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
60 # PROP BASE Target_Dir ""
66 # PROP Target_Dir ""
|
/external/libogg/win32/VS6/ |
ogg_static.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
60 # PROP BASE Target_Dir ""
65 # PROP Target_Dir ""
|
/external/tinyxml/ |
tinyxmlSTL.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
61 # PROP BASE Target_Dir ""
66 # PROP Target_Dir ""
|
tinyxml_lib.dsp | 37 # PROP BASE Target_Dir ""
42 # PROP Target_Dir ""
61 # PROP BASE Target_Dir ""
66 # PROP Target_Dir ""
|
/external/v8/gypfiles/ |
vs_toolchain.py | 171 def _CopyRuntime2013(target_dir, source_dir, dll_pattern): 176 target = os.path.join(target_dir, dll) 181 def _CopyRuntime2015(target_dir, source_dir, dll_pattern, suffix): 186 target = os.path.join(target_dir, dll) 190 print 'Copying %s to %s...' % (ucrt_src_dir, target_dir) 193 ucrt_dst_file = os.path.join(target_dir, file_part) 195 _CopyRuntimeImpl(os.path.join(target_dir, 'ucrtbase' + suffix), 199 def _CopyRuntime(target_dir, source_dir, target_cpu, debug): 204 _CopyRuntime2015(target_dir, source_dir, '%s140' + suffix, suffix) 206 _CopyRuntime2013(target_dir, source_dir, 'msvc%s120' + suffix [all...] |
/test/vts-testcase/vndk/dependency/ |
VtsVndkDependencyTest.py | 75 target_dir: String. The directory containing the ELF file on target. 83 self.target_dir = path_utils.TargetDirName(target_path) 93 for target_dir in (self._TARGET_ODM_DIR, self._TARGET_VENDOR_DIR): 94 if target_file_utils.IsDirectory(target_dir, self._dut.shell): 95 logging.info("adb pull %s %s", target_dir, self._temp_dir) 96 self._dut.adb.pull(target_dir, self._temp_dir) 98 logging.info("Skip adb pull %s", target_dir) 127 def _LoadElfObjects(self, host_dir, target_dir, abi_list, 133 target_dir: The path from which host_dir is copied. 147 target_dir, *rel_path.split(os.path.sep) [all...] |