Home
last modified time | relevance | path

Searched refs:time (Results 5476 - 5500 of 5988) sorted by relevance

1...<<211212213214215216217218219220>>...240

/third_party/backends/backend/
H A Dtamarack.c49 #include <sys/time.h>
62 #include <sys/time.h>
477 /* ensure child knows it's time to stop: */ in do_cancel()
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c67 #include <sys/time.h>
1172 t = time (NULL); in bjnp_poll_scanner()
2199 /* wait for some time between broadcast packets */ in sanei_bjnp_find_devices()
2213 PDBG (bjnp_dbg (LOG_DEBUG, "sanei_bjnp_find_devices: Select returned, time left %d.%d....\n", in sanei_bjnp_find_devices()
2489 PDBG (bjnp_dbg (LOG_DEBUG, "bjnp_read_bulk: Expected at most %ld bytes, received this time: %ld\n", in sanei_bjnp_read_bulk()
/third_party/EGL/api/EGL/
H A Deglext.h548 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
550 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c29 #include <time.h>
666 srand((unsigned)time( NULL )); in TestCheckFCD()
/third_party/libsnd/src/
H A Dwavlike.c25 #include <time.h>
1233 psf_log_printf (psf, " time stamp : %d\n", psf->peak_info->timestamp) ; in wavlike_read_peak_chunk()
1261 psf_binheader_writef (psf, "44", BHW4 (1), BHW4 (time (NULL))) ; in wavlike_write_peak_chunk()
1327 case etim_MARKER : /* creation time: null-terminated string in the format "hour:minute:second.subsecond" */ in exif_subchunk_parse()
/third_party/mesa3d/include/EGL/
H A Deglext.h548 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
550 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c51 * Determine if hit iteration, time, max errors or num bytes reached
74 #include <time.h>
78 #include <sys/time.h>
1177 * Generate a random seed based on time and pid. in main()
1183 //Seed=time(0) + Pid; /* default random seed */ in main()
1300 //start_time=time(0); in main()
1350 * If delaying between iterations, get amount time to in main()
1393 sprintf(reason, "Hit time value of %d", time_iterval); in main()
1528 * shrink file by desired amount if it is time in main()
1847 -H delay Amount of time t in help()
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c539 uint64_t time = os_time_get_nano(); in radeon_bo_map() local
572 bo->rws->buffer_wait_time += os_time_get_nano() - time; in radeon_bo_map()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c61 #include <time.h>
414 " -t, --time SINCE Last referenced since this time\n" in usage()
518 * parse_time - Convert a time abbreviation to seconds
520 * @since: The absolute time referred to
550 ntfs_log_trace("Parsing time '%s' ago.\n", value); in parse_time()
554 ntfs_log_error("Invalid time '%s'.\n", value); in parse_time()
564 ntfs_log_error("Invalid time suffix '%s'. Use Y, M, W, D or H.\n", suffix); in parse_time()
583 ntfs_log_error("Invalid time suffix '%s'. Use Y, M, W, D or H.\n", suffix); in parse_time()
587 now = time(NUL in parse_time()
[all...]
H A Dntfswipe.c54 #include <time.h>
117 time_t date; /* Last modification date/time */
428 ntfs_log_error("You may not use --quiet and --verbose at the same time.\n"); in parse_options()
2202 srandom(time(NULL)); in main()
/third_party/nghttp2/integration-tests/
H A Dnghttpx_http1_test.go13 "time"
205 time.Sleep(150 * time.Millisecond)
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp130 logln("time and local time. E.g., -28,800 for PST (GMT-8hrs)"); in TestGenericAPI()
136 * A few time zones are using GMT offests not a multiple of 15 minutes. in TestGenericAPI()
148 /* Host time zone's offset should match the offset returned by uprv_timezone() */ in TestGenericAPI()
188 UDate marchOneStd = gc->getTime(status); // Local Std time midnight in TestRuleAPI()
191 UDate julyOneStd = gc->getTime(status); // Local Std time midnight in TestRuleAPI()
206 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
824 * GMT-5:00. European Central time is abbreviated CEST.
827 * GMT-11:00. Solomon Island time is SBT.
837 * GMT-8:30. There is no standard abbreviation for Phoenix time, a
1833 int32_t time; // epoch seconds TestHistorical() member
[all...]
H A Dtestidna.cpp23 #include <time.h>
1338 srand((unsigned)time(NULL)); in randul()
/third_party/libexif/libexif/
H A Dexif-entry.c34 #include <time.h>
1824 t = time (NULL); in exif_entry_initialize()
/third_party/lz4/tests/
H A Dframetest.c41 #include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */
1345 time_t const t = time(NULL); in main()
H A Dfuzzer.c50 #include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
844 * Until that time, this comparison serves as a good regression in FUZ_test()
1040 if (nbCycles<=1) nbCycles = cycleNb; /* end by time */ in FUZ_test()
1871 time_t const t = time(NULL); in main()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c321 uint64_t time = os_time_get_nano(); in amdgpu_bo_map() local
362 ws->buffer_wait_time += os_time_get_nano() - time; in amdgpu_bo_map()
484 /* VRAM or GTT must be specified, but not both at the same time. */ in amdgpu_create_bo()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c1030 * Technically the C standard just says time() returns a time_t and says in tls_construct_ctos_psk()
1037 agesec = (uint32_t)(time(NULL) - s->session->time); in tls_construct_ctos_psk()
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs71 mod time; modules
449 output_vector.push("--time-phases".into()); in command_line_flags()
1323 /// Set whether or not to time bindgen phases, and print information to
2018 /// Whether to time the bindgen phases.
2672 let _t = time::Timer::new("parse").with_output(time_phases);
2761 let _t = time::Timer::new("rustfmt_generated_string") in rustfmt_generated_string()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs226 pub time: ::timeval,
275 pub time: ::timeval,
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs334 // time.h
1249 // time.h
1253 pub fn time(time: *mut time_t) -> time_t; in time() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs181 // <sys/time.h>
1255 pub fn time(time: *mut time_t) -> time_t; in time() functions
/third_party/python/Lib/idlelib/
H A Dpyshell.py37 import time namespace
115 orig_checkcache is bound at definition time to the original
234 # be run. The breaks are saved at that time. If we introduce
236 # needs to be re-verified, since the breaks at the time the
451 time.sleep(i)
471 #time.sleep(20) # test to simulate GUI not accepting connection
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c33 #include <time.h>
194 { "set-log-time", pa_cli_command_log_time, "Show timestamps in log messages (args: bool)", 2},
1850 time(&now); in pa_cli_command_dump()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h558 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
560 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);

Completed in 65 milliseconds

1...<<211212213214215216217218219220>>...240