Home
last modified time | relevance | path

Searched refs:time (Results 1001 - 1025 of 4266) sorted by relevance

1...<<41424344454647484950>>...171

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D3-2.c29 #include <time.h>
70 ts.tv_sec = time(NULL) + 1; in main()
H A D3-1.c27 #include <time.h>
68 ts.tv_sec = time(NULL) + 1; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D5-1.c59 currsec1 = time(NULL); in fn_wr_1()
61 /* Absolute time, not relative. */ in fn_wr_1()
103 currsec1 = time(NULL); in fn_wr_2()
105 /* Absolute time, not relative. */ in fn_wr_2()
158 /* the child thread does not block, check the time expired or not */ in main()
194 /* the child thread does not block, check the time expired or not */ in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A D2-1.c18 #include <time.h>
24 /* current time */ in main()
25 time_t t = time(NULL); in main()
34 /* use format controls to print the various date/time components. */ in main()
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc17 #include "src/base/platform/time.h"
83 // Compute the time for end of timeout.
84 const Time time = Time::NowFromSystemTime() + rel_time;
85 const struct timespec ts = time.ToTimespec();
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c235 trace_dump_call_time(int64_t time) in trace_dump_call_time() argument
239 trace_dump_tag_begin("time"); in trace_dump_call_time()
240 trace_dump_int(time); in trace_dump_call_time()
241 trace_dump_tag_end("time"); in trace_dump_call_time()
281 * time. in trace_dump_trace_begin()
517 * TODO: Make this run-time configurable in trace_dump_box_bytes()
/third_party/musl/Benchmark/scripts/
H A Dcompare_benchmark_result.py57 ([0-9,.]+) # time
74 case, time, cpu, iters = m.groups()
76 current_data[case] = [float(time), float(cpu), float(iters)]
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c7 #include <time.h>
40 T(t = time(0)); in inc()
H A Dipc_shm.c7 #include <time.h>
35 T(t = time(0)); in set()
H A Dutime64.c5 #include <time.h>
46 t = time(0); in main()
H A Dutime.c5 #include <time.h>
43 t = time(0); in main()
/third_party/musl/libc-test/src/api/
H A Dtime.c1 #include <time.h>
54 {time_t(*p)(time_t*) = time;} in f()
/third_party/python/Doc/
H A Dconf.py9 import sys, os, time namespace
47 copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
/third_party/python/Lib/asyncio/
H A Dtimeouts.py34 """Schedule a timeout that will trigger at a given loop time.
37 - If `when < loop.time()`, the timeout will trigger on the next
67 if when <= loop.time():
142 return Timeout(loop.time() + delay if delay is not None else None)
146 """Schedule the timeout at absolute time.
148 Like timeout() but argument gives absolute time in the same clock system
149 as loop.time().
151 Please note: it is not POSIX time but a time with
152 undefined starting base, e.g. the time o
[all...]
/third_party/skia/third_party/externals/icu/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/skia/third_party/externals/icu/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/skia/third_party/externals/microhttpd/src/examples/
H A Dfileserver_example_external_select.c125 end = time (NULL) + atoi (argv[2]); in main()
126 while ((t = time (NULL)) < end) in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform.h123 #include <sys/time.h>
141 #include <time.h>
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DEventScheduler.java149 * Add an event to the scheduler. Events with the same time will be
191 public SchedulableEvent getNextEvent(long time) { in getNextEvent() argument
196 // Is it time for this list to be processed? in getNextEvent()
197 if (lowestTime <= time) { in getNextEvent()
209 * and that the current time is System.nanoTime().
222 // Is it time for the earliest list to be processed? in waitNextEvent()
/third_party/toybox/porting/liteos_a/
H A Dtoys.h41 #include <sys/time.h>
47 #include <time.h>
/third_party/toybox/
H A Dtoys.h38 #include <sys/time.h>
44 #include <time.h>
/third_party/python/Lib/test/
H A Dtest_syslog.py6 import time namespace
76 time.sleep(0.1)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dfutex.h22 #include <sys/time.h>
33 #include <time.h>
93 // Unlike FUTEX_WAIT, FUTEX_WAIT_BITSET uses absolute time. in WaitUntil()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py3 """Script to generate Chromium's Abseil .def files at roll time.
6 roll time.
28 import time namespace
155 time.sleep(10)
/third_party/skia/gm/
H A Dstringart.cpp151 SkScalar time = (float)(fmod(1e-9 * nanos, fDur) / fDur); variable
153 anim->seek(time);

Completed in 10 milliseconds

1...<<41424344454647484950>>...171