HomeSort by relevance Sort by last modified time
    Searched refs:filenames (Results 1 - 25 of 421) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/
concatenate-files.py 41 def Concatenate(filenames):
51 if len(filenames) < 2:
52 print "An error occured generating %s:\nNothing to do." % filenames[-1]
56 with open(filenames[-1], "wb") as target:
57 for filename in filenames[:-1]:
62 print "An error occured when writing %s:\n%s" % (filenames[-1], e)
  /external/v8/tools/gyp/test/external-cross-compile/src/
fake_cross.py 10 filenames = sys.argv[2:] variable
12 for filename in filenames:
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
lintrunner.py 30 def Run(self, filenames, error_handler):
31 """Run a linter on the given filenames.
34 filenames: The filenames to check
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_utils_unittest.py 17 filenames = {
31 for filename, (expected_fw, expected_date) in filenames.items():
  /external/llvm/utils/lint/
generic_lint.py 18 def GenericCodeLintMain(filenames):
19 common_lint.RunLintOverAllFiles(GenericCodeLint(), filenames)
  /external/chromium-trace/catapult/tracing/tracing_build/
check_gypi.py 22 filenames = map(os.path.normpath, data['variables'][group])
23 error += check_common.CheckListedFilesSorted(GYPI_FILE, group, filenames)
24 listed_files.extend(filenames)
  /external/autotest/client/profilers/catprofile/
catprofile.py 14 # filenames: list of filenames to cat
15 def initialize(self, filenames = ['/proc/meminfo', '/proc/slabinfo'],
17 self.filenames = filenames
29 for filename in self.filenames:
  /external/e2fsprogs/e2fsck/
profile_helpers.c 267 char **filenames; local
277 filenames = (char **) malloc((n_entries+1) * sizeof(char*));
278 if (filenames == 0)
284 filenames[i] = (char*) malloc(ent_len + 1);
285 if (filenames[i] == 0) {
287 while(--i >= 0) free(filenames[i]);
288 free(filenames);
291 strncpy(filenames[i], s, ent_len);
292 filenames[i][ent_len] = 0;
299 filenames[i] = 0
    [all...]
  /external/autotest/site_utils/docgen/
fs_find_tests.py 31 for root, dirnames, filenames in os.walk(parent_dir):
32 for filename in fnmatch.filter(filenames, 'control*'):
  /external/chromium-trace/catapult/catapult_build/
remove_stale_pyc_files.py 12 for dirname, _, filenames in os.walk(base_dir):
15 for filename in filenames:
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint.py 63 (options, filenames) = parser.parse_args()
67 for p in filenames:
  /external/v8/build/android/gyp/
find.py 25 for root, _, filenames in os.walk(d):
26 for f in fnmatch.filter(filenames, options.pattern):
  /external/autotest/site_utils/suite_scheduler/
forgiving_config_parser.py 36 def read(self, filenames):
37 """Caches filenames, then performs normal read() functionality.
39 @param filenames: string or iterable. The files to read.
42 to_return = ConfigParser.SafeConfigParser.read(self, filenames)
43 self._cached_config_file_names = filenames
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_doctests.py 5 filenames = [ variable
31 for filename in filenames:
58 args = filenames
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 75 for dirpath, dirnames, filenames in os.walk(basepath):
80 if is_package(dirpath) and filenames:
85 filenames = filter(
87 filenames)
89 for name in filenames:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 75 for dirpath, dirnames, filenames in os.walk(basepath):
80 if is_package(dirpath) and filenames:
85 filenames = filter(
87 filenames)
89 for name in filenames:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 75 for dirpath, dirnames, filenames in os.walk(basepath):
80 if is_package(dirpath) and filenames:
85 filenames = filter(
87 filenames)
89 for name in filenames:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 75 for dirpath, dirnames, filenames in os.walk(basepath):
80 if is_package(dirpath) and filenames:
85 filenames = filter(
87 filenames)
89 for name in filenames:
  /external/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 65 def RunEslint(filenames=None):
68 if filenames:
69 cmd += filenames
  /external/v8/test/preparser/
testcfg.py 68 filenames = [f[:-4] for f in os.listdir(self.root) if f.endswith(".pyt")]
69 filenames.sort()
70 for f in filenames:
  /external/webrtc/webrtc/test/
frame_generator.h 53 std::vector<std::string> filenames,
  /external/opencv3/modules/shape/test/
test_shape.cpp 69 filenames.push_back(filename.str());
73 const int totalCount = (int)filenames.size();
121 for (vector<string>::const_iterator a = filenames.begin(); a != filenames.end(); ++a)
124 int aIndex = (int)(a - filenames.begin());
134 for (vector<string>::const_iterator b = filenames.begin(); b != filenames.end(); ++b)
136 int bIndex = (int)(b - filenames.begin());
194 vector<string> filenames; member in class:ShapeBaseTest
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py 67 """Entity to store output filenames of pipelines.
173 filenames: list of a list of filenames (hashed/bucketed) to sort,
177 The list of lists of sorted filenames. Each list corresponds to each
178 list of input files. Each filenames contains a chunk of sorted data.
181 def run(self, job_name, bucket_name, filenames):
183 for i in range(len(filenames)):
185 filenames[i])
212 job_ids: list of job ids to load filenames.
215 list of lists of filenames produced by specified job ids
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_log.py 23 filenames = glob.glob(os.path.join(log_dir, '*.log'))
24 for filename in filenames:
  /external/autotest/client/tools/
cd_hash.py 16 parser = optparse.OptionParser("usage: %prog [options] [filenames]")
22 filenames = args variable
27 for filename in filenames:

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>