/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/v8/test/mjsunit/regress/ |
regress-1122.js | 37 test_suffix = ' suffix'; 52 assertEquals('prefix 4000 suffix', 54 assertEquals('prefix 3000 suffix', 56 assertEquals('prefix 5000 suffix', 58 assertEquals('prefix 9000 suffix', 60 assertEquals('prefix 16000 suffix', 62 assertEquals('prefix undefined suffix',
|
/external/chromium/testing/gtest/test/ |
gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { 67 key << "key_" << id << "_" << suffix; local 79 int id, const char* suffix) { 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 84 << "expecting " << suffix << " value for id " << id;
|
/external/gtest/test/ |
gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { 67 key << "key_" << id << "_" << suffix; local 79 int id, const char* suffix) { 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 84 << "expecting " << suffix << " value for id " << id;
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { 67 key << "key_" << id << "_" << suffix; local 79 int id, const char* suffix) { 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 84 << "expecting " << suffix << " value for id " << id;
|
/external/chromium/chrome/browser/history/ |
text_database.cc | 102 // potentially be the wrong thing to do. Instead, we just look for a suffix. 106 const FilePath::StringType suffix( 109 if (suffix.length() != kIDStringLength || 110 suffix[4] != FILE_PATH_LITERAL('-')) { 115 base::StringToInt(suffix.begin(), suffix.begin() + 4, &year); 116 base::StringToInt(suffix.begin() + 5, suffix.begin() + 7, &month);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 53 * The name should not have any language suffix 86 * in a errorResourceClass with a language suffix. 105 /** The class name of the error message string table with no language suffix. */ 115 * The class name is without a language suffix. If the value passed 299 * without language suffix. 352 * @return an String suffix which can be appended to a resource name 358 String suffix = "_" + locale.getLanguage(); local 362 suffix += "_" + country; 364 return suffix;
|
/external/proguard/src/proguard/ |
DataEntryWriterFactory.java | 154 * Returns whether the given string ends with the given suffix, ignoring its 157 private static boolean endsWithIgnoreCase(String string, String suffix) 160 int suffixLength = suffix.length(); 162 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 118 unsigned char* suffix; /* LZW decoding tables */ member in struct:GIFFrameReader 142 suffix = stack = 0; 149 delete []suffix;
|
/libcore/support/src/test/java/tests/util/ |
ClassLoaderBuilder.java | 126 String suffix = "!/" + manifestFile; local 131 if (manifestString.endsWith(suffix)) { 132 return manifestString.substring(0, manifestString.length() - suffix.length());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FolderDecorator.java | 81 public void doDecoration(IDecoration decoration, String suffix) { 84 if (suffix != null) { 85 decoration.addSuffix(suffix);
|
/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/qemu/android/utils/ |
bufprint.c | 193 bufprint_config_file(char* buff, char* end, const char* suffix) 197 p = bufprint(p, end, PATH_SEP "%s", suffix); 234 bufprint_temp_file(char* buff, char* end, const char* suffix) 238 p = bufprint(p, end, PATH_SEP "%s", suffix);
|
/external/skia/src/opts/ |
SkBitmapProcState_matrixProcs_neon.cpp | 22 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon 30 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
prettypatch.py | 44 diff_file = tempfile.NamedTemporaryFile(suffix=".html")
|
/sdk/emulator/qtools/ |
post_trace.cpp | 140 const char *suffix = ""; local 143 suffix = "M"; 146 suffix = "K"; 149 elapsed_secs, insn_per_sec, suffix);
|
/libcore/luni/src/main/java/java/io/ |
File.java | 209 private static String join(String prefix, String suffix) { 213 haveSlash = (suffix.length() > 0 && suffix.charAt(0) == separatorChar); 215 return haveSlash ? (prefix + suffix) : (prefix + separatorChar + suffix); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 161 /** Two contexts conflict() if they are equals() or one is a stack suffix 172 * Two contexts conflict if they are the same or if one is a suffix 184 return this.suffix(other); // || this.equals(other); 187 /** [$] suffix any context 188 * [21 $] suffix [21 12 $] 189 * [21 12 $] suffix [21 $] 190 * [21 18 $] suffix [21 18 12 9 $] 191 * [21 18 12 9 $] suffix [21 18 $] 192 * [21 12 $] not suffix [21 9 $] 194 * Example "[21 $] suffix [21 12 $]" means: rule r invoked current rul 207 protected boolean suffix(NFAContext other) { method in class:NFAContext [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_json.cc | 22 std::string suffix = "\"}"; local 25 return prefix + no_quote_err + suffix;
|