Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 206) sorted by relevance

123456789

/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()
192 char[] s1 = { 0, 0x8000, 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()
367 char[] s1 = { 0, 0x8000, 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()
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 DStringBuilderAppendBenchmark.java25 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 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/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DWatchedIntentHandlingTest.java83 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 Dmemcmp16.cc23 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 DTestVarious.java329 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 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/system/bt/btif/test/
H A Dbtif_storage_test.cc27 const char* s1 = in TEST() local
43 const char* s1 = in TEST() local
/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/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSenderTest.java224 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 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/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.java255 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 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()

123456789