Home
last modified time | relevance | path

Searched refs:time (Results 3001 - 3025 of 8631) sorted by relevance

1...<<121122123124125126127128129130>>...346

/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()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tooltip.py13 import time namespace
136 time.sleep(0.15)
/third_party/python/Lib/test/
H A Dtest_threading_local.py62 import time namespace
65 time.sleep(0.01)
H A Dtest_urllibnet.py12 import time namespace
199 time.strptime(datevalue, dateformat)
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler.cc234 snprintf(buf, sizeof(buf), "*** %s received at time=%ld%s ***\n", in WriteSignalMessage()
236 static_cast<long>(time(nullptr)), // NOLINT(runtime/int) in WriteSignalMessage()
239 snprintf(buf, sizeof(buf), "*** Signal %d received at time=%ld%s ***\n", in WriteSignalMessage()
240 signo, static_cast<long>(time(nullptr)), // NOLINT(runtime/int) in WriteSignalMessage()
306 // set amount of time. If AbslFailureSignalHandler() hangs for more than
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py9 import time namespace
119 time.sleep(1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py9 import time namespace
119 time.sleep(1)
/third_party/python/Modules/
H A D_datetimemodule.c1 /* C implementation for the date/time type documented at
21 #include <time.h>
100 /* Time accessors for time. */
473 /* Check that time arguments are in range. Return 0 if they are. If they
660 * tp_basicsize for the time and datetime types is set to the size of the
842 return -4; // Malformed time separator in parse_hh_mm_ss_ff()
879 // Parse the time portion of a datetime.isoformat() string in parse_isoformat_time()
884 // -3: Failed to parse time component in parse_isoformat_time()
885 // -4: Failed to parse time separator in parse_isoformat_time()
905 // We know that there's no time zon in parse_isoformat_time()
1721 PyObject *time = PyImport_ImportModule("time"); wrap_strftime() local
1751 PyObject *time = PyImport_ImportModule("time"); time_time() local
1768 PyObject *time; build_struct_time() local
2975 PyObject *time; date_today() local
5245 PyObject *time; datetime_combine() local
[all...]

Completed in 18 milliseconds

1...<<121122123124125126127128129130>>...346