HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 176 - 200 of 1798) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/Configurations/
Version.xcconfig 52 // Local builds are the full version with a plus suffix.
56 // Local builds use the major version with a plus suffix
  /external/webkit/Source/WebCore/platform/win/
SoftLinking.h 35 #define SOFT_LINK_LIBRARY_HELPER(lib, suffix) \
38 static HMODULE library = LoadLibraryW(L###lib suffix); \
  /external/webkit/Source/WebKit/mac/Configurations/
Version.xcconfig 52 // Local builds are the full version with a plus suffix.
56 // Local builds use the major version with a plus suffix
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.h 50 - (BOOL)_webkit_hasCaseInsensitivePrefix:(NSString *)suffix;
51 - (BOOL)_webkit_hasCaseInsensitiveSuffix:(NSString *)suffix;
  /external/webkit/Source/WebKit2/Configurations/
Version.xcconfig 49 // Local builds are the full version with a plus suffix.
53 // Local builds use the major version with a plus suffix
  /external/webkit/Tools/Scripts/
show-pretty-diff 43 SUFFIX => ".diff",
58 SUFFIX => ".html",
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 71 for (String suffix : suffixes) {
72 addRow(cursor, query + suffix);
  /ndk/sources/host-tools/make-3.81/
rule.c 1 /* Pattern and suffix rule internals for GNU Make.
59 /* Maximum length of a suffix. */
157 /* Create a pattern rule from a suffix rule.
158 TARGET is the target suffix; SOURCE is the source suffix.
173 `.X.a' suffix rule; the target pattern is always `(%.o)'. */
214 /* Convert old-style suffix rules to pattern rules.
240 /* Make a rule that is just the suffix, with no deps or commands.
246 /* Record a pattern for this suffix's null-suffix rule. *
    [all...]
  /external/libxslt/libxslt/
numbers.c 854 int count=0; /* will hold total length of prefix/suffix */
859 * prefix / suffix ends at end of string or at
877 * for +ve prefix/suffix, allow only a
914 * subpattern := {prefix}integer{.fraction}{suffix}
916 * suffix := '\\u0000'..'\\uFFFD' - specialCharacters
937 * X any other characters can be used in the prefix or suffix
938 * ' used to quote special characters in a prefix or suffix.
950 xmlChar *the_format, *prefix = NULL, *suffix = NULL; local
960 * permille to be treated as suffix
1028 * appears at the end, it may be part of the suffix instead
    [all...]
  /external/jpeg/
makefile.sas 14 SUFFIX=
18 #SUFFIX=.030
108 all: libjpeg.lib cjpeg$(SUFFIX) djpeg$(SUFFIX) jpegtran$(SUFFIX) rdjpgcom$(SUFFIX) wrjpgcom$(SUFFIX)
118 cjpeg$(SUFFIX): $(COBJECTS) libjpeg.lib
121 TO cjpeg$(SUFFIX)
126 djpeg$(SUFFIX): $(DOBJECTS) libjpeg.li
    [all...]
  /external/qemu/distrib/jpeg-6b/
makefile.sas 14 SUFFIX=
18 #SUFFIX=.030
108 all: libjpeg.lib cjpeg$(SUFFIX) djpeg$(SUFFIX) jpegtran$(SUFFIX) rdjpgcom$(SUFFIX) wrjpgcom$(SUFFIX)
118 cjpeg$(SUFFIX): $(COBJECTS) libjpeg.lib
121 TO cjpeg$(SUFFIX)
126 djpeg$(SUFFIX): $(DOBJECTS) libjpeg.li
    [all...]
  /development/ndk/samples/hello-jni/tests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /development/ndk/samples/two-libs/tests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /development/tools/templates/
AndroidManifest.tests.template 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /external/bison/m4/
locale-ja.m4 32 not at the environment variables. Also, when an encoding suffix such
58 /* On Cygwin, avoid locale names without encoding suffix, because the
59 locale_charset() function relies on the encoding suffix. Note that
101 # Test for the locale name with explicit encoding suffix.
  /external/e2fsprogs/lib/ss/
mk_cmds.1 16 The source file name must end with a suffix of ``.ct''; the file
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 92 Byte[] suffix = {Byte.MIN_VALUE, Byte.MAX_VALUE}; local
93 Byte[] all = concat(elements, suffix);
109 Byte[] suffix = {(byte) 86, (byte) 99}; local
110 Byte[] all = concat(concat(prefix, elements), suffix);
CharArrayAsListTest.java 92 Character[] suffix = {Character.MIN_VALUE, Character.MAX_VALUE}; local
93 Character[] all = concat(elements, suffix);
109 Character[] suffix = {(char) 86, (char) 99}; local
110 Character[] all = concat(concat(prefix, elements), suffix);
DoubleArrayAsListTest.java 92 Double[] suffix = {Double.MIN_VALUE, Double.MAX_VALUE}; local
93 Double[] all = concat(elements, suffix);
109 Double[] suffix = {(double) 86, (double) 99}; local
110 Double[] all = concat(concat(prefix, elements), suffix);
FloatArrayAsListTest.java 92 Float[] suffix = {Float.MIN_VALUE, Float.MAX_VALUE}; local
93 Float[] all = concat(elements, suffix);
109 Float[] suffix = {(float) 86, (float) 99}; local
110 Float[] all = concat(concat(prefix, elements), suffix);
IntArrayAsListTest.java 93 Integer[] suffix = {Integer.MIN_VALUE, Integer.MAX_VALUE}; local
94 Integer[] all = concat(elements, suffix);
110 Integer[] suffix = {(int) 86, (int) 99}; local
111 Integer[] all = concat(concat(prefix, elements), suffix);
LongArrayAsListTest.java 92 Long[] suffix = {Long.MIN_VALUE, Long.MAX_VALUE}; local
93 Long[] all = concat(elements, suffix);
109 Long[] suffix = {(long) 86, (long) 99}; local
110 Long[] all = concat(concat(prefix, elements), suffix);
ShortArrayAsListTest.java 92 Short[] suffix = {Short.MIN_VALUE, Short.MAX_VALUE}; local
93 Short[] all = concat(elements, suffix);
109 Short[] suffix = {(short) 86, (short) 99}; local
110 Short[] all = concat(concat(prefix, elements), suffix);
  /external/icu4c/common/unicode/
uvernum.h 28 * patchlevel, suffix, version, short version constants, namespace,
84 /** Glued version suffix for renamers
98 /** Glued version suffix function for renamers
100 * If a custom suffix (such as matching library suffixes) is desired, this can be modified.
  /external/icu4c/samples/
rules.mk 36 ## Some platforms don't have .cpp as a default suffix, so add the rule here

Completed in 1671 milliseconds

1 2 3 4 5 6 78 91011>>