/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/ |
FileProcessor.java | 78 public FileProcessor addInputSuffix (String... suffixes) {
79 for (String suffix : suffixes)
|
/external/mesa3d/src/mesa/program/ |
nvfragparse.c | 72 /* 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; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 1248 List<Object> suffixes = new ArrayList<Object>(); local [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) {
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 305 suffixes = ['bytes', 'kB', 'MB', 'GB'] 307 for i in range(len(suffixes)): 309 return "%.1f" % (float(size) / power) + " " + suffixes[i]
|
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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...] |
/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...] |
/system/core/fastboot/ |
fastboot.cpp | 880 std::vector<std::string> suffixes; local 882 if (!fb_getvar(transport, "slot-suffixes", &suffix_list)) { 883 return suffixes; 885 suffixes = android::base::Split(suffix_list, ","); 889 if (suffixes.size() == 1) { 890 suffixes.clear(); 892 return suffixes; [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) {
|