/external/skia/tests/ |
ImageDecodingTest.cpp | 266 const char* suffixes[] = { ".png", ".webp" }; local 268 for (size_t i = 0; i < SK_ARRAY_COUNT(suffixes); ++i) { 269 SkString basename = SkStringPrintf("%s%s", root, suffixes[i]);
|
/external/toybox/lib/ |
lib.c | 256 char *c, *suffixes="cbkmgtpe", *end; local 261 if (c != numstr && (end = strchr(suffixes, tolower(*c)))) { 262 int shift = end-suffixes-2;
|
/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)
|
make.1 | 256 Also clear out the default list of suffixes for suffix rules.
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 652 // "i", "if", and "il" are user-defined suffixes in C++1y. 701 /// suffixes as ud-suffixes, because the diagnostic experience is better if we 708 // By C++11 [lex.ext]p10, ud-suffixes starting with an '_' are always valid. 712 // In C++11, there are no library suffixes. 827 // Other suffixes will be diagnosed by the caller. [all...] |
/external/elfutils/src/po/ |
Makefile | 160 .SUFFIXES: 161 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update 537 .SUFFIXES: .insert-header .po-update-en
|
/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/compiler-rt/lib/interception/ |
interception.h | 64 // additional suffixes, e.g. _$UNIX2003 (see
|
/external/elfutils/src/libcpu/ |
i386_parse.y | 205 static void *suffixes; 342 if (tfind (&search, &suffixes, compare_suf) 348 if (tsearch (ns, &suffixes, compare_suf) 1049 // printf ("%d suffixes, %d bits\n", nsuffixes, nbitsuf); [all...] |
/external/icu/icu4c/source/common/ |
Makefile.in | 128 .SUFFIXES :
|
dictbe.cpp | 382 // Look ahead for possible suffixes if a dictionary word does not follow. 612 // Look ahead for possible suffixes if a dictionary word does not follow. [all...] |
/external/icu/icu4c/source/i18n/ |
Makefile.in | 115 .SUFFIXES :
|
/external/icu/icu4c/source/i18n/unicode/ |
compactdecimalformat.h | 47 * Resetting the pattern prefixes or suffixes is not supported; the method calls
|
decimfmt.h | 287 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, 292 * suffixes must be distinct for parse() to be able 426 * the prefixes and suffixes are not used. 429 * <code>\\u221E</code>, with the positive or negative prefixes and suffixes [all...] |
/external/libogg/win32/ |
Makefile | 122 .SUFFIXES:
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 206 * The prefixes, suffixes, and various symbols used for infinity, digits, 211 * suffixes must be distinct for {@link #parse} to be able to distinguish 324 * prefixes and suffixes are not used. 327 * with the positive or negative prefixes and suffixes applied. The infinity [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 427 suffixes = map(lambda info: 430 suffixes.sort() # try longest suffixes first, in case they overlap 431 for neglen, suffix, mode, mtype in suffixes: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 427 suffixes = map(lambda info: 430 suffixes.sort() # try longest suffixes first, in case they overlap 431 for neglen, suffix, mode, mtype in suffixes: [all...] |
/external/bison/po/ |
Makefile.in.in | 81 .SUFFIXES: 82 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
|
/external/bison/runtime-po/ |
Makefile.in.in | 81 .SUFFIXES: 82 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
|
/external/boringssl/src/crypto/modes/asm/ |
ghashv8-armx.pl | 368 # fix up remainig legacy suffixes 408 # fix up remainig new-style suffixes
|
/external/clang/test/ |
lit.cfg | 46 # suffixes: A list of file extensions to treat as test files. 47 config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s', '.S', '.modulemap']
|
/external/clang/tools/driver/ |
driver.cpp | 209 // A list of known driver suffixes. Suffixes are compared against the
|
/external/e2fsprogs/intl/ |
Makefile.in | 188 .SUFFIXES: 189 .SUFFIXES: .c .y .o .lo .sin .sed
|