/third_party/openssl/crypto/rsa/ |
H A D | rsa_x931g.c | 18 #include <time.h>
|
/third_party/openssl/crypto/x509/ |
H A D | by_file.c | 11 #include <time.h>
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 56 # 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 D | spdy_fileserver.c | 38 #include "time.h" 91 time(&t); in Rfc1123_DateTimeNow()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 25 * 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 D | test_iplimit.c | 34 #include <time.h>
|
H A D | test_timeout.c | 33 #include <time.h>
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_request_response_with_callback.c | 31 #include <sys/time.h>
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
H A D | FlowGraphNode.h | 33 #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 D | bytedesign.py | 26 from time import perf_counter as clock
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 28 #include <sys/time.h>
|
/third_party/toybox/lib/ |
H A D | portability.h | 95 #include <time.h>
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 181 time(&t); in stop_logging()
|
H A D | last.c | 90 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 D | rt.bat | 6 rem -q "quick" -- normally the tests are run twice, the first time
|
/third_party/pulseaudio/src/tests/ |
H A D | alsa-time-test.c | 7 #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 D | perf_skottietrace.py | 24 '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 D | skpbench.py | 23 'recipe_engine/time', 143 now = api.time.utcnow()
|
/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 37 //! * `time` - Query the operating system's clocks 139 #![feature = "time"] 141 pub mod time; modules
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 106 bench_dict[point_name] = point.time
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_win32.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 5 import time namespace
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_win32.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 5 import time namespace
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 16 #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...] |