Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 1725) sorted by relevance

12345678910>>...69

/external/perfetto/ui/src/frontend/viewer_page/
Dgridline_helper_unittest.ts40 {type: TickType.MAJOR, time: 0n}, constant
41 {type: TickType.MINOR, time: 1n}, constant
42 {type: TickType.MINOR, time: 2n}, constant
43 {type: TickType.MINOR, time: 3n}, constant
44 {type: TickType.MINOR, time: 4n}, constant
45 {type: TickType.MEDIUM, time: 5n}, constant
46 {type: TickType.MINOR, time: 6n}, constant
47 {type: TickType.MINOR, time: 7n}, constant
48 {type: TickType.MINOR, time: 8n}, constant
49 {type: TickType.MINOR, time: 9n}, constant
[all …]
/external/jemalloc_new/src/
Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
42 nstime_copy(nstime_t *time, const nstime_t *source) { in nstime_copy()
52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add()
59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd()
66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dgpu_backend.md57 ### Optimization
66 ### Canonicalization
73 ### Buffer Analysis
81 ### LMHLO Conversion
110 ### IR Emission
129 ### Thunk Building
155 ### Constructing GpuExecutable
/external/cronet/stable/base/i18n/
Dtime_formatting.cc32 UDate ToUDate(const Time& time) { in ToUDate()
39 std::u16string TimeFormat(const icu::DateFormat& formatter, const Time& time) { in TimeFormat()
47 const Time& time) { in TimeFormatWithoutAmPm()
112 std::u16string TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
120 std::u16string TimeFormatTimeOfDayWithMilliseconds(const Time& time) { in TimeFormatTimeOfDayWithMilliseconds()
125 std::u16string TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType()
142 std::u16string TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
148 std::u16string TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
154 std::u16string TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
160 std::u16string TimeFormatShortDateAndTimeWithTimeZone(const Time& time) { in TimeFormatShortDateAndTimeWithTimeZone()
[all …]
Dtime_formatting_unittest.cc36 std::u16string GetShortTimeZone(const Time& time) { in GetShortTimeZone()
93 Time time; in TEST() local
131 Time time; in TEST() local
169 Time time; in TEST() local
196 Time time; in TEST() local
233 Time time; in TEST() local
258 Time time; in TEST() local
283 Time time; in TEST() local
301 Time time; in TEST() local
369 Time time; in TEST() local
[all …]
/external/cronet/tot/base/i18n/
Dtime_formatting.cc32 UDate ToUDate(const Time& time) { in ToUDate()
39 std::u16string TimeFormat(const icu::DateFormat& formatter, const Time& time) { in TimeFormat()
47 const Time& time) { in TimeFormatWithoutAmPm()
112 std::u16string TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
120 std::u16string TimeFormatTimeOfDayWithMilliseconds(const Time& time) { in TimeFormatTimeOfDayWithMilliseconds()
125 std::u16string TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType()
142 std::u16string TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
148 std::u16string TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
154 std::u16string TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
160 std::u16string TimeFormatShortDateAndTimeWithTimeZone(const Time& time) { in TimeFormatShortDateAndTimeWithTimeZone()
[all …]
Dtime_formatting_unittest.cc36 std::u16string GetShortTimeZone(const Time& time) { in GetShortTimeZone()
93 Time time; in TEST() local
131 Time time; in TEST() local
169 Time time; in TEST() local
196 Time time; in TEST() local
233 Time time; in TEST() local
258 Time time; in TEST() local
283 Time time; in TEST() local
301 Time time; in TEST() local
369 Time time; in TEST() local
[all …]
/external/libchrome/base/i18n/
Dtime_formatting.cc27 const Time& time) { in TimeFormat()
36 const Time& time) { in TimeFormatWithoutAmPm()
98 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
106 string16 TimeFormatTimeOfDayWithMilliseconds(const Time& time) { in TimeFormatTimeOfDayWithMilliseconds()
111 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType()
131 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
137 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
143 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
149 string16 TimeFormatShortDateAndTimeWithTimeZone(const Time& time) { in TimeFormatShortDateAndTimeWithTimeZone()
156 string16 TimeFormatMonthAndYear(const Time& time) { in TimeFormatMonthAndYear()
[all …]
/external/perfetto/ui/src/base/
Dhigh_precision_time_unittest.ts45 const time = new HPTime(t(136n), 0.3); constant
51 let time = new HPTime(t(1n), 2.3); variable
61 const time = new HPTime(t(1n), -0.4); constant
67 const time = new HPTime(t(1152921504606846976n)); constant
72 let time = new HPTime(t(2315700508990407843n)); variable
144 const time = new HPTime(t(1n), 0.2); constant
/external/llvm-libc/test/src/time/
Dstrftime_test.cpp75 struct tm time; in TEST() local
91 struct tm time; in TEST() local
287 struct tm time; in TEST() local
327 struct tm time; in TEST() local
373 struct tm time; in TEST() local
552 struct tm time; in TEST() local
689 struct tm time; in TEST() local
729 struct tm time; in TEST() local
780 struct tm time; in TEST() local
820 struct tm time; in TEST() local
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java127 public static void addFrame(DataSource ds, long time, Bitmap bitmap) { in addFrame()
135 DataSource ds, long time, int dstWidth, int dstHeight, Bitmap bitmap) { in addScaledFrame()
152 public static void addFrame(String path, long time, Bitmap bitmap) { in addFrame()
153 addFrame(toDataSource(path), time, bitmap); in addFrame() local
167 public static void addFrame(Context context, Uri uri, long time, Bitmap bitmap) { in addFrame()
168 addFrame(toDataSource(context, uri), time, bitmap); in addFrame() local
182 public static void addFrame(String uri, Map<String, String> headers, long time, Bitmap bitmap) { in addFrame()
183 addFrame(toDataSource(uri, headers), time, bitmap); in addFrame() local
196 public static void addFrame(FileDescriptor fd, long time, Bitmap bitmap) { in addFrame()
197 addFrame(toDataSource(fd), time, bitmap); in addFrame() local
[all …]
/external/libtextclassifier/native/utils/calendar/
Dcalendar_test.cc33 int64 time; in TEST_F() local
45 int64 time; in TEST_F() local
66 int64 time; in TEST_F() local
103 int64 time; in TEST_F() local
157 int64 time; in TEST_F() local
182 int64 time; in TEST_F() local
312 int64 time; in TEST_F() local
329 int64 time; in TEST_F() local
345 int64 time; in TEST_F() local
/external/webrtc/rtc_base/numerics/
Devent_based_exponential_moving_average_unittest.cc38 int64_t time = 23; in TEST() local
50 int64_t time = 23; in TEST() local
62 int64_t time = 23; in TEST() local
74 int64_t time = 23; in TEST() local
96 int64_t time = 23; in TEST() local
124 int64_t time = 23; in TEST() local
169 constexpr int64_t time = 23; in TEST() local
192 constexpr int64_t time = 23; in TEST() local
213 constexpr int64_t time = 23; in TEST() local
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py86 def __init__(self, state, behavior, time): argument
158 def _ensure_called_through(self, time): argument
166 def _call_at(self, behavior, time): argument
177 def time(self): member in StrictRealTime
183 def call_at(self, behavior, time): argument
191 def sleep_until(self, time): argument
197 def __init__(self, time): argument
201 def time(self): member in StrictFakeTime
213 def call_at(self, behavior, time): argument
228 def sleep_until(self, time): argument
/external/libchrome/mojo/public/cpp/base/
Dtime_mojom_traits.cc10 base::Time>::internal_value(const base::Time& time) { in internal_value()
16 base::Time* time) { in Read()
37 base::TimeTicks>::internal_value(const base::TimeTicks& time) { in internal_value()
43 base::TimeTicks* time) { in Read()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DBasicAttributeProviderTest.java67 long time = file.getCreationTime(); in testInitialAttributes() local
86 FileTime time = FileTime.fromMillis(0L); in testSet() local
107 FileTime time = FileTime.fromMillis(0L); in testSetOnCreate() local
124 FileTime time = attrs.creationTime(); in testView() local
/external/cronet/stable/third_party/boringssl/src/pki/
Dencode_values_unittest.cc26 int64_t time = 1466787894; in TEST() local
45 int64_t time; in TEST() local
60 int64_t time; in TEST() local
68 GeneralizedTime time; in TEST() local
110 GeneralizedTime time; in TEST() local
/external/cronet/tot/third_party/boringssl/src/pki/
Dencode_values_unittest.cc26 int64_t time = 1466787894; in TEST() local
45 int64_t time; in TEST() local
60 int64_t time; in TEST() local
68 GeneralizedTime time; in TEST() local
110 GeneralizedTime time; in TEST() local
/external/oboe/include/oboe/
DAudioClock.h29 struct timespec time; variable
46 struct timespec time; variable
63 struct timespec time; variable
/external/opencensus-java/testing/src/main/java/io/opencensus/testing/common/
DTestClock.java58 public static TestClock create(Timestamp time) { in create()
70 public synchronized void setTime(Timestamp time) { in setTime()
94 private static Timestamp validateNanos(Timestamp time) { in validateNanos()
100 private static long getNanos(Timestamp time) { in getNanos()
/external/wmediumd/wmediumd/lib/
Dschedctrl.c15 uint64_t time, uint32_t seq) in _usfstl_sched_ctrl_send_msg()
32 uint64_t time; in usfstl_sched_ctrl_sock_read() local
69 uint64_t time) in usfstl_sched_ctrl_send_msg()
117 uint64_t time; in usfstl_sched_ctrl_send_msg() local
126 static void usfstl_sched_ctrl_request(struct usfstl_scheduler *sched, uint64_t time) in usfstl_sched_ctrl_request()
203 uint64_t time; in usfstl_sched_ctrl_sync_to() local
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c48 cycles_t time1, time2, time; in do_testbaseline() local
75 cycles_t time1, time2, time; in do_test_sync_cmpxchg() local
106 cycles_t time1, time2, time; in do_test_cmpxchg() local
133 cycles_t time1, time2, time; in do_test_sync_inc() local
161 cycles_t time1, time2, time; in do_test_inc() local
191 cycles_t time1, time2, time; in do_test_enable_int() local
218 cycles_t time1, time2, time; in do_test_disable_int() local
246 cycles_t time1, time2, time; in do_test_int() local
/external/cronet/tot/net/cert/
Dtime_conversions_unittest.cc15 base::Time time = base::Time::UnixEpoch() + base::Seconds(1466787894); in TEST() local
64 base::Time time; in TEST() local
88 base::Time time; in TEST() local
110 base::Time time; in TEST() local
/external/cronet/stable/net/cert/
Dtime_conversions_unittest.cc15 base::Time time = base::Time::UnixEpoch() + base::Seconds(1466787894); in TEST() local
64 base::Time time; in TEST() local
88 base::Time time; in TEST() local
110 base::Time time; in TEST() local
/external/executorch/backends/vulkan/tools/gpuinfo/include/
Darchitecture.h48 auto time = benchmark_on_gpu(shader_name, 30, [&]() { in reg_count() local
69 double time = bench(1, nreg); in reg_count() local
88 auto time = bench(ngrp, nreg); in reg_count() local
172 auto time = benchmark_on_gpu(shader_name, 10, [&]() { variable
197 double time = bench(nthread); variable

12345678910>>...69