Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 12 of 12) sorted by relevance

/tools/security/remote_provisioning/cert_validator/src/
Dvalueas.rs35 fn must_equal<T: Into<Self>>(&self, other: T) -> Result<(), ValueAsError>; in must_equal()
36 fn check_date_val_if_key_in_map<T: Into<Self>>(&self, key: T) -> Result<()>; in check_date_val_if_key_in_map()
37 fn check_string_val_if_key_in_map<T: Into<Self>>(&self, key: T) -> Result<()>; in check_string_val_if_key_in_map()
38 fn check_bytes_val_if_key_in_map<T: Into<Self>>(&self, key: T) -> Result<()>; in check_bytes_val_if_key_in_map()
39 fn check_arr_val_if_key_in_map<T: Into<Self>>(&self, key: T, arr: &[&str]) -> Result<()>; in check_arr_val_if_key_in_map()
40 fn check_arr_val_for_key_in_map<T: Into<Self>>(&self, key: T, arr: &[&str]) -> Result<()>; in check_arr_val_for_key_in_map()
124 fn must_equal<T: Into<Self>>(&self, other: T) -> Result<(), ValueAsError> { in must_equal()
133 fn check_date_val_if_key_in_map<T: Into<Self>>(&self, key: T) -> Result<()> { in check_date_val_if_key_in_map()
141 fn check_string_val_if_key_in_map<T: Into<Self>>(&self, key: T) -> Result<()> { in check_string_val_if_key_in_map()
149 fn check_arr_val_if_key_in_map<T: Into<Self>>(&self, key: T, arr: &[&str]) -> Result<()> { in check_arr_val_if_key_in_map()
[all …]
Dbcc.rs125 pub fn check_sign1_cert_chain(certs: &[&str]) -> Result<()> { in check_sign1_cert_chain()
140 pub fn check_sign1_chain_array(cbor_arr: &[Value]) -> Result<()> { in check_sign1_chain_array()
168 pub fn check_protected_header(alg: &Option<Algorithm>, header: &Header) -> Result<()> { in check_protected_header()
186 pub fn check(&self) -> Result<()> { in check()
295 pub fn check(&self) -> Result<()> { in check()
348 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt()
366 fn write_config_desc_label(f: &mut Formatter, label: i64) -> Result<(), fmt::Error> { in write_config_desc_label()
376 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt()
417 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt()
441 fn write_payload_label(f: &mut Formatter, label: i64) -> Result<(), fmt::Error> { in write_payload_label()
[all …]
Ddeviceinfo.rs22 pub fn check(deviceinfo: &[Value]) -> Result<()> { in check()
Dpublickey.rs169 pub fn verify(&self, signature: &[u8], message: &[u8], alg: &Option<Algorithm>) -> Result<()> { in verify()
/tools/test/graphicsbenchmark/performance_tests/helper/proto/
Dresultdata.proto18 message Result { message
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/gen/
Dtesttracker_result_pb2.py267 Result = _reflection.GeneratedProtocolMessageType('Result', (_message.Message,), dict( variable
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto41 message Result { message
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py38 class Result(object): class
/tools/apksig/src/main/java/com/android/apksig/
DSourceStampVerifier.java505 public static class Result { class in SourceStampVerifier
DApkVerifier.java1053 public static class Result { class in ApkVerifier
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java1276 public static class Result extends ApkSigResult { class in ApkSigningBlockUtils
1282 public Result(int signatureSchemeVersion) { in Result() method in ApkSigningBlockUtils.Result
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1427 public static class Result { class in V1SchemeVerifier