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

<<11121314151617181920>>

  /external/regex-re2/re2/
tostring.cc 138 // For regexps with children, append any unary suffixes or ).
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 131 // Add File Suffixes
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 73 // Item types set/find function suffixes
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 44 for ext in localConfig.suffixes]):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 320 /* Nonzero means to allow hexadecimal floats and LL suffixes. */
433 literal number suffixes as user-defined literal number suffixes. */
823 octal, hexadecimal), and type suffixes. */
    [all...]
  /toolchain/binutils/binutils-2.25/
missing 60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
  /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/llvm/docs/CommandGuide/
lit.rst 308 **suffixes** For **lit** test formats which scan directories for tests, this
309 variable is a list of suffixes to identify test files. Used by: *ShTest*.
356 suffixes which identify test files.
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 306 // suffixes on integer literals.
336 // suffixes on integer literals.
356 // suffixes on integer literals.
  /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...]
  /ndk/sources/host-tools/make-3.81/
readme.vms 174 .SUFFIXES :
175 .SUFFIXES : .class .java
260 See defaults.c for VMS default suffixes and my definitions for default
file.c 644 /* Expand .SUFFIXES first; it's dependencies are used for
646 for (f = lookup_file (".SUFFIXES"); f != 0; f = f->prev)
657 if (strcmp (f->name, ".SUFFIXES") != 0)
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 141 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
146 * suffixes must be distinct for <code>DecimalFormat.parse()</code> to be able
312 * the prefixes and suffixes are not used.
315 * <code>&#92;u221E</code>, with the positive or negative prefixes and suffixes
    [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...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 649 // "i", "if", and "il" are user-defined suffixes in C++1y.
697 /// suffixes as ud-suffixes, because the diagnostic experience is better if we
704 // By C++11 [lex.ext]p10, ud-suffixes starting with an '_' are always valid.
708 // In C++11, there are no library suffixes.
823 // Other suffixes will be diagnosed by the caller.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
numberformattestspecification.txt 159 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely
188 test prefixes and suffixes
194 // JDK does not support negative suffixes
  /external/icu/icu4c/source/test/testdata/
numberformattestspecification.txt 159 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely
188 test prefixes and suffixes
194 // JDK does not support negative suffixes
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
numberformattestspecification.txt 159 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely
188 test prefixes and suffixes
194 // JDK does not support negative suffixes
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 804 unsigned char* suffixes = names[style->indexes[face_index] - 1]; local
807 for ( i = 1; i <= suffixes[0]; i++ )
810 size_t j = suffixes[i] - 1;
    [all...]
  /external/toybox/lib/
lib.c 296 char *c, *suffixes="cbkmgtpe", *end; local
301 if (c != numstr && (end = strchr(suffixes, tolower(*c)))) {
302 int shift = end-suffixes-2;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 38 * <li>Remove the suffixes (III, Ph.D., M.D.).</li>
278 * @param commonSuffixes comma-separated list of common suffixes,
767 // Take care of suffixes like M.D. and D.D.S.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 139 suffixes = []
145 suffixes.extend(si_suffixes)
146 human_bytes_re %= '|'.join(suffixes)
782 Does not handle multiple periods (e.g. 3.3.4) or complicated suffixes
    [all...]
  /external/compiler-rt/lib/interception/
interception.h 64 // additional suffixes, e.g. _$UNIX2003 (see

Completed in 1469 milliseconds

<<11121314151617181920>>