Home
last modified time | relevance | path

Searched refs:now (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/dns/resolv/
Dres_stats.c39 _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()
Dres_send.c492 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 …]
Dres_cache.c1655 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/
Dev_timers.c125 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/
Dstring_posix_strerror_r_test.cpp30 # error check whether we can build this now...
Dsystem_properties_test2.cpp32 auto t = std::chrono::time_point_cast<std::chrono::nanoseconds>(std::chrono::steady_clock::now()); in NanoTime()
Dtime_test.cpp919 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()
DAndroid.bp72 // 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.
Dunistd_test.cpp1615 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()
Dsignal_test.cpp759 auto t0 = std::chrono::steady_clock::now(); in TEST()
765 auto t1 = std::chrono::steady_clock::now(); in TEST()
/bionic/libc/dns/include/
Dresolv_stats.h55 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt);
/bionic/docs/
Dstatus.md60 * [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`
Dfdtrack.md69 libfdtrack chooses to use libunwindstack for now, since unwinding through ART
/bionic/tools/versioner/src/
DDriver.cpp213 auto start = std::chrono::high_resolution_clock::now(); in initializeTargetCC1FlagCache()
229 auto end = std::chrono::high_resolution_clock::now(); in initializeTargetCC1FlagCache()
Dversioner.cpp665 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/
DREADME.md59 There is no hook for malloc\_usable\_size as of now.
/bionic/
Dandroid-changes-for-ndk-developers.md102 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.
DREADME.md305 The coverage report is now available at `covreport/index.html`.
/bionic/libc/malloc_debug/
DREADME.md520 There are now multiple versions of the file:
/bionic/libc/
DAndroid.bp112 // warning since this is intended right now.