Home
last modified time | relevance | path

Searched defs:time (Results 726 - 750 of 1922) sorted by relevance

1...<<21222324252627282930>>...77

/test/testfwk/developer_test/src/core/command/
H A Drun.py23 import time namespace
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py111 import time namespace
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dcpp_driver_lite.py22 import time namespace
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py20 import time namespace
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp451 uint64_t time; in getTimeInUs() local
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp245 struct AudioTimeStamp time; in HWTEST_F() local
274 struct AudioTimeStamp time; in HWTEST_F() local
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp1270 struct AudioTimeStamp time; in HWTEST_F() local
1298 struct AudioTimeStamp time; in HWTEST_F() local
1312 struct AudioTimeStamp time; in HWTEST_F() local
2032 struct AudioTimeStamp time = {0}; in HWTEST_F() local
2046 struct AudioTimeStamp time in HWTEST_F() local
2532 struct AudioTimeStamp time; HWTEST_F() local
[all...]
/test/xts/hats/hdf/hdf_lite/manager/common/
H A Dhdf_ioservice_test.cpp91 OsalTimespec time; in OnDevEventReceived() local
109 OsalTimespec time; in SendEvent() local
/test/xts/hats/kernel/accesstokenid/
H A Daccesstokenid_test.cpp74 struct timespec time = {0, 0}; in GenRand64() local
/third_party/curl/tests/
H A Dnegtelnetserver.py34 import time namespace
/third_party/ffmpeg/libavfilter/
H A Dinternal.h34 double time; ///< time expressed in seconds member
H A Dafir_template.c138 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in convert_channels() local
202 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in get_power() local
211 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in get_power() local
220 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in get_power() local
236 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; get_power() local
[all...]
/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...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...77