Home
last modified time | relevance | path

Searched refs:time (Results 4276 - 4300 of 5082) sorted by relevance

1...<<171172173174175176177178179180>>...204

/third_party/backends/backend/
H A Dkodak.c107 #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 Dhs2p-scsi.c42 #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 Dmustek_pp.c61 #include <time.h>
63 # include <sys/time.h>
1224 while (time (NULL) - hndl->lamp_on < 2) in sane_close()
H A Dplustek.c146 #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 Dkodakaio.c17 * 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 Dlinux.c56 #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 Dpre-process.c37 #include <time.h>
184 time(&t); in expand_date()
194 time(&t); in expand_time()
/third_party/python/Lib/
H A Dsubprocess.py48 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 Ddhcp.c1326 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__.py17 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 Dnapi_test.cpp2508 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 Dwl_window.c1430 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 Daplay.c44 #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 DSimpleDateFormat.java61 * 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 Ddoctest.h746 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 Dhdi_sink.c57 #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 DDateFormatTest.java209 * 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 DDateFormatTest.java206 * 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 Dtest_subprocess.py16 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 Dbuild_nv.py31 import time namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dhi_spi.c28 #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 Dbuild_nv.py31 import time namespace
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream_v20.c294 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 Dstream_v20.c302 monitor->fec.time = vdev->fec.dbg.interval / 1000 / 1000; in fec_work_event()
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp559 info.SetTimeStamp(event.time); in HandleMouseEvent()

Completed in 87 milliseconds

1...<<171172173174175176177178179180>>...204