| /system/core/libutils/ |
| D | String16_test.cpp | 35 String16 tmp(u"Verify me"); in TEST() local 40 String16 tmp(u"Verify me", 7); in TEST() local 45 String16 tmp("Verify me"); in TEST() local 50 String16 tmp("Verify me", 7); in TEST() local 55 String16 tmp("Verify me"); in TEST() local 62 String16 tmp("Verify me"); in TEST() local 70 String16 tmp("Verify me"); in TEST() local 76 String16 tmp("Verify me"); in TEST() local 83 String16 tmp("Verify me"); in TEST() local 88 String16 tmp("Verify me"); in TEST() local [all …]
|
| D | BitSet_test.cpp | 42 BitSet32 tmp = b1 | b2; in TEST_F() local 58 BitSet32 tmp = b1 & b2; in TEST_F() local 77 BitSet32 tmp = b1 & b2; in TEST_F() local 164 BitSet64 tmp = b1 | b2; in TEST_F() local 180 BitSet64 tmp = b1 & b2; in TEST_F() local 199 BitSet64 tmp = b1 & b2; in TEST_F() local
|
| D | String8_test.cpp | 37 String8 tmp("Hello, world!"); in TEST_F() local 101 char16_t tmp[] = u"abcdef"; in TEST_F() local
|
| /system/incremental_delivery/incfs/tests/ |
| D | hardening_benchmark.cpp | 27 auto tmp = std::unique_ptr<TemporaryFile>(new TemporaryFile()); in makeFile() local 35 auto tmp = makeFile(); in makeEmptyFileMapping() local 51 auto tmp = makeFile(); in TestSignal() local 63 auto tmp = makeFile(); in TestRead() local 74 auto tmp = makeFile(); in TestMapPtrRaw() local 88 auto tmp = makeFile(); in TestMapPtr() local 99 auto tmp = makeFile(); in TestAccess() local 109 auto tmp = makeFile(); in TestAccessFast() local 121 auto tmp = makeFile(); in TestAccessVal() local 131 auto tmp = makeFile(); in TestAccessNested() local [all …]
|
| /system/chre/apps/test/chqts/src/shared/ |
| D | nano_endian.cc | 23 uint8_t tmp = bytes[front]; in swapBytes() local
|
| /system/keymaster/km_openssl/ |
| D | asymmetric_key.cpp | 47 uint8_t* tmp = material->get(); in formatted_key_material() local
|
| D | curve25519_key.cpp | 43 const uint8_t* tmp = key_material().key_material; in InternalToEvp() local
|
| D | asymmetric_key_factory.cpp | 53 const uint8_t* tmp = key_material.key_material; in LoadKey() local
|
| D | hmac.cpp | 57 uint8_t tmp[SHA256_DIGEST_LENGTH]; in Sign() local
|
| D | wrapped_key.cpp | 91 const uint8_t* tmp = wrapped_key.key_material; in parse_wrapped_key() local
|
| /system/core/libdiskconfig/ |
| D | diskconfig.c | 39 char tmp[64]; in parse_len() local 99 const char *tmp; in load_partitions() local 145 const char *tmp; in load_diskconfig() local
|
| D | diskutils.c | 40 ssize_t tmp; in write_raw_image() local
|
| /system/chre/platform/arm/include/chre/target_platform/ |
| D | atomic_base.h | 80 uint32_t tmp; in addToWord() local 106 uint32_t tmp; in subFromWord() local
|
| /system/media/audio_utils/include/audio_utils/ |
| D | ChannelMix.h | 74 for (unsigned tmp = INPUT_CHANNEL_MASK; tmp != 0; ++index) { in fillChannelMatrix() local 161 for (unsigned tmp = INPUT_CHANNEL_MASK; tmp != 0; ++index) { in fillChannelMatrix() local 252 for (unsigned tmp = INPUT_CHANNEL_MASK; tmp != 0; ++index) { in fillChannelMatrix() local 346 for (unsigned tmp = INPUT_CHANNEL_MASK; tmp != 0; ++index) { in fillChannelMatrix() local
|
| /system/vold/model/ |
| D | Disk.cpp | 260 std::string tmp; in readMetadata() local 271 std::string tmp; in readMetadata() local 304 std::string tmp; in readMetadata() local 572 std::string tmp; in getMaxMinors() local 592 std::string tmp; in getMaxMinors() local
|
| /system/security/keystore2/test_utils/ |
| D | lib.rs | 44 let tmp = loop { in new() localVariable 45 let mut tmp = temp_dir(); in new() localVariable
|
| /system/vold/tests/ |
| D | Utils_test.cpp | 28 std::string tmp; in TEST_F() local
|
| /system/nfc/utils/ |
| D | config.cc | 33 uint8_t tmp = 0; in parseBytesString() local 107 unsigned tmp = 0; in parseFromString() local
|
| /system/core/fs_mgr/libdm/ |
| D | dm_test.cpp | 566 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 590 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 609 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 630 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 650 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 676 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local
|
| /system/core/fastboot/ |
| D | fastboot_driver.cpp | 106 std::string tmp; in GetVarAll() local 180 uint64_t tmp = strtoll(m2.c_str(), 0, 16); in Partitions() local 487 std::string tmp = input.substr(strlen("INFO")); in HandleResponse() local 507 std::string tmp = input.substr(strlen("DATA")); in HandleResponse() local 568 ssize_t tmp = transport_->Write(buf, size); in SendBuffer() local 584 ssize_t tmp = transport_->Read(buf, size); in ReadBuffer() local
|
| /system/keymaster/key_blob_utils/ |
| D | ocb.c | 181 __m128i tmp = _mm_srai_epi32(bl, 31); in double_block() local 270 block tmp = vshrq_n_s8(b, 7); in double_block() local 489 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; in AES_192_Key_Expansion() local 568 __m128i tmp = _mm_load_si128((__m128i*)in); in AES_encrypt() local 579 __m128i tmp = _mm_load_si128((__m128i*)in); in AES_decrypt() local 770 } tmp; in gen_offset_from_nonce() local 807 } tmp; in process_ad() local 944 } tmp; in ae_encrypt() local 1161 } tmp; in ae_decrypt() local
|
| /system/hardware/interfaces/wifi/keystore/1.0/default/ |
| D | keystore.cpp | 41 uint64_t tmp; in mkKeyDescriptor() local 129 uint64_t tmp; in keyStore2GetCert() local
|
| /system/core/libsysutils/src/ |
| D | FrameworkListener.cpp | 97 char tmp[CMD_BUF_SIZE]; in dispatchCommand() local
|
| /system/chre/pal/util/ |
| D | wifi_pal_convert.c | 43 uint8_t tmp = (uint8_t)(input & 1); in reverseBits() local
|
| /system/core/init/fuzzer/ |
| D | init_ueventHandler_fuzzer.cpp | 46 std::string tmp = Directory.substr(kPathPrefix.length()); in CreateDir() local
|