Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs50 pub fn parse_value_array(data: &[u8], context: &'static str) -> Result<Vec<Value>> { in parse_value_array()
55 pub fn value_to_array(v: Value, context: &'static str) -> Result<Vec<Value>> { in value_to_array()
60 pub fn value_to_text(v: Value, context: &'static str) -> Result<String> { in value_to_text()
65 pub fn value_to_map(v: Value, context: &'static str) -> Result<Vec<(Value, Value)>> { in value_to_map() argument
70 pub fn value_to_num<T: TryFrom<Integer>>(v: Value, context: &'static str) -> Result<T> { in value_to_num()
79 pub fn value_to_byte_array<const N: usize>(v: Value, context: &'static str) -> Result<[u8; N]> { in value_to_byte_array()
88 pub fn value_to_bytes(v: Value, context: &'static str) -> Result<Vec<u8>> { in value_to_bytes()
95 v: &Value, in to_unexpected_item_error()
130 pub fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/packages/modules/StatsD/statsd/src/
DFieldValue.h282 struct Value { struct
283 Value() : type(UNKNOWN) {} in Value() function
285 Value(int32_t v) { in Value() argument
290 Value(int64_t v) { in Value() function
295 Value(float v) { in Value() function
300 Value(double v) { in Value() argument
305 Value(const std::string& v) { in Value() argument
310 Value(const std::vector<uint8_t>& v) { in Value() argument
315 void setInt(int32_t v) { in setInt()
320 void setLong(int64_t v) { in setLong()
[all …]
DFieldValue.cpp158 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
Dstats_log.proto152 message Value { message
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/model/
DValueUpdate.kt21 data class Value<T>(val value: T) : ValueUpdate<T> class
/packages/modules/Virtualization/service_vm/comm/src/
Dcsr.rs51 let Value::Array(mut arr) = value else { in from_cbor_slice() localVariable
90 let Value::Array(mut arr) = value else { in from_cbor_slice() localVariable
/packages/modules/Virtualization/service_vm/requests/src/
Dclient_vm.rs211 service_vm_entry: &Value, in validate_kernel_authority_hash()
266 client_vm_dice_chain: &[Value], in validate_client_vm_dice_chain_prefix_match()
267 service_vm_dice_chain: &[Value], in validate_client_vm_dice_chain_prefix_match()
Drkp.rs151 fn build_signed_data(payload: &Value, dice_artifacts: &dyn DiceArtifacts) -> Result<CoseSign1> { in build_signed_data()
Ddice.rs83 mut client_vm_dice_chain: Vec<Value>, in validate_signatures_and_parse_dice_chain()
300 value: Value, in validate_cose_signature_and_extract_payload()
/packages/modules/Bluetooth/system/gd/l2cap/
Dsignal_id.h30 uint8_t Value() const { in Value() function
/packages/modules/Virtualization/service_vm/fake_chain/src/
Dservice_vm.rs77 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
Dclient_vm.rs76 fn to_value(&self) -> CborResult<Value> { in to_value()
/packages/modules/Virtualization/libs/dice/sample_inputs/src/
Dsample_inputs.rs79 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dobservation.proto108 message Value { message
/packages/modules/AdServices/adservices/scripts/
Dgenerate_adservices_public_xml.py26 Value = 1 variable in ResourceCategory
/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs95 fn into_value(self) -> Result<Value> { in into_value()
/packages/modules/Virtualization/pvmfw/src/
Dbcc.rs203 fn value_from_key(&self, key: i32) -> Option<&Value> { in value_from_key()
Ddice.rs302 ) -> HashMap<i64, Value> { in decode_config_descriptor() argument
/packages/modules/Virtualization/service_vm/client_vm_csr/src/
Dlib.rs252 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/packages/services/Car/tests/BugReportApp/libs/
Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...

12