Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/build/make/
Dversion.sh22 source_path=${1:-.}
27 if [ -d ${source_path}/.git ]; then
29 export GIT_DIR=${source_path}/.git
34 for p in "${source_path}" "${source_path}/.."; do
Dconfigure.sh241 source_path=${0%/*}
243 if test -z "$source_path" -o "$source_path" = "." ; then
244 source_path="`pwd`"
373 SRC_PATH="$source_path"
374 SRC_PATH_BARE=$source_path
377 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
677 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
683 LD=${source_path}/build/make/armlink_adapter.sh
749 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"
1054 install -D ${source_path}/$f $f
[all …]
/external/libvpx/
Dconfigure16 source_path=${0%/*}
17 . "${source_path}/build/make/configure.sh"
132 [ -f ${source_path}/${t}.mk ] && enable ${t}
162 [ -d ${source_path}/../include ] && enable alt_tree_layout
164 [ -d ${source_path}/${d} ] && disable alt_tree_layout;
169 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"
172 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"
173 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder"
175 [ -f ${source_path}/../lib/*/*mt.lib ] && soft_enable static_msvcrt
377 if [ -f "${source_path}/build/make/version.sh" ]; then
[all …]
/external/llvm/utils/lit/lit/
DTestFormats.py59 source_path = testSuite.getSourcePath(path_in_suite)
60 for filename in os.listdir(source_path):
66 filepath = os.path.join(source_path, filename)
105 source_path = testSuite.getSourcePath(path_in_suite)
106 for filename in os.listdir(source_path):
112 filepath = os.path.join(source_path, filename)
181 test.source_path = path
201 cmd.append(test.source_path)
228 print >>tmp, '#include "%s"' % test.source_path
Dmain.py211 source_path = ts.getSourcePath(path_in_suite)
212 cfgpath = os.path.join(source_path, kLocalConfigName)
246 source_path = ts.getSourcePath(path_in_suite)
247 if not os.path.exists(source_path):
251 if not os.path.isdir(source_path):
267 for filename in os.listdir(source_path):
273 file_sourcepath = os.path.join(source_path, filename)
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dworkspace.py51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile): argument
60 self._executive.run_command(['zip', '-r', zip_path, source_path])
Dautoinstall.py406 source_path = path
408 source_path = os.path.join(path, url_subpath)
417 self._log_transfer("Moving files into place...", source_path, target_path)
422 shutil.move(source_path, target_path)
/external/chromium/chrome/browser/importer/
Dimporter_list.cc30 ie->source_path.clear(); in DetectIEProfiles()
47 safari->source_path.clear(); in DetectSafariProfiles()
81 firefox->source_path = profile_path; in DetectFirefoxProfiles()
101 google_toolbar->source_path.clear(); in DetectGoogleToolbarProfiles()
Dfirefox3_importer.cc73 source_path_ = source_profile.source_path; in StartImport()
320 FilePath source_path = source_path_; in ImportPasswords() local
321 FilePath file = source_path.AppendASCII("signons.sqlite"); in ImportPasswords()
327 file = source_path.AppendASCII("signons3.txt"); in ImportPasswords()
329 file = source_path.AppendASCII("signons2.txt"); in ImportPasswords()
Dimporter_data_types.h38 FilePath source_path; member
Dprofile_import_process_messages.h34 WriteParam(m, p.source_path);
47 if (!ReadParam(m, iter, &p->source_path) ||
64 LogParam(p.source_path, l);
Dimporter_host.cc190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path)); in CheckForFirefoxLock()
Dimporter_unittest.cc102 source_profile.source_path = profile_path_; in Firefox3xImporterTest()
394 source_profile.source_path = temp_dir_.path(); in TEST_F()
689 source_profile.source_path = profile_path_; in TEST_F()
Dfirefox_importer_utils.cc54 FilePath source_path; in GetFirefoxProfilePath() local
Die_importer.cc87 source_path_ = source_profile.source_path; in StartImport()
Dfirefox2_importer.cc54 source_path_ = source_profile.source_path; in StartImport()
/external/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm245 // Invokes the installer program at installer_path to copy source_path to
252 NSString* source_path,
259 const char* source_path_c = [source_path fileSystemRepresentation];
275 NSArray* arguments = [NSArray arrayWithObjects:source_path,
401 NSString* source_path = [[NSBundle mainBundle] bundlePath];
402 NSString* application_name = [source_path lastPathComponent];
430 source_path,
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Drebaselineserver.py298 source_path = filesystem.join(test_results_directory, source_file)
302 filesystem.copyfile(source_path, destination_path)
336 source_path = filesystem.join(source_directory, file_name)
338 filesystem.copyfile(source_path, destination_path)
/external/chromium/chrome/browser/extensions/
Dextension_service_unittest.cc2795 FilePath source_path = data_dir_.AppendASCII("good.crx"); in TestExternalProvider() local
2798 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path); in TestExternalProvider()
2825 source_path = source_path.DirName().AppendASCII("good2.crx"); in TestExternalProvider()
2826 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path); in TestExternalProvider()
2891 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path); in TestExternalProvider()
3040 FilePath source_path = data_dir_.AppendASCII("good.crx"); in TEST_F() local
3041 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path); in TEST_F()
Dextension_bookmarks_module.cc898 source_profile.source_path = path; in FileSelected()
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc444 source_profile.source_path = file_path; in ImportFromFile()
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py730 def create_zip(self, zip_path, source_path): argument