/system/bt/btif/test/ |
D | btif_storage_test.cc | 27 const char* s1 = in TEST() local 43 const char* s1 = in TEST() local
|
/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/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 | 48 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
|
/system/keymaster/android_keymaster/ |
D | android_keymaster_utils.cpp | 37 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
|
/system/bt/stack/crypto_toolbox/ |
D | aes.cc | 601 uint_8t s1[N_BLOCK], r; local 648 uint_8t s1[N_BLOCK], r; local 718 uint_8t s1[N_BLOCK], r, rc = 1; local 772 uint_8t s1[N_BLOCK], r, rc = 0x6c; local 838 uint_8t s1[N_BLOCK], r, rc = 1; local 916 uint_8t s1[N_BLOCK], r, rc = 0x80; local
|
/system/bt/gd/crypto_toolbox/ |
D | aes.cc | 548 uint_8t s1[N_BLOCK], r; local 593 uint_8t s1[N_BLOCK], r; local 663 uint_8t s1[N_BLOCK], r, rc = 1; local 718 uint_8t s1[N_BLOCK], r, rc = 0x6c; local 785 uint_8t s1[N_BLOCK], r, rc = 1; local 864 uint_8t s1[N_BLOCK], r, rc = 0x80; local
|
D | crypto_toolbox.cc | 209 Octet16 s1(const Octet16& k, const Octet16& r1, const Octet16& r2) { in s1() function
|
/system/netd/libnetdutils/ |
D | SliceTest.cpp | 35 Slice s1 = makeSlice(mRaw); in TEST_F() local 57 Slice s1 = makeSlice(mRaw); in TEST_F() local
|
/system/extras/ioshark/ |
D | compile_ioshark.c | 246 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/ |
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/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 88 int s1 = scratches.obtain(); in load() local
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 257 struct stat s1, s2; in SetupImages() local
|
/system/tools/hidl/utils/ |
D | FQName.cpp | 526 std::string s1 = string(); in endsWith() local
|
/system/libhidl/ |
D | test_main.cpp | 86 hidl_string s1 = "s1"; // copy = 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 | 844 std::string s1 = RandomString(1000, rand_legal); in TEST_F() local
|