/system/tools/hidl/c2hal/test/ |
D | build_all.py | 32 success, failure = genFiles(path, is_open_gl) 35 print("Failure: ", ", ".join(failure)) 37 ratio = len(success) / (len(success) + len(failure)) 50 failure = [] 69 failure += [header] 71 return success, failure
|
/system/update_engine/payload_consumer/ |
D | fake_file_descriptor.cc | 31 for (const auto& failure : failure_ranges_) { in Read() local 34 if (failure.first <= offset_ && offset_ < failure.first + failure.second) { in Read() 38 if (failure.first > offset_) in Read() 39 first_failure = std::min(first_failure, failure.first); in Read()
|
/system/core/init/ |
D | subcontext.cpp | 143 auto* failure = reply->mutable_failure(); in RunCommand() local 144 failure->set_error_string(result.error_string()); in RunCommand() 145 failure->set_error_errno(result.error_errno()); in RunCommand() 154 auto* failure = reply->mutable_failure(); in ExpandArgs() local 155 failure->set_error_string("Failed to expand '" + arg + "'"); in ExpandArgs() 156 failure->set_error_errno(0); in ExpandArgs() 322 auto& failure = subcontext_reply->failure(); in Execute() local 323 return ResultError(failure.error_string(), failure.error_errno()); in Execute() 346 auto& failure = subcontext_reply->failure(); in ExpandArgs() local 347 return ResultError(failure.error_string(), failure.error_errno()); in ExpandArgs()
|
D | subcontext.proto | 38 Failure failure = 2; field
|
/system/core/logcat/ |
D | logcatd.rc | 16 # expect /init to report failure if property empty (default) 24 # expect /init to report failure if property empty (default)
|
D | event.logtags | 129 # libc failure logging 145 # libcore failure logging
|
/system/sepolicy/private/ |
D | init.te | 33 # Allow the BoringSSL self test to request a reboot upon failure
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | init.te | 33 # Allow the BoringSSL self test to request a reboot upon failure
|
/system/bt/stack/smp/ |
D | smp_act.cc | 234 p_cb->failure = p_data->status; in smp_send_pair_fail() 237 p_cb->failure); in smp_send_pair_fail() 1089 p_cb->failure = SMP_CONFIRM_VALUE_ERR; in smp_proc_compare() 1616 p_cb->failure = SMP_CONFIRM_VALUE_ERR; in smp_process_peer_nonce() 1627 p_cb->failure = SMP_NUMERIC_COMPAR_FAIL; in smp_process_peer_nonce() 1640 p_cb->failure = SMP_CONFIRM_VALUE_ERR; in smp_process_peer_nonce() 1664 p_cb->failure = SMP_CONFIRM_VALUE_ERR; in smp_process_peer_nonce() 1711 p_cb->failure = SMP_DHKEY_CHK_FAIL; in smp_match_dhkey_checks() 1830 p_cb->failure = SMP_CONFIRM_VALUE_ERR; in smp_process_secure_connection_oob_data()
|
D | smp_int.h | 266 uint8_t failure; member
|
/system/bt/doc/ |
D | pts_guide.md | 43 - `PTS_SmpFailureCase` enables handling for various SMP failure cases.
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 29 * Must return empty token on failure.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 184 …led and anything from the launched programs stderr is logged in the test failure. | Empty String (… 197 … a return code of 0 to signal the parsing was successful. In the case of failure, return a non-zer… 299 Whenever a test fails, it will print out to the console the reason for failure 300 and the lines and file where the error happened. At the end of each failure 319 backtrace of the underlying fastboot commands leading up the failure in this test. 327 One can easily see the reason for the failure was the test expected the device to 330 If it is still unclear why the failure is happening, the last thing to do is look 354 (i.e. with valid input), as well as the opposite. Make sure the failure tests 389 - *Saved Test Log*: Fuzzy Fastboot should be able to create a failure log for every failing test an…
|
/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 75 * can be ignored in case of failure. 103 * can be ignored in case of failure.
|
D | IBluetoothGattClient.txt | 173 * queued writes. Returns false in case of a failure, e.g. if a reliable write
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_neverallows.te | 17 # will result in CTS failure.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_neverallows.te | 17 # will result in CTS failure.
|
/system/sepolicy/public/ |
D | hal_neverallows.te | 17 # will result in CTS failure.
|
/system/core/adb/ |
D | OVERVIEW.TXT | 102 2. For failure, the 4-byte "FAIL" string, followed by a 104 for failure.
|
/system/core/fastboot/ |
D | README.md | 40 of the response (if present) provide a textual failure message 62 b. FAIL -> display the remaining 60 bytes (if present) as a failure 78 Client: "FAILUnknown variable" getvar failure; see getvar details below 96 Client: "FAILunknown command" indicate failure
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 98 /// completion/failure of the request. 118 /// completion/failure of a load request.
|
/system/netd/resolv/ |
D | stats.proto | 54 NS_R_SERVFAIL = 2; // Server failure.
|
D | README.md | 88 to 3 times before reporting failure to `DnsTlsDispatcher`.
|
/system/sepolicy/ |
D | README | 17 newline inserted between each file as these are common failure
|
/system/core/liblog/ |
D | NOTICE | 174 work stoppage, computer failure or malfunction, or any and all
|