Home
last modified time | relevance | path

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

/system/extras/ioshark/
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
/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.h49 const uint8_t* s2 = static_cast<const uint8_t*>(p2); in memcmp_s() local
/system/keymaster/android_keymaster/
Dandroid_keymaster_utils.cpp36 const uint8_t* s2 = static_cast<const uint8_t*>(p2); in memcmp_s() 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/update_engine/lz4diff/
Dlz4diff.cc56 auto s2 = target_blob.substr(offset, block.compressed_length); in StoreDstCompressedFileInfo() local
/system/security/keystore2/src/
Dasync_task.rs276 let s2 = "Another string".to_string(); in test_shelf() localVariable
/system/libcppbor/tests/
Dcppbor_test.cpp251 const string s2("hello"); in TEST() local
261 const string_view s2("hello"); in TEST() local
268 const char s2[] = "hello"; in TEST() local
285 const char* s2 = "hello"; in TEST() local
/system/tools/hidl/utils/
DFQName.cpp511 std::string s2 = other.string(); in endsWith() local
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h493 T s2 = vld1<T>(&delays[localStride]); in biquad_filter_func_impl() local
/system/libhidl/
Dtest_main.cpp86 hidl_string s2("s2"); // copy constructor from cstr in TEST_F() local
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp910 std::string s2 = RandomString(10000, rand_illegal); in TEST_F() local
/system/netd/tests/
Dbinder_test.cpp1088 int s2 = socket(AF_INET6, SOCK_STREAM | SOCK_NONBLOCK, 0); in TEST_F() local