Home
last modified time | relevance | path

Searched refs:time (Results 726 - 750 of 3596) sorted by relevance

1...<<21222324252627282930>>...144

/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp112 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 Ddrm_vsync_worker.cpp112 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 Ddrm_vsync_worker.cpp112 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 Ddrm_vsync_worker.cpp122 uint64_t time = WaitNextVBlank(seq); in WorkThread() local
124 mCallBack->Vsync(seq, time); in WorkThread()
/third_party/curl/tests/libtest/
H A Dlib677.c39 time_t start = time(NULL); in test()
54 while(time(NULL) - start < 5) { in test()
/third_party/ffmpeg/libavformat/
H A Ddash.c98 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 Dtinycthread.h77 #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 Dsanei_init_debug.c59 #include <time.h>
60 #include <sys/time.h>
/third_party/curl/docs/examples/
H A Dchkspeed.c31 * 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 Dcycleclock.h3 // 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 Dufortune.c33 #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 Dtzdate.c18 #include <time.h>
60 /* format year for system time */ in main()
116 time(&now); in getSystemCurrentTime()
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py28 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 Detnaviv_priv.h58 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 Drandom-del-create.c9 #include <time.h>
46 time(&t); in main()
H A Drandom-access-del-create.c9 #include <time.h>
49 time(&t); in main()
H A Dcreate-files.c8 #include <time.h>
46 time(&t); in main()
/third_party/node/test/pummel/
H A Dtest-crypto-timing-safe-equal-benchmarks.js44 // 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 Dchild_process.js37 function logAfterTime(time) {
42 }, time);
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h54 time_t time (time_t *);
135 __REDIR(time, __time64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h53 time_t time (time_t *);
134 __REDIR(time, __time64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h54 time_t time (time_t *);
135 __REDIR(time, __time64);
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h120 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 Dnull.c33 #include <time.h>
50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
/third_party/libfuse/test/
H A Dconftest.py5 import time namespace
22 time.sleep(1)

Completed in 10 milliseconds

1...<<21222324252627282930>>...144