/external/perfetto/ui/src/frontend/ |
D | gridline_helper_unittest.ts | 38 {type: TickType.MAJOR, time: 0n}, constant 39 {type: TickType.MINOR, time: 1n}, constant 40 {type: TickType.MINOR, time: 2n}, constant 41 {type: TickType.MINOR, time: 3n}, constant 42 {type: TickType.MINOR, time: 4n}, constant 43 {type: TickType.MEDIUM, time: 5n}, constant 44 {type: TickType.MINOR, time: 6n}, constant 45 {type: TickType.MINOR, time: 7n}, constant 46 {type: TickType.MINOR, time: 8n}, constant 47 {type: TickType.MINOR, time: 9n}, constant [all …]
|
/external/jemalloc_new/src/ |
D | nstime.c | 12 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/perfetto/ui/src/common/ |
D | high_precision_time_unittest.ts | 50 const time = new HPTime(136n, 0.3); constant 56 let time = new HPTime(1n, 2.3); variable 66 const time = new HPTime(1n, -0.4); constant 72 let time = HPTime.fromTPTime(123n as TPTime); variable 80 let time = HPTime.fromTPTime(123n as TPTime); variable 106 const time = mkTime('1.3'); constant 113 const time = mkTime('1.3'); constant 120 const time = mkTime('1.2'); constant 129 const time = mkTime('1.2'); constant 138 const time = mkTime('1.2'); constant [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/ |
D | gpu_backend.md | 57 ### Optimization 66 ### Canonicalization 73 ### Buffer Analysis 81 ### LMHLO Conversion 110 ### IR Emission 129 ### Thunk Building 155 ### Constructing GpuExecutable
|
/external/cronet/base/i18n/ |
D | time_formatting.cc | 29 std::u16string TimeFormat(const icu::DateFormat* formatter, const Time& time) { in TimeFormat() 38 const Time& time) { in TimeFormatWithoutAmPm() 100 std::u16string TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay() 108 std::u16string TimeFormatTimeOfDayWithMilliseconds(const Time& time) { in TimeFormatTimeOfDayWithMilliseconds() 113 std::u16string TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType() 132 std::u16string TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() 138 std::u16string TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() 144 std::u16string TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime() 150 std::u16string TimeFormatShortDateAndTimeWithTimeZone(const Time& time) { in TimeFormatShortDateAndTimeWithTimeZone() 159 const Time& time, in TimeFormatMonthAndYearForTimeZone() [all …]
|
D | time_formatting_unittest.cc | 33 std::u16string GetShortTimeZone(const Time& time) { in GetShortTimeZone() 76 Time time; in TEST() local 114 Time time; in TEST() local 152 Time time; in TEST() local 179 Time time; in TEST() local 216 Time time; in TEST() local 241 Time time; in TEST() local 266 Time time; in TEST() local 284 Time time; in TEST() local
|
/external/libchrome/base/i18n/ |
D | time_formatting.cc | 27 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaMetadataRetriever.java | 120 public static void addFrame(DataSource ds, long time, Bitmap bitmap) { in addFrame() 128 DataSource ds, long time, int dstWidth, int dstHeight, Bitmap bitmap) { in addScaledFrame() 145 public static void addFrame(String path, long time, Bitmap bitmap) { in addFrame() 146 addFrame(toDataSource(path), time, bitmap); in addFrame() local 160 public static void addFrame(Context context, Uri uri, long time, Bitmap bitmap) { in addFrame() 161 addFrame(toDataSource(context, uri), time, bitmap); in addFrame() local 175 public static void addFrame(String uri, Map<String, String> headers, long time, Bitmap bitmap) { in addFrame() 176 addFrame(toDataSource(uri, headers), time, bitmap); in addFrame() local 189 public static void addFrame(FileDescriptor fd, long time, Bitmap bitmap) { in addFrame() 190 addFrame(toDataSource(fd), time, bitmap); in addFrame() local [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaMetadataRetriever.java | 101 public static void addFrame(DataSource ds, long time, Bitmap bitmap) { in addFrame() 120 public static void addFrame(String path, long time, Bitmap bitmap) { in addFrame() 121 addFrame(toDataSource(path), time, bitmap); in addFrame() local 137 public static void addFrame(Context context, Uri uri, long time, Bitmap bitmap) { in addFrame() 138 addFrame(toDataSource(context, uri), time, bitmap); in addFrame() local 154 public static void addFrame(String uri, Map<String, String> headers, long time, Bitmap bitmap) { in addFrame() 155 addFrame(toDataSource(uri, headers), time, bitmap); in addFrame() local 170 public static void addFrame(FileDescriptor fd, long time, Bitmap bitmap) { in addFrame() 171 addFrame(toDataSource(fd), time, bitmap); in addFrame() local 189 long time, Bitmap bitmap) { in addFrame() [all …]
|
/external/libtextclassifier/native/utils/calendar/ |
D | calendar_test.cc | 33 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/ |
D | event_based_exponential_moving_average_unittest.cc | 38 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.py | 82 def __init__(self, state, behavior, time): argument 154 def _ensure_called_through(self, time): argument 161 def _call_at(self, behavior, time): argument 172 def time(self): member in StrictRealTime 178 def call_at(self, behavior, time): argument 186 def sleep_until(self, time): argument 193 def __init__(self, time): argument 197 def time(self): member in StrictFakeTime 209 def call_at(self, behavior, time): argument 224 def sleep_until(self, time): argument
|
/external/cronet/net/der/ |
D | encode_values_unittest.cc | 25 base::Time time = base::Time::UnixEpoch() + base::Seconds(1466787894); in TEST() local 76 base::Time time; in TEST() local 98 base::Time time; in TEST() local 125 base::Time time; in TEST() local 159 base::Time time; in TEST() local 172 GeneralizedTime time; in TEST() local 214 GeneralizedTime time; in TEST() local
|
/external/libchrome/mojo/public/cpp/base/ |
D | time_mojom_traits.cc | 10 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/ |
D | BasicAttributeProviderTest.java | 67 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/oboe/src/common/ |
D | AudioClock.h | 30 struct timespec time; variable 47 struct timespec time; variable 64 struct timespec time; variable
|
/external/opencensus-java/testing/src/main/java/io/opencensus/testing/common/ |
D | TestClock.java | 58 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/ |
D | schedctrl.c | 15 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/ |
D | test-cmpxchg-nolock.c | 48 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/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | SharedPrefUtil.java | 55 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp() 63 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp() 69 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp() 77 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp() 83 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp() 91 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Time.java | 40 ASN1Primitive time; field in Time 53 ASN1Primitive time) in Time() 72 Date time) in Time() 104 Date time, in Time()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/ |
D | Time.java | 42 ASN1Primitive time; field in Time 55 ASN1Primitive time) in Time() 74 Date time) in Time() 106 Date time, in Time()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
D | Time.java | 42 ASN1Primitive time; field in Time 55 ASN1Primitive time) in Time() 74 Date time) in Time() 106 Date time, in Time()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | time.h | 42 TimePoint(const T& time) { you_need_a_specialization_of_TimePoint(); } in TimePoint() 55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() 78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ASN1UTCTime.java | 41 private byte[] time; field in ASN1UTCTime 110 String time) in ASN1UTCTime() 128 Date time) in ASN1UTCTime() 147 Date time, in ASN1UTCTime() 162 byte[] time) in ASN1UTCTime()
|