/system/core/fastboot/device/ |
D | commands.cpp | 169 return device->WriteStatus(FastbootResult::FAIL, "Invalid arguments"); in EraseHandler() 173 return device->WriteStatus(FastbootResult::FAIL, "Erase is not allowed on locked devices"); in EraseHandler() 184 return device->WriteStatus(FastbootResult::FAIL, "Partition doesn't exist"); in EraseHandler() 189 return device->WriteStatus(FastbootResult::FAIL, "Erasing failed"); in EraseHandler() 195 return device->WriteStatus(FastbootResult::FAIL, "Unable to open fastboot HAL"); in OemCmdHandler() 201 return device->WriteStatus(FastbootResult::FAIL, "Unable to do OEM command"); in OemCmdHandler() 204 return device->WriteStatus(FastbootResult::FAIL, ret.message); in OemCmdHandler() 212 return device->WriteStatus(FastbootResult::FAIL, "size argument unspecified"); in DownloadHandler() 216 return device->WriteStatus(FastbootResult::FAIL, in DownloadHandler() 223 return device->WriteStatus(FastbootResult::FAIL, "Invalid size"); in DownloadHandler() [all …]
|
D | fastboot_device.cpp | 172 WriteStatus(FastbootResult::FAIL, "Unrecognized command " + args[0]); in ExecuteCommands() 186 return WriteStatus(FastbootResult::FAIL, message); in WriteFail()
|
D | commands.h | 28 FAIL, enumerator
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 39 enum Expect { OKAY = 0, FAIL, DATA }; enumerator 43 {"fail", FAIL}, 49 {FAIL, "fail"},
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 106 FAIL() << "failed to contact tombstoned: " << strerror(errno); in tombstoned_intercept() 116 FAIL() << "failed to create output pipe: " << strerror(errno); in tombstoned_intercept() 122 FAIL() << "failed to read /proc/sys/fs/pipe-max-size: " << strerror(errno); in tombstoned_intercept() 128 FAIL() << "failed to parse pipe max size"; in tombstoned_intercept() 132 FAIL() << "failed to set pipe size: " << strerror(errno); in tombstoned_intercept() 140 FAIL() << "failed to send output fd to tombstoned: " << strerror(errno); in tombstoned_intercept() 146 FAIL() << "failed to read response from tombstoned: " << strerror(errno); in tombstoned_intercept() 148 FAIL() << "failed to read response from tombstoned (EOF)"; in tombstoned_intercept() 150 FAIL() << "received packet of unexpected length from tombstoned: expected " << sizeof(response) in tombstoned_intercept() 197 FAIL() << "crasher hasn't been started"; in StartIntercept() [all …]
|
/system/libbase/include/android-base/ |
D | test_utils.h | 60 FAIL() << "regex mismatch: expected " << (pattern) << " in:\n" << __s; \ 68 FAIL() << "regex mismatch: expected to not find " << (pattern) << " in:\n" << __s; \
|
/system/core/adb/fdevent/ |
D | fdevent_test.h | 72 FAIL() << "failed to create socketpair: " << strerror(errno); in PrepareThread() 77 FAIL() << "failed to create local socket: " << strerror(errno); in PrepareThread()
|
/system/tools/hidl/test/host_test/ |
D | main.cpp | 130 FAIL() << "Coordinator should handle -p"; in TEST_F() 147 FAIL() << "Coordinator should handle -p"; in TEST_F() 162 FAIL() << "Coordinator should handle -R"; in TEST_F() 196 default: { FAIL() << "Coordinator sent invalid param " << (char)res; } in TEST_F()
|
/system/tools/hidl/lint/test/ |
D | main.cpp | 48 FAIL() << "Could not parse fqName: " << name; in getLintsForHal() 56 FAIL() << "Could not get sources for: " << name; in getLintsForHal() 63 FAIL() << "Could not parse " << fqName.name() << ". Aborting."; in getLintsForHal()
|
/system/core/libutils/ |
D | RefBase_test.cpp | 302 FAIL() << "setaffinity returned:" << errno; in visit2AndRemove() 322 FAIL() << "setaffinity returned:" << errno; in TEST() 338 FAIL(); in TEST() 354 FAIL() << "setaffinity returned:" << errno; in visit3AndRemove() 378 FAIL() << "setaffinity returned:" << errno; in TEST() 404 FAIL(); in TEST()
|
/system/core/liblog/tests/ |
D | log_wrap_test.cpp | 78 FAIL() << "read_with_wrap() should not return before the alarm is triggered."; in TEST()
|
/system/chre/apps/chqts/src/shared/ |
D | nano_string.cc | 28 #define REPORT_INTERNAL_ERROR(msg) FAIL() << msg
|
/system/keymaster/tests/ |
D | android_keymaster_messages_test.cpp | 229 FAIL(); in TEST() 245 FAIL(); in TEST() 278 FAIL(); in TEST() 306 FAIL(); in TEST() 325 FAIL(); in TEST() 350 FAIL(); in TEST() 375 FAIL(); in TEST()
|
/system/apex/apexd/ |
D | flattened_apex_test.cpp | 81 FAIL() << "apexd is running and has pid " << buf; in TEST()
|
D | apexservice_test.cpp | 1223 FAIL(); in TEST_F() 1324 FAIL(); in TEST_F() 1678 FAIL() << GetDebugStr(&installer); in TEST_F() 1733 FAIL() << GetDebugStr(&installer); in TEST_F() 1781 FAIL() << GetDebugStr(&installer); in TEST_F() 1808 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F() 1833 FAIL() << "Unexpected package found " << info.moduleName in TEST_F() 1867 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F() 2620 FAIL() << GetDebugStr(&installer); in TEST_F() 2631 FAIL() << GetDebugStr(&installer); in TEST_F() [all …]
|
/system/core/logd/ |
D | LogBufferTest.h | 76 FAIL() << "Unknown buffer type selected for test"; in SetUp()
|
/system/bt/stack/test/ |
D | stack_btu_test.cc | 109 void Fail(std::string message) { FAIL() << message; } in Fail()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager_test.cc | 127 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 176 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 296 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 370 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 446 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager_test.cc | 118 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 170 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 294 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 379 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 466 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
|
/system/core/fastboot/ |
D | README.md | 31 The first four bytes of the response are "OKAY", "FAIL", "DATA", 39 b. FAIL -> the requested command failed. The remaining 60 bytes 57 The first four bytes of the response are "OKAY", "FAIL", or "INFO". 62 b. FAIL -> display the remaining 60 bytes (if present) as a failure 115 should return a FAIL response, optionally with an error 121 but new implementations should return FAIL instead. 126 space in RAM or "FAIL" if not. The size of 133 the client must reply with "FAIL". After the client
|
/system/bt/common/ |
D | message_loop_thread_unittest.cc | 36 void ShouldNotHappen() { FAIL() << "Should not happen"; } in ShouldNotHappen() 182 FAIL() << "Cannot set real time priority even though we have permission"; in TEST_F()
|
/system/netd/server/ |
D | ClatdControllerTest.cpp | 177 FAIL() << "Bad IID: " << v6Str << " not checksum-neutral with " << kIPv4LocalAddr in TEST_F()
|
D | FirewallControllerTest.cpp | 339 FAIL() << test.description << ":\n" in TEST_F()
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl_test.cc | 163 …hannel_impl.RegisterOnCloseCallback(user_handler->BindOnce([](hci::ErrorCode status) { FAIL(); })), in TEST_F()
|
/system/netd/tests/ |
D | bpf_base_test.cpp | 143 FAIL() << "socket tag still exist after 50ms"; in TEST_F()
|