Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 27) sorted by relevance

12

/art/test/660-checker-simd-sad/src/
DSimdSadChar.java26 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
DSimdSadShort2.java26 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
DSimdSadShort.java28 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/benchmark/stringbuilder-append/src/
DStringBuilderAppendBenchmark.java26 String s2 = string2; in timeAppendStrings() local
39 String s2 = longString2; in timeAppendLongStrings() local
/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java238 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
DTestCharShort.java478 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd()
/art/test/020-string/src/
DMain.java59 …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/
DMain.java65 String s2 = StringFactory.newStringFromString(s1); in testNewStringFromString() local
/art/test/Statics/
DStatics.java20 static final char s2 = 'a'; field in Statics
/art/test/952-invoke-custom/src/
DTestBase.java40 static void assertEquals(short s1, short s2) { in assertEquals()
/art/test/004-StackWalk/src/
DMain.java45 String s2 = new String("2"); in shlemiel() local
/art/test/922-properties/src/art/
DTest922.java82 private static boolean equals(String s1, String s2) { in equals()
/art/runtime/arch/
Dmemcmp16_test.cc56 uint16_t *s1, *s2; // Use raw pointers to simplify using clobbered addresses in CheckSeparate() local
/art/libdexfile/external/
Ddex_file_supp_test.cc64 auto s2 = DexString(std::move(s1)); in TEST() local
71 DexString s2; in TEST() local
/art/test/697-checker-string-append/src/
DMain.java189 public static String $noinline$appendStringAndString(String s1, String s2) { in $noinline$appendStringAndString()
/art/runtime/
Dreference_table_test.cc286 ObjPtr<mirror::String> s2 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "world"); in TEST_F() local
/art/test/115-native-bridge/src/
DNativeBridgeMain.java112 …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/
DMain.java60 public static void assertEquals(String s1, String s2) { in assertEquals()
/art/test/004-JniTest/
Djni_test.cc228 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/004-JniTest/src/
DMain.java168 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod()
/art/test/115-native-bridge/
Dnativebridge.cc154 static jshort trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2, in trampoline_Java_Main_shortMethod()
/art/test/623-checker-loop-regressions/src/
DMain.java511 int s2 = 0; in reduction32Values() local
/art/test/956-methodhandles/src/
DMain.java697 public static void assertEquals(String s1, String s2) { in assertEquals()
/art/runtime/jit/
Djit.cc1036 static void CopyIfDifferent(void* s1, const void* s2, size_t n) { in CopyIfDifferent()
/art/test/957-methodhandle-transforms/src/
DMain.java1658 public static void assertEquals(String s1, String s2) { in assertEquals()

12