Searched defs:Value (Results 1 – 14 of 14) sorted by relevance
| /system/chre/util/tests/ |
| D | unique_ptr_test.cc | 27 struct Value { struct 28 Value(int value) : value(value) { in Value() argument 32 ~Value() { in ~Value() argument 36 Value &operator=(Value &&other) { in operator =() argument 45 int Value::constructionCounter = 0; argument
|
| /system/keymint/wire/src/ |
| D | lib.rs | 263 pub fn cbor_type_error<T>(value: &cbor::value::Value, want: &'static str) -> Result<T, CborError> { in cbor_type_error() 282 pub fn read_to_value(mut slice: &[u8]) -> Result<cbor::value::Value, CborError> { in read_to_value() 297 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError>; in to_cbor_value() 350 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 375 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 398 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 416 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 435 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 457 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 476 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() [all …]
|
| D | keymint.rs | 78 fn to_cbor_value(self) -> coset::Result<cbor::value::Value> { in to_cbor_value() 98 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 600 fn to_cbor_value(self) -> Result<cbor::value::Value, crate::CborError> { in to_cbor_value()
|
| /system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/ |
| D | Value.aidl | 22 enum Value { enum
|
| /system/update_engine/common/ |
| D | dynamic_partition_control_interface.h | 47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enum
|
| /system/core/toolbox/ |
| D | getprop.cpp | 33 Value, enumerator
|
| /system/security/diced/sample_inputs/src/ |
| D | sample_inputs.rs | 77 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
|
| /system/core/libprocessgroup/profiles/ |
| D | task_profiles_28.json | 141 "Value": "1" string 154 "Value": "0" string
|
| D | task_profiles_30.json | 141 "Value": "1" string 154 "Value": "0" string
|
| D | task_profiles_29.json | 141 "Value": "1" string 154 "Value": "0" string
|
| D | task_profiles.json | 104 "Value": "1" string 117 "Value": "0" string 234 "Value": "1" string 247 "Value": "0" string 578 "Value": "16MB" string 586 "Value": "150" string 600 "Value": "512MB" string 608 "Value": "100" string
|
| /system/keymint/ta/src/ |
| D | rkp.rs | 52 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()
|
| /system/keymint/common/src/ |
| D | crypto.rs | 298 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
|
| D | keyblob.rs | 76 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
|