Home
last modified time | relevance | path

Searched refs:time (Results 5276 - 5300 of 5632) sorted by relevance

1...<<211212213214215216217218219220>>...226

/third_party/gn/src/base/strings/
H A Dstring_util.cc15 #include <time.h>
641 // Runs in O(n) time in the length of |str|, and transforms the string without
673 // replace() on each instance, and finish the entire operation in O(n) time. in DoReplaceMatchesAfterOffset()
685 // entire remaining string each time. We need to be more clever to keep things in DoReplaceMatchesAfterOffset()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc366 time. See also "depsformat".
/third_party/glfw/examples/
H A Dparticles.c36 #include <time.h>
179 // Minimum delta-time for particle phisics (s)
262 // Scale velocity vector according to a time-varying velocity in init_particle()
268 // Color is time-varying in init_particle()
355 // Calculate delta time for this iteration in particle_engine()
468 // Store the frame time and delta time for the physics thread in draw_particles()
612 // The first time, we build the fountain display list in draw_fountain()
715 // The first time, we build the floor display list in draw_floor()
795 // Calculate frame-to-frame delta time in draw_scene()
[all...]
/third_party/backends/backend/
H A Ddell1600n_net.c68 #include <sys/time.h>
H A Ddc240.c321 #include <sys/time.h>
643 * If this is not the first time through, then it must be in read_data()
1562 /* XXX - we should read more than 1 line at a time here */ in sane_read()
1888 /* Determine if it's time to read another 256 byte buffer from the camera */ in read_dir()
H A Dabaton.c58 #include <sys/time.h>
H A Dibm.c56 #include <sys/time.h>
H A Dv4l.c65 #include <sys/time.h>
H A Dgphoto2.c333 #include <sys/time.h>
1911 * FIXME: Current implementation reads one scan line at a time. Part in converter_fill_buffer()
H A Dniash.c34 #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/alsa-lib/src/pcm/
H A Dpcm_meter.c33 #include <time.h>
1179 * and to not insert it more time (see #snd_pcm_meter_search_scope)
/third_party/cups-filters/filter/
H A Dimagetopdf.c312 curtime = time(NULL); in outTrailer()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h451 // 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 Dgtest-death-test.cc904 status_zx = port.wait(zx::time::infinite(), &packet); in Wait()
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc36 #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 Dbasicmbr.cc19 #include <time.h>
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java652 // 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 Dunw_create_addr_space.tex195 should resume. By the time \Prog{libunwind} invokes the \Func{resume}
/third_party/libwebsockets/lib/core/
H A Dcontext.c133 * 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 Dstream.c40 # 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 Dutil.c27 #include <time.h>
78 * One-time initialization code for functionality defined in util.c.
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp38 #include <sys/time.h>
158 " -bt : show execution time statistics\n"
/third_party/mbedtls/library/
H A Dx509.c43 #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 Ddebugger.c28 #include <time.h>
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c33 #include <time.h>

Completed in 48 milliseconds

1...<<211212213214215216217218219220>>...226