/system/extras/ioshark/ |
D | compile_ioshark.c | 125 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/ |
D | logging.h | 294 #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/ |
D | apexd_session_test.cpp | 201 [](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()
|
D | apexd_test.cpp | 5130 [](const auto& s1, const auto& s2) { return s1.GetId() < s2.GetId(); }); in TEST_F()
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_posix.c | 60 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()
|
D | libufdt_sysdeps_vendor.c | 203 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/ |
D | gatekeeper_utils.h | 49 const uint8_t* s2 = static_cast<const uint8_t*>(p2); in memcmp_s() local
|
/system/keymaster/android_keymaster/ |
D | android_keymaster_utils.cpp | 36 const uint8_t* s2 = static_cast<const uint8_t*>(p2); in memcmp_s() local
|
/system/core/libutils/binder/ |
D | Unicode.cpp | 191 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/ |
D | lz4diff.cc | 56 auto s2 = target_blob.substr(offset, block.compressed_length); in StoreDstCompressedFileInfo() local
|
/system/security/keystore2/src/ |
D | async_task.rs | 276 let s2 = "Another string".to_string(); in test_shelf() localVariable
|
/system/libcppbor/tests/ |
D | cppbor_test.cpp | 251 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/ |
D | FQName.cpp | 511 std::string s2 = other.string(); in endsWith() local
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 493 T s2 = vld1<T>(&delays[localStride]); in biquad_filter_func_impl() local
|
/system/libhidl/ |
D | test_main.cpp | 86 hidl_string s2("s2"); // copy constructor from cstr in TEST_F() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 910 std::string s2 = RandomString(10000, rand_illegal); in TEST_F() local
|
/system/netd/tests/ |
D | binder_test.cpp | 1088 int s2 = socket(AF_INET6, SOCK_STREAM | SOCK_NONBLOCK, 0); in TEST_F() local
|