Home
last modified time | relevance | path

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

12345678

/aosp12/art/test/660-checker-simd-sad/src/
H A 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
H A 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()
106 private static int sadCastedChar2Int(char[] s1, char[] s2) { in sadCastedChar2Int()
163 private static int sadCastedChar2IntAlt(char[] s1, char[] s2) { in sadCastedChar2IntAlt()
222 private static int sadCastedChar2IntAlt2(char[] s1, char[] s2) { in sadCastedChar2IntAlt2()
289 private static long sadCastedChar2Long(char[] s1, char[] s2) { in sadCastedChar2Long()
354 private static long sadCastedChar2LongAt1(char[] s1, char[] s2) { in sadCastedChar2LongAt1()
368 char[] s2 = { 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
H A 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()
92 private static int sadShort2Int(short[] s1, short[] s2) { in sadShort2Int()
132 private static int sadShort2IntAlt(short[] s1, short[] s2) { in sadShort2IntAlt()
174 private static int sadShort2IntAlt2(short[] s1, short[] s2) { in sadShort2IntAlt2()
345 private static long sadShort2Long(short[] s1, short[] s2) { in sadShort2Long()
391 private static long sadShort2LongAt1(short[] s1, short[] s2) { in sadShort2LongAt1()
405 short[] s2 = { 0, 32767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
/aosp12/bionic/libc/bionic/
H A Dstrings_l.cpp32 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l()
36 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { in strncasecmp_l()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DStaticIpConfigurationTest.java87 StaticIpConfiguration s2 = new StaticIpConfiguration(s1); in testCopyAndClear() local
123 StaticIpConfiguration s2 = new StaticIpConfiguration(s); in testHashCodeAndEquals() local
202 StaticIpConfiguration s2 = null; in passThroughParcel() local
217 StaticIpConfiguration s2 = passThroughParcel(s); in testParceling() local
/aosp12/system/bt/embdrv/sbc/decoder/include/
H A Doi_string.h61 #define OI_MemCmp(s1, s2, n) memcmp((s1), (s2), (n)) argument
65 #define OI_Strcmp(s1, s2) strcmp((s1), (s2)) argument
66 #define OI_Strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp()
91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp()
H A Dstrcoll.c40 strcoll(const char *s1, const char *s2) in strcoll()
H A Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestVarious.java330 int s2 = 2; in testDotProdBothSignedUnsigned1() local
397 int s2 = 2; in testDotProdBothSignedUnsigned2() local
465 int s2 = 2; in testDotProdBothSignedUnsignedDoubleLoad() local
517 int s2 = 2; in testDotProdBothSignedUnsignedChar() local
/aosp12/art/benchmark/stringbuilder-append/src/
H A DStringBuilderAppendBenchmark.java26 String s2 = string2; in timeAppendStrings() local
39 String s2 = longString2; in timeAppendLongStrings() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSenderTest.java225 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendStoreDataLongDataLongResponse() local
256 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendStoreDataLongDataMod0() local
295 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendErrorResponseInMiddle() local
/aosp12/system/libbase/include/android-base/
H A Dlogging.h287 #define CHECK_STROP(s1, s2, sense) \ argument
298 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument
299 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument
335 #define DCHECK_STREQ(s1, s2) \ argument
337 #define DCHECK_STRNE(s1, s2) \ argument
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DWatchedIntentHandlingTest.java123 PreferredActivity s2 = a.snapshot(); in testPreferredActivity() local
159 PreferredActivity s2 = a1.snapshot(); in testPreferredIntentResolver() local
/aosp12/system/extras/ioshark/
H A Dcompile_ioshark.c125 char *s, *s2; in get_tracetype() local
178 char *s, *s2, save; in get_pathname() local
223 char *s, *s2; in get_syscall() local
296 char *s, *s2; in get_lseek_offset_action() local
405 char *s, *s2, lookfor; in get_openat_flags_mode() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwcscoll.c37 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcscat.c42 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
H A Dwcscmp.c50 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
H A Dwcscpy.c42 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
H A Dwcsncmp.c44 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
H A Dwcscasecmp.c36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
H A Dwmemcmp.c42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarUxRestrictionsConfigurationTest.java257 Builder.SpeedRange s2 = in testSpeedRangeComparison_DifferentMin() local
267 Builder.SpeedRange s2 = in testSpeedRangeComparison_SameMin() local
276 Builder.SpeedRange s2 = in testSpeedRangeComparison_SameMinDifferentMax() local
286 Builder.SpeedRange s2 = in testSpeedRangeComparison_MaxSpeed() local
295 Builder.SpeedRange s1, s2; in testSpeedRangeEquals() local
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java818 private static <T> Set<T> difference(Set<T> s1, Set<T> s2) { in difference()
824 private static <T> Set<T> intersect(Set<T> s1, Set<T> s2) { in intersect()

12345678