/system/core/fastboot/device/ |
D | commands.cpp | 193 device->WriteStatus(FastbootResult::FAIL, ret.message); in OemPostWipeData() 203 return device->WriteStatus(FastbootResult::FAIL, "Invalid arguments"); in EraseHandler() 207 return device->WriteStatus(FastbootResult::FAIL, "Erase is not allowed on locked devices"); in EraseHandler() 218 return device->WriteStatus(FastbootResult::FAIL, "Partition doesn't exist"); in EraseHandler() 234 return device->WriteStatus(FastbootResult::FAIL, "Erasing failed"); in EraseHandler() 240 return device->WriteStatus(FastbootResult::FAIL, "Unable to open fastboot HAL"); in OemCmdHandler() 245 return device->WriteStatus(FastbootResult::FAIL, "Unable to do oem postwipedata userdata"); in OemCmdHandler() 251 return device->WriteStatus(FastbootResult::FAIL, "Unable to do OEM command"); in OemCmdHandler() 254 return device->WriteStatus(FastbootResult::FAIL, ret.message); in OemCmdHandler() 262 return device->WriteStatus(FastbootResult::FAIL, "size argument unspecified"); in DownloadHandler() [all …]
|
D | fastboot_device.cpp | 183 WriteStatus(FastbootResult::FAIL, "Unrecognized command " + args[0]); in ExecuteCommands() 197 return WriteStatus(FastbootResult::FAIL, message); in WriteFail()
|
D | commands.h | 29 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/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/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/debuggerd/ |
D | debuggerd_test.cpp | 119 FAIL() << "failed to contact tombstoned: " << strerror(errno); in tombstoned_intercept() 129 FAIL() << "failed to create output pipe: " << strerror(errno); in tombstoned_intercept() 135 FAIL() << "failed to read /proc/sys/fs/pipe-max-size: " << strerror(errno); in tombstoned_intercept() 141 FAIL() << "failed to parse pipe max size"; in tombstoned_intercept() 145 FAIL() << "failed to set pipe size: " << strerror(errno); in tombstoned_intercept() 153 FAIL() << "failed to send output fd to tombstoned: " << strerror(errno); in tombstoned_intercept() 159 FAIL() << "failed to read response from tombstoned: " << strerror(errno); in tombstoned_intercept() 161 FAIL() << "failed to read response from tombstoned (EOF)"; in tombstoned_intercept() 163 FAIL() << "received packet of unexpected length from tombstoned: expected " << sizeof(response) in tombstoned_intercept() 215 FAIL() << "crasher hasn't been started"; in StartIntercept() [all …]
|
/system/core/libutils/ |
D | RefBase_test.cpp | 326 FAIL() << "setaffinity returned:" << errno; in visit2AndRemove() 346 FAIL() << "setaffinity returned:" << errno; in TEST() 362 FAIL(); in TEST() 378 FAIL() << "setaffinity returned:" << errno; in visit3AndRemove() 402 FAIL() << "setaffinity returned:" << errno; in TEST() 428 FAIL(); in TEST()
|
/system/logging/liblog/tests/ |
D | log_wrap_test.cpp | 78 FAIL() << "read_with_wrap() should not return before the alarm is triggered."; in TEST()
|
/system/bt/gd/os/android/ |
D | wakelock_native_test.cc | 133 FAIL() << "Fail to obtain suspend_control"; in SetUp() 141 FAIL() << "Fail to register suspend callback"; in SetUp() 151 FAIL() << "Fail to register wakeup callback"; in SetUp()
|
/system/logging/logd/ |
D | LogBufferTest.h | 80 FAIL() << "Unknown buffer type selected for test"; in SetUp() 174 FAIL() << "ReleaseAndJoinReaders() timed out with reader threads still running"; in ReleaseAndJoinReaders()
|
/system/chre/apps/test/chqts/src/shared/ |
D | nano_string.cc | 27 #define REPORT_INTERNAL_ERROR(msg) FAIL() << msg
|
/system/apex/apexd/ |
D | flattened_apex_test.cpp | 81 FAIL() << "apexd is running and has pid " << buf; in TEST()
|
D | apexservice_test.cpp | 967 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F() 1258 FAIL(); in TEST_F() 1360 FAIL(); in TEST_F() 1739 FAIL() << GetDebugStr(&installer); in TEST_F() 1794 FAIL() << GetDebugStr(&installer); in TEST_F() 1842 FAIL() << GetDebugStr(&installer); in TEST_F() 1869 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F() 1894 FAIL() << "Unexpected package found " << info.moduleName in TEST_F() 1933 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F() 2714 FAIL() << GetDebugStr(&installer); in TEST_F() [all …]
|
D | apexd_utils_test.cpp | 143 FAIL() << "Failed to mkdir " << from_subdir << " : " << strerror(errno); in TEST() 189 FAIL() << "Failed to mkdir " << from_subdir << " : " << strerror(errno); in TEST()
|
/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 | 122 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 181 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 317 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 413 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 511 ….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/tools/aidl/ |
D | generate_cpp_unittest.cpp | 92 FAIL() << "Document contents did not match expected contents"; in Compare()
|
/system/keymaster/tests/ |
D | android_keymaster_messages_test.cpp | 312 FAIL(); in TEST() 329 FAIL(); in TEST() 363 FAIL(); in TEST() 392 FAIL(); in TEST() 412 FAIL(); in TEST() 438 FAIL(); in TEST() 464 FAIL(); in TEST()
|
/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/incremental_delivery/incfs/tests/util/ |
D | map_ptr_test.cpp | 247 FAIL(); in sigbus_handler() 256 FAIL() << "No signal raised"; \
|
/system/netd/server/ |
D | ClatdControllerTest.cpp | 176 FAIL() << "Bad IID: " << v6Str << " not checksum-neutral with " << kIPv4LocalAddr 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()
|