Searched refs:errors (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_stats.c | 58 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors, in android_net_res_stats_aggregate() argument 99 *errors = e; in android_net_res_stats_aggregate() 122 int errors = -1; in _res_stats_usable_server() local 127 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors, in _res_stats_usable_server() 129 if (successes >= 0 && errors >= 0 && timeouts >= 0) { in _res_stats_usable_server() 130 int total = successes + errors + timeouts; in _res_stats_usable_server() 133 "= %d, rtt = %d, min_samples = %d\n", successes, errors, timeouts, internal_errors, in _res_stats_usable_server() 136 if (total >= params->min_samples && (errors > 0 || timeouts > 0)) { in _res_stats_usable_server()
|
/bionic/tools/versioner/tests/compilation_error/ |
D | expected_fail | 1 versioner: compilation generated warnings or errors
|
/bionic/libc/dns/include/ |
D | resolv_stats.h | 67 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors,
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_blk.h | 92 __virtio32 errors; member
|
/bionic/libc/kernel/ |
D | README.md | 93 changes do not introduce any errors.
|
/bionic/docs/ |
D | status.md | 60 * [fdsan](fdsan.md) now aborts when it detects common file descriptor errors, 78 corresponding pointer argument, leading to obscure errors. The scanf family 82 * [fdsan](fdsan.md) detects and logs common file descriptor errors at runtime.
|
D | fdsan.md | 8 …errors are direct analogues of the memory allocation *use-after-free* and *double-free* bugs, but …
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 35 Any errors detected by the library are reported in the log.
|
D | README.md | 30 Any errors detected by the library are reported in the log.
|
/bionic/tests/ |
D | system_properties_test.cpp | 314 TEST(properties, errors) { in TEST() argument
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 401 ## Enable logging of dlopen/dlsym and library loading errors for apps (Available in Android O) 415 internal error buffer, so you'll see any errors the dynamic linker would
|