Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 46) sorted by relevance

12

/system/core/fastboot/device/
Dcommands.cpp193 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 …]
Dfastboot_device.cpp183 WriteStatus(FastbootResult::FAIL, "Unrecognized command " + args[0]); in ExecuteCommands()
197 return WriteStatus(FastbootResult::FAIL, message); in WriteFail()
Dcommands.h29 FAIL, enumerator
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h39 enum Expect { OKAY = 0, FAIL, DATA }; enumerator
43 {"fail", FAIL},
49 {FAIL, "fail"},
/system/libbase/include/android-base/
Dtest_utils.h60 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/
Dmain.cpp130 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/
Dmain.cpp48 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/
Ddebuggerd_test.cpp119 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/
DRefBase_test.cpp326 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/
Dlog_wrap_test.cpp78 FAIL() << "read_with_wrap() should not return before the alarm is triggered."; in TEST()
/system/bt/gd/os/android/
Dwakelock_native_test.cc133 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/
DLogBufferTest.h80 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/
Dnano_string.cc27 #define REPORT_INTERNAL_ERROR(msg) FAIL() << msg
/system/apex/apexd/
Dflattened_apex_test.cpp81 FAIL() << "apexd is running and has pid " << buf; in TEST()
Dapexservice_test.cpp967 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 …]
Dapexd_utils_test.cpp143 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/
Dlink_manager_test.cc127 ….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/
Dlink_manager_test.cc122 ….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/
DREADME.md31 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/
Dgenerate_cpp_unittest.cpp92 FAIL() << "Document contents did not match expected contents"; in Compare()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp312 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/
Dmessage_loop_thread_unittest.cc36 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/
Dmap_ptr_test.cpp247 FAIL(); in sigbus_handler()
256 FAIL() << "No signal raised"; \
/system/netd/server/
DClatdControllerTest.cpp176 FAIL() << "Bad IID: " << v6Str << " not checksum-neutral with " << kIPv4LocalAddr in TEST_F()
/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc163 …hannel_impl.RegisterOnCloseCallback(user_handler->BindOnce([](hci::ErrorCode status) { FAIL(); })), in TEST_F()

12