/aosp12/art/test/660-checker-simd-sad/src/ |
H A 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
|
H A 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() 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() 367 char[] s1 = { 0, 0x8000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
H A 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() 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() 404 short[] s1 = { 0, -32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|
/aosp12/art/benchmark/stringbuilder-append/src/ |
H A D | StringBuilderAppendBenchmark.java | 25 String s1 = string1; in timeAppendStrings() local 38 String s1 = longString1; in timeAppendLongStrings() local 51 String s1 = string1; in timeAppendStringAndInt() local
|
/aosp12/bionic/libc/bionic/ |
H A D | strings_l.cpp | 32 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/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | WatchedIntentHandlingTest.java | 83 WatchedIntentFilter s1 = f.snapshot(); in testWatchedIntentFilter() local 114 PreferredActivity s1 = a.snapshot(); in testPreferredActivity() local 153 PreferredActivity s1 = a1.snapshot(); in testPreferredIntentResolver() local
|
/aosp12/art/runtime/arch/ |
H A 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()
|
/aosp12/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestVarious.java | 329 int s1 = 1; in testDotProdBothSignedUnsigned1() local 396 int s1 = 1; in testDotProdBothSignedUnsigned2() local 464 int s1 = 1; in testDotProdBothSignedUnsignedDoubleLoad() local 516 int s1 = 1; in testDotProdBothSignedUnsignedChar() local 546 short[] s1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MIN_S, MIN_S }; in run() local
|
/aosp12/system/bt/embdrv/sbc/decoder/include/ |
H A D | oi_string.h | 61 #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/system/bt/btif/test/ |
H A D | btif_storage_test.cc | 27 const char* s1 = in TEST() local 43 const char* s1 = in TEST() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
H A D | strcmp.c | 41 strcmp(const char *s1, const char *s2) in strcmp()
|
H A D | strcoll.c | 40 strcoll(const char *s1, const char *s2) in strcoll()
|
H A D | strncmp.c | 35 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
H A D | ApduSenderTest.java | 224 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendStoreDataLongDataLongResponse() local 255 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendStoreDataLongDataMod0() local 294 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendErrorResponseInMiddle() local
|
/aosp12/system/libbase/include/android-base/ |
H A D | logging.h | 287 #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/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | wcscoll.c | 37 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wcscat.c | 42 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
|
H A D | wcscmp.c | 50 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
|
H A D | wcscpy.c | 42 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
|
H A D | wcsncmp.c | 44 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
|
H A D | wcscasecmp.c | 36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
|
H A D | wmemcmp.c | 42 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 D | CarUxRestrictionsConfigurationTest.java | 255 Builder.SpeedRange s1 = in testSpeedRangeComparison_DifferentMin() local 265 Builder.SpeedRange s1 = in testSpeedRangeComparison_SameMin() local 274 Builder.SpeedRange s1 = in testSpeedRangeComparison_SameMinDifferentMax() local 284 Builder.SpeedRange s1 = in testSpeedRangeComparison_MaxSpeed() local 295 Builder.SpeedRange s1, s2; in testSpeedRangeEquals() local
|
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
H A D | SettingsBackupTest.java | 818 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()
|