Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 25 of 129) sorted by relevance

123456

/external/chromium_org/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py49 def MatchesSuffixes(filename, suffixes): argument
60 return suffix in suffixes
63 def _GetUserSpecifiedFiles(argv, suffixes): argument
89 if MatchesSuffixes(f, suffixes):
94 def _GetRecursiveFiles(suffixes): argument
109 if MatchesSuffixes(f, suffixes):
114 def GetAllSpecifiedFiles(argv, suffixes): argument
126 files = _GetUserSpecifiedFiles(argv, suffixes)
129 files += _GetRecursiveFiles(suffixes)
176 def GetFileList(argv, file_type, suffixes): argument
[all …]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py49 def MatchesSuffixes(filename, suffixes): argument
60 return suffix in suffixes
63 def _GetUserSpecifiedFiles(argv, suffixes): argument
89 if MatchesSuffixes(f, suffixes):
94 def _GetRecursiveFiles(suffixes): argument
109 if MatchesSuffixes(f, suffixes):
114 def GetAllSpecifiedFiles(argv, suffixes): argument
126 files = _GetUserSpecifiedFiles(argv, suffixes)
129 files += _GetRecursiveFiles(suffixes)
176 def GetFileList(argv, file_type, suffixes): argument
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
Dfinder.py43 def find_modules(self, suffixes, sub_directory=None): argument
50 return any(basename.endswith(suffix) for suffix in suffixes)
108 suffixes = ['_unittest.py', '_integrationtest.py']
112 names.extend(self._find_names_for_arg(arg, suffixes))
115 return self._default_names(suffixes, find_all)
117 def _find_names_for_arg(self, arg, suffixes): argument
120 names = self._find_in_trees(realpath, suffixes)
126 names = self._find_in_trees(arg.replace('.', self.filesystem.sep), suffixes)
137 def _find_in_trees(self, path, suffixes): argument
145 return tree.find_modules(suffixes, path)
[all …]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dgjslint.py139 suffixes = ['.js']
141 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
143 suffixes += ['.html', '.htm']
144 return fileflags.GetFileList(argv, 'JavaScript', suffixes)
231 suffixes = ['.js']
233 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
235 suffixes += ['.html', '.htm']
236 paths = fileflags.GetFileList(argv, 'JavaScript', suffixes)
Dfixjsstyle.py44 suffixes = ['.js']
46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
48 files = fileflags.GetFileList(argv, 'JavaScript', suffixes)
/external/chromium_org/third_party/closure_linter/closure_linter/
Dgjslint.py157 suffixes = ['.js']
159 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
161 suffixes += ['.html', '.htm']
162 return fileflags.GetFileList(argv, 'JavaScript', suffixes)
258 suffixes = ['.js']
260 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
262 suffixes += ['.html', '.htm']
263 paths = fileflags.GetFileList(argv, 'JavaScript', suffixes)
Dfixjsstyle.py44 suffixes = ['.js']
46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
48 files = fileflags.GetFileList(argv, 'JavaScript', suffixes)
/external/llvm/utils/lit/lit/
DTestingConfig.py57 suffixes = set(),
112 def __init__(self, parent, name, suffixes, test_format, argument
118 self.suffixes = set(suffixes)
133 self.suffixes = set(self.suffixes)
/external/skia/dm/
DDMWriteTask.cpp32 const int suffixes = parent.depth() + 1; in find_gm_name() local
34 const int totalSuffixLength = split_suffixes(suffixes, name.c_str(), suffixList); in find_gm_name()
166 SkTArray<SkString> suffixes; in path_to_expected_image() local
167 const int suffixLength = split_suffixes(1, filename.c_str(), &suffixes); in path_to_expected_image()
168 SkASSERT(1 == suffixes.count()); in path_to_expected_image()
171 const SkString dir = SkOSPath::SkPathJoin(root, suffixes[0].c_str()); in path_to_expected_image()
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp501 UCharsTrie suffixes(p); in nextCE32FromContraction() local
502 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
503 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
507 ce32 = (uint32_t)suffixes.getValue(); in nextCE32FromContraction()
511 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction()
535 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction()
548 match = suffixes.nextForCodePoint(c); in nextCE32FromContraction()
556 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, in nextCE32FromDiscontiguousContraction() argument
606 suffixes.reset(); in nextCE32FromDiscontiguousContraction()
610 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
[all …]
Dcollationsets.cpp262 UCharsTrie::Iterator suffixes(p, 0, errorCode); in compareContractions() local
273 if(suffixes.next(errorCode)) { in compareContractions()
274 ts = &suffixes.getString(); in compareContractions()
298 compare(c, (uint32_t)suffixes.getValue(), (uint32_t)baseSuffixes.getValue()); in compareContractions()
328 UCharsTrie::Iterator suffixes(p, 0, errorCode); in addContractions() local
329 while(suffixes.next(errorCode)) { in addContractions()
330 addSuffix(c, suffixes.getString()); in addContractions()
571 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode); in handleContractions() local
572 while(suffixes.next(errorCode)) { in handleContractions()
573 suffix = &suffixes.getString(); in handleContractions()
[all …]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_tasks.cc35 std::set<std::string> suffixes; in GetUniqueSuffixes() local
42 suffixes.insert(url.path().Extension()); in GetUniqueSuffixes()
44 return suffixes; in GetUniqueSuffixes()
206 const std::set<std::string> suffixes = in RunSync() local
223 if (suffixes.empty() && mime_types.empty()) { in RunSync()
229 GetProfile()->GetPrefs(), params->task_id, suffixes, mime_types); in RunSync()
/external/chromium_org/third_party/skia/bench/
Dgen_bench_expectations.py126 def download_bench_data(builder, commit_hash, suffixes, directory): argument
130 for suffix in suffixes:
179 suffixes = get_file_suffixes(args.git_revision, args.input_dir)
180 print "Using suffixes: {}".format(suffixes)
187 builder, commit, suffixes, args.input_dir)
/external/skia/bench/
Dgen_bench_expectations.py126 def download_bench_data(builder, commit_hash, suffixes, directory): argument
130 for suffix in suffixes:
179 suffixes = get_file_suffixes(args.git_revision, args.input_dir)
180 print "Using suffixes: {}".format(suffixes)
187 builder, commit, suffixes, args.input_dir)
/external/clang/test/Parser/
Dcxx0x-literal-operators.cpp6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
/external/llvm/test/MC/ARM/
Dinst-arm-suffixes.s12 @ CHECK-ERROR: width suffixes are invalid in ARM mode
14 @ CHECK-ERROR: width suffixes are invalid in ARM mode
/external/clang/tools/driver/
Ddriver.cpp216 } suffixes [] = { in ParseProgName() local
243 for (i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) { in ParseProgName()
244 if (ProgNameRef.endswith(suffixes[i].Suffix)) { in ParseProgName()
249 if (suffixes[i].ModeFlag) in ParseProgName()
250 ArgVector.insert(it, suffixes[i].ModeFlag); in ParseProgName()
257 ProgNameRef.size() - strlen(suffixes[i].Suffix)); in ParseProgName()
/external/llvm/test/CodeGen/X86/
Dlit.local.cfg1 # FIXME: For now, override suffixes to exclude any .s tests, because some of the
7 config.suffixes = ['.ll', '.test', '.txt']
/external/compiler-rt/test/dfsan/
Dlit.cfg21 # Default test suffixes.
22 config.suffixes = ['.c', '.cc', '.cpp']
/external/compiler-rt/test/msan/
Dlit.cfg26 # Default test suffixes.
27 config.suffixes = ['.c', '.cc', '.cpp']
/external/chromium_org/net/tools/tld_cleanup/
Dmake_dafsa.py295 suffixes = frozenset(to_words(node))
296 if suffixes not in nodemap:
297 nodemap[suffixes] = (node[0], [join(child) for child in node[1]])
298 return nodemap[suffixes]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
Drebaseline.py179 for suffix in options.suffixes.split(','):
221 self._baseline_suffix_list = options.suffixes.split(',')
257 self._baseline_suffix_list = options.suffixes.split(',')
304 self._baseline_suffix_list = options.suffixes.split(',')
390 suffixes = ','.join(actual_failures_suffixes)
391 cmd_line = ['--suffixes', suffixes, '--builder', builder, '--test', test]
508 for builder, suffixes in sorted(builders_to_check.items()):
509 _log.debug(" %s: %s" % (builder, ",".join(suffixes)))
568suffixes = TestExpectations.suffixes_for_expectations(expectations.get_expectations(test))
569 tests_to_rebaseline[test] = suffixes or BASELINE_SUFFIX_LIST
[all …]
Drebaseline_unittest.py122 …options = MockOptions(builder="MOCK SnowLeopard", suffixes="txt", verbose=True, test="failures/exp…
149 …options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/i…
177 …options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/i…
209 …options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/i…
227 …Options(builder="WebKit Mac10.7", test="userscripts/another-test.html", suffixes="txt", results_di…
243 self.options.suffixes = "png,wav,txt"
297 options = MockOptions(optimize=True, builder="MOCK Win7", suffixes="txt",
540 …ute(MockOptions(results_directory=False, optimize=False, builders=None, suffixes="txt,png", verbos…
562 …ute(MockOptions(results_directory=False, optimize=False, builders=None, suffixes="txt,png", verbos…
597 …self.options = MockOptions(optimize=False, builders=None, suffixes=['txt'], verbose=False, platfor…
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py903 suffixes = set()
905 suffixes.add('png')
907 suffixes.add('txt')
908 suffixes.add('png')
909 suffixes.add('wav')
910 return set(suffixes)
914 suffixes = set()
916 suffixes.add('txt')
918 suffixes.add('png')
920 suffixes.add('wav')
[all …]
/external/compiler-rt/unittests/
Dlit.common.unit.cfg15 # Setup test suffixes.
16 config.suffixes = []

123456