Home
last modified time | relevance | path

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

/system/core/libpixelflinger/tests/arch-arm64/disassembler/
Darm64_diassembler_test.cpp296 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/core/libpixelflinger/tests/arch-mips64/disassembler/
Dmips64_disassembler_test.cpp150 uint32_t failed = 0; in main() local
163 failed++; in main()
184 failed++; in main()
205 failed++; in main()
208 if(failed == 0) in main()
215 printf("%d tests FAILED\n", failed); in main()
/system/connectivity/wifilogd/
Dos.cpp54 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/
Ddaemon.cc70 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/tools/hidl/test/
Drun_all_host_tests.sh38 for failed in ${FAILED_TESTS[@]}; do
39 echo "FAILED TEST: $failed"
Drun_all_device_tests.sh53 for failed in ${FAILED_TESTS[@]}; do
54 echo "FAILED TEST: $failed"
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc403 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 …]
Drw_t1t_ndef.cc851 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()
Drw_mfc.cc1007 bool failed = false; in rw_mfc_handle_read_op() local
1034 failed = true; in rw_mfc_handle_read_op()
1055 failed = true; in rw_mfc_handle_read_op()
1061 if (failed || done) { in rw_mfc_handle_read_op()
1062 evt_data.status = failed ? NFC_STATUS_FAILED : NFC_STATUS_OK; in rw_mfc_handle_read_op()
/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/libhidl/transport/allocator/1.0/
DIAllocator.hal38 * @return success Whether allocation succeeded (returns false if any allocation failed).
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1135 bool failed = false; in Run() local
1138 failed = true; in Run()
1142 return failed; in Run()
1145 bool failed = false; in Run() local
1153 failed |= check_dsos(kDSOs, arraysize(kDSOs)); in Run()
1159 failed |= check_dsos(kDSOsWithBuildIDs, arraysize(kDSOsWithBuildIDs)); in Run()
1162 if (failed) { in Run()
1474 W: profile collection failed in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_helper129 echo " $TEST_NAME failed for the following cases:\n\t"
Dhidl_test_client.cpp2884 int failed = ::testing::UnitTest::GetInstance()->failed_test_count(); in forkAndRunTests() local
2885 if (failed == 0) { in forkAndRunTests()
2888 exit(failed); in forkAndRunTests()
/system/core/libusbhost/
Dusbhost.c378 goto failed; in usb_device_new()
382 goto failed; in usb_device_new()
391 failed: in usb_device_new()
/system/update_engine/
Domaha_request_action.cc493 bool failed = false; member
534 if (data->failed) in ParserHandlerStart()
608 if (data->failed) in ParserHandlerEnd()
617 data->failed = true; in ParserHandlerEnd()
641 data->failed = true; in ParserHandlerEntityDecl()
1252 if (res != XML_STATUS_OK || parser_data.failed) { in TransferComplete()
/system/chre/platform/shared/idl/
Dhost_messages.fbs121 /// 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/core/fastboot/
DREADME.md39 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.
Dfastboot.cpp1490 goto failed; in fb_perform_format()
1502 goto failed; in fb_perform_format()
1548 failed: in fb_perform_format()
/system/bt/bta/jv/
Dbta_jv_act.cc1468 int failed = true; in bta_jv_port_mgmt_sr_cback() local
1484 failed = false; in bta_jv_port_mgmt_sr_cback()
1488 if (failed) { in bta_jv_port_mgmt_sr_cback()
/system/bt/doc/
Dpower_management.md177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
/system/core/adb/
Dprotocol.txt171 if this CLOSE indicates a failed OPEN.