Home
last modified time | relevance | path

Searched refs:time (Results 2326 - 2350 of 5544) sorted by relevance

1...<<919293949596979899100>>...222

/third_party/ffmpeg/libavformat/
H A Davio.h286 enum AVIODataMarkerType type, int64_t time);
467 * @param time the stream time the current bytestream pos corresponds to
472 void avio_write_marker(AVIOContext *s, int64_t time, enum AVIODataMarkerType type);
/third_party/curl/docs/examples/
H A Dhttp2-upload.c36 #include <sys/time.h>
125 epoch_offset = time(NULL) - tv.tv_sec; in my_trace()
H A Dsynctime.c25 * Set your system time from a remote HTTP server's Date: header.
35 * # date -s "`curl -sI https://nist.time.gov/timezone.cgi?UTC/s/0 \
38 * To view remote webserver date and time.
39 * $ curl -sI https://nist.time.gov/timezone.cgi?UTC/s/0 \
42 * Synchronising your computer clock via Internet time server usually relies
44 * time synchronization but it does not work well through a
48 * There is an indirect method. Since most webserver provide server time in
54 * 2. Webserver system time must in sync with the NTP time server,
55 * or at least provide an accurate time keepin
[all...]
/third_party/curl/lib/
H A Dcurl_setup_once.h36 #include <time.h>
56 #include <sys/time.h>
/third_party/libuv/src/unix/
H A Dopenbsd.c28 #include <sys/time.h>
177 now = time(NULL); in uv_uptime()
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h79 time_t time; member
110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
173 time_t free_time; /* time when added to bucket-list */
/third_party/libcoap/include/coap3/
H A Dcoap_net.h24 #include <sys/time.h>
26 #include <time.h>
407 * time, the textual reason phrase for @p code will be added as payload, with
589 * coap_io_do_io() before returning with the time spent in the function.
594 * finally coap_io_do_epoll() before returning with the time spent in the
694 * @param now Current time.
718 * @param now Current time
735 * @param now Current time.
845 * @param now Current time.
869 * @param now Current time
[all...]
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c221 time_t expire = time(NULL); in mtx_timedlock()
224 time_t now = time(NULL); in mtx_timedlock()
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_status.c31 #include <time.h>
119 * memory needed to make the data vs time to send it. in callback_lws_status()
128 time(&pss->time_est); in callback_lws_status()
183 "{\"peer\":\"%s\",\"time\":\"%ld\"," in callback_lws_status()
/third_party/node/deps/v8/tools/
H A Dgdb-v8-support.py35 import time namespace
219 time_suffix = time.strftime("%Y%m%d-%H%M%S")
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c5 #include <time.h>
31 time_t time_now = time(NULL); in log_file_name_generate()
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c25 #include <sys/time.h>
28 #include <time.h>
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c25 #include <sys/time.h>
28 #include <time.h>
/third_party/musl/src/misc/
H A Dioctl.c4 #include <time.h>
5 #include <sys/time.h>
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c69 #include <sys/time.h> /* definitions of settimer() */
204 "\t -x time for which test is to be run. default: 24 Hrs\n", in usage()
236 srand(time(NULL) % 100); in shmat_shmdt()
421 exec_time = 24.0; /* minimum time period for which to run the tests */ in main()
432 case 'x': /* time in hrs to run this test. */ in main()
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c45 #include <time.h>
46 #include <sys/time.h>
64 * The time to wait should be set appropriately so that the waiting thread
65 * is coming out of the wait at around the same time as the other thread is
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c32 Note: Running this program just a few times, using total CPU time of
36 stress test at the same time you run other tests, like a multi-user
59 #include <time.h>
88 /* max time allowed per try, in seconds */
157 nseed = time(NULL); in main()
188 printf("time limit reached on pid. using kill.\n"); in monitor_fcn()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c29 #include <time.h>
139 usleep((useconds_t)(100000 + (time(NULL) & 0xffff))); in thread_spam()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A D1-1.c17 #include <time.h>
23 /* current time */ in main()
24 time_t t = time(NULL); in main()
33 /* use format controls to print the various date/time components. */ in main()
/third_party/node/deps/uv/src/unix/
H A Dopenbsd.c28 #include <sys/time.h>
172 now = time(NULL); in uv_uptime()
/third_party/openssl/test/
H A Docspapitest.c75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); in make_dummy_resp()
76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); in make_dummy_resp()
/third_party/pulseaudio/src/modules/rtp/
H A Dsdp.c24 #include <time.h>
70 ntp = (uint32_t) time(NULL) + 2208988800U; in pa_sdp_build()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c30 #include <time.h>
31 #include <sys/time.h>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp79 egl::Error SurfaceEGL::setPresentationTime(EGLnsecsANDROID time) in setPresentationTime() argument
81 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime()
230 // The driver may return EGL_BAD_ACCESS at any time if the requested frame is no longer stored. in getFrameTimestamps()
/third_party/skia/tools/viewer/
H A DStatsLayer.cpp163 double time = totalTime / std::max(1, totalCount); in onPaint() local
165 canvas->drawString(SkStringPrintf("%4.3f ms -> %4.3f ms", time, measure), in onPaint()

Completed in 15 milliseconds

1...<<919293949596979899100>>...222