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

1 2 3 4 5 6 7 8 9

  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
tls-err-3.s 1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
suff.py 5 # show different suffixes amongst arguments
11 suffixes = {}
14 if not suffixes.has_key(suff):
15 suffixes[suff] = []
16 suffixes[suff].append(filename)
17 keys = suffixes.keys()
20 print repr(suff), len(suffixes[suff])
  /external/python/cpython2/Tools/scripts/
suff.py 5 # show different suffixes amongst arguments
11 suffixes = {}
14 if not suffixes.has_key(suff):
15 suffixes[suff] = []
16 suffixes[suff].append(filename)
17 keys = suffixes.keys()
20 print repr(suff), len(suffixes[suff])
  /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/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
suffix.d 2 #name: suffixes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
inst-po-2.l 3 [^:]*:10: Error: width suffixes are invalid in ARM mode
4 [^:]*:11: Error: width suffixes are invalid in ARM mode
  /system/core/demangle/
Demangler.cpp 365 while (!cur_state_.suffixes.empty()) {
366 function_suffix_ += cur_state_.suffixes.back();
367 cur_state_.suffixes.pop_back();
448 cur_state_.suffixes.push_back(" const");
452 cur_state_.suffixes.push_back(" volatile");
473 while (!cur_state_.suffixes.empty()) {
474 arg += cur_state_.suffixes.back();
475 cur_state_.suffixes.pop_back();
524 cur_state_.suffixes.push_back("*");
533 cur_state_.suffixes.push_back("&")
    [all...]
Demangler.h 73 suffixes.clear();
80 std::vector<std::string> suffixes; member in struct:Demangler::StateData
  /system/update_engine/scripts/update_payload/
format_utils.py 83 suffixes, base = constants[decimal]
85 while exp < len(suffixes):
97 return '%d%s %s' % (whole, '.%d' % frac if frac else '', suffixes[exp - 1])
  /external/python/cpython2/Doc/tools/extensions/
patchlevel.py 41 suffixes = {
47 release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
  /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-trace/catapult/devil/bin/
run_py_devicetests 28 suffixes=['*_devicetest.py'],
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local
71 for (String suffix : suffixes) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rep-suffix.d 2 #name: i386 rep prefix (with suffixes)
x86-64-crx-suffix.d 2 #name: x86-64 control register related opcodes (with suffixes)
x86-64-drx-suffix.d 2 #name: x86-64 debug register related opcodes (with suffixes)
x86-64-rep-suffix.d 2 #name: x86-64 rep prefix (with suffixes)
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 13 potential textual suffixes for a given prefix. Consider this text:
18 and suffixes, or "chain": (This table assumes a prefix length of two words.)
34 example), choose one of the suffixes associated with that prefix at random
38 until we can't find any suffixes for the current prefix or we exceed the word
73 // Chain contains a map ("chain") of prefixes to a list of suffixes.
75 // A suffix is a single word. A prefix can have multiple suffixes.
87 // parses it into prefixes and suffixes that are stored in Chain.
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 13 potential textual suffixes for a given prefix. Consider this text:
18 and suffixes, or "chain": (This table assumes a prefix length of two words.)
34 example), choose one of the suffixes associated with that prefix at random
38 until we can't find any suffixes for the current prefix or we exceed the word
73 // Chain contains a map ("chain") of prefixes to a list of suffixes.
75 // A suffix is a single word. A prefix can have multiple suffixes.
87 // parses it into prefixes and suffixes that are stored in Chain.
  /system/extras/tests/bootloader/
haltest.py 33 suffixes = dict()
37 suffixes[suffix] = slot
38 self.assertEqual(len(suffixes), num_slots)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crx-suffix.d 3 #name: x86-64 (ILP32) control register related opcodes (with suffixes)
x86-64-drx-suffix.d 3 #name: x86-64 (ILP32) debug register related opcodes (with suffixes)
x86-64-rep-suffix.d 3 #name: x86-64 (ILP32) rep prefix (with suffixes)

Completed in 4639 milliseconds

1 2 3 4 5 6 7 8 9