Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dlogging.h294 #define CHECK_STROP(s1, s2, sense) \ argument
305 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument
306 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument
342 #define DCHECK_STREQ(s1, s2) \ argument
344 #define DCHECK_STRNE(s1, s2) \ argument
/system/apex/apexd/
Dapexd_session_test.cpp201 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST()
231 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST()
267 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST()
309 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST()
326 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST()
Dapexd_test.cpp5130 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST_F()
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c60 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp()
62 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp()
Dlibufdt_sysdeps_vendor.c203 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp()
205 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_utils.h48 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Dsha2.c100 uint32_t s1 = in sha2processBlock() local
117 uint32_t s1 = ror(e, 6) ^ ror(e, 11) ^ ror(e, 25); in sha2processBlock() local
/system/keymaster/android_keymaster/
Dandroid_keymaster_utils.cpp35 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
/system/extras/ioshark/
Dcompile_ioshark.c246 char *s, *s1; in get_mmap_offset_len_prot() local
475 char *s1; in map_open_flags() local
494 char *s1; in map_lseek_action() local
/system/core/libutils/binder/
DUnicode.cpp191 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16()
205 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n) in strncmp16()
263 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
/system/media/audio_utils/benchmarks/
Daudio_mutex_benchmark.cpp542 ScopedLock s1(m1_, m2_); in run() local
545 ScopedLock s1(m2_, m1_); in run() local
/system/update_engine/lz4diff/
Dlz4diff.cc55 auto s1 = recompressed_blob.substr(offset, block.compressed_length); in StoreDstCompressedFileInfo() local
/system/libcppbor/tests/
Dcppbor_test.cpp250 string s1("hello"); in TEST() local
260 string_view s1("hello"); in TEST() local
267 char s1[] = "hello"; in TEST() local
277 string s1 = "hello"s; in TEST() local
/system/tools/hidl/utils/
DFQName.cpp510 std::string s1 = string(); in endsWith() local
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h492 T s1 = vld1<T>(&delays[0]); in biquad_filter_func_impl() local
/system/libhidl/
Dtest_main.cpp84 hidl_string s1 = "s1"; // copy = from cstr in TEST_F() local
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp904 std::string s1 = RandomString(10000, rand_legal); in TEST_F() local
/system/netd/tests/
Dbinder_test.cpp1083 int s1 = socket(AF_INET6, SOCK_STREAM | SOCK_NONBLOCK, 0); in TEST_F() local
5590 unique_fd s1(socket(AF_INET6, SOCK_STREAM | SOCK_NONBLOCK, 0)); in TEST_F() local