/external/libvpx/build/make/ |
D | version.sh | 22 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
|
D | configure.sh | 241 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/ |
D | configure | 16 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/ |
D | TestFormats.py | 59 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
|
D | main.py | 211 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/ |
D | workspace.py | 51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile): argument 60 self._executive.run_command(['zip', '-r', zip_path, source_path])
|
D | autoinstall.py | 406 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/ |
D | importer_list.cc | 30 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()
|
D | firefox3_importer.cc | 73 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()
|
D | importer_data_types.h | 38 FilePath source_path; member
|
D | profile_import_process_messages.h | 34 WriteParam(m, p.source_path); 47 if (!ReadParam(m, iter, &p->source_path) || 64 LogParam(p.source_path, l);
|
D | importer_host.cc | 190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path)); in CheckForFirefoxLock()
|
D | importer_unittest.cc | 102 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()
|
D | firefox_importer_utils.cc | 54 FilePath source_path; in GetFirefoxProfilePath() local
|
D | ie_importer.cc | 87 source_path_ = source_profile.source_path; in StartImport()
|
D | firefox2_importer.cc | 54 source_path_ = source_profile.source_path; in StartImport()
|
/external/chromium/chrome/browser/cocoa/ |
D | install_from_dmg.mm | 245 // 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/ |
D | rebaselineserver.py | 298 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/ |
D | extension_service_unittest.cc | 2795 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()
|
D | extension_bookmarks_module.cc | 898 source_profile.source_path = path; in FileSelected()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.cc | 444 source_profile.source_path = file_path; in ImportFromFile()
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 730 def create_zip(self, zip_path, source_path): argument
|