/external/clang/test/Parser/ |
cxx0x-literal-operators.cpp | 6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 49 def MatchesSuffixes(filename, suffixes): 50 """Returns whether the given filename matches one of the given suffixes. 54 suffixes: Sequence of suffixes to check. 57 Whether the given filename matches one of the given suffixes. 60 return suffix in suffixes 63 def _GetUserSpecifiedFiles(argv, suffixes): 71 suffixes: Expected suffixes for the file type being checked. 89 if MatchesSuffixes(f, suffixes) [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 49 def MatchesSuffixes(filename, suffixes): 50 """Returns whether the given filename matches one of the given suffixes. 54 suffixes: Sequence of suffixes to check. 57 Whether the given filename matches one of the given suffixes. 60 return suffix in suffixes 63 def _GetUserSpecifiedFiles(argv, suffixes): 71 suffixes: Expected suffixes for the file type being checked. 89 if MatchesSuffixes(f, suffixes) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
MimeType.idl | 26 readonly attribute DOMString suffixes;
|
DOMMimeType.h | 48 String suffixes() const;
|
DOMMimeType.cpp | 51 String DOMMimeType::suffixes() const function in class:blink::DOMMimeType
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
fixjsstyle.py | 44 suffixes = ['.js'] 46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions] 48 files = fileflags.GetFileList(argv, 'JavaScript', suffixes)
|
gjslint.py | 139 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)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
fixjsstyle.py | 44 suffixes = ['.js'] 46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions] 48 files = fileflags.GetFileList(argv, 'JavaScript', suffixes)
|
gjslint.py | 157 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)
|
/external/llvm/test/MC/ARM/ |
inst-arm-suffixes.s | 12 @ CHECK-ERROR: width suffixes are invalid in ARM mode 14 @ CHECK-ERROR: width suffixes are invalid in ARM mode
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
finder.py | 43 def find_modules(self, suffixes, sub_directory=None): 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): 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): 145 return tree.find_modules(suffixes, path [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 43 // Note that null file suffix is valid (for files without suffixes) 121 Iterator<String> suffixes = info.getFileSuffixIterator(); local 122 assertTrue(suffixes.hasNext()); 123 String suffix = (String) suffixes.next();
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_tasks.cc | 31 // Make a set of unique filename suffixes out of the list of file URLs. 35 std::set<std::string> suffixes; local 40 // We'll skip empty suffixes. 42 suffixes.insert(url.path().Extension()); 44 return suffixes; 206 const std::set<std::string> suffixes = local 217 // If there weren't any mime_types, and all the suffixes were blank, 223 if (suffixes.empty() && mime_types.empty()) { 229 GetProfile()->GetPrefs(), params->task_id, suffixes, mime_types); local
|
/external/chromium_org/third_party/skia/bench/ |
gen_bench_expectations.py | 119 """Gets all the suffixes available in the directory""" 126 def download_bench_data(builder, commit_hash, suffixes, directory): 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/chromium_org/tools/resources/ |
find_unused_resources.py | 28 """Removes common suffixes from a resource ID. 39 suffixes = [ 48 for suffix in suffixes:
|
/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 261 // Parallel iteration over suffixes of both tables. 262 UCharsTrie::Iterator suffixes(p, 0, errorCode); 273 if(suffixes.next(errorCode)) { 274 ts = &suffixes.getString(); 298 compare(c, (uint32_t)suffixes.getValue(), (uint32_t)baseSuffixes.getValue()); 328 UCharsTrie::Iterator suffixes(p, 0, errorCode); 329 while(suffixes.next(errorCode)) { 330 addSuffix(c, suffixes.getString()); 571 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode); 572 while(suffixes.next(errorCode)) [all...] |
collationiterator.cpp | 323 // All contraction suffixes start with characters with lccc!=0 337 // All contraction suffixes start with characters with lccc!=0 499 // and therefore need not remember the suffixes state from before a mismatch for retrying. 501 UCharsTrie suffixes(p); 502 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } 503 UStringTrieResult match = suffixes.firstForCodePoint(c); 507 ce32 = (uint32_t)suffixes.getValue(); 511 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } 535 d, suffixes, ce32, lookAhead, c, errorCode); 548 match = suffixes.nextForCodePoint(c) [all...] |
/external/clang/tools/driver/ |
driver.cpp | 201 // suffixes[] contains the list of known driver suffixes. 202 // Suffixes are compared against the program name in order. 216 } suffixes [] = { local 243 for (i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) { 244 if (ProgNameRef.endswith(suffixes[i].Suffix)) { 249 if (suffixes[i].ModeFlag) 250 ArgVector.insert(it, suffixes[i].ModeFlag); 257 ProgNameRef.size() - strlen(suffixes[i].Suffix)) [all...] |
/external/chromium_org/net/tools/tld_cleanup/ |
make_dafsa.py | 32 suffixes are compressed so that the graph gets diamond shaped. Finally 295 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/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 239 const char *suffixes[] = { "", "-linux", ".1.2", "-linux.1.2" }; local 243 for (uptr j = 0; j < ARRAY_SIZE(suffixes); j++) { 246 paths[i], base_names[k], suffixes[j]);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline_unittest.py | 122 options = MockOptions(builder="MOCK SnowLeopard", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None) 149 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None) 177 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None) 209 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None) 227 self.options = MockOptions(builder="WebKit Mac10.7", test="userscripts/another-test.html", suffixes="txt", results_directory=None) 243 self.options.suffixes = "png,wav,txt" 297 options = MockOptions(optimize=True, builder="MOCK Win7", suffixes="txt", 373 [[['python', 'echo', 'optimize-baselines', '--no-modify-scm', '--suffixes', '', 'userscripts/first-test.html', '--verbose']]]) 384 [[['python', 'echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']], 385 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']] [all...] |
rebaseline.py | 71 suffixes_option = optparse.make_option("--suffixes", default=','.join(BASELINE_SUFFIX_LIST), action="store", 179 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] 438 cmd_line = ['--no-modify-scm', '--suffixes', ','.join(all_suffixes), test] 508 for builder, suffixes in sorted(builders_to_check.items()) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.h | 188 // Update the default file handler for the given sets of suffixes and MIME 192 const std::set<std::string>& suffixes,
|