Searched refs:value (Results 1 - 25 of 601) sorted by relevance

1234567891011>>

/system/core/include/utils/
H A DBitSet.h31 uint32_t value; member in struct:android::BitSet32
33 inline BitSet32() : value(0UL) { }
34 explicit inline BitSet32(uint32_t value) : value(value) { } argument
36 // Gets the value associated with a particular bit index.
40 inline void clear() { clear(value); }
42 static inline void clear(uint32_t& value) { value = 0UL; } argument
45 inline uint32_t count() const { return count(value); }
47 count(uint32_t value) argument
52 isEmpty(uint32_t value) argument
57 isFull(uint32_t value) argument
62 hasBit(uint32_t value, uint32_t n) argument
67 markBit(uint32_t& value, uint32_t n) argument
72 clearBit(uint32_t& value, uint32_t n) argument
78 firstMarkedBit(uint32_t value) argument
84 firstUnmarkedBit(uint32_t value) argument
90 lastMarkedBit(uint32_t value) argument
96 clearFirstMarkedBit(uint32_t& value) argument
106 markFirstUnmarkedBit(uint32_t& value) argument
116 clearLastMarkedBit(uint32_t& value) argument
128 getIndexOfBit(uint32_t value, uint32_t n) argument
152 clz_checked(uint32_t value) argument
160 ctz_checked(uint32_t value) argument
173 uint64_t value; member in struct:android::BitSet64
176 BitSet64(uint64_t value) argument
184 clear(uint64_t& value) argument
189 count(uint64_t value) argument
194 isEmpty(uint64_t value) argument
199 isFull(uint64_t value) argument
204 hasBit(uint64_t value, uint32_t n) argument
209 markBit(uint64_t& value, uint32_t n) argument
214 clearBit(uint64_t& value, uint32_t n) argument
220 firstMarkedBit(uint64_t value) argument
226 firstUnmarkedBit(uint64_t value) argument
232 lastMarkedBit(uint64_t value) argument
238 clearFirstMarkedBit(uint64_t& value) argument
248 markFirstUnmarkedBit(uint64_t& value) argument
258 clearLastMarkedBit(uint64_t& value) argument
268 getIndexOfBit(uint64_t value, uint32_t n) argument
[all...]
/system/core/libutils/include/utils/
H A DBitSet.h31 uint32_t value; member in struct:android::BitSet32
33 inline BitSet32() : value(0UL) { }
34 explicit inline BitSet32(uint32_t value) : value(value) { } argument
36 // Gets the value associated with a particular bit index.
40 inline void clear() { clear(value); }
42 static inline void clear(uint32_t& value) { value = 0UL; } argument
45 inline uint32_t count() const { return count(value); }
47 count(uint32_t value) argument
52 isEmpty(uint32_t value) argument
57 isFull(uint32_t value) argument
62 hasBit(uint32_t value, uint32_t n) argument
67 markBit(uint32_t& value, uint32_t n) argument
72 clearBit(uint32_t& value, uint32_t n) argument
78 firstMarkedBit(uint32_t value) argument
84 firstUnmarkedBit(uint32_t value) argument
90 lastMarkedBit(uint32_t value) argument
96 clearFirstMarkedBit(uint32_t& value) argument
106 markFirstUnmarkedBit(uint32_t& value) argument
116 clearLastMarkedBit(uint32_t& value) argument
128 getIndexOfBit(uint32_t value, uint32_t n) argument
152 clz_checked(uint32_t value) argument
160 ctz_checked(uint32_t value) argument
173 uint64_t value; member in struct:android::BitSet64
176 BitSet64(uint64_t value) argument
184 clear(uint64_t& value) argument
189 count(uint64_t value) argument
194 isEmpty(uint64_t value) argument
199 isFull(uint64_t value) argument
204 hasBit(uint64_t value, uint32_t n) argument
209 markBit(uint64_t& value, uint32_t n) argument
214 clearBit(uint64_t& value, uint32_t n) argument
220 firstMarkedBit(uint64_t value) argument
226 firstUnmarkedBit(uint64_t value) argument
232 lastMarkedBit(uint64_t value) argument
238 clearFirstMarkedBit(uint64_t& value) argument
248 markFirstUnmarkedBit(uint64_t& value) argument
258 clearLastMarkedBit(uint64_t& value) argument
268 getIndexOfBit(uint64_t value, uint32_t n) argument
[all...]
/system/tpm/attestation/common/
H A Dprint_interface_proto.h28 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
30 std::string GetProtoDebugString(AttestationStatus value);
32 const CreateGoogleAttestedKeyRequest& value,
34 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value);
36 const CreateGoogleAttestedKeyReply& value,
38 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value);
39 std::string GetProtoDebugStringWithIndent(const GetKeyInfoRequest& value,
41 std::string GetProtoDebugString(const GetKeyInfoRequest& value);
42 std::string GetProtoDebugStringWithIndent(const GetKeyInfoReply& value,
44 std::string GetProtoDebugString(const GetKeyInfoReply& value);
[all...]
H A Dprint_interface_proto.cc30 std::string GetProtoDebugString(AttestationStatus value) { argument
31 return GetProtoDebugStringWithIndent(value, 0);
34 std::string GetProtoDebugStringWithIndent(AttestationStatus value, argument
36 if (value == STATUS_SUCCESS) {
39 if (value == STATUS_UNEXPECTED_DEVICE_ERROR) {
42 if (value == STATUS_NOT_AVAILABLE) {
45 if (value == STATUS_NOT_READY) {
48 if (value == STATUS_NOT_ALLOWED) {
51 if (value == STATUS_INVALID_PARAMETER) {
54 if (value
63 GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value) argument
67 GetProtoDebugStringWithIndent( const CreateGoogleAttestedKeyRequest& value, int indent_size) argument
115 GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) argument
119 GetProtoDebugStringWithIndent( const CreateGoogleAttestedKeyReply& value, int indent_size) argument
147 GetProtoDebugString(const GetKeyInfoRequest& value) argument
151 GetProtoDebugStringWithIndent(const GetKeyInfoRequest& value, int indent_size) argument
171 GetProtoDebugString(const GetKeyInfoReply& value) argument
175 GetProtoDebugStringWithIndent(const GetKeyInfoReply& value, int indent_size) argument
238 GetProtoDebugString(const GetEndorsementInfoRequest& value) argument
242 GetProtoDebugStringWithIndent( const GetEndorsementInfoRequest& value, int indent_size) argument
260 GetProtoDebugString(const GetEndorsementInfoReply& value) argument
264 GetProtoDebugStringWithIndent(const GetEndorsementInfoReply& value, int indent_size) argument
297 GetProtoDebugString(const GetAttestationKeyInfoRequest& value) argument
301 GetProtoDebugStringWithIndent( const GetAttestationKeyInfoRequest& value, int indent_size) argument
319 GetProtoDebugString(const GetAttestationKeyInfoReply& value) argument
323 GetProtoDebugStringWithIndent( const GetAttestationKeyInfoReply& value, int indent_size) argument
379 GetProtoDebugString(const ActivateAttestationKeyRequest& value) argument
383 GetProtoDebugStringWithIndent( const ActivateAttestationKeyRequest& value, int indent_size) argument
415 GetProtoDebugString(const ActivateAttestationKeyReply& value) argument
419 GetProtoDebugStringWithIndent( const ActivateAttestationKeyReply& value, int indent_size) argument
445 GetProtoDebugString(const CreateCertifiableKeyRequest& value) argument
449 GetProtoDebugStringWithIndent( const CreateCertifiableKeyRequest& value, int indent_size) argument
484 GetProtoDebugString(const CreateCertifiableKeyReply& value) argument
488 GetProtoDebugStringWithIndent( const CreateCertifiableKeyReply& value, int indent_size) argument
530 GetProtoDebugString(const DecryptRequest& value) argument
534 GetProtoDebugStringWithIndent(const DecryptRequest& value, int indent_size) argument
562 GetProtoDebugString(const DecryptReply& value) argument
566 GetProtoDebugStringWithIndent(const DecryptReply& value, int indent_size) argument
591 GetProtoDebugString(const SignRequest& value) argument
595 GetProtoDebugStringWithIndent(const SignRequest& value, int indent_size) argument
623 GetProtoDebugString(const SignReply& value) argument
627 GetProtoDebugStringWithIndent(const SignReply& value, int indent_size) argument
651 GetProtoDebugString(const RegisterKeyWithChapsTokenRequest& value) argument
655 GetProtoDebugStringWithIndent( const RegisterKeyWithChapsTokenRequest& value, int indent_size) argument
676 GetProtoDebugString(const RegisterKeyWithChapsTokenReply& value) argument
680 GetProtoDebugStringWithIndent( const RegisterKeyWithChapsTokenReply& value, int indent_size) argument
[all...]
H A Dprint_common_proto.cc28 std::string GetProtoDebugString(KeyType value) { argument
29 return GetProtoDebugStringWithIndent(value, 0);
32 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size) { argument
33 if (value == KEY_TYPE_RSA) {
36 if (value == KEY_TYPE_ECC) {
42 std::string GetProtoDebugString(KeyUsage value) { argument
43 return GetProtoDebugStringWithIndent(value, 0);
46 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size) { argument
47 if (value == KEY_USAGE_SIGN) {
50 if (value
56 GetProtoDebugString(CertificateProfile value) argument
60 GetProtoDebugStringWithIndent(CertificateProfile value, int indent_size) argument
83 GetProtoDebugString(const Quote& value) argument
87 GetProtoDebugStringWithIndent(const Quote& value, int indent_size) argument
127 GetProtoDebugString(const EncryptedData& value) argument
131 GetProtoDebugStringWithIndent(const EncryptedData& value, int indent_size) argument
179 GetProtoDebugString(const SignedData& value) argument
183 GetProtoDebugStringWithIndent(const SignedData& value, int indent_size) argument
207 GetProtoDebugString(const EncryptedIdentityCredential& value) argument
211 GetProtoDebugStringWithIndent( const EncryptedIdentityCredential& value, int indent_size) argument
[all...]
H A Dprint_common_proto.h28 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size);
29 std::string GetProtoDebugString(KeyType value);
30 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size);
31 std::string GetProtoDebugString(KeyUsage value);
32 std::string GetProtoDebugStringWithIndent(CertificateProfile value,
34 std::string GetProtoDebugString(CertificateProfile value);
35 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size);
36 std::string GetProtoDebugString(const Quote& value);
37 std::string GetProtoDebugStringWithIndent(const EncryptedData& value,
39 std::string GetProtoDebugString(const EncryptedData& value);
[all...]
/system/tpm/tpm_manager/common/
H A Dprint_tpm_manager_proto.h16 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value,
18 std::string GetProtoDebugString(TpmManagerStatus value);
19 std::string GetProtoDebugStringWithIndent(NvramResult value, int indent_size);
20 std::string GetProtoDebugString(NvramResult value);
21 std::string GetProtoDebugStringWithIndent(NvramSpaceAttribute value,
23 std::string GetProtoDebugString(NvramSpaceAttribute value);
24 std::string GetProtoDebugStringWithIndent(NvramSpacePolicy value,
26 std::string GetProtoDebugString(NvramSpacePolicy value);
27 std::string GetProtoDebugStringWithIndent(const NvramPolicyRecord& value,
29 std::string GetProtoDebugString(const NvramPolicyRecord& value);
[all...]
H A Dprint_tpm_manager_proto.cc16 std::string GetProtoDebugString(TpmManagerStatus value) { argument
17 return GetProtoDebugStringWithIndent(value, 0);
20 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value, argument
22 if (value == STATUS_SUCCESS) {
25 if (value == STATUS_DEVICE_ERROR) {
28 if (value == STATUS_NOT_AVAILABLE) {
34 std::string GetProtoDebugString(NvramResult value) { argument
35 return GetProtoDebugStringWithIndent(value, 0);
38 std::string GetProtoDebugStringWithIndent(NvramResult value, int indent_size) { argument
39 if (value
69 GetProtoDebugString(NvramSpaceAttribute value) argument
73 GetProtoDebugStringWithIndent(NvramSpaceAttribute value, int indent_size) argument
108 GetProtoDebugString(NvramSpacePolicy value) argument
112 GetProtoDebugStringWithIndent(NvramSpacePolicy value, int indent_size) argument
123 GetProtoDebugString(const NvramPolicyRecord& value) argument
127 GetProtoDebugStringWithIndent(const NvramPolicyRecord& value, int indent_size) argument
172 GetProtoDebugString(const LocalData& value) argument
176 GetProtoDebugStringWithIndent(const LocalData& value, int indent_size) argument
229 GetProtoDebugString(const DefineSpaceRequest& value) argument
233 GetProtoDebugStringWithIndent(const DefineSpaceRequest& value, int indent_size) argument
278 GetProtoDebugString(const DefineSpaceReply& value) argument
282 GetProtoDebugStringWithIndent(const DefineSpaceReply& value, int indent_size) argument
299 GetProtoDebugString(const DestroySpaceRequest& value) argument
303 GetProtoDebugStringWithIndent(const DestroySpaceRequest& value, int indent_size) argument
318 GetProtoDebugString(const DestroySpaceReply& value) argument
322 GetProtoDebugStringWithIndent(const DestroySpaceReply& value, int indent_size) argument
339 GetProtoDebugString(const WriteSpaceRequest& value) argument
343 GetProtoDebugStringWithIndent(const WriteSpaceRequest& value, int indent_size) argument
379 GetProtoDebugString(const WriteSpaceReply& value) argument
383 GetProtoDebugStringWithIndent(const WriteSpaceReply& value, int indent_size) argument
400 GetProtoDebugString(const ReadSpaceRequest& value) argument
404 GetProtoDebugStringWithIndent(const ReadSpaceRequest& value, int indent_size) argument
433 GetProtoDebugString(const ReadSpaceReply& value) argument
437 GetProtoDebugStringWithIndent(const ReadSpaceReply& value, int indent_size) argument
461 GetProtoDebugString(const LockSpaceRequest& value) argument
465 GetProtoDebugStringWithIndent(const LockSpaceRequest& value, int indent_size) argument
504 GetProtoDebugString(const LockSpaceReply& value) argument
508 GetProtoDebugStringWithIndent(const LockSpaceReply& value, int indent_size) argument
525 GetProtoDebugString(const ListSpacesRequest& value) argument
529 GetProtoDebugStringWithIndent(const ListSpacesRequest& value, int indent_size) argument
539 GetProtoDebugString(const ListSpacesReply& value) argument
543 GetProtoDebugStringWithIndent(const ListSpacesReply& value, int indent_size) argument
569 GetProtoDebugString(const GetSpaceInfoRequest& value) argument
573 GetProtoDebugStringWithIndent(const GetSpaceInfoRequest& value, int indent_size) argument
588 GetProtoDebugString(const GetSpaceInfoReply& value) argument
592 GetProtoDebugStringWithIndent(const GetSpaceInfoReply& value, int indent_size) argument
643 GetProtoDebugString(const GetTpmStatusRequest& value) argument
647 GetProtoDebugStringWithIndent(const GetTpmStatusRequest& value, int indent_size) argument
657 GetProtoDebugString(const GetTpmStatusReply& value) argument
661 GetProtoDebugStringWithIndent(const GetTpmStatusReply& value, int indent_size) argument
723 GetProtoDebugString(const TakeOwnershipRequest& value) argument
727 GetProtoDebugStringWithIndent(const TakeOwnershipRequest& value, int indent_size) argument
737 GetProtoDebugString(const TakeOwnershipReply& value) argument
741 GetProtoDebugStringWithIndent(const TakeOwnershipReply& value, int indent_size) argument
758 GetProtoDebugString(const RemoveOwnerDependencyRequest& value) argument
762 GetProtoDebugStringWithIndent( const RemoveOwnerDependencyRequest& value, int indent_size) argument
781 GetProtoDebugString(const RemoveOwnerDependencyReply& value) argument
785 GetProtoDebugStringWithIndent( const RemoveOwnerDependencyReply& value, int indent_size) argument
[all...]
/system/chre/apps/chqts/src/general_test/
H A Dcell_info_base.cc26 bool CellInfoBase::isBoundedInt32(int32_t value, int32_t lower, argument
28 return (((value >= lower) && (value <= upper)) || (value == invalid));
31 void CellInfoBase::sendFatalFailureInt32(const char *message, int32_t value) { argument
32 uint32_t val = value;
36 void CellInfoBase::sendFatalFailureUint8(const char *message, uint8_t value) { argument
37 uint32_t val = value;
H A Dcell_info_base.h26 static void sendFatalFailureInt32(const char *message, int32_t value);
27 static void sendFatalFailureUint8(const char *message, uint8_t value);
33 static bool isBoundedInt32(int32_t value, int32_t lower,
/system/core/debuggerd/libdebuggerd/test/
H A Dproperty_fake.cpp26 extern "C" int property_set(const char* name, const char* value) { argument
30 g_properties[name] = value;
34 extern "C" int property_get(const char* key, char* value, const char* default_value) { argument
39 strncpy(value, default_value, PROP_VALUE_MAX-1);
41 strncpy(value, g_properties[key].c_str(), PROP_VALUE_MAX-1);
43 value[PROP_VALUE_MAX-1] = '\0';
44 return strlen(value);
/system/update_engine/update_manager/
H A Dboxed_value.cc44 string BoxedValue::ValuePrinter<string>(const void* value) { argument
45 const string* val = reinterpret_cast<const string*>(value);
50 string BoxedValue::ValuePrinter<int>(const void* value) { argument
51 const int* val = reinterpret_cast<const int*>(value);
56 string BoxedValue::ValuePrinter<unsigned int>(const void* value) { argument
57 const unsigned int* val = reinterpret_cast<const unsigned int*>(value);
62 string BoxedValue::ValuePrinter<int64_t>(const void* value) { argument
63 const int64_t* val = reinterpret_cast<const int64_t*>(value);
68 string BoxedValue::ValuePrinter<uint64_t>(const void* value) { argument
70 reinterpret_cast<const uint64_t*>(value);
75 ValuePrinter(const void* value) argument
81 ValuePrinter(const void* value) argument
87 ValuePrinter(const void* value) argument
93 ValuePrinter(const void* value) argument
99 ValuePrinter(const void* value) argument
105 ValuePrinter(const void* value) argument
119 ValuePrinter(const void* value) argument
137 ValuePrinter(const void* value) argument
164 ValuePrinter(const void* value) argument
[all...]
/system/bt/osi/test/
H A Dproperties_test.cc28 char value[PROPERTY_VALUE_MAX] = {0}; local
29 osi_property_get("very.useful.test", value, "very_useful_value");
30 ASSERT_STREQ(value, "very_useful_value");
34 char value[PROPERTY_VALUE_MAX] = "nothing_interesting"; local
35 int ret = osi_property_set("very.useful.set.test", value);
44 int32_t value = 42; local
45 int32_t rvalue = osi_property_get_int32("very.useful.test", value);
46 ASSERT_EQ(rvalue, value);
50 char value[PROPERTY_VALUE_MAX] = "42"; local
51 int ret = osi_property_set("very.useful.set.test", value);
[all...]
/system/bt/osi/src/
H A Dproperties.cc23 int osi_property_get(const char* key, char* value, const char* default_value) { argument
25 /* For linux right now just return default value, if present */
32 memcpy(value, default_value, len);
33 value[len] = '\0';
36 return property_get(key, value, default_value);
40 int osi_property_set(const char* key, const char* value) { argument
44 return property_set(key, value);
/system/bt/vendor_libs/test_vendor_lib/include/
H A Dpacket.h57 // - the value of |value| fits in |octets| bytes and
59 bool AddPayloadOctets(size_t octets, uint64_t value);
63 bool AddPayloadOctets1(uint8_t value) { return AddPayloadOctets(1, value); } argument
64 bool AddPayloadOctets2(uint16_t value) { return AddPayloadOctets(2, value); } argument
65 bool AddPayloadOctets3(uint32_t value) { return AddPayloadOctets(3, value); } argument
66 bool AddPayloadOctets4(uint32_t value) { retur argument
67 AddPayloadOctets6(uint64_t value) argument
68 AddPayloadOctets8(uint64_t value) argument
[all...]
/system/bt/osi/include/
H A Dfuture.h29 // Constructs a new future_t object with an immediate |value|. No waiting will
30 // occur in the call to |future_await| because the value is already present.
32 future_t* future_new_immediate(void* value);
34 // Signals that the |future| is ready, passing |value| back to the context
37 void future_ready(future_t* future, void* value);
39 // Waits for the |future| to be ready. Returns the value set in |future_ready|.
H A Dproperties.h28 // Get value associated with key |key| into |value|.
29 // Returns the length of the value which will never be greater than
32 // If the property read fails or returns an empty value, the |default_value|
34 int osi_property_get(const char* key, char* value, const char* default_value);
36 // Write value of property associated with key |key| to |value|.
38 int osi_property_set(const char* key, const char* value);
43 // returns the value of |key| truncated and coerced into an
/system/bt/embdrv/sbc/decoder/include/
H A Doi_bitstream.h53 INLINE void OI_BITSTREAM_WriteUINT(OI_BITSTREAM* bs, uint16_t value,
78 #define OI_BITSTREAM_READUINT(result, bits, ptr, value, bitPtr) \
84 (result) = (value) << (bitPtr); \
89 (value) = ((value) << 8) | *(ptr)++; \
95 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \
98 (value) |= (datum) << (bitPtr); \
102 *(ptr)++ = (uint8_t)((value) >> 24); \
103 (value) <<= 8; \
107 #define OI_BITSTREAM_WRITEFLUSH(ptr, value, bitPt
[all...]
/system/core/libunwindstack/tests/
H A DDwarfMemoryTest.cpp38 void GetEncodedSizeTest(uint8_t value, size_t expected);
81 uint64_t value; local
86 ASSERT_TRUE(dwarf_mem_->ReadSigned<int8_t>(&value));
87 ASSERT_EQ(static_cast<int8_t>(-10), static_cast<int8_t>(value));
88 ASSERT_TRUE(dwarf_mem_->ReadSigned<int8_t>(&value));
89 ASSERT_EQ(static_cast<int8_t>(200), static_cast<int8_t>(value));
95 ASSERT_TRUE(dwarf_mem_->ReadSigned<int16_t>(&value));
96 ASSERT_EQ(static_cast<int16_t>(-1000), static_cast<int16_t>(value));
97 ASSERT_TRUE(dwarf_mem_->ReadSigned<int16_t>(&value));
98 ASSERT_EQ(static_cast<int16_t>(50100), static_cast<int16_t>(value));
122 uint64_t value; local
140 int64_t value; local
167 GetEncodedSizeTest(uint8_t value, size_t expected) argument
237 uint64_t value = 123; local
251 uint64_t value = 100; local
262 uint64_t value = 100; local
273 uint64_t value = 100; local
285 uint64_t value = 100; local
300 uint64_t value = 100; local
323 uint64_t value = 0; local
344 uint64_t value = 0; local
365 uint64_t value = 0; local
386 uint64_t value = 0; local
407 uint64_t value = 0; local
425 uint64_t value = 0; local
439 uint64_t value = 0x1234; local
445 uint64_t value = 0x1234; local
459 uint64_t value = 0x8234; local
473 uint64_t value = 0xb234; local
487 uint64_t value = 0x15234; local
[all...]
H A DMemoryFake.h39 void SetData8(uint64_t addr, uint8_t value) { argument
40 SetMemory(addr, &value, sizeof(value));
43 void SetData16(uint64_t addr, uint16_t value) { argument
44 SetMemory(addr, &value, sizeof(value));
47 void SetData32(uint64_t addr, uint32_t value) { argument
48 SetMemory(addr, &value, sizeof(value));
51 void SetData64(uint64_t addr, uint64_t value) { argument
[all...]
/system/chre/apps/chqts/src/shared/
H A Dnano_endian.h56 static inline void hostToLittleEndian(T *value) { argument
58 swapBytes(reinterpret_cast<uint8_t*>(value), sizeof(T));
61 (void)value;
66 static inline void littleEndianToHost(T *value) { argument
69 hostToLittleEndian(value);
/system/core/libunwindstack/
H A DDwarfMemory.cpp38 bool DwarfMemory::ReadSigned(uint64_t* value) { argument
43 *value = static_cast<int64_t>(signed_value);
47 bool DwarfMemory::ReadULEB128(uint64_t* value) { argument
58 *value = cur_value;
62 bool DwarfMemory::ReadSLEB128(int64_t* value) { argument
74 // Negative value, need to sign extend.
77 *value = static_cast<int64_t>(cur_value);
105 bool DwarfMemory::AdjustEncodedValue(uint8_t encoding, uint64_t* value) { argument
119 *value += pc_offset_;
126 *value
150 ReadEncodedValue(uint8_t encoding, uint64_t* value) argument
[all...]
/system/security/keystore/
H A Dkeystore_attestation_id.h29 StatusOr(const T& value) : _status(NO_ERROR), _value(value) {} argument
30 StatusOr(T&& value) : _status(NO_ERROR), _value(value) {} argument
40 const T& value() const & { return _value; } function in class:android::security::StatusOr
41 T& value() & { return _value; } function in class:android::security::StatusOr
42 T&& value() && { return std::move(_value); } function in class:android::security::StatusOr
/system/core/include/log/
H A Dlog_event_list.h92 int android_log_write_int32(android_log_context ctx, int32_t value);
93 int android_log_write_int64(android_log_context ctx, int64_t value);
94 int android_log_write_string8(android_log_context ctx, const char* value);
95 int android_log_write_string8_len(android_log_context ctx, const char* value,
97 int android_log_write_float32(android_log_context ctx, float value);
168 android_log_event_list& operator<<(int32_t value) { argument
169 int retval = android_log_write_int32(ctx, value);
174 android_log_event_list& operator<<(uint32_t value) { argument
175 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value));
180 android_log_event_list& operator<<(bool value) { argument
186 operator <<(int64_t value) argument
192 operator <<(uint64_t value) argument
198 operator <<(const char* value) argument
205 operator <<(const std::string& value) argument
213 operator <<(float value) argument
241 AppendInt(int32_t value) argument
247 AppendLong(int64_t value) argument
253 AppendString(const char* value) argument
259 AppendString(const char* value, size_t len) argument
266 AppendString(const std::string& value) argument
273 Append(const std::string& value) argument
281 AppendFloat(float value) argument
288 Append(Tvalue value) argument
293 Append(const char* value, size_t len) argument
[all...]
/system/core/liblog/include/log/
H A Dlog_event_list.h92 int android_log_write_int32(android_log_context ctx, int32_t value);
93 int android_log_write_int64(android_log_context ctx, int64_t value);
94 int android_log_write_string8(android_log_context ctx, const char* value);
95 int android_log_write_string8_len(android_log_context ctx, const char* value,
97 int android_log_write_float32(android_log_context ctx, float value);
168 android_log_event_list& operator<<(int32_t value) { argument
169 int retval = android_log_write_int32(ctx, value);
174 android_log_event_list& operator<<(uint32_t value) { argument
175 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value));
180 android_log_event_list& operator<<(bool value) { argument
186 operator <<(int64_t value) argument
192 operator <<(uint64_t value) argument
198 operator <<(const char* value) argument
205 operator <<(const std::string& value) argument
213 operator <<(float value) argument
241 AppendInt(int32_t value) argument
247 AppendLong(int64_t value) argument
253 AppendString(const char* value) argument
259 AppendString(const char* value, size_t len) argument
266 AppendString(const std::string& value) argument
273 Append(const std::string& value) argument
281 AppendFloat(float value) argument
288 Append(Tvalue value) argument
293 Append(const char* value, size_t len) argument
[all...]

Completed in 420 milliseconds

1234567891011>>