HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 1 - 22 of 22) sorted by null

  /external/libvpx/build/make/
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
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
    [all...]
  /external/chromium/chrome/browser/importer/
importer_data_types.h 38 FilePath source_path; member in struct:importer::SourceProfile
importer_list.cc 30 ie->source_path.clear();
47 safari->source_path.clear();
81 firefox->source_path = profile_path;
101 google_toolbar->source_path.clear();
firefox3_importer.cc 73 source_path_ = source_profile.source_path;
320 FilePath source_path = source_path_; local
321 FilePath file = source_path.AppendASCII("signons.sqlite");
327 file = source_path.AppendASCII("signons3.txt");
329 file = source_path.AppendASCII("signons2.txt");
importer_host.cc 190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
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);
importer_unittest.cc 102 source_profile.source_path = profile_path_;
394 source_profile.source_path = temp_dir_.path();
689 source_profile.source_path = profile_path_;
    [all...]
firefox_importer_utils.cc 54 FilePath source_path; local
firefox2_importer.cc 54 source_path_ = source_profile.source_path;
ie_importer.cc 87 source_path_ = source_profile.source_path;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace.py 51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile):
54 # for root, dirs, files in os.walk(source_path):
57 # zip_file.write(os.path.relpath(path, source_path))
60 self._executive.run_command(['zip', '-r', zip_path, source_path])
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/libvpx/
configure 15 #source_path="`dirname \"$0\"`"
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_msvcr
    [all...]
  /external/llvm/utils/lit/lit/
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)
185 test.source_path = path
204 elif hasattr(test, 'source_path'):
205 cmd.append(test.source_path)
232 print >>tmp, '#include "%s"' % test.source_path
    [all...]
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/tool/commands/
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)
  /development/scripts/
divide_and_compress_test.py 97 source_path = ''.join([os.getcwd(), '/0-old.zip'])
102 test_target.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
107 os.rename(dest_path, source_path)
109 os.unlink(source_path)
  /external/chromium/chrome/browser/first_run/
first_run.cc 444 source_profile.source_path = file_path;
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2795 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
3040 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
    [all...]
extension_bookmarks_module.cc 898 source_profile.source_path = path;
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 730 def create_zip(self, zip_path, source_path):

Completed in 283 milliseconds