| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 125 int64_t time; // seconds, 1970 epoch member 770 int32_t time; global() member 960 int32_t month, dom, dow, time, offset; readFinalZonesAndRules() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-tablet.c | 207 tablet_process_absolute(struct tablet_dispatch *tablet, struct evdev_device *device, struct input_event *e, uint64_t time) tablet_process_absolute() argument 484 tablet_tool_process_delta(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, const struct evdev_device *device, struct tablet_axes *axes, uint64_t time) tablet_tool_process_delta() argument 704 tablet_check_notify_axes(struct tablet_dispatch *tablet, struct evdev_device *device, struct libinput_tablet_tool *tool, struct tablet_axes *axes_out, uint64_t time) tablet_check_notify_axes() argument 815 tablet_process_key(struct tablet_dispatch *tablet, struct evdev_device *device, struct input_event *e, uint64_t time) tablet_process_key() argument 863 tablet_process_relative(struct tablet_dispatch *tablet, struct evdev_device *device, struct input_event *e, uint64_t time) tablet_process_relative() argument 893 tablet_process_misc(struct tablet_dispatch *tablet, struct evdev_device *device, struct input_event *e, uint64_t time) tablet_process_misc() argument 1199 tablet_notify_button_mask(struct tablet_dispatch *tablet, struct evdev_device *device, uint64_t time, struct libinput_tablet_tool *tool, const struct button_state *buttons, enum libinput_button_state state) tablet_notify_button_mask() argument 1231 tablet_notify_buttons(struct tablet_dispatch *tablet, struct evdev_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_button_state state) tablet_notify_buttons() argument 1587 tablet_update_touch_device_rect(struct tablet_dispatch *tablet, const struct tablet_axes *axes, uint64_t time) tablet_update_touch_device_rect() argument 1609 tablet_send_proximity_in(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, struct tablet_axes *axes, uint64_t time) tablet_send_proximity_in() argument 1635 tablet_send_proximity_out(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, struct tablet_axes *axes, uint64_t time) tablet_send_proximity_out() argument 1662 tablet_send_tip(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, struct tablet_axes *axes, uint64_t time) tablet_send_tip() argument 1708 tablet_send_axes(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, struct tablet_axes *axes, uint64_t time) tablet_send_axes() argument 1738 tablet_send_buttons(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, uint64_t time) tablet_send_buttons() argument 1763 tablet_send_events(struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, struct evdev_device *device, uint64_t time) tablet_send_events() argument 1824 tablet_proximity_out_quirk_set_timer(struct tablet_dispatch *tablet, uint64_t time) tablet_proximity_out_quirk_set_timer() argument 1833 tablet_update_tool_state(struct tablet_dispatch *tablet, struct evdev_device *device, uint64_t time) tablet_update_tool_state() argument 1958 tablet_flush(struct tablet_dispatch *tablet, struct evdev_device *device, uint64_t time) tablet_flush() argument 2007 tablet_set_touch_device_enabled(struct tablet_dispatch *tablet, enum evdev_arbitration_state which, const struct phys_rect *rect, uint64_t time) tablet_set_touch_device_enabled() argument 2030 tablet_toggle_touch_device(struct tablet_dispatch *tablet, struct evdev_device *tablet_device, uint64_t time) tablet_toggle_touch_device() argument 2126 tablet_process(struct evdev_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) tablet_process() argument [all...] |
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-posix.cc | 780 double PosixTimezoneCache::DaylightSavingsOffset(double time) { in DaylightSavingsOffset() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-stats.cc | 223 double time = isolate()->time_millis_since_init(); in PrintJSON() local 282 double time = isolate()->time_millis_since_init(); in Dump() local 288 stream << "\"time\":" << time << ","; in Dump() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 213 time_t time; member 1387 cleanup_bo_cache(struct iris_bufmgr *bufmgr, time_t time) in cleanup_bo_cache() argument 1450 bo_unreference_final(struct iris_bo *bo, time_t time) bo_unreference_final() argument 1483 struct timespec time; iris_bo_unreference() local [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | fs.c | 217 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() argument 236 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() argument
|
| /third_party/node/deps/uvwasi/src/ |
| H A D | uvwasi.c | 549 uvwasi_clock_time_get(uvwasi_t* uvwasi, uvwasi_clockid_t clock_id, uvwasi_timestamp_t precision, uvwasi_timestamp_t* time) uvwasi_clock_time_get() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | lib.rs | 71 mod time; modules
|
| /third_party/python/Lib/idlelib/ |
| H A D | pyshell.py | 37 import time namespace
|
| /third_party/python/Lib/ |
| H A D | tarfile.py | 45 import time namespace
|
| H A D | pydoc.py | 71 import time namespace
|
| /third_party/python/Lib/test/ |
| H A D | test__xxsubinterpreters.py | 9 import time namespace [all...] |
| H A D | test_concurrent_futures.py | 20 import time namespace [all...] |
| H A D | test_weakref.py | 11 import time namespace
|
| H A D | test_threading.py | 15 import time namespace [all...] |
| H A D | test_grammar.py | 1224 import time, sys namespace 1226 from time import time namespace 1227 from time import (time) namespace 1603 import sys, time namespace [all...] |
| H A D | test_re.py | 9 import time namespace
|
| /third_party/python/Lib/test/test_capi/ |
| H A D | test_misc.py | 16 import time namespace
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_events.py | 19 import time namespace [all...] |
| H A D | test_base_events.py | 9 import time namespace [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectPerformanceTests.cpp | 598 std::chrono::nanoseconds time = std::chrono::nanoseconds(0); in iterate() local 839 std::chrono::nanoseconds time = std::chrono::nanoseconds(0); in iterate() local 957 std::chrono::nanoseconds time = std::chrono::nanoseconds(0); iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 464 eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) eglPresentationTimeANDROID() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 125 int64_t time; // seconds, 1970 epoch member 770 int32_t time; global() member 960 int32_t month, dom, dow, time, offset; readFinalZonesAndRules() local [all...] |
| /third_party/tzdata/ |
| H A D | private.h | 637 # undef time macro 638 # define time tz_time macro [all...] |
| /third_party/python/Lib/test/test_zoneinfo/ |
| H A D | test_zoneinfo.py | 17 from datetime import date, datetime, time, timedelta, timezone namespace [all...] |