/system/bt/embdrv/sbc/decoder/include/ |
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
|
/system/libbase/include/android-base/ |
D | logging.h | 281 #define CHECK_STROP(s1, s2, sense) \ argument 292 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument 293 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument 329 #define DCHECK_STREQ(s1, s2) \ argument 331 #define DCHECK_STRNE(s1, s2) \ argument
|
/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/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 | 38 const uint8_t* s2 = static_cast<const uint8_t*>(p2); in memcmp_s() local
|
/system/netd/libnetdutils/ |
D | SliceTest.cpp | 36 Slice s2 = makeSlice(mRaw); in TEST_F() local 58 Slice s2(s1); in TEST_F() local
|
D | StatusTest.cpp | 67 Status s2(666, "EDAEMON"); in TEST() local
|
/system/core/libutils/ |
D | Unicode.cpp | 224 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() 238 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n) in strncmp16() 309 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
|
/system/bt/service/test/ |
D | parcelable_unittest.cc | 151 Descriptor s2 = Descriptor(0xFFFE, Uuid::GetRandom(), in TEST() local
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 234 IfStatement s2(new LiteralExpression("bar")); in TEST_F() local
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 257 struct stat s1, s2; in SetupImages() local
|
/system/core/adb/ |
D | sockets.cpp | 782 asocket* s2; in smart_socket_enqueue() local
|
/system/tools/hidl/utils/ |
D | FQName.cpp | 527 std::string s2 = other.string(); in endsWith() local
|
/system/libhidl/ |
D | test_main.cpp | 88 hidl_string s2("s2"); // copy constructor from cstr in TEST_F() local
|
/system/vold/ |
D | cryptfs.cpp | 1412 [](const std::string& s1, const std::string& s2) {return s1.length() > s2.length(); }); in ensure_subdirectory_unmounted()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 848 std::string s2 = RandomString(1000, rand_illegal); in TEST_F() local
|