/third_party/backends/backend/ |
H A D | ibm.c | 56 #include <sys/time.h>
|
H A D | v4l.c | 65 #include <sys/time.h>
|
H A D | gphoto2.c | 333 #include <sys/time.h> 1911 * FIXME: Current implementation reads one scan line at a time. Part in converter_fill_buffer()
|
H A D | niash.c | 34 #include <sys/time.h> 123 int WarmUpTime; /* time to wait before a calibration starts */ 126 /* system type to trace the time elapsed */ 353 /* returns 1, when the warm up time "iTime" has elasped */ 382 /* get the current system time */ in _WarmUpLamp() 384 /* determine the time to wait at least */ in _WarmUpLamp() 394 struct timeval now[2]; /* toggling time holder */ in _WaitForLamp() 397 int iCurrent = 0; /* buffer and time-holder swap flag */ in _WaitForLamp() 404 /* get the time stamp for the wait loops */ in _WaitForLamp() 413 /* wait until time ha in _WaitForLamp() [all...] |
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 312 curtime = time(NULL); in outTrailer()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 451 // Sun Pro CC supports exceptions. However, there is no compile-time way of 506 // -frtti -fno-exceptions, the build fails at link time with undefined 570 #include <time.h> // NOLINT 732 // MS C++ compiler emits warning when a conditional expression is compile time 1115 // for compile-time type checking, and has no overhead in an in DownCast_() 1116 // optimized build at run-time, as it will be optimized away in DownCast_() 1666 // must be able to initialize a static mutex object at link time. 1685 // Defines and statically (i.e. at link time) initializes a static mutex. 1990 // time and thus not defined there. 2083 // StrError() aren't needed on Windows CE at this time an [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 904 status_zx = port.wait(zx::time::infinite(), &packet); in Wait()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 36 #include <time.h> 954 "Only one stdout capturer can exist at a time"); in TEST() 1092 // Tests that the mutex only lets one thread at a time to lock it. 1113 // time, they are likely to encounter a race condition and have some in TEST()
|
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 19 #include <time.h>
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 652 // Skipping some test case in the non-exhaustive mode to reduce the test time in TestReplacingZoneString() 1711 // // Next test that in all available Locales, the actual short time pattern uses the same cycle as produced by 'j' 1727 // " to occur in short time pattern " + shortPattern + " for " + dfmtCalType);
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 195 should resume. By the time \Prog{libunwind} invokes the \Func{resume}
|
/third_party/libwebsockets/lib/core/ |
H A D | context.c | 133 * role init starts a ctx sul for 350ms (reset to 100ms each time some in lws_state_notify_protocol_init() 1012 time(&context->tls.last_cert_check_s); in lws_create_context() 1123 * pt because size isn't known at that time). point to it in lws_create_context()
|
/third_party/libuv/src/unix/ |
H A D | stream.c | 40 # include <sys/time.h> 481 * thread opens a file or creates a socket in the time window between us 777 * inside the iov each time we write. So there is no need to offset it. in uv__try_write()
|
/third_party/libuv/src/win/ |
H A D | util.c | 27 #include <time.h> 78 * One-time initialization code for functionality defined in util.c.
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 38 #include <sys/time.h>
158 " -bt : show execution time statistics\n"
|
/third_party/mbedtls/library/ |
H A D | x509.c | 43 #include <time.h> 242 * option. Enforce this at parsing time. 1349 that the certificate has no designated purpose at the time of creation. */ in mbedtls_x509_get_ns_cert_type() 1378 that the certificate has no designated purpose at the time of creation. */ in mbedtls_x509_get_key_usage()
|
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.c | 28 #include <time.h>
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 33 #include <time.h>
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 704 /* Create a directory into $HOME/radv_dumps_<pid>_<time> to save in radv_check_gpu_hangs() 712 time(&raw_time); in radv_check_gpu_hangs() 1002 /* Wait for the context to be idle in a finite time. */ in radv_check_trap_handler()
|
/third_party/ltp/lib/ |
H A D | tlibio.c | 94 #include <sys/time.h> 1044 * If i/o was not waited for (may not have been completed at this time), in lio_write_buffer() 1623 * If i/o was not waited for (may not have been completed at this time), in lio_read_buffer()
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 47 #include <sys/time.h> 712 * to do so some time before reusing a (non-pageflipped) backbuffer. in dri2XcbSwapBuffers()
|
H A D | dri3_glx.c | 74 #include <sys/time.h>
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 27 #include "base/time/time.h" 86 void SetTimeModified(const base::Time& time) override { LogProgress(); } 322 // modification defaults to the current time. 364 // Invalid date means the modification time will default to 'now'. in TestTimeStamp() 1352 // space and time (crbug.com/1299736). Therefore, it only gets run on a few bots 1360 // Some Mac, Linux and Debug (dbg) bots tend to time out when performing this
|
/third_party/node/deps/zlib/google/ |
H A D | zip_unittest.cc | 27 #include "base/time/time.h" 86 void SetTimeModified(const base::Time& time) override { LogProgress(); } 322 // modification defaults to the current time. 364 // Invalid date means the modification time will default to 'now'. in TestTimeStamp() 1352 // space and time (crbug.com/1299736). Therefore, it only gets run on a few bots 1360 // Some Mac, Linux and Debug (dbg) bots tend to time out when performing this
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 494 // Sun Pro CC supports exceptions. However, there is no compile-time way of 553 // -frtti -fno-exceptions, the build fails at link time with undefined 624 #include <time.h> // NOLINT 797 // MS C++ compiler emits warning when a conditional expression is compile time 1692 // must be able to initialize a static mutex object at link time. 1711 // Defines and statically (i.e. at link time) initializes a static mutex. 2016 // time and thus not defined there. 2099 // StrError() aren't needed on Windows CE at this time and thus not 2194 // This template class serves as a compile-time function from size to 2237 using TimeInMillis = int64_t; // Represents time i [all...] |