/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 112 uint64_t time = WaitNextVBlank(seq); in WorkThread() local 114 mCallBack->Vsync(seq, time); in WorkThread()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 112 uint64_t time = WaitNextVBlank(seq); in WorkThread() local 114 mCallBack->Vsync(seq, time); in WorkThread()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 112 uint64_t time = WaitNextVBlank(seq); in WorkThread() local 114 mCallBack->Vsync(seq, time); in WorkThread()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 122 uint64_t time = WaitNextVBlank(seq);
in WorkThread() local 124 mCallBack->Vsync(seq, time);
in WorkThread()
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 39 time_t start = time(NULL); in test() 54 while(time(NULL) - start < 5) { in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | dash.c | 98 int64_t time) { in ff_dash_fill_tmpl_params() 137 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, time); in ff_dash_fill_tmpl_params() 95 ff_dash_fill_tmpl_params(char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time) ff_dash_fill_tmpl_params() argument
|
/third_party/glfw/deps/ |
H A D | tinycthread.h | 77 #include <time.h> 81 #include <sys/time.h> 95 /* Workaround for missing TIME_UTC: If time.h doesn't provide TIME_UTC, 97 the only other supported time specifier: CLOCK_REALTIME (and if that fails, 152 * a compiler error), since compile-time TLS is not supported in the Mac OS X 173 #define thrd_timeout 2 /**< The time specified in the call was reached without acquiring the requested resource */ 269 * at the time of the call. If no threads are blocked on the condition variable 270 * at the time of the call, the function does nothing and return success. 279 * at the time of the call. If no threads are blocked on the condition variable 280 * at the time o [all...] |
/third_party/backends/sanei/ |
H A D | sanei_init_debug.c | 59 #include <time.h> 60 #include <sys/time.h>
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 31 * amount of downloaded bytes, the time used for the whole download, and 40 #include <time.h> 154 time_t t = time(NULL); in main() 186 /* check for total download time */ in main() 189 printf("Total download time: %lu.%06lu sec.\n", in main() 199 /* check for name resolution time */ in main() 202 printf("Name lookup time: %lu.%06lu sec.\n", in main() 205 /* check for connect time */ in main() 208 printf("Connect time: %lu.%06lu sec.\n", in main()
|
/third_party/benchmark/src/ |
H A D | cycleclock.h | 3 // A CycleClock tells you the current time in Cycles. The "time" 4 // is actually time since power-on. This is like time() but doesn't 46 #include <sys/time.h> 47 #include <time.h> 65 // architecture, to return the number of "mach time units" that in Now() 68 // macs to the number of mach time units per second, not actual in Now() 87 // This returns a time-base, which is not always precisely a cycle-count. in Now()
|
/third_party/icu/icu4c/source/samples/ufortune/ |
H A D | ufortune.c | 33 #include <time.h> 196 i = time(NULL) % numFortunes; /* Use time to pick a somewhat-random fortune. */ in main()
|
/third_party/icu/icu4c/source/test/compat/ |
H A D | tzdate.c | 18 #include <time.h> 60 /* format year for system time */ in main() 116 time(&now); in getSystemCurrentTime()
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 28 import time namespace 55 time.sleep(1) 112 # connecting at the same time don't race for one nick and get blocked.
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_priv.h | 58 time_t time; member 82 drm_private void etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time); 113 time_t free_time; /* time when added to bucket-list */
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
H A D | random-del-create.c | 9 #include <time.h> 46 time(&t); in main()
|
H A D | random-access-del-create.c | 9 #include <time.h> 49 time(&t); in main()
|
H A D | create-files.c | 8 #include <time.h> 46 time(&t); in main()
|
/third_party/node/test/pummel/ |
H A D | test-crypto-timing-safe-equal-benchmarks.js | 44 // Flip the order of the benchmarks half of the time. 91 // a very long time to execute. 100 // that this test will be a bit flakey and will fail 0.01% of the time even if 111 `timingSafeEqual should not leak information from its execution time (t=${t})`, 115 // same benchmarks again, this time with an unsafe comparison function. In this 121 `Buffer#equals should leak information from its execution time (t=${t2})`,
|
/third_party/node/test/common/ |
H A D | child_process.js | 37 function logAfterTime(time) { 42 }, time);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 54 time_t time (time_t *); 135 __REDIR(time, __time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 53 time_t time (time_t *); 134 __REDIR(time, __time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 54 time_t time (time_t *); 135 __REDIR(time, __time64);
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 120 virtual double time(int32_t n, UErrorCode* status) { in time() function in UPerfFunction 186 int32_t time; member in UPerfTest
|
/third_party/libfuse/example/ |
H A D | null.c | 33 #include <time.h> 50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
|
/third_party/libfuse/test/ |
H A D | conftest.py | 5 import time namespace 22 time.sleep(1)
|