Home
last modified time | relevance | path

Searched defs:time (Results 1001 - 1025 of 2414) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/ffmpeg/libavformat/
H A Dmlvdec.c213 struct tm time = { 0 }; in scan_file() local
[all...]
/third_party/ffmpeg/tools/
H A Dsidxindex.c216 static void write_time(FILE *out, int64_t time, int decimals, enum AVRounding round) in write_time() argument
/third_party/EGL/api/
H A Dgenheaders.py6 import sys, time, pdb, string, cProfile namespace
[all...]
/third_party/curl/lib/
H A Dhsts.c74 #undef time macro
75 #define time(x) hsts_debugtime(x) macro
/third_party/cups-filters/filter/
H A Dbannertopdf.c203 time_t time; in info_line_time() local
216 time_t time; in human_time() local
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java90 private long time = System.currentTimeMillis(); field in CalendarCalcFrame
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h894 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setStartRule() argument
900 setStartRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) setStartRule() argument
906 setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) setStartRule() argument
912 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setEndRule() argument
918 setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) setEndRule() argument
923 setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) setEndRule() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java115 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() argument
616 getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) getOffset() argument
659 findRuleInFinal(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt) findRuleInFinal() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp456 UDate time = d; in findBoundariesStepwise() local
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c221 STATIC struct hrtimer_list_node *HrtimerListNodeInit(union ktime time) in HrtimerListNodeInit() argument
235 ChangeNodePosition(struct hrtimer_list_node *prevNode, struct hrtimer_list_node *curNode, struct handler_list_node *prevHandler, struct handler_list_node *curHandler, union ktime time) ChangeNodePosition() argument
309 CheckTime(union ktime *time) CheckTime() argument
332 linux_hrtimer_create(struct hrtimer *timer, union ktime time, Handler handler) linux_hrtimer_create() argument
352 HandleNodeInit(union ktime time, struct hrtimer *timer) HandleNodeInit() argument
365 linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode) linux_hrtimer_start() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java506 abstract public void time(int repeat); time() method in TrieMapTest.MyLoop
[all...]
H A DICUServiceThreadTest.java104 public static void runThreads(long time) { in runThreads() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java535 isSpecialTimeRoundTripCase(ULocale loc, String id, String pattern, long time) isSpecialTimeRoundTripCase() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java39 protected long time; field in TestCase
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java36 protected long time; field in TestCase
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java101 public static void runThreads(long time) { in runThreads() argument
H A DTrieMapTest.java503 abstract public void time(int repeat); time() method in TrieMapTest.MyLoop
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java145 public int getOffset(long time) { in getOffset() argument
156 public boolean inDaylightTime(long time) { in inDaylightTime() argument
198 public String format(long time, int offset, boolean isDst) { in format() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRuleBasedTimeZone.java108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() argument
591 getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) getOffset() argument
634 findRuleInFinal(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt) findRuleInFinal() argument
[all...]
/third_party/libuv/test/
H A Dbenchmark-multi-accept.c368 double time; in test_tcp() local
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py18 import time namespace
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c55 ecma_date_day (ecma_number_t time) /**< time value */ in ecma_date_day() argument
71 ecma_date_time_within_day (ecma_number_t time) /**< tim argument
128 ecma_date_year_from_time(ecma_number_t time) ecma_date_year_from_time() argument
212 ecma_date_month_from_time(ecma_number_t time) ecma_date_month_from_time() argument
256 ecma_date_date_from_time(ecma_number_t time) ecma_date_date_from_time() argument
311 ecma_date_week_day(ecma_number_t time) ecma_date_week_day() argument
330 ecma_date_local_time_zone_adjustment(ecma_number_t time) ecma_date_local_time_zone_adjustment() argument
344 ecma_date_utc(ecma_number_t time) ecma_date_utc() argument
358 ecma_date_hour_from_time(ecma_number_t time) ecma_date_hour_from_time() argument
376 ecma_date_min_from_time(ecma_number_t time) ecma_date_min_from_time() argument
394 ecma_date_sec_from_time(ecma_number_t time) ecma_date_sec_from_time() argument
412 ecma_date_ms_from_time(ecma_number_t time) ecma_date_ms_from_time() argument
493 ecma_number_t time = ecma_date_time_from_year (ym); ecma_date_make_day() local
530 ecma_date_make_date(ecma_number_t day, ecma_number_t time) ecma_date_make_date() argument
558 ecma_date_time_clip(ecma_number_t time) ecma_date_time_clip() argument
579 ecma_date_timezone_offset(ecma_number_t time) ecma_date_timezone_offset() argument
[all...]
H A Decma-builtin-date.c322 ecma_number_t time = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format() local
562 ecma_number_t time = ecma_date_make_time (hours, minutes, seconds, 0); in ecma_builtin_date_parse_toString_formats() local
672 ecma_number_t time = ecma_get_number_from_value (time_value); ecma_builtin_date_utc() local
800 ecma_number_t time = ecma_get_number_from_value (time_value); ecma_builtin_date_dispatch_construct() local
[all...]
/third_party/jerryscript/jerry-debugger/
H A Djerry_client.py24 import time namespace
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c68 struct timespec time; in bo_dump_stats() local
463 struct timespec time; in v3dv_bo_free() local
421 free_stale_bos(struct v3dv_device *device, time_t time) free_stale_bos() argument
[all...]

Completed in 17 milliseconds

1...<<41424344454647484950>>...97