Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 18 of 18) sorted by relevance

/system/tools/sysprop/tests/
DRustGenTest.cpp136 …log::debug!("Failed to fetch the original property 'android.test.string' ('{}'), falling back to t…
263 …log::debug!("Failed to fetch the original property 'android.test.string' ('{}'), falling back to t…
/system/nfc/src/rust/hal/
Dhidl_hal.rs103 ffi::NfcStatus::FAILED => HalEventStatus::Failed, in from()
107 _ => HalEventStatus::Failed, in from()
Dhal.rs66 Failed, enumerator
/system/keymint/ta/src/
Drkp.rs93 VerifiedBootState::Failed => "red", in rpc_device_info_cbor()
255 return Err(rpc_err!(Failed, "no payload found in a MacedPublicKey")); in generate_cert_req_v2()
284 self.get_dice_info().ok_or_else(|| rpc_err!(Failed, "DICE info not available."))?; in generate_cert_req_v2()
Dcert.rs967 der::Error::new(der::ErrorKind::Failed, der::Length::ZERO)
982 der::Error::new(der::ErrorKind::Failed, der::Length::ZERO)
997 der::Error::new(der::ErrorKind::Failed, der::Length::ZERO)
1012 der::Error::new(der::ErrorKind::Failed, der::Length::ZERO)
1027 der::Error::new(der::ErrorKind::Failed, der::Length::ZERO)
1295 Failed = 3, enumerator
1304 keymint::VerifiedBootState::Failed => VerifiedBootState::Failed, in from()
Dlib.rs1195 Error::Cbor(_) | Error::Der(_) | Error::Alloc(_) => rpc::ErrorCode::Failed, in op_error_rsp()
1198 rpc::ErrorCode::Failed in op_error_rsp()
/system/nfc/src/rust/nci/
Dapi.rs336 Ok(nci::Status::Failed as u8) in nfc_conn_create()
372 return Ok(nci::Status::Failed as u8); in nfc_conn_close()
489 Ok(nci::Status::Failed as u8) in nfc_flush_data()
/system/keymint/wire/src/
Drpc.rs43 Failed = 1, enumerator
Dkeymint.rs70 Failed = 3, enumerator
/system/sepolicy/build/soong/
Dsepolicy_freeze.go118 if ctx.Failed() {
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh80 log -pw -t checkpoint_gc Failed to set gc_urgent; exit 1; }
/system/tools/aidl/build/
Daidl_interface.go200 if mctx.Failed() {
629 if mctx.Failed() {
803 if !mctx.Failed() && !sort.IntsAreSorted(intVersions) {
921 if mctx.Failed() {
Daidl_gen_rule.go134 if ctx.Failed() {
Daidl_api.go133 if ctx.Failed() {
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md39 If you get lots of "Failed to read symbols" messages, and backtraces in the diagram don't show the …
/system/extras/simpleperf/doc/
Dview_the_profile.md39 This will print some debug logs about Failed to read symbols: this is usually OK, unless those
268 This will print some debug logs about Failed to read symbols: this is usually OK, unless those
/system/tools/hidl/build/
Dhidl_interface.go524 if mctx.Failed() {
/system/core/fastboot/fuzzy_fastboot/
DREADME.md298 #### Understanding and Fixing Failed Tests