HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 26 - 50 of 65) sorted by null

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
check.py 127 source_path = StringIO()
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
142 document.note_source(source_path, -1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 127 source_path = StringIO()
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
142 document.note_source(source_path, -1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 127 source_path = StringIO()
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
142 document.note_source(source_path, -1)
  /external/chromium-trace/catapult/catapult_build/
dev_server.py 88 source_path = kwargs.pop('_source_path', None)
92 data_files_relative_to_top = _GetFilesIn(source_path)
206 for mapped_path, source_path in pd.GetTestDataPaths(args):
207 self._all_mapped_test_data_paths.append((mapped_path, source_path))
211 '_source_path': source_path,
216 defaults={'_top_path': source_path}))
232 for source_path in self._all_source_paths:
233 full_source_path = os.path.abspath(source_path)
244 for mapped_path, source_path in self._all_mapped_test_data_paths:
245 if not filename.startswith(source_path)
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
resource_loader.py 55 for source_path in self.source_paths:
56 if absolute_path.startswith(source_path):
57 candidate_paths.append(source_path)
146 for source_path in self.source_paths:
148 source_path, os.path.normpath(relative_raw_script_path))
151 source_path, possible_absolute_path)
html_module_unittest.py 48 for source_path in self._source_paths:
49 if absolute_path.startswith(source_path):
50 candidate_paths.append(source_path)
  /external/libvpx/libvpx/
configure 15 #source_path="`dirname \"$0\"`"
16 source_path=${0%/*}
17 . "${source_path}/build/make/configure.sh"
164 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t}
172 if [ "`cd \"${source_path}\" && pwd`" != "`pwd`" ]; then
173 # test to see if source_path already configured
174 if [ -f "${source_path}/vpx_config.h" ]; then
193 [ -d "${source_path}/vp8" ] || disable_feature vp8
194 [ -d "${source_path}/vp9" ] || disable_feature vp9
195 [ -d "${source_path}/vp10" ] || disable_feature vp1
    [all...]
  /external/llvm/utils/lit/lit/
discovery.py 85 source_path = ts.getSourcePath(path_in_suite)
86 cfgpath = os.path.join(source_path, litConfig.local_config_name)
127 source_path = ts.getSourcePath(path_in_suite)
128 if not os.path.exists(source_path):
132 if not os.path.isdir(source_path):
148 for filename in os.listdir(source_path):
154 file_sourcepath = os.path.join(source_path, filename)
  /external/libcxx/test/libcxx/android/test/
format.py 55 def _build(self, exec_path, source_path, compile_only=False,
59 self, exec_path, source_path, compile_only, use_verify)
71 src_dir = os.path.dirname(source_path)
  /external/llvm/utils/lit/lit/formats/
googletest.py 77 source_path = testSuite.getSourcePath(path_in_suite)
78 for filename in os.listdir(source_path):
79 filepath = os.path.join(source_path, filename)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 57 def _build(self, exec_path, source_path, compile_only=False,
61 self, exec_path, source_path, compile_only, use_verify)
73 src_dir = os.path.dirname(source_path)
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 27 for source_path in source_paths:
28 for dirpath, _, filenames in os.walk(source_path):
  /external/squashfs-tools/squashfs-tools/
sort.c 108 int add_sort_list(char *path, int priority, int source, char *source_path[])
132 int res = asprintf(&filename, "%s/%s", source_path[i], path);
217 int read_sort_file(char *filename, int source, char *source_path[])
318 source_path);
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 178 // Apply |payload_data| on partition specified in |source_path|.
182 const string& source_path,
184 return ApplyPayloadToData(payload_data, source_path, brillo::Blob(),
188 // Apply the payload provided in |payload_data| reading from the |source_path|
194 const string& source_path,
208 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
476 string source_path; local
478 &source_path, nullptr));
479 ScopedPathUnlinker path_unlinker(source_path);
480 EXPECT_TRUE(utils::WriteFile(source_path.c_str()
503 string source_path; local
    [all...]
install_plan.h 49 // Load the |source_path| and |target_path| of all |partitions| based on the
85 std::string source_path; member in struct:chromeos_update_engine::InstallPlan::Partition
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 148 source_path, offset, bytes, debug, cb, num_cb,
154 print("_upload_part(%s, %s, %s)" % (source_path, offset, bytes))
165 with FileChunkIO(source_path, 'r', offset=offset,
187 def multipart_upload(bucketname, aws_key, aws_secret, source_path, keyname,
207 source_size = os.stat(source_path).st_size
219 part_num, source_path, offset, bytes,
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/
move.py 28 os.rename(move.source_path, move.target_path)
52 def source_path(self): member in class:_Move
  /external/autotest/server/
crashcollect.py 128 source_path = log_path
133 source_path = os.path.join(tmpdir, os.path.basename(log_path))
134 host.get_file(source_path, dest_path, preserve_perm=False)
  /external/libvpx/libvpx/build/make/
configure.sh 244 source_path=${0%/*}
246 if [ -z "$source_path" ] || [ "$source_path" = "." ]; then
247 source_path="`pwd`"
426 SRC_PATH="$source_path"
427 SRC_PATH_BARE=$source_path
430 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
900 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
908 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
925 LD="${source_path}/build/make/armlink_adapter.sh
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 253 source_path=${0%/*}
255 if test -z "$source_path" -o "$source_path" = "." ; then
256 source_path="`pwd`"
430 SRC_PATH="$source_path"
431 SRC_PATH_BARE=$source_path
434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
849 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
857 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
867 LD=${source_path}/build/make/armlink_adapter.s
    [all...]
  /system/core/sdcard/
sdcard.c 201 char source_path[PATH_MAX]; member in struct:fuse_global
2060 const char *source_path = NULL; local
    [all...]
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 35 def run_once(self, source_path, codec, resolution, host, args,
51 video_src_path = source_path,
  /external/autotest/scheduler/
drone_manager.py 851 def _copy_results_helper(self, process, source_path, destination_path,
    [all...]
  /external/autotest/server/cros/
debugd_dev_tools.py 254 def _get_temp_path(self, source_path):
263 |source_path|.
268 @param source_path: String path to the file or directory.
272 return '%s/%s/%s' % (_TEMP_DIR, self, source_path)
  /external/chromium-trace/catapult/tracing/
tracing_project.py 30 for source_path in source_paths:
31 for dirpath, _, filenames in os.walk(source_path):

Completed in 1106 milliseconds

12 3