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

1 2 3 4 5 6 7 8 910

  /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.27/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/python/cpython3/Tools/scripts/
suff.py 5 # show different suffixes amongst arguments
12 suffixes = {}
15 suffixes.setdefault(suff, []).append(filename)
16 for suff, filenames in sorted(suffixes.items()):
  /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.27/gas/testsuite/gas/z80/
suffix.d 2 #name: suffixes
  /toolchain/binutils/binutils-2.27/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/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])
  /system/core/demangle/
Demangler.cpp 392 while (!cur_state_.suffixes.empty()) {
393 function_suffix_ += cur_state_.suffixes.back();
394 cur_state_.suffixes.pop_back();
494 cur_state_.suffixes.push_back(" const");
498 cur_state_.suffixes.push_back(" volatile");
519 while (!cur_state_.suffixes.empty()) {
520 arg += cur_state_.suffixes.back();
521 cur_state_.suffixes.pop_back();
570 cur_state_.suffixes.push_back("*");
579 cur_state_.suffixes.push_back("&")
    [all...]
Demangler.h 78 suffixes.clear();
85 std::vector<std::string> suffixes; member in struct:Demangler::StateData
  /external/python/cpython2/Doc/tools/extensions/
patchlevel.py 41 suffixes = {
47 release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
  /external/python/cpython3/Doc/tools/extensions/
patchlevel.py 42 suffixes = {
48 release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
  /external/python/cpython3/Lib/test/test_importlib/
test_windows.py 92 suffixes = self.machinery.EXTENSION_SUFFIXES
96 untagged_i = suffixes.index(".pyd")
98 untagged_i = suffixes.index("_d.pyd")
101 self.assertIn(expected_tag, suffixes)
104 tagged_i = suffixes.index(expected_tag)
  /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'],
  /external/python/cpython3/Lib/idlelib/
pathbrowser.py 83 suffixes = importlib.machinery.EXTENSION_SUFFIXES[:]
84 suffixes += importlib.machinery.SOURCE_SUFFIXES
85 suffixes += importlib.machinery.BYTECODE_SUFFIXES
87 for suff in suffixes:
  /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.27/gas/testsuite/gas/i386/
rep-suffix.d 2 #name: i386 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.
  /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...]
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 150 void SetSuffixesToIgnore(std::vector<std::string> suffixes) {
151 suffixes_to_ignore_.insert(suffixes_to_ignore_.end(), suffixes.begin(), suffixes.end());
  /system/extras/tests/bootloader/
haltest.py 33 suffixes = dict()
37 suffixes[suffix] = slot
38 self.assertEqual(len(suffixes), num_slots)

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 910