HomeSort by relevance Sort by last modified time
    Searched full:suffixes (Results 201 - 225 of 960) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildbin.sh 9 ## version suffixes
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
lit.cfg 25 config.suffixes = ['.cpp', '.c']
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 5 ."the list provided. It will provide all of the unique suffixes found\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java 31 * suffixes such as "Activity", "Fragment", etc.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.h 80 allow the :Z, :S, :Q and :G suffixes to be
  /external/clang/test/Unit/
lit.cfg 14 # suffixes: A list of file extensions to treat as test files.
15 config.suffixes = []
  /external/guava/guava/src/com/google/thirdparty/publicsuffix/
TrieParser.java 36 * suffixes into an immutable map of public suffixes.
  /external/icu/icu4c/source/common/unicode/
uvernum.h 98 * If a custom suffix (such as matching library suffixes) is desired, this can be modified.
123 /** The current ICU library major/minor version as a string without dots, for library name suffixes.
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 49 // Keep sequences ordered according to SeqLess so suffixes are easy to find.
53 // Sequences added so far, with suffixes removed.
  /external/gptfdisk/
support.cc 94 // or the same with "K", "M", "G", "T", or "P" as suffixes to add
136 string suffixes = "KMGTPE"; local
169 foundAt = suffixes.find(suffix);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
ContractionsAndExpansions.java 261 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
262 while (suffixes.hasNext()) {
263 Entry e = suffixes.next();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
ContractionsAndExpansions.java 257 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); local
258 while (suffixes.hasNext()) {
259 Entry e = suffixes.next();
  /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...]
  /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]
  /bootable/recovery/
recovery-refresh.cpp 37 // rotated with .<number> suffixes upwards.
  /external/bison/po/
Rules-quot 5 .SUFFIXES: .insert-header .po-update-en
  /external/bison/runtime-po/
Rules-quot 5 .SUFFIXES: .insert-header .po-update-en
  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff.py 14 # Acceptable suffixes for internal-only sheriff rotation email addresses.
  /external/compiler-rt/make/
util.mk 106 .SUFFIXES:
  /external/curl/packages/DOS/
common.dj 10 .SUFFIXES: .exe .y
  /external/e2fsprogs/po/
Rules-quot 5 .SUFFIXES: .insert-header .po-update-en
  /external/elfutils/po/
Rules-quot 5 .SUFFIXES: .insert-header .po-update-en
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 36 * We can specify prefixes or suffixes for values with up to 15 digits,
56 * suffixes are maps whose key is the plural variant and whose values are
419 * suffixes for all defined variants from the previous log10. For log10 = 0,
420 * use all empty prefixes and suffixes and a divisor of 1.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 131 /* special prefixes must not be followed by suffixes! */
  /external/icu/icu4c/as_is/os390/
unpax-icu.sh 14 # Set the following variable to the list of binary file suffixes (extensions)

Completed in 3216 milliseconds

1 2 3 4 5 6 7 891011>>