Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 111) sorted by relevance

12345

/system/core/libutils/
DString16_test.cpp35 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
68 String16 tmp("Verify me"); in TEST() local
73 String16 tmp("Verify me"); in TEST() local
80 String16 tmp("Verify me"); in TEST() local
87 String16 tmp("Verify me"); in TEST() local
[all …]
DBitSet_test.cpp42 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
DString8_test.cpp37 String8 tmp("Hello, world!"); in TEST_F() local
101 char16_t tmp[] = u"abcdef"; in TEST_F() local
/system/incremental_delivery/incfs/tests/
Dhardening_benchmark.cpp27 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/bt/gd/l2cap/
Dsignal_id.h68 struct SignalId tmp = *this; variable
80 struct SignalId tmp = *this; variable
/system/bt/gd/common/
Dstrings.h44 std::stringstream tmp; in ToHexString() local
55 std::stringstream tmp; variable
/system/chre/apps/test/chqts/src/shared/
Dnano_endian.cc23 uint8_t tmp = bytes[front]; in swapBytes() local
/system/keymaster/km_openssl/
Dasymmetric_key.cpp47 uint8_t* tmp = material->get(); in formatted_key_material() local
/system/security/keystore2/test_utils/
Dlib.rs36 let tmp = loop { in new() localVariable
37 let mut tmp = temp_dir(); in new() localVariable
/system/bt/binder/android/bluetooth/
Dbluetooth_device.cc36 String16 tmp; in readFromParcel() local
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_int_value.cc40 int32_t tmp; in readFromParcel() local
Dbluetooth_a2dp_codec_config.cc61 int32_t tmp; in readFromParcel() local
Dbluetooth_gatt_descriptor.cc47 int32_t tmp; in readFromParcel() local
Dbluetooth_gatt_included_service.cc48 int32_t tmp; in readFromParcel() local
Dbluetooth_avrcp_string_value.cc40 int32_t tmp; in readFromParcel() local
Dbluetooth_avrcp_media_attr.cc76 int32_t tmp; in readFromParcel() local
Dbluetooth_gatt_characteristic.cc54 int32_t tmp; in readFromParcel() local
/system/core/libdiskconfig/
Ddiskconfig.c39 char tmp[64]; in parse_len() local
99 const char *tmp; in load_partitions() local
145 const char *tmp; in load_diskconfig() local
Ddiskutils.c40 ssize_t tmp; in write_raw_image() local
/system/vold/model/
DDisk.cpp260 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
DObbVolume.cpp66 char tmp[PATH_MAX]; in doCreate() local
/system/vold/tests/
DUtils_test.cpp28 std::string tmp; in TEST_F() local
/system/core/fs_mgr/libdm/
Ddm_test.cpp539 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
563 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
582 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
603 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
623 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
649 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST() local
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.cc120 UUID128Bit tmp; in From128BitBE() local
132 UUID128Bit tmp; in From128BitLE() local
/system/bt/types/
Draw_address.cc71 RawAddress tmp; in IsValidAddress() local

12345