/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imputil.py | 77 # Initialize the set of suffixes that we recognize and import. 530 self.suffixes = [ ] 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes:
|
mimetypes.py | 15 suffix_map -- dictionary mapping suffixes to suffixes 16 encodings_map -- dictionary mapping suffixes to encodings 17 types_map -- dictionary mapping suffixes to types 103 mappings are table driven. Encoding suffixes are case 104 sensitive; type suffixes are first tried case sensitive, then 107 The suffixes .tgz, .taz and .tz (case sensitive!) are all 224 type, suffixes = words[0], words[1:] 225 for suff in suffixes: 283 driven. Encoding suffixes are case sensitive; type suffixes ar [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imputil.py | 77 # Initialize the set of suffixes that we recognize and import. 530 self.suffixes = [ ] 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes:
|
mimetypes.py | 15 suffix_map -- dictionary mapping suffixes to suffixes 16 encodings_map -- dictionary mapping suffixes to encodings 17 types_map -- dictionary mapping suffixes to types 103 mappings are table driven. Encoding suffixes are case 104 sensitive; type suffixes are first tried case sensitive, then 107 The suffixes .tgz, .taz and .tz (case sensitive!) are all 224 type, suffixes = words[0], words[1:] 225 for suff in suffixes: 283 driven. Encoding suffixes are case sensitive; type suffixes ar [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imputil.py | 77 # Initialize the set of suffixes that we recognize and import. 530 self.suffixes = [ ] 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes:
|
mimetypes.py | 15 suffix_map -- dictionary mapping suffixes to suffixes 16 encodings_map -- dictionary mapping suffixes to encodings 17 types_map -- dictionary mapping suffixes to types 103 mappings are table driven. Encoding suffixes are case 104 sensitive; type suffixes are first tried case sensitive, then 107 The suffixes .tgz, .taz and .tz (case sensitive!) are all 224 type, suffixes = words[0], words[1:] 225 for suff in suffixes: 283 driven. Encoding suffixes are case sensitive; type suffixes ar [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imputil.py | 77 # Initialize the set of suffixes that we recognize and import. 530 self.suffixes = [ ] 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes:
|
mimetypes.py | 15 suffix_map -- dictionary mapping suffixes to suffixes 16 encodings_map -- dictionary mapping suffixes to encodings 17 types_map -- dictionary mapping suffixes to types 103 mappings are table driven. Encoding suffixes are case 104 sensitive; type suffixes are first tried case sensitive, then 107 The suffixes .tgz, .taz and .tz (case sensitive!) are all 224 type, suffixes = words[0], words[1:] 225 for suff in suffixes: 283 driven. Encoding suffixes are case sensitive; type suffixes ar [all...] |
/external/llvm/utils/lit/lit/formats/ |
base.py | 26 if ext in localConfig.suffixes:
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
arg_parser.py | 72 self.add_argument('--suffixes', metavar='glob', default=[], 196 if not rargs.suffixes: 197 rargs.suffixes = DEFAULT_SUFFIXES
|
/external/guice/extensions/persist/lib/ |
jboss-archive-browsing.jar | |
/external/iptables/extensions/ |
libxt_rateest.c | 65 } suffixes[] = { variable in typeref:struct:rate_suffix 102 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...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileUtils.java | 347 * Converts an array of file extensions to suffixes for use 351 * @return an array of suffixes. Format: {".java", ".xml"} 354 String[] suffixes = new String[extensions.length]; local 356 suffixes[i] = "." + extensions[i]; 358 return suffixes; 378 String[] suffixes = toSuffixes(extensions); local 379 filter = new SuffixFileFilter(suffixes); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationFastLatinBuilder.java | 341 CharsTrie.Iterator suffixes = CharsTrie.iterator(data.contexts, trieIndex + 2, 0); local 342 while(suffixes.hasNext()) { 343 CharsTrie.Entry entry = suffixes.next();
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationFastLatinBuilder.java | 340 CharsTrie.Iterator suffixes = CharsTrie.iterator(data.contexts, trieIndex + 2, 0); local 341 while(suffixes.hasNext()) { 342 CharsTrie.Entry entry = suffixes.next();
|
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 471 unsigned char* suffixes = names[style->indexes[face_index] - 1]; local 474 for ( i = 1; i <= suffixes[0]; i++ ) 477 size_t j = suffixes[i] - 1; [all...] |
/art/runtime/ |
utf_test.cc | 166 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> suffixes { 184 for (const auto& suffix : suffixes) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-stack-suffix.d | 3 #name: x86-64 (ILP32) stack-related opcodes (with suffixes)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-stack-suffix.d | 2 #name: x86-64 stack-related opcodes (with suffixes)
|
/external/clang/www/demo/ |
index.cgi | 293 my %suffixes = ( 337 my $extension = $suffixes{ $c->param('language') };
|
/external/icu/icu4c/source/i18n/ |
collationfastlatinbuilder.cpp | 359 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode); 360 while(suffixes.next(errorCode)) { 361 const UnicodeString &suffix = suffixes.getString(); 375 ce32 = (uint32_t)suffixes.getValue();
|
collationiterator.h | 280 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32,
|
/external/libcxx/test/libcxx/test/ |
format.py | 44 for ext in localConfig.suffixes]):
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
format.py | 44 for ext in localConfig.suffixes]):
|