Searched defs:suffixes (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMMimeType.cpp47 String DOMMimeType::suffixes() const function in class:WebCore::DOMMimeType
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_tasks.cc33 // Make a set of unique filename suffixes out of the list of file URLs.
37 std::set<std::string> suffixes; local
42 // We'll skip empty suffixes.
44 suffixes.insert(url.path().Extension());
46 return suffixes;
247 const std::set<std::string> suffixes = local
258 // If there weren't any mime_types, and all the suffixes were blank,
264 if (suffixes.empty() && mime_types.empty()) {
270 GetProfile()->GetPrefs(), params->task_id, suffixes, mime_types); local
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks_unittest.cc50 const base::DictionaryValue& suffixes) {
54 pref_service->Set(prefs::kDefaultTasksBySuffix, suffixes);
313 base::DictionaryValue suffixes; local
314 suffixes.SetStringWithoutPathExpansion(
317 UpdateDefaultTaskPreferences(&pref_service, empty, suffixes);
48 UpdateDefaultTaskPreferences(TestingPrefServiceSimple* pref_service, const base::DictionaryValue& mime_types, const base::DictionaryValue& suffixes) argument
H A Dfile_tasks.cc148 const std::set<std::string>& suffixes,
163 if (!suffixes.empty()) {
166 for (std::set<std::string>::const_iterator iter = suffixes.begin();
167 iter != suffixes.end(); ++iter) {
146 UpdateDefaultTask(PrefService* pref_service, const std::string& task_id, const std::set<std::string>& suffixes, const std::set<std::string>& mime_types) argument
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp17 // Splits off the last N suffixes of name (splitting on _) and appends them to out.
24 // We're splitting off suffixes from the back to front.
32 const int suffixes = parent.depth() + 1; local
34 const int totalSuffixLength = split_suffixes(suffixes, name.c_str(), suffixList);
166 SkTArray<SkString> suffixes; local
167 const int suffixLength = split_suffixes(1, filename.c_str(), &suffixes);
168 SkASSERT(1 == suffixes.count());
171 const SkString dir = SkOSPath::SkPathJoin(root, suffixes[0].c_str());
/external/skia/dm/
H A DDMWriteTask.cpp17 // Splits off the last N suffixes of name (splitting on _) and appends them to out.
24 // We're splitting off suffixes from the back to front.
32 const int suffixes = parent.depth() + 1; local
34 const int totalSuffixLength = split_suffixes(suffixes, name.c_str(), suffixList);
166 SkTArray<SkString> suffixes; local
167 const int suffixLength = split_suffixes(1, filename.c_str(), &suffixes);
168 SkASSERT(1 == suffixes.count());
171 const SkString dir = SkOSPath::SkPathJoin(root, suffixes[0].c_str());
/external/clang/tools/driver/
H A Ddriver.cpp201 // suffixes[] contains the list of known driver suffixes.
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));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc239 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/iptables/extensions/
H A Dlibxt_rateest.c65 } suffixes[] = { variable in typeref:struct:rate_suffix
102 for (s = suffixes; s->name; ++s) {
/external/qemu/android/
H A Dsnapshot.c168 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
180 suffixes[i]);
185 suffixes[i]);
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp263 const char* suffixes[] = { ".png", ".webp" }; local
265 for (size_t i = 0; i < SK_ARRAY_COUNT(suffixes); ++i) {
266 SkString basename = SkStringPrintf("%s%s", root, suffixes[i]);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dgen_x86_insn.py183 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...]
/external/iproute2/tc/
H A Dtc_util.c123 } suffixes[] = { variable in typeref:struct:rate_suffix
160 for (s = suffixes; s->name; ++s) {
/external/skia/tests/
H A DImageDecodingTest.cpp263 const char* suffixes[] = { ".png", ".webp" }; local
265 for (size_t i = 0; i < SK_ARRAY_COUNT(suffixes); ++i) {
266 SkString basename = SkStringPrintf("%s%s", root, suffixes[i]);
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp323 // 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
555 nextCE32FromDiscontiguousContraction( const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, int32_t lookAhead, UChar32 c, UErrorCode &errorCode) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c464 unsigned char* suffixes = names[style->indexes[face_index] - 1]; local
467 for ( i = 1; i <= suffixes[0]; i++ )
470 size_t j = suffixes[i] - 1;
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc89 // prefixes and suffixes, while asserting on the correct channel value.
110 const wchar_t* suffixes[] = { local
118 for (size_t k = 0; k < arraysize(suffixes); ++k) {
121 ap += suffixes[k];
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvfragparse.c72 /* Optional suffixes */
84 GLuint suffixes; member in struct:instruction_pattern
224 result.suffixes = 0;
231 result.suffixes = 0;
234 result.suffixes |= _R;
238 result.suffixes |= _H;
242 result.suffixes |= _X;
246 result.suffixes |= _C;
251 result.suffixes |= _S;
1351 inst->Precision = instMatch.suffixes
[all...]
/external/mesa3d/src/mesa/program/
H A Dnvfragparse.c72 /* Optional suffixes */
84 GLuint suffixes; member in struct:instruction_pattern
224 result.suffixes = 0;
231 result.suffixes = 0;
234 result.suffixes |= _R;
238 result.suffixes |= _H;
242 result.suffixes |= _X;
246 result.suffixes |= _C;
251 result.suffixes |= _S;
1351 inst->Precision = instMatch.suffixes
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c279 static void *suffixes; variable
1737 if (tfind (&search, &suffixes, compare_suf)
1743 if (tsearch (ns, &suffixes, compare_suf)
2758 // printf ("%d suffixes, %d bits\n", nsuffixes, nbitsuf);
/external/qemu/
H A Dblock.c1906 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
1918 suffixes[i]);
1923 suffixes[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 669 milliseconds

12