/bionic/libc/dns/resolv/ |
D | res_stats.c | 39 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt) in _res_stats_set_sample() argument 44 sample->at = now; in _res_stats_set_sample() 145 time_t now = evNowTime().tv_sec; in _res_stats_usable_server() local 146 if (now - last_sample_time > params->sample_validity) { in _res_stats_usable_server()
|
D | res_send.c | 492 time_t now = 0; in res_nsend() local 547 ns, &now, &rcode, &delay); in res_nsend() 556 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend() 578 ns, &v_circuit, &gotsomewhere, &now, &rcode, &delay); in res_nsend() 583 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend() 784 struct timespec now = evNowTime(); in send_vc() local 975 *delay = _res_stats_calculate_rtt(&done, &now); in send_vc() 997 struct timespec now = evNowTime(); in connect_with_timeout() local 998 struct timespec finish = evAddTime(now, timeout); in connect_with_timeout() 1019 struct timespec now, timeout; in retrying_poll() local [all …]
|
D | res_cache.c | 1655 time_t now = _time_now(); in _cache_remove_expired() local 1659 if (now >= e->expires) { in _cache_remove_expired() 1684 time_t now; in _resolv_cache_lookup() local 1728 now = _time_now(); in _resolv_cache_lookup() 1731 if (now >= e->expires) { in _resolv_cache_lookup()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 125 struct timeval now; in evNowTime() local 139 if (gettimeofday(&now, NULL) < 0) in evNowTime() 141 return (evTimeSpec(now)); in evNowTime() 146 struct timeval now; in evUTCTime() local 152 if (gettimeofday(&now, NULL) < 0) in evUTCTime() 154 return (evTimeSpec(now)); in evUTCTime()
|
/bionic/tests/ |
D | string_posix_strerror_r_test.cpp | 30 # error check whether we can build this now...
|
D | system_properties_test2.cpp | 32 auto t = std::chrono::time_point_cast<std::chrono::nanoseconds>(std::chrono::steady_clock::now()); in NanoTime()
|
D | time_test.cpp | 919 auto t0 = std::chrono::steady_clock::now(); in TEST() 922 auto t1 = std::chrono::steady_clock::now(); in TEST() 927 auto t0 = std::chrono::steady_clock::now(); in TEST() 930 auto t1 = std::chrono::steady_clock::now(); in TEST()
|
D | Android.bp | 72 // Disable this option for now: see b/151372823 501 // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer 531 // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer 1039 // For now, these tests run forever, so do not use the isolation framework.
|
D | unistd_test.cpp | 1615 auto t0 = std::chrono::steady_clock::now(); in TEST() 1617 auto t1 = std::chrono::steady_clock::now(); in TEST() 1622 auto t0 = std::chrono::steady_clock::now(); in TEST() 1624 auto t1 = std::chrono::steady_clock::now(); in TEST()
|
D | signal_test.cpp | 759 auto t0 = std::chrono::steady_clock::now(); in TEST() 765 auto t1 = std::chrono::steady_clock::now(); in TEST()
|
/bionic/libc/dns/include/ |
D | resolv_stats.h | 55 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt);
|
/bionic/docs/ |
D | status.md | 60 * [fdsan](fdsan.md) now aborts when it detects common file descriptor errors, 71 * Whole printf family now supports the GNU `%m` extension, rather than a 73 * `popen` now always uses `O_CLOEXEC`, not just with the `e` extension. 76 * Using `%n` with the printf family is now reported as a FORTIFY failure. 108 * Passing a null `FILE*` or `DIR*` to libc is now detected at runtime and 135 * Passing an invalid `pthread_t` to libc is now detected at runtime and 152 * `sem_wait` now returns EINTR when interrupted by a signal. 336 cover other issues. It can now detect, for example, passing `O_CREAT`
|
D | fdtrack.md | 69 libfdtrack chooses to use libunwindstack for now, since unwinding through ART
|
/bionic/tools/versioner/src/ |
D | Driver.cpp | 213 auto start = std::chrono::high_resolution_clock::now(); in initializeTargetCC1FlagCache() 229 auto end = std::chrono::high_resolution_clock::now(); in initializeTargetCC1FlagCache()
|
D | versioner.cpp | 665 auto start = std::chrono::high_resolution_clock::now(); in main() 668 auto end = std::chrono::high_resolution_clock::now(); in main()
|
/bionic/libc/malloc_hooks/ |
D | README.md | 59 There is no hook for malloc\_usable\_size as of now.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 102 symbol lookup and is now supported by the dynamic linker in API 23 and 109 The dynamic linker now understands the difference 181 your code will not work in a future release -- please fix it now! 223 headers. These headers must be present now, because the dynamic linker 379 but is now.
|
D | README.md | 305 The coverage report is now available at `covreport/index.html`.
|
/bionic/libc/malloc_debug/ |
D | README.md | 520 There are now multiple versions of the file:
|
/bionic/libc/ |
D | Android.bp | 112 // warning since this is intended right now.
|