/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMMimeType.cpp | 47 String DOMMimeType::suffixes() const function in class:WebCore::DOMMimeType
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_tasks.cc | 29 // Make a set of unique filename suffixes out of the list of file URLs. 33 std::set<std::string> suffixes; local 38 // We'll skip empty suffixes. 40 suffixes.insert(url.path().Extension()); 42 return suffixes; 185 const std::set<std::string> suffixes = local 196 // If there weren't any mime_types, and all the suffixes were blank, 202 if (suffixes.empty() && mime_types.empty()) { 208 GetProfile()->GetPrefs(), params->task_id, suffixes, mime_types); local
|
/ndk/sources/host-tools/make-3.81/ |
rule.h | 26 char **suffixes; /* Suffixes (after `%') of each target. */ member in struct:rule
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
SuffixFileFilter.java | 50 /** The filename suffixes to search for */
51 private final String[] suffixes;
field in class:SuffixFileFilter 79 this.suffixes = new String[] {suffix};
89 * @param suffixes the suffixes to allow, must not be null
92 public SuffixFileFilter(String[] suffixes) {
93 this(suffixes, IOCase.SENSITIVE);
103 * @param suffixes the suffixes to allow, must not be null
108 public SuffixFileFilter(String[] suffixes, IOCase caseSensitivity) { [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/skia/dm/ |
DMWriteTask.cpp | 13 // Splits off the last N suffixes of name (splitting on _) and appends them to out. 20 // We're splitting off suffixes from the back to front. 28 const int suffixes = parent.depth() + 1; local 30 const int totalSuffixLength = split_suffixes(suffixes, name.c_str(), &fSuffixes); 75 SkTArray<SkString> suffixes; local 76 const int suffixLength = split_suffixes(1, filename.c_str(), &suffixes); 77 SkASSERT(1 == suffixes.count()); 80 const SkString dir = SkOSPath::SkPathJoin(root, suffixes[0].c_str());
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local 71 for (String suffix : suffixes) {
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks_unittest.cc | 50 const DictionaryValue& suffixes) { 54 pref_service->Set(prefs::kDefaultTasksBySuffix, suffixes); 314 DictionaryValue suffixes; local 315 suffixes.SetStringWithoutPathExpansion( 318 UpdateDefaultTaskPreferences(&pref_service, empty, suffixes);
|
/external/iptables/extensions/ |
libxt_rateest.c | 64 } suffixes[] = { variable in typeref:struct:rate_suffix 101 for (s = suffixes; s->name; ++s) {
|
/external/clang/tools/driver/ |
driver.cpp | 199 // suffixes[] contains the list of known driver suffixes. 200 // Suffixes are compared against the program name in order. 214 } suffixes [] = { local 236 for (i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) { 237 if (ProgNameRef.endswith(suffixes[i].Suffix)) { 242 if (suffixes[i].ModeFlag) 243 ArgVector.insert(it, suffixes[i].ModeFlag); 250 ProgNameRef.size() - strlen(suffixes[i].Suffix)) [all...] |
/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/iproute2/tc/ |
tc_util.c | 123 } suffixes[] = { variable in typeref:struct:rate_suffix 160 for (s = suffixes; s->name; ++s) {
|
/external/qemu/android/ |
snapshot.c | 173 static const char suffixes[NB_SUFFIXES] = "KMGT"; local 185 suffixes[i]); 190 suffixes[i]);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
gen_x86_insn.py | 183 self.suffixes = kwargs.pop("suffixes", None) 186 self.suffixes = [suffix] 190 if self.suffixes is None: 191 self.suffixes = ["Z"] 193 self.suffixes.append("Z") 195 if self.suffixes is not None: 196 self.suffixes = set(x.upper() for x in self.suffixes) 353 if self.suffixes 683 suffixes=["l", "q"], variable 701 suffixes=["l", "q", "s"], variable 712 suffixes=["w", "l", "q", "s"], variable 2262 suffixes=["l", "q"], variable 2433 suffixes=["l", "q"], variable 2657 suffixes=["w", "l", "q"], variable 2664 suffixes=["w", "l", "q"], variable 3156 suffixes=["w", "l"], variable [all...] |