/system/core/libpixelflinger/tests/arch-arm64/disassembler/ |
D | arm64_diassembler_test.cpp | 296 uint32_t failed = 0; in main() local 308 failed++; in main() 311 if(failed == 0) in main() 318 printf("%d tests FAILED\n", failed); in main()
|
/system/connectivity/wifilogd/ |
D | os.cpp | 54 int failed = raw_os_->ClockGettime(clock_id, &now_timespec); in GetTimestamp() local 55 if (failed) { in GetTimestamp() 78 int failed = 0; in Nanosleep() local 81 failed = raw_os_->Nanosleep(&sleep_timespec, &remaining_timespec); in Nanosleep() 83 } while (failed && errno == EINTR && sleep_timespec.tv_nsec > 0); in Nanosleep() 85 if (failed && errno != EINTR) { in Nanosleep()
|
/system/bt/service/ |
D | daemon.cc | 70 if (!hal::BluetoothInterface::Initialize()) goto failed; in StartUpBluetoothInterfaces() 72 if (!hal::BluetoothGattInterface::Initialize()) goto failed; in StartUpBluetoothInterfaces() 74 if (!hal::BluetoothAvInterface::Initialize()) goto failed; in StartUpBluetoothInterfaces() 76 if (!hal::BluetoothAvrcpInterface::Initialize()) goto failed; in StartUpBluetoothInterfaces() 80 failed: in StartUpBluetoothInterfaces()
|
/system/core/cli-test/ |
D | cli-test.cpp | 212 bool failed = false; in RunTests() local 228 if (!RunCommands("before", test.befores)) failed = true; in RunTests() 230 if (!failed) { in RunTests() 240 failed = true; in RunTests() 245 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests() 246 if (!CheckOutput("stderr", test_stderr.str(), test.expected_stderr, FILES)) failed = true; in RunTests() 248 if (!RunCommands("after", test.afters)) failed = true; in RunTests() 253 if (failed) { in RunTests()
|
/system/apex/apexd/ |
D | apexd.rc | 8 reboot_on_failure reboot,apexd-failed 15 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
|
D | apexd.cpp | 2290 std::vector<std::string> failed; in remountPackages() local 2296 failed.emplace_back(apex); in remountPackages() 2304 if (!failed.empty()) { in remountPackages() 2305 return Error() << kErrorMessage << "Failed (" << failed.size() << ") " in remountPackages() 2306 << "APEX packages: [" << Join(failed, ',') << "]"; in remountPackages()
|
/system/tools/hidl/test/ |
D | run_all_host_tests.sh | 42 for failed in ${FAILED_TESTS[@]}; do 43 echo "FAILED TEST: $failed"
|
D | run_all_device_tests.sh | 72 for failed in ${FAILED_TESTS[@]}; do 73 echo "FAILED TEST: $failed"
|
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 403 bool failed = false; in rw_t2t_handle_tlv_detect_rsp() local 423 for (offset = 0; offset < T2T_READ_DATA_LEN && !failed && !found;) { in rw_t2t_handle_tlv_detect_rsp() 463 failed = true; in rw_t2t_handle_tlv_detect_rsp() 494 failed = true; in rw_t2t_handle_tlv_detect_rsp() 498 failed = true; in rw_t2t_handle_tlv_detect_rsp() 550 failed = true; in rw_t2t_handle_tlv_detect_rsp() 607 failed = true; in rw_t2t_handle_tlv_detect_rsp() 678 failed = true; in rw_t2t_handle_tlv_detect_rsp() 728 if (!found && !failed) { in rw_t2t_handle_tlv_detect_rsp() 735 failed = true; in rw_t2t_handle_tlv_detect_rsp() [all …]
|
D | rw_t1t_ndef.cc | 851 bool failed = false; in rw_t1t_handle_tlv_detect_rsp() local 863 for (offset = start_offset; offset < end_offset && !failed && !found;) { in rw_t1t_handle_tlv_detect_rsp() 893 failed = true; in rw_t1t_handle_tlv_detect_rsp() 922 failed = true; in rw_t1t_handle_tlv_detect_rsp() 926 failed = true; in rw_t1t_handle_tlv_detect_rsp() 976 failed = true; in rw_t1t_handle_tlv_detect_rsp() 1080 failed = true; in rw_t1t_handle_tlv_detect_rsp() 1122 if (!found && !failed) { in rw_t1t_handle_tlv_detect_rsp() 1132 failed = true; in rw_t1t_handle_tlv_detect_rsp() 1136 status = failed ? NFC_STATUS_FAILED : NFC_STATUS_OK; in rw_t1t_handle_tlv_detect_rsp()
|
D | rw_mfc.cc | 1004 bool failed = false; in rw_mfc_handle_read_op() local 1031 failed = true; in rw_mfc_handle_read_op() 1052 failed = true; in rw_mfc_handle_read_op() 1058 if (failed || done) { in rw_mfc_handle_read_op() 1059 evt_data.status = failed ? NFC_STATUS_FAILED : NFC_STATUS_OK; in rw_mfc_handle_read_op()
|
/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/libhidl/transport/allocator/1.0/ |
D | IAllocator.hal | 38 * @return success Whether allocation succeeded (returns false if any allocation failed).
|
/system/update_engine/ |
D | omaha_request_action.cc | 129 bool failed = false; member 167 if (data->failed) in ParserHandlerStart() 234 if (data->failed) in ParserHandlerEnd() 243 data->failed = true; in ParserHandlerEnd() 267 data->failed = true; in ParserHandlerEntityDecl() 976 if (res != XML_STATUS_OK || parser_data.failed) { in TransferComplete()
|
D | README.md | 62 the update, or reports that the update failed with specific error codes, etc. 97 postinstall fails, the entire update is considered failed. 132 * It retries failed network communication. 139 update process after failed attempts or crashes.
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_helper | 141 echo " $TEST_NAME failed for the following cases:\n\t"
|
/system/core/libusbhost/ |
D | usbhost.c | 378 goto failed; in usb_device_new() 382 goto failed; in usb_device_new() 391 failed: in usb_device_new()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 121 /// considered to have failed. If the request times out (e.g. the requestor 147 /// Denotes whether a load request succeeded or failed. 210 /// rejected or failed to complete for some reason
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 60 reboot_on_failure reboot,bpfloader-failed
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 110 // Merging failed due to an unrecoverable error.
|
/system/core/fastboot/ |
D | README.md | 39 b. FAIL -> the requested command failed. The remaining 60 bytes 63 reason and consider the command failed. Stop. 320 previous session failed, e.g. due to network error or user Ctrl+C.
|
D | fastboot.cpp | 1600 goto failed; in fb_perform_format() 1612 goto failed; in fb_perform_format() 1658 failed: in fb_perform_format()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 882 bool failed = false; in CheckMergeState() local 889 failed = true; in CheckMergeState() 905 failed = true; in CheckMergeState() 916 if (failed) { in CheckMergeState()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 1470 int failed = true; in bta_jv_port_mgmt_sr_cback() local 1486 failed = false; in bta_jv_port_mgmt_sr_cback() 1490 if (failed) { in bta_jv_port_mgmt_sr_cback()
|