Home
last modified time | relevance | path

Searched refs:time (Results 2551 - 2575 of 3617) sorted by relevance

1...<<101102103104105106107108109110>>...145

/third_party/openssl/crypto/rsa/
H A Drsa_x931g.c18 #include <time.h>
/third_party/openssl/crypto/x509/
H A Dby_file.c11 #include <time.h>
/third_party/skia/third_party/externals/libpng/
H A Dpngconf.h56 # include <time.h>
84 * can be used. Some are fixed at build time (e.g. PNG_API_RULE
143 * extracted at link time and need no special processing by the compiler,
177 * This code is used at build time to find PNG_IMPEXP, the API settings
473 * verified at library build time.
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_fileserver.c38 #include "time.h"
91 time(&t); in Rfc1123_DateTimeNow()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c25 * same time, so the execution time may be influenced
27 * that more time is spend with libcurl than with MHD,
41 #include <time.h>
81 * @return current time in ms
H A Dtest_iplimit.c34 #include <time.h>
H A Dtest_timeout.c33 #include <time.h>
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c31 #include <sys/time.h>
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.h33 #include <time.h>
39 // run-time deallocation in audio thread.
101 * This must not be called at the same time as pullData!
/third_party/python/Lib/turtledemo/
H A Dbytedesign.py26 from time import perf_counter as clock
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc28 #include <sys/time.h>
/third_party/toybox/lib/
H A Dportability.h95 #include <time.h>
/third_party/toybox/toys/pending/
H A Dbootchartd.c181 time(&t); in stop_logging()
H A Dlast.c90 time_t tm[3] = {0,}; //array for time avlues, previous, current in last_main()
98 *tm = time(tm+1); in last_main()
119 * old/new system time when date changes it. in last_main()
/third_party/python/PCbuild/
H A Drt.bat6 rem -q "quick" -- normally the tests are run twice, the first time
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c7 #include <time.h>
182 /* This assertion fails from time to time. ALSA seems to be broken */ in main()
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py24 'recipe_engine/time',
119 now = api.time.utcnow()
146 Parses the trace JSON and calculates the time of a single frame. Frame time is
147 considered the same as seek time + render time.
H A Dskpbench.py23 'recipe_engine/time',
143 now = api.time.utcnow()
/third_party/rust/crates/nix/src/
H A Dlib.rs37 //! * `time` - Query the operating system's clocks
139 #![feature = "time"]
141 pub mod time; modules
/third_party/skia/bench/
H A Dcheck_bench_regressions.py106 bench_dict[point_name] = point.time
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c10 #include <time.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py5 import time namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c10 #include <time.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py5 import time namespace
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc16 #include "src/objects/js-date-time-format.h"
451 // 1. Let ns be the approximate current UTC date and time, in nanoseconds in SystemUTCEpochNanoseconds()
1908 Maybe<bool> RegulateTime(Isolate* isolate, TimeRecord* time, in RegulateTime() argument
1920 time->hour = std::max(std::min(time->hour, 23), 0); in RegulateTime()
1921 time->minute = std::max(std::min(time->minute, 59), 0); in RegulateTime()
1922 time->second = std::max(std::min(time->second, 59), 0); in RegulateTime()
1923 time in RegulateTime()
4334 double time = MakeTime(hour, minute, second, millisecond); GetEpochFromISOParts() local
[all...]

Completed in 24 milliseconds

1...<<101102103104105106107108109110>>...145