/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 15 ## 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/ |
D | AtomicState.h | 65 bool failed = false; in transition_or() local 69 failed = true; in transition_or() 74 return !failed; in transition_or()
|
/system/tools/hidl/test/ |
D | run_tradefed_incompatible_tests.sh | 29 for failed in ${FAILED_TESTS[@]}; do 30 echo "FAILED TEST: $failed"
|
/system/core/cli-test/ |
D | cli-test.cpp | 219 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/ |
D | rw_t2t_ndef.cc | 400 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 …]
|
D | rw_mfc.cc | 1016 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()
|
D | rw_t1t_ndef.cc | 850 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/ |
D | apexd.rc | 8 reboot_on_failure reboot,apexd-failed 18 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
|
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 165 |(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/ |
D | apex_vendor_foo_v1.rc | 1 # start the service on rebootless update (even when it's failed)
|
D | apex_vendor_foo_v2.rc | 1 # start the service on rebootless update (even when it's failed)
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_listeners.h | 40 printf("%s in %s:%d\n%s\n", test_part_result.failed() ? "*** Failure" : "Success", in OnTestPartResult()
|
D | README.md | 184 … 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/ |
D | vold.rc | 10 reboot_on_failure reboot,vold-failed
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendProperties.sysprop | 36 # 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/ |
D | bpfloader.rc | 60 # 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/ |
D | cmd_report_sample.proto | 95 ERROR_MEMORY_INVALID = 3; // Memory read failed 106 // --keep-failed-unwinding-result or --keep-failed-unwinding-debug-info.
|
D | README.md | 73 run. And there are a few known failed cases. Hopefully they will be fixed soon.
|
/system/chre/core/ |
D | chre_metrics.proto | 32 * 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/ |
D | IAllocator.hal | 38 * @return success Whether allocation succeeded (returns false if any allocation failed).
|
/system/core/libusbhost/ |
D | usbhost.c | 372 goto failed; in usb_device_new() 376 goto failed; in usb_device_new() 385 failed: in usb_device_new()
|
/system/sepolicy/build/soong/ |
D | sepolicy_neverallow.go | 160 msg := `sepolicy-analyze failed. This is most likely due to the use\n` +
|
/system/tools/aidl/scripts/ |
D | example_dep_build_failure_output.txt | 84 ninja: build stopped: subcommand failed. 85 21:43:11 soong bootstrap failed with: exit status 1 87 [0;31m#### failed to build some targets (46 seconds) ####[00m
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 140 // 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/ |
D | host_messages.fbs | 152 /// 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
|