/external/chromium_org/build/linux/ |
D | install-chromeos-fonts.py | 38 dest_dir = os.path.join(FONTS_DIR, 'chromeos') 42 stamp = os.path.join(dest_dir, ".stamp02") 46 print "Chrome OS fonts already up-to-date in %s." % dest_dir 49 if os.path.isdir(dest_dir): 50 shutil.rmtree(dest_dir) 51 os.mkdir(dest_dir) 52 os.chmod(dest_dir, 0755) 54 print "Installing Chrome OS fonts to %s." % dest_dir 55 tarball = os.path.join(dest_dir, URL_FILE) 58 '-xf', tarball, '-C', dest_dir]) [all …]
|
/external/chromium_org/chrome/ |
D | chrome_syzygy.gyp | 6 'dest_dir': '<(PRODUCT_DIR)/syzygy', 19 '<(dest_dir)/agent_logger.exe', 20 '<(dest_dir)/syzyasan_rtl.dll', 21 '<(dest_dir)/syzyasan_rtl.dll.pdb', 25 'destination': '<(dest_dir)', 77 'dest_dir': '<(PRODUCT_DIR)/syzygy/instrumented', 100 '<(dest_dir)/chrome_child.dll', 101 '<(dest_dir)/chrome_child.dll.pdb', 105 'destination': '<(dest_dir)',
|
D | chrome_syzygy.gypi | 30 '<(dest_dir)/<(dll_name).dll', 31 '<(dest_dir)/<(dll_name).dll.pdb', 38 '--destination_dir', '<(dest_dir)', 53 '<(dest_dir)/<(dll_name).dll', 54 '<(dest_dir)/<(dll_name).dll.pdb', 55 '<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json', 66 '<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json', 67 '--destination_dir', '<(dest_dir)',
|
/external/skia/tools/ |
D | gen_bench_expectations_from_codereview.py | 79 def get_bench_data(builder, build_num, dest_dir): argument 88 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir], 93 def find_revision_from_downloaded_data(dest_dir): argument 103 for data_file in os.listdir(dest_dir): 143 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder) 144 os.makedirs(dest_dir) 146 get_bench_data(try_builder, try_build.build_number, dest_dir) 152 revision = find_revision_from_downloaded_data(dest_dir) 167 '-d', dest_dir, '-r', revision])
|
D | svndiff.py | 222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument 231 if not dest_dir: 232 dest_dir = tempfile.mkdtemp() 233 dest_dir = os.path.abspath(dest_dir) 244 modified_flattened_dir = os.path.join(dest_dir, 'modified_flattened') 245 original_flattened_dir = os.path.join(dest_dir, 'original_flattened') 246 diff_dir = os.path.join(dest_dir, 'diffs') 315 SvnDiff(path_to_skdiff=options.path_to_skdiff, dest_dir=options.dest_dir,
|
/external/chromium_org/third_party/skia/tools/ |
D | gen_bench_expectations_from_codereview.py | 90 def get_bench_data(builder, build_num, dest_dir): argument 99 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir]) 102 def find_revision_from_downloaded_data(dest_dir): argument 112 for data_file in os.listdir(dest_dir): 196 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder) 197 os.makedirs(dest_dir) 199 get_bench_data(try_builder, try_build.build_number, dest_dir) 205 revision = find_revision_from_downloaded_data(dest_dir) 220 '-d', dest_dir, '-r', revision])
|
D | svndiff.py | 222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument 231 if not dest_dir: 232 dest_dir = tempfile.mkdtemp() 233 dest_dir = os.path.abspath(dest_dir) 244 modified_flattened_dir = os.path.join(dest_dir, 'modified_flattened') 245 original_flattened_dir = os.path.join(dest_dir, 'original_flattened') 246 diff_dir = os.path.join(dest_dir, 'diffs') 315 SvnDiff(path_to_skdiff=options.path_to_skdiff, dest_dir=options.dest_dir,
|
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/ |
D | gypd_parser.py | 15 def parse_dictionary(var_dict, d, current_target_name, dest_dir): argument 48 rel_source = os.path.relpath(rel_source, dest_dir) 77 parse_gypd(var_dict, sub_path, dest_dir, sub_targets) 84 parse_dictionary(var_dict, config, current_target_name, dest_dir) 99 rel_include = os.path.relpath(rel_include, dest_dir) 118 def parse_gypd(var_dict, path, dest_dir, desired_targets=None): argument 152 parse_dictionary(var_dict, target, target_name, dest_dir)
|
D | tool_makefile_writer.py | 39 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir, argument 70 gypd_parser.parse_gypd(var_dict, result_file, dest_dir, desired_targets) 87 full_dest = os.path.join(skia_trunk, dest_dir) 89 full_dest = dest_dir
|
/external/skia/platform_tools/android/gyp_gen/ |
D | gypd_parser.py | 15 def parse_dictionary(var_dict, d, current_target_name, dest_dir): argument 48 rel_source = os.path.relpath(rel_source, dest_dir) 77 parse_gypd(var_dict, sub_path, dest_dir, sub_targets) 84 parse_dictionary(var_dict, config, current_target_name, dest_dir) 99 rel_include = os.path.relpath(rel_include, dest_dir) 118 def parse_gypd(var_dict, path, dest_dir, desired_targets=None): argument 152 parse_dictionary(var_dict, target, target_name, dest_dir)
|
D | tool_makefile_writer.py | 46 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir, argument 78 gypd_parser.parse_gypd(var_dict, result_file, dest_dir) 95 full_dest = os.path.join(skia_trunk, dest_dir) 97 full_dest = dest_dir
|
/external/chromium_org/chrome/test/chromedriver/ |
D | archive.py | 36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS): argument 61 zip_path = os.path.join(dest_dir, 'chrome-%s.zip' % revision) 67 util.Unzip(zip_path, dest_dir) 68 return os.path.join(dest_dir, GetZipName(), GetChromePathFromPackage())
|
/external/skia/tools/pyutils/ |
D | url_utils.py | 58 dest_dir = os.path.dirname(dest_path) 59 if not os.path.exists(dest_dir): 60 os.makedirs(dest_dir)
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
D | jsbundler.py | 232 def LinkOrCopyFiles(sources, dest_dir): argument 251 os.path.join(dest_dir, source.GetOutPath())) 254 def WriteOutput(bundle, format, out_file, dest_dir): argument 265 if dest_dir: 266 paths = (os.path.join(dest_dir, p) for p in paths) 329 if options.dest_dir is None: 331 LinkOrCopyFiles(bundle.GetSources(), options.dest_dir) 338 WriteOutput(bundle, options.mode, out_file, options.dest_dir)
|
/external/chromium_org/tools/ |
D | update_reference_build.py | 186 def _UnzipFile(self, dl_file, dest_dir): argument 201 dest = os.path.join(dest_dir, content[content.find('/')+1:]) 233 dest_dir = os.path.join('reference_builds', 'reference_builds', 235 self._ClearDir(dest_dir) 239 if not self._UnzipFile(dl_file, dest_dir): 240 logging.info('Copying %s to %s', dl_file, dest_dir) 241 shutil.copy(dl_file, dest_dir)
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
D | download_actuals.py | 55 def fetch(self, builder_name, dest_dir): argument 84 dest_path = os.path.join(dest_dir, config, test + '.png') 149 dest_dir=params.dest_dir)
|
D | compare_rendered_pictures.py | 170 self._copy_dir_contents(source_dir=setA_dir, dest_dir=setA_root) 172 self._copy_dir_contents(source_dir=setB_dir, dest_dir=setB_root) 469 def _copy_dir_contents(self, source_dir, dest_dir): argument 484 dest_dir=dest_dir) 487 shutil.copytree(repo_dir, dest_dir) 489 shutil.copytree(source_dir, dest_dir)
|
/external/skia/gm/rebaseline_server/ |
D | download_actuals.py | 53 def fetch(self, builder_name, dest_dir): argument 82 dest_path = os.path.join(dest_dir, config, test + '.png') 147 dest_dir=params.dest_dir)
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_operation_impl_unittest.cc | 497 FileSystemURL dest_dir(CreateDirectory("src/dest")); in TEST_F() local 500 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F() 507 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local 519 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local 523 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F() 531 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local 534 Move(src_file, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F() 578 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local 581 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F() 595 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/ |
D | copy_js.gypi | 13 # dest_dir: Destination directory for all copied files. 31 '<!@(python <(js_bundler_path) <@(path_rewrite_flags) -d <(dest_dir) <@(js_files))' 37 '-d', '<(dest_dir)',
|
/external/skia/platform_tools/android/bin/ |
D | gyp_to_android.py | 137 dest_dir='tests', 145 dest_dir='bench', 154 dest_dir='gm', 162 dest_dir='dm',
|
/external/chromium_org/pdf/ |
D | pdf.gyp | 165 'dest_dir': '<(PRODUCT_DIR)/syzygy', 183 '<(dest_dir)/pdf.dll', 184 '<(dest_dir)/pdf.dll.pdb', 192 '--destination_dir', '<(dest_dir)',
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
D | gyp_to_android.py | 137 dest_dir='bench', 146 dest_dir='gm', 155 dest_dir='dm',
|
/external/chromium_org/chrome/tools/build/win/ |
D | resedit.py | 153 dest_dir = os.path.join(extract_to, res_type_str, res_lang_str) 154 dest_file = os.path.join(dest_dir, res_name_str) 160 os.makedirs(dest_dir)
|
/external/chromium_org/third_party/zlib/google/ |
D | zip.cc | 95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { in Unzip() argument 111 if (!reader.ExtractCurrentEntryIntoDirectory(dest_dir)) { in Unzip()
|