/third_party/backends/backend/ |
H A D | kodak.c | 107 #include <time.h> 863 gmt_tt = time(NULL); in sane_open() 895 gmt_tt = time(NULL); in sane_open() 1533 * returned parameters are guaranteed to be accurate between the time 1683 * hence, we spend a lot of time playing with s->started, etc. 2421 * handle h. This function can be called at any time (as long as
|
H A D | hs2p-scsi.c | 42 #include <time.h> 1774 start = time (NULL); in hs2p_wait_ready() 1790 now = time (NULL); in hs2p_wait_ready() 2046 buf.time_on = val; /* time lamp has been on */
|
H A D | mustek_pp.c | 61 #include <time.h> 63 # include <sys/time.h> 1224 while (time (NULL) - hndl->lamp_on < 2) in sane_close()
|
H A D | plustek.c | 146 #include <time.h> 150 #include <sys/time.h> 319 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvclose() 620 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel() 971 s->opt[OPT_WARMUPTIME].name = "warmup-time"; in init_options() 972 s->opt[OPT_WARMUPTIME].title = SANE_I18N("Warmup-time");; in init_options() 973 s->opt[OPT_WARMUPTIME].desc = SANE_I18N("Warmup-time in seconds."); in init_options() 984 s->opt[OPT_LAMPOFF_TIMER].name = "lampoff-time"; in init_options() 985 s->opt[OPT_LAMPOFF_TIMER].title = SANE_I18N("Lampoff-time");; in init_options() 986 s->opt[OPT_LAMPOFF_TIMER].desc = SANE_I18N("Lampoff-time i in init_options() [all...] |
H A D | kodakaio.c | 17 * Modified 30/12/14 to fix bug where network connection was broken after 30s of idle time. 57 . . - sane_start() : start image acquisition [V,L,F,S,C,D,O,Z] first time or after cancel. [(F),E,G] every time 207 #include <sys/time.h> 210 #include <time.h> 880 time(&time_start); in k_recv() 891 time(&time_start); in k_recv() 907 time(&time_now); in k_recv() 3405 Only set scanning params the first time, or after a cancel in sane_start()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 56 #include <time.h> 1420 base = loop->time; in uv__io_poll() 1491 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll() 1619 /* Poll for more events but don't block this time. */ in uv__io_poll() 1635 real_timeout -= (loop->time - base); in uv__io_poll() 2327 /* memory usage can be higher than the limit (for short bursts of time) */ in uv_get_available_memory() 2530 /* done iterating, time to (maybe) free empty watcher_list */ in uv__inotify_read()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 37 #include <time.h> 184 time(&t); in expand_date() 194 time(&t); in expand_time()
|
/third_party/python/Lib/ |
H A D | subprocess.py | 48 import time namespace 54 from time import monotonic as _time 263 # exited at the time its __del__ method got called: those processes are 1106 # If we have not already waited a brief amount of time in 1622 # Wait for the reader threads, or time out. If we time out, the 2040 time.sleep(delay) 2159 # so that if we time out while communicating, we can continue
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 1326 uint32_t timestmp = time(NULL); in dhcp_main() 1329 waited += (unsigned) time(NULL) - timestmp; in dhcp_main() 1458 waited += time(NULL) - timestmp; in dhcp_main() 1486 infomsg(infomode, "Lease of %d.%d.%d.%d obtained, lease time %d from server %d.%d.%d.%d", in dhcp_main()
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 17 import time namespace 390 self.skipTest("cannot set modification time to large integer") 395 self.skipTest("cannot set modification time to large integer ({})".format(e)) 458 time.sleep(0.1) 478 time.sleep(0)
|
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 2508 double time = 202110181203150; in napiCreateDate() local 2509 napi_status status = napi_create_date(env, time, &createResult); in napiCreateDate() 2514 if (time == getTime) { in napiCreateDate() 4110 double time = 1679839496000; // 2023.3.17 12:34:56 UTC in NapiSerializeDate() local 4111 napi_create_date(env, time, &num); in NapiSerializeDate() 8358 double time = 202110181203150; in createDateEnvNull() local 8359 napi_status status = napi_create_date(nullptr, time, &createResult); in createDateEnvNull() 8368 double time = 202110181203150; in createDateRstNull() local 8369 napi_status status = napi_create_date(env, time, nullptr); in createDateRstNull() 9243 double time in getDateValue() local 9260 int time = 2147483647; getDateValueNotDateObj() local 9273 double time = 202110181203150; getDateValueEnvNull() local 9286 double time = 202110181203150; getDateValueNull() local 9299 double time = 202110181203150; getDateValueRstNull() local [all...] |
/third_party/glfw/src/ |
H A D | wl_window.c | 1430 uint32_t time, in pointerHandleMotion() 1533 uint32_t time, in pointerHandleButton() 1610 uint32_t time, in pointerHandleAxis() 1768 uint32_t time, in keyboardHandleKey() 2027 uint32_t time, in dataDeviceHandleMotion() 3009 // the next time the pointer enters the window the cursor will change in _glfwSetCursorWayland() 1428 pointerHandleMotion(void* userData, struct wl_pointer* pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) pointerHandleMotion() argument 1530 pointerHandleButton(void* userData, struct wl_pointer* pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t state) pointerHandleButton() argument 1608 pointerHandleAxis(void* userData, struct wl_pointer* pointer, uint32_t time, uint32_t axis, wl_fixed_t value) pointerHandleAxis() argument 1765 keyboardHandleKey(void* userData, struct wl_keyboard* keyboard, uint32_t serial, uint32_t time, uint32_t scancode, uint32_t state) keyboardHandleKey() argument 2025 dataDeviceHandleMotion(void* userData, struct wl_data_device* device, uint32_t time, wl_fixed_t x, wl_fixed_t y) dataDeviceHandleMotion() argument
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 44 #include <time.h> 52 #include <sys/time.h> 226 "-F, --period-time=# distance between interrupts is # microseconds\n" in usage() 227 "-B, --buffer-time=# buffer duration is # microseconds\n" in usage() 247 " --max-file-time=# start another output file when the old file has recorded\n" in usage() 503 {"period-time", 1, 0, 'F'}, 508 {"buffer-time", 1, 0, 'B'}, 522 {"max-file-time", 1, 0, OPT_MAX_FILE_TIME}, 699 error(_("invalid period time argument '%s'"), optarg); 706 error(_("invalid buffer time argumen [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SimpleDateFormat.java | 61 * any user-defined patterns for date-time formatting. However, you 62 * are encouraged to create a date-time formatter with either 65 * of these class methods can return a date/time formatter initialized 73 * <p>Date and time formats are specified by <em>date and time pattern</em> strings. 74 * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved 76 * the date and time formatting algorithm and pattern letters defined by <a href="http://www.unicode.org/reports/tr35/">UTS#35 315 * that is, it depends on the local time zone. It can be thought of as a single number that encompasses 442 * <td>Fractional Second - truncates (like other time fields) to the count of letters when formatting. Appends zeros if more than 3 letters specified. Truncates at three significant digits when parsing. 449 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time [all...] |
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 746 bool duration; // print the time duration of each test case 760 bool no_time_in_output; // omit any time/timestamps from output !!! UNDOCUMENTED !!! 1652 DOCTEST_CLANG_SUPPRESS_WARNING_WITH_PUSH("-Wexit-time-destructors") 1980 DOCTEST_CLANG_SUPPRESS_WARNING_WITH_PUSH("-Wexit-time-destructors") \ 2733 DOCTEST_CLANG_SUPPRESS_WARNING("-Wexit-time-destructors") 2861 #include <sys/time.h> 5280 std::time(&rawtime); 5311 : classname(_classname), name(_name), time(0), failures() {} 5314 double time; 5328 void addTime(double time) { [all...] |
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 57 #include "time.h" 1711 time(&g_effectStartVolZeroTimeMap[i]); in CheckAndDealEffectZeroVolume() 1761 time(&u->primary.speakerPaClosedTime); in HandleClosePa() 1806 time(&u->primary.speakerPaAllStreamStartVolZeroTime); in CheckAndDealSpeakerPaZeroVolume() 1817 time(&u->primary.speakerPaClosedTime); in CheckAndDealSpeakerPaZeroVolume() 1927 time_t currentTime = time(NULL); in SinkRenderPrimaryProcess() 2215 // hdi left 100ms is triggered process_complete_msg, it leads to kartun. Could be stating time leads it. in GetOffloadRenderLength() 3460 uint64_t time = now > u->offload.hdiPosTs ? (now - u->offload.hdiPosTs) / PA_USEC_PER_MSEC : 0; in SinkProcessMsg() local 3461 uint64_t hdiPos = u->offload.hdiPos + time * PA_USEC_PER_MSEC; in SinkProcessMsg() 3470 // on samples to be rendered based on the timestamp and current time in SinkProcessMsg() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 209 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel() 214 * A String array for the time zone ids. in TestWallyWedel() 255 * Instantiate a date so we can display the time zone name. in TestWallyWedel() 631 // non-generic timezone string influences dst offset even if wrong for date/time in TestGenericTime() 636 // generic timezone generates dst offset appropriate for local time in TestGenericTime() 641 // daylight savings time transition edge cases. in TestGenericTime() 642 // time to parse does not really exist, PT interpreted as earlier time in TestGenericTime() 650 // time to parse is ambiguous, PT interpreted as later time in TestGenericTime() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 206 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel() 211 * A String array for the time zone ids. in TestWallyWedel() 252 * Instantiate a date so we can display the time zone name. in TestWallyWedel() 628 // non-generic timezone string influences dst offset even if wrong for date/time in TestGenericTime() 633 // generic timezone generates dst offset appropriate for local time in TestGenericTime() 638 // daylight savings time transition edge cases. in TestGenericTime() 639 // time to parse does not really exist, PT interpreted as earlier time in TestGenericTime() 647 // time to parse is ambiguous, PT interpreted as later time in TestGenericTime() [all...] |
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 16 import time namespace 276 "import sys, time\n" 279 "time.sleep(3600)"], 281 # this much time to start and print. 898 'import sys,os,time;' 900 'time.sleep(1);' 918 'import sys,os,time;' 920 'time.sleep(0.2);' 922 'time.sleep(0.2);' 924 'time [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 31 import time
namespace
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
H A D | hi_spi.c | 28 #include <time.h> 67 spi_process_printf("write time out"); in spi_write_data() 163 /* slave using dma transfer data, use read or write, can't use both methods of work at the same time */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 31 import time
namespace
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 294 monitor->fec.time = vdev->fec.dbg.interval / ISPP_STREAM_DIVIDE / ISPP_STREAM_DIVIDE;
in fec_work_event()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 302 monitor->fec.time = vdev->fec.dbg.interval / 1000 / 1000; in fec_work_event()
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | render_search.cpp | 559 info.SetTimeStamp(event.time); in HandleMouseEvent()
|