Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/gm/rebaseline_server/
Dcompare_rendered_pictures.py170 self._copy_dir_contents(source_dir=setA_dir, dest_dir=setA_root)
171 setA_repo_revision = self._get_repo_revision(source_dir=setA_dir)
172 self._copy_dir_contents(source_dir=setB_dir, dest_dir=setB_root)
173 setB_repo_revision = self._get_repo_revision(source_dir=setB_dir)
469 def _copy_dir_contents(self, source_dir, dest_dir): argument
481 if gs_utils.GSUtils.is_gs_url(source_dir):
482 (bucket, path) = gs_utils.GSUtils.split_gs_url(source_dir)
483 self._gs.download_dir_contents(source_bucket=bucket, source_dir=path,
485 elif source_dir.lower().startswith(REPO_URL_PREFIX):
486 repo_dir = os.path.join(REPO_BASEPATH, source_dir[len(REPO_URL_PREFIX):])
[all …]
Dwritable_expectations.py56 source_dir = _unicode_to_ascii(
58 assert source_dir.startswith(compare_rendered_pictures.REPO_URL_PREFIX)
59 repo_subdir = source_dir[len(compare_rendered_pictures.REPO_URL_PREFIX):]
/external/chromium_org/chrome/browser/translate/
Dcomponent_cld_data_harness.cc82 base::FilePath source_dir; in CopyComponentTree() local
83 CldDataHarness::GetTestDataSourceDirectory(&source_dir); in CopyComponentTree()
84 VLOG(1) << "Copying CLD component test files from " << source_dir.value() in CopyComponentTree()
87 ASSERT_TRUE(base::CopyDirectory(source_dir, target_dir, true)); in CopyComponentTree()
/external/chromium_org/tools/coverity/
Dcoverity.py109 lock_filename = os.path.join(options.source_dir, LOCK_FILE)
124 print 'Change directory to ' + options.source_dir
125 os.chdir(options.source_dir)
143 rm_path = os.path.join(options.source_dir,'src','out',options.target)
145 rm_path = os.path.join(options.source_dir,options.solution_dir,
148 rm_path = os.path.join(options.source_dir,'src','xcodebuild')
183 options.source_dir, options.solution_file, options.target)
/external/chromium_org/remoting/tools/
Dzip2msi.py200 source_dir = None
203 source_dir = source
209 source_dir = '%(intermediate_dir)s\\%(basename)s' % parameters
212 f = open(os.path.join(source_dir, 'parameters.json'))
224 wxs = os.path.join(source_dir, parameters['source'])
227 bind_path = os.path.join(source_dir, parameters['bind_path'])
/external/chromium_org/net/test/
Dpython_utils.cc78 base::FilePath source_dir; in GetPyProtoPath() local
79 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_dir)) { in GetPyProtoPath()
80 LOG(ERROR) << "Can't find " << source_dir.value(); in GetPyProtoPath()
93 generated_code_dir = source_dir in GetPyProtoPath()
/external/chromium_org/tools/gn/
Dfilesystem_utils.cc685 const SourceDir& source_dir) { in GetOutputDirForSourceDir() argument
686 return GetOutputDirForSourceDirAsOutputFile(settings, source_dir).AsSourceDir( in GetOutputDirForSourceDir()
691 const SourceDir& source_dir) { in GetOutputDirForSourceDirAsOutputFile() argument
695 if (source_dir.is_source_absolute()) { in GetOutputDirForSourceDirAsOutputFile()
698 result.value().append(&source_dir.value()[2], in GetOutputDirForSourceDirAsOutputFile()
699 source_dir.value().size() - 2); in GetOutputDirForSourceDirAsOutputFile()
705 const SourceDir& source_dir) { in GetGenDirForSourceDir() argument
706 return GetGenDirForSourceDirAsOutputFile(settings, source_dir).AsSourceDir( in GetGenDirForSourceDir()
711 const SourceDir& source_dir) { in GetGenDirForSourceDirAsOutputFile() argument
714 if (source_dir.is_source_absolute()) { in GetGenDirForSourceDirAsOutputFile()
[all …]
Dfilesystem_utils.h174 const SourceDir& source_dir);
176 const SourceDir& source_dir);
179 const SourceDir& source_dir);
181 const SourceDir& source_dir);
Dgn.gyp136 'source_dir.cc',
137 'source_dir.h',
DBUILD.gn132 "source_dir.cc",
133 "source_dir.h",
/external/chromium_org/tools/valgrind/
Dmemcheck_analyze.py60 def shortenFilePath(source_dir, directory): argument
65 if source_dir:
66 prefixes_to_cut.append(source_dir)
83 def gatherFrames(node, source_dir): argument
91 source_dir, getTextOf(frame, SRC_FILE_DIR)),
119 def __init__(self, source_dir, error_node, commandline, testcase): argument
212 self._backtraces.append([description, gatherFrames(node, source_dir)])
217 frames = gatherFrames(stack, source_dir)
403 def __init__(self, source_dir, show_all_leaks=False, use_gdb=False): argument
412 self._source_dir = source_dir
[all …]
/external/chromium_org/chrome/browser/media/
Dchrome_webrtc_typing_detection_browsertest.cc41 base::FilePath source_dir; in GetTestDataDir() local
42 PathService::Get(chrome::DIR_TEST_DATA, &source_dir); in GetTestDataDir()
43 return source_dir; in GetTestDataDir()
Dchrome_webrtc_apprtc_browsertest.cc169 base::FilePath source_dir; in GetSourceDir() local
170 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir); in GetSourceDir()
171 return source_dir; in GetSourceDir()
Dchrome_webrtc_video_quality_browsertest.cc259 base::FilePath source_dir; in GetSourceDir() local
260 PathService::Get(base::DIR_SOURCE_ROOT, &source_dir); in GetSourceDir()
261 return source_dir; in GetSourceDir()
/external/jsoncpp/devtools/
Dlicenseupdater.py57 for source_dir in source_dirs:
58 cpp_sources = antglob.glob( source_dir,
/external/chromium_org/third_party/skia/tools/
Dsvndiff.py222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument
235 os.chdir(source_dir)
316 source_dir=options.source_dir)
/external/skia/tools/
Dsvndiff.py222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument
235 os.chdir(source_dir)
316 source_dir=options.source_dir)
/external/jsoncpp/
Dmakerelease.py321 source_dir = 'jsoncpp-src-' + release_version
322 source_tarball_path = 'dist/%s.tar.gz' % source_dir
324 tarball.make_tarball( source_tarball_path, [export_dir], export_dir, prefix_dir=source_dir )
326 amalgamation_tarball_path = 'dist/%s-amalgamation.tar.gz' % source_dir
336 distcheck_top_dir = distcheck_dir + '/' + source_dir
/external/eigen/
DINSTALL22 Let's call this directory 'source_dir' (where this INSTALL file is).
28 cmake source_dir
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dgenerate_event_interfaces.py56 source_dir = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir)) variable
86 relative_path_local, _ = os.path.splitext(os.path.relpath(full_path, source_dir))
/external/chromium_org/chrome/test/remoting/
Dinstall_and_launch_app.py42 def CreateTempProfileDir(source_dir): argument
60 shutil.copytree(source_dir, profile_dir)
/external/chromium_org/build/
Dvs_toolchain.py88 def copy_runtime(target_dir, source_dir, dll_pattern): argument
94 source = os.path.join(source_dir, dll)
/external/chromium_org/build/util/
Dlastchange.py271 if opts.source_dir:
272 src_dir = opts.source_dir
/external/chromium_org/third_party/lcov/bin/
Dgeninfo840 my $source_dir; # Directory of source file
880 $source_dir = $da_dir;
883 $source_dir =~ s/\.libs$//;
902 $base_dir = $source_dir;
2198 my $source_dir;
2214 $source_dir = $graph_dir;
2217 $source_dir =~ s/\.libs$//;
2227 $base_dir = $source_dir;
/external/chromium_org/base/files/
Dfile_path_watcher_browsertest.cc589 FilePath source_dir(temp_dir_.path().AppendASCII("source")); in TEST_F() local
590 FilePath source_subdir(source_dir.AppendASCII("subdir")); in TEST_F()
607 ASSERT_TRUE(base::Move(source_dir, dest_dir)); in TEST_F()

12