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

1 23 4 5 6 7 8 910

  /external/selinux/mcstrans/src/
mcstrans.c 82 affix_t *suffixes; member in struct:word_group
308 while(group->suffixes) {
309 affix_t *next = group->suffixes->next;
310 free(group->suffixes->text);
311 free(group->suffixes);
312 group->suffixes=next;
829 if (append (&group->suffixes, tok) < 0)
1066 if (g->suffixes)
1071 if (g->suffixes) {
1074 for (a = g->suffixes; a; a = a->next)
    [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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
ContractionsAndExpansions.java 263 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
264 while (suffixes.hasNext()) {
265 Entry e = suffixes.next();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
ContractionsAndExpansions.java 259 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
260 while (suffixes.hasNext()) {
261 Entry e = 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]):
  /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/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/jsoncpp/
doxybuild.py 17 suffixes = ('win32' in sys.platform ) and '.exe .com .bat .cmd' or ''
19 for name in [filename+ext for ext in suffixes.split()]:
  /external/python/cpython2/Doc/tools/
rstlint.py 54 def checker(*suffixes, **kwds):
57 for suffix in suffixes:
  /external/python/cpython3/Doc/tools/
rstlint.py 54 def checker(*suffixes, **kwds):
57 for suffix in suffixes:
  /external/python/cpython3/Lib/test/
test_pathlib.py 514 self.assertEqual(P('').suffixes, [])
515 self.assertEqual(P('.').suffixes, [])
516 self.assertEqual(P('/').suffixes, [])
517 self.assertEqual(P('a/b').suffixes, [])
518 self.assertEqual(P('/a/b').suffixes, [])
519 self.assertEqual(P('/a/b/.').suffixes, [])
520 self.assertEqual(P('a/b.py').suffixes, ['.py'])
521 self.assertEqual(P('/a/b.py').suffixes, ['.py'])
522 self.assertEqual(P('a/.hgrc').suffixes, [])
523 self.assertEqual(P('/a/.hgrc').suffixes, [])
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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 are
    [all...]
  /external/python/cpython2/Lib/
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:
282 driven. Encoding suffixes are case sensitive; type suffixes ar
    [all...]
  /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:
  /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:
  /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:
  /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:
  /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/llvm/utils/lit/lit/formats/
base.py 26 if ext in localConfig.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) {

Completed in 1025 milliseconds

1 23 4 5 6 7 8 910