HomeSort by relevance Sort by last modified time
    Searched defs:suffixes (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /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();
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local
71 for (String suffix : suffixes) {
  /system/core/demangle/
Demangler.h 78 suffixes.clear();
85 std::vector<std::string> suffixes; member in struct:Demangler::StateData
  /external/iptables/extensions/
libxt_rateest.c 65 } suffixes[] = { variable in typeref:struct:rate_suffix
102 for (s = suffixes; s->name; ++s) {
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 1896 std::string suffixes[15] = { "o", "no", "b", "ae", "e", "ne", "be", "a", "s", "ns", "pe", "po", local
    [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/doclava/src/com/google/doclava/
AndroidAuxSource.java 252 ArrayList<AnnotationValueInfo> suffixes = null; local
260 case "suffix": suffixes = (ArrayList<AnnotationValueInfo>) val.value(); break;
268 if (suffixes == null) suffixes = new ArrayList<>();
269 if (prefixes.isEmpty() && suffixes.isEmpty()) continue;
280 for (AnnotationValueInfo suffix : suffixes) {
  /external/gptfdisk/
support.cc 96 // or the same with "K", "M", "G", "T", or "P" as suffixes to add
138 string suffixes = "KMGTPE"; local
171 foundAt = suffixes.find(suffix);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 292 // Parallel iteration over suffixes of both tables.
293 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); local
304 if (suffixes.hasNext()) {
305 te = suffixes.next();
365 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); local
366 while (suffixes.hasNext()) {
367 Entry e = suffixes.next();
CollationIterator.java 529 // All contraction suffixes start with characters with lccc!=0
543 // All contraction suffixes start with characters with lccc!=0
719 // and therefore need not remember the suffixes state from before a mismatch for retrying.
721 CharsTrie suffixes = new CharsTrie(trieChars, trieOffset); local
722 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); }
723 BytesTrie.Result match = suffixes.firstForCodePoint(c);
727 ce32 = suffixes.getValue();
731 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); }
755 d, suffixes, ce32, lookAhead, c);
768 match = suffixes.nextForCodePoint(c)
    [all...]
ContractionsAndExpansions.java 263 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
264 while (suffixes.hasNext()) {
265 Entry e = suffixes.next();
CollationFastLatinBuilder.java 343 CharsTrie.Iterator suffixes = CharsTrie.iterator(data.contexts, trieIndex + 2, 0); local
344 while(suffixes.hasNext()) {
345 CharsTrie.Entry entry = suffixes.next();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 290 // Parallel iteration over suffixes of both tables.
291 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); local
302 if (suffixes.hasNext()) {
303 te = suffixes.next();
363 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); local
364 while (suffixes.hasNext()) {
365 Entry e = suffixes.next();
CollationIterator.java 527 // All contraction suffixes start with characters with lccc!=0
541 // All contraction suffixes start with characters with lccc!=0
717 // and therefore need not remember the suffixes state from before a mismatch for retrying.
719 CharsTrie suffixes = new CharsTrie(trieChars, trieOffset); local
720 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); }
721 BytesTrie.Result match = suffixes.firstForCodePoint(c);
725 ce32 = suffixes.getValue();
729 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); }
753 d, suffixes, ce32, lookAhead, c);
766 match = suffixes.nextForCodePoint(c)
    [all...]
ContractionsAndExpansions.java 259 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
260 while (suffixes.hasNext()) {
261 Entry e = suffixes.next();
CollationFastLatinBuilder.java 342 CharsTrie.Iterator suffixes = CharsTrie.iterator(data.contexts, trieIndex + 2, 0); local
343 while(suffixes.hasNext()) {
344 CharsTrie.Entry entry = suffixes.next();
  /external/llvm/utils/
extract_symbols.py 391 suffixes = ['.lib','.a','.obj','.o'] variable
392 if not any([lib.endswith(s) for s in suffixes]):
393 for s in suffixes:
400 if not any([lib.endswith(s) for s in suffixes]):
  /art/dexlayout/
dexdiag.cc 309 static const char* suffixes[] = { ".vdex" }; local
310 for (const char* suffix : suffixes) {
398 static const char* suffixes[] = { ".odex", ".oat" }; local
399 for (const char* suffix : suffixes) {
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
CaptureHolder.java 40 // These suffixes are used to tell the listener script what types of data to collect.
282 String suffixes[] = {SYSTRACE_SUFFIX, BUGREPORT_SUFFIX, WAV_SUFFIX}; local
285 for (String suffix : suffixes) {
  /external/gflags/src/
gflags_completions.cc 466 static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) {
467 suffixes->push_back(
478 vector<string> suffixes; local
483 PushNameWithSuffix(&suffixes, ".");
484 PushNameWithSuffix(&suffixes, "-main.");
485 PushNameWithSuffix(&suffixes, "_main.");
487 PushNameWithSuffix(&suffixes, "-test.");
488 PushNameWithSuffix(&suffixes, "_test.");
489 PushNameWithSuffix(&suffixes, "-unittest.");
490 PushNameWithSuffix(&suffixes, "_unittest.")
    [all...]
  /external/iproute2/tc/
tc_util.c 172 } suffixes[] = { variable in typeref:struct:rate_suffix
204 for (s = suffixes; s->name; ++s) {
232 for (s = suffixes; s->name; ++s) {
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 148 static const char* suffixes[] = {"ld", "ld.mcld"}; local
152 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
153 if (name == suffixes[i])
160 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
161 if (!prog_name_ref.endswith(suffixes[i]))
165 prog_name_ref.rfind('-', prog_name_ref.size() - strlen(suffixes[i]));
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 71 } suffixes[] = { variable in typeref:struct:suf
82 p = suffixes;
  /external/freetype/src/base/
ftmac.c 472 unsigned char* suffixes = names[style->indexes[face_index] - 1]; local
475 for ( i = 1; i <= suffixes[0]; i++ )
478 size_t j = suffixes[i] - 1;
    [all...]

Completed in 944 milliseconds

1 2 3 4 5