Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 33) sorted by relevance

12

/system/extras/simpleperf/doc/
Ddebug_dwarf_unwinding.md15 ## Debug failed unwinding cases
20 `--keep-failed-unwinding-result` keeps error code for failed unwinding samples. It's lightweight
22 `--keep-failed-unwinding-debug-info` keeps stack and register data for failed unwinding samples. It
26 # Run record cmd and keep failed unwinding debug info.
28 --keep-failed-unwinding-debug-info
32 # Generate a text report containing failed unwinding cases.
38 # Show summary of samples failed at a symbol.
40 # Show details of samples failed at a symbol.
43 # Reproduce unwinding a failed case.
46 # Generate a test file containing a failed case and elf files for debugging it.
/system/memory/libmemunreachable/
DAtomicState.h65 bool failed = false; in transition_or() local
69 failed = true; in transition_or()
74 return !failed; in transition_or()
/system/tools/hidl/test/
Drun_tradefed_incompatible_tests.sh29 for failed in ${FAILED_TESTS[@]}; do
30 echo "FAILED TEST: $failed"
/system/core/cli-test/
Dcli-test.cpp219 bool failed = false; in RunTests() local
235 if (!RunCommands("before", test.befores)) failed = true; in RunTests()
237 if (!failed) { in RunTests()
247 failed = true; in RunTests()
252 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests()
253 if (!CheckOutput("stderr", test_stderr.str(), test.expected_stderr, FILES)) failed = true; in RunTests()
255 if (!RunCommands("after", test.afters)) failed = true; in RunTests()
260 if (failed) { in RunTests()
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc400 bool failed = false; in rw_t2t_handle_tlv_detect_rsp() local
419 for (offset = 0; offset < T2T_READ_DATA_LEN && !failed && !found;) { in rw_t2t_handle_tlv_detect_rsp()
459 failed = true; in rw_t2t_handle_tlv_detect_rsp()
490 failed = true; in rw_t2t_handle_tlv_detect_rsp()
494 failed = true; in rw_t2t_handle_tlv_detect_rsp()
546 failed = true; in rw_t2t_handle_tlv_detect_rsp()
598 failed = true; in rw_t2t_handle_tlv_detect_rsp()
605 failed = true; in rw_t2t_handle_tlv_detect_rsp()
664 failed = true; in rw_t2t_handle_tlv_detect_rsp()
674 failed = true; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_mfc.cc1016 bool failed = false; in rw_mfc_handle_read_op() local
1041 failed = true; in rw_mfc_handle_read_op()
1048 if (!failed && saved_length >= p_mfc->ndef_length) { in rw_mfc_handle_read_op()
1068 failed = true; in rw_mfc_handle_read_op()
1074 if (failed || done) { in rw_mfc_handle_read_op()
1075 evt_data.status = failed ? NFC_STATUS_FAILED : NFC_STATUS_OK; in rw_mfc_handle_read_op()
Drw_t1t_ndef.cc850 bool failed = false; in rw_t1t_handle_tlv_detect_rsp() local
862 for (offset = start_offset; offset < end_offset && !failed && !found;) { in rw_t1t_handle_tlv_detect_rsp()
892 failed = true; in rw_t1t_handle_tlv_detect_rsp()
921 failed = true; in rw_t1t_handle_tlv_detect_rsp()
925 failed = true; in rw_t1t_handle_tlv_detect_rsp()
975 failed = true; in rw_t1t_handle_tlv_detect_rsp()
1079 failed = true; in rw_t1t_handle_tlv_detect_rsp()
1121 if (!found && !failed) { in rw_t1t_handle_tlv_detect_rsp()
1131 failed = true; in rw_t1t_handle_tlv_detect_rsp()
1135 status = failed ? NFC_STATUS_FAILED : NFC_STATUS_OK; in rw_t1t_handle_tlv_detect_rsp()
/system/apex/apexd/
Dapexd.rc8 reboot_on_failure reboot,apexd-failed
18 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
/system/security/keystore2/src/
Dshared_secret_negotiation.rs165 |(mut connected, mut failed), e| { in connect_participants()
179 failed.push(SharedSecretParticipant::Aidl(instance_name)); in connect_participants()
214 failed in connect_participants()
224 (connected, failed) in connect_participants()
/system/apex/tests/testdata/vendorapex/
Dapex_vendor_foo_v1.rc1 # start the service on rebootless update (even when it's failed)
Dapex_vendor_foo_v2.rc1 # start the service on rebootless update (even when it's failed)
/system/core/fastboot/fuzzy_fastboot/
Dtest_listeners.h40 printf("%s in %s:%d\n%s\n", test_part_result.failed() ? "*** Failure" : "Success", in OnTestPartResult()
DREADME.md184 … If the program has a non-zero return code, the validation is marked as failed and anything from …
317 In most cases this message at the bottom is all that is needed to figure out why it failed.
339 can be used to select certain tests to run, once you figure out which ones failed.
389 … to a file. This file should include the test information, the reason it failed, and the fastboot …
/system/vold/
Dvold.rc10 reboot_on_failure reboot,vold-failed
/system/hardware/interfaces/suspend/1.0/default/
DSuspendProperties.sysprop36 # Number of consecutive bad (short, failed) suspends above which time between attempts is scaled
63 # If true, the wait time between repeated suspend attempts will be scaled on failed suspends
/system/bpf/bpfloader/
Dbpfloader.rc60 # How to debug bootloops caused by 'bpfloader-failed'.
67 # 2. comment out 'reboot_on_failure reboot,bpfloader-failed' below
83 reboot_on_failure reboot,bpfloader-failed
/system/extras/simpleperf/
Dcmd_report_sample.proto95 ERROR_MEMORY_INVALID = 3; // Memory read failed
106 // --keep-failed-unwinding-result or --keep-failed-unwinding-debug-info.
DREADME.md73 run. And there are a few known failed cases. Hopefully they will be fixed soon.
/system/chre/core/
Dchre_metrics.proto32 * Logs an event indicating that a nanoapp loading has failed at the HAL.
58 // The 64-bit unique nanoapp identifier of the nanoapp that failed.
92 * Logs an event indicating that a CHRE PAL open has failed.
/system/libhidl/transport/allocator/1.0/
DIAllocator.hal38 * @return success Whether allocation succeeded (returns false if any allocation failed).
/system/core/libusbhost/
Dusbhost.c372 goto failed; in usb_device_new()
376 goto failed; in usb_device_new()
385 failed: in usb_device_new()
/system/sepolicy/build/soong/
Dsepolicy_neverallow.go160 msg := `sepolicy-analyze failed. This is most likely due to the use\n` +
/system/tools/aidl/scripts/
Dexample_dep_build_failure_output.txt84 ninja: build stopped: subcommand failed.
85 21:43:11 soong bootstrap failed with: exit status 1
87 #### failed to build some targets (46 seconds) ####
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto140 // Merging failed due to an unrecoverable error.
238 // Merge failure code, filled if the merge failed at any time (regardless
/system/chre/platform/shared/idl/
Dhost_messages.fbs152 /// considered to have failed. If the request times out (e.g. the requestor
188 /// Denotes whether a load request succeeded or failed.
251 /// rejected or failed to complete for some reason

12