/art/test/660-checker-simd-sad/src/ |
D | SimdSadChar.java | 26 private static char sadChar2Char(char[] s1, char[] s2) { in sadChar2Char() 35 private static char sadChar2CharAlt(char[] s1, char[] s2) { in sadChar2CharAlt() 46 private static char sadChar2CharAlt2(char[] s1, char[] s2) { in sadChar2CharAlt2() 73 private static int sadChar2Int(char[] s1, char[] s2) { in sadChar2Int() 96 private static int sadChar2IntAlt(char[] s1, char[] s2) { in sadChar2IntAlt() 121 private static int sadChar2IntAlt2(char[] s1, char[] s2) { in sadChar2IntAlt2() 151 private static long sadChar2Long(char[] s1, char[] s2) { in sadChar2Long() 179 private static long sadChar2LongAt1(char[] s1, char[] s2) { in sadChar2LongAt1() 192 char[] s1 = { 0, 0x8000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
D | SimdSadShort2.java | 26 private static short sadCastedChar2Short(char[] s1, char[] s2) { in sadCastedChar2Short() 35 private static short sadCastedChar2ShortAlt(char[] s1, char[] s2) { in sadCastedChar2ShortAlt() 46 private static short sadCastedChar2ShortAlt2(char[] s1, char[] s2) { in sadCastedChar2ShortAlt2() 97 private static int sadCastedChar2Int(char[] s1, char[] s2) { in sadCastedChar2Int() 145 private static int sadCastedChar2IntAlt(char[] s1, char[] s2) { in sadCastedChar2IntAlt() 195 private static int sadCastedChar2IntAlt2(char[] s1, char[] s2) { in sadCastedChar2IntAlt2() 253 private static long sadCastedChar2Long(char[] s1, char[] s2) { in sadCastedChar2Long() 309 private static long sadCastedChar2LongAt1(char[] s1, char[] s2) { in sadCastedChar2LongAt1() 322 char[] s1 = { 0, 0x8000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
D | SimdSadShort.java | 28 private static short sadShort2Short(short[] s1, short[] s2) { in sadShort2Short() 37 private static short sadShort2ShortAlt(short[] s1, short[] s2) { in sadShort2ShortAlt() 48 private static short sadShort2ShortAlt2(short[] s1, short[] s2) { in sadShort2ShortAlt2() 83 private static int sadShort2Int(short[] s1, short[] s2) { in sadShort2Int() 114 private static int sadShort2IntAlt(short[] s1, short[] s2) { in sadShort2IntAlt() 147 private static int sadShort2IntAlt2(short[] s1, short[] s2) { in sadShort2IntAlt2() 282 private static long sadShort2Long(short[] s1, short[] s2) { in sadShort2Long() 319 private static long sadShort2LongAt1(short[] s1, short[] s2) { in sadShort2LongAt1() 332 short[] s1 = { 0, -32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
/art/benchmark/stringbuilder-append/src/ |
D | StringBuilderAppendBenchmark.java | 25 String s1 = string1; in timeAppendStrings() local 38 String s1 = longString1; in timeAppendLongStrings() local 51 String s1 = string1; in timeAppendStringAndInt() local
|
/art/runtime/arch/ |
D | memcmp16.cc | 23 int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_generic_static() 36 int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16Testing()
|
D | memcmp16.h | 41 static inline int32_t MemCmp16(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16()
|
D | memcmp16_test.cc | 38 int32_t memcmp16_compare(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_compare() 56 uint16_t *s1, *s2; // Use raw pointers to simplify using clobbered addresses in CheckSeparate() local
|
/art/test/684-checker-simd-dotprod/src/other/ |
D | TestVarious.java | 237 int s1 = 1; in testDotProdBothSignedUnsigned1() local 284 int s1 = 1; in testDotProdBothSignedUnsigned2() local 331 int s1 = 1; in testDotProdBothSignedUnsignedDoubleLoad() local 374 int s1 = 1; in testDotProdBothSignedUnsignedChar() local 404 short[] s1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S }; in run() local
|
D | TestCharShort.java | 478 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd()
|
/art/test/473-remove-dead-block/src/ |
D | Main.java | 24 int s1=26294; in test() local
|
/art/test/020-string/src/ |
D | Main.java | 58 …String s1 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\u00e9\u00e9\… in basicTest() local 107 String s1 = new String(); in constructorTest() local
|
/art/test/580-checker-string-fact-intrinsics/src-art/ |
D | Main.java | 64 String s1 = "baz"; in testNewStringFromString() local
|
/art/test/Statics/ |
D | Statics.java | 19 static final byte s1 = 5; field in Statics
|
/art/test/597-deopt-busy-loop/src/ |
D | FloatLoop.java | 67 float s1 = kFloatConst1; in $noinline$busyLoop() local
|
/art/test/952-invoke-custom/src/ |
D | TestBase.java | 40 static void assertEquals(short s1, short s2) { in assertEquals()
|
/art/test/004-StackWalk/src/ |
D | Main.java | 44 String s1 = new String("1"); in shlemiel() local
|
/art/test/922-properties/src/art/ |
D | Test922.java | 82 private static boolean equals(String s1, String s2) { in equals()
|
/art/libdexfile/external/ |
D | dex_file_supp_test.cc | 63 auto s1 = DexString("foo"); in TEST() local 70 auto s1 = DexString("foo"); in TEST() local
|
/art/test/697-checker-string-append/src/ |
D | Main.java | 189 public static String $noinline$appendStringAndString(String s1, String s2) { in $noinline$appendStringAndString()
|
/art/runtime/ |
D | reference_table_test.cc | 284 Handle<mirror::String> s1 = in TEST_F() local
|
D | intern_table_test.cc | 125 Handle<mirror::String> s1(hs.NewHandle(t.InternWeak(world.Get()))); in TEST_F() local
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 112 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod()
|
/art/test/953-invoke-polymorphic-compiler/src/ |
D | Main.java | 60 public static void assertEquals(String s1, String s2) { in assertEquals()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 228 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2, in Java_Main_shortMethod() 617 jstring s1 = reinterpret_cast<jstring>(env->AllocObject(c)); in Java_Main_testNewStringObject() local
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 510 int s1 = 0; in reduction32Values() local
|