/art/test/660-checker-simd-sad-short2/src/ |
D | Main.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() 323 char[] s2 = { 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
/art/test/660-checker-simd-sad-char/src/ |
D | Main.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() 193 char[] s2 = { 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
/art/test/660-checker-simd-sad-short/src/ |
D | Main.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() 333 short[] s2 = { 0, 32767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
/art/test/684-checker-simd-dotprod/src/other/ |
D | TestVarious.java | 238 int s2 = 2; in testDotProdBothSignedUnsigned1() local 285 int s2 = 2; in testDotProdBothSignedUnsigned2() local 332 int s2 = 2; in testDotProdBothSignedUnsignedDoubleLoad() local 375 int s2 = 2; in testDotProdBothSignedUnsignedChar() local
|
D | TestCharShort.java | 478 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd()
|
/art/test/020-string/src/ |
D | Main.java | 59 …String s2 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\uffff\uffff\… in basicTest() local 108 String s2 = new String(byteArray); in constructorTest() local
|
/art/test/580-checker-string-fact-intrinsics/src-art/ |
D | Main.java | 65 String s2 = StringFactory.newStringFromString(s1); in testNewStringFromString() local
|
/art/test/Statics/ |
D | Statics.java | 20 static final char s2 = 'a'; field in Statics
|
/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 | 45 String s2 = new String("2"); 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 | 64 auto s2 = DexString(std::move(s1)); in TEST() local 71 DexString s2; in TEST() local
|
/art/runtime/arch/ |
D | memcmp16_test.cc | 56 uint16_t *s1, *s2; // Use raw pointers to simplify using clobbered addresses in CheckSeparate() local
|
/art/runtime/ |
D | reference_table_test.cc | 286 ObjPtr<mirror::String> s2 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "world"); 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() 619 jstring s2 = reinterpret_cast<jstring>(env->AllocObject(c)); in Java_Main_testNewStringObject() local
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 531 int s2 = 0; in reduction32Values() local
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 59 int CompareIgnoringSpace(const char* s1, const char* s2) { in CompareIgnoringSpace()
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 41 #define s2 $$18 macro
|
/art/test/004-JniTest/src/ |
D | Main.java | 168 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 154 static jshort trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2, in trampoline_Java_Main_shortMethod()
|
/art/test/956-methodhandles/src/ |
D | Main.java | 664 public static void assertEquals(String s1, String s2) { in assertEquals()
|
/art/test/957-methodhandle-transforms/src/ |
D | Main.java | 1658 public static void assertEquals(String s1, String s2) { in assertEquals()
|
/art/dexdump/ |
D | dexdump.cc | 77 using s2 = int16_t; typedef
|