/third_party/node/test/pummel/ |
D | test-net-timeout.js | 28 let starttime = null; variable 78 starttime = new Date(); variable 79 console.dir(starttime); 100 assert.ok(starttime != null); 103 const diff = timeouttime - starttime;
|
D | test-timers.js | 30 const starttime = Date.now(); constant 35 const diff = endtime - starttime; 50 const starttime = Date.now(); constant 58 const diff = endtime - starttime;
|
/third_party/flutter/skia/tools/android/ |
D | measure_fps.py | 30 starttime = time.time() 37 fps = (endframe - startframe) / (endtime - starttime) 41 starttime = endtime
|
/third_party/skia/tools/android/ |
D | measure_fps.py | 32 starttime = time.time() 39 fps = (endframe - startframe) / (endtime - starttime) 43 starttime = endtime
|
/third_party/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_latency.c | 117 double starttime; in test_signal() local 156 starttime = d_gettimeofday(); in test_signal() 162 starttime = d_gettimeofday(); in test_signal() 180 (int)((endtime - starttime) * 1000000.)); in test_signal()
|
D | pthread_cond_many.c | 152 double starttime; in wake_child() local 162 starttime = d_gettimeofday(); in wake_child() 168 starttime = d_gettimeofday(); in wake_child() 182 latency = (unsigned long)((endtime - starttime) * 1000000.); in wake_child()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.h | 70 gint64 starttime; member 133 int motioncells_count, motioncellidx * motioncellsidx, gint64 starttime, 195 int initDataFile (char *p_datafile, gint64 starttime);
|
D | MotionCells.cpp | 83 m_header.starttime = 0; in MotionCells() 111 motioncellidx * motioncellsidx, gint64 starttime, char *p_datafile, in performDetectionMotionCells() argument 133 ret = initDataFile (p_datafile, starttime); in performDetectionMotionCells() 290 MotionCells::initDataFile (char *p_datafile, gint64 starttime) //p_date is increased with differen… in initDataFile() argument 313 m_header.starttime = GINT64_TO_BE (starttime); in initDataFile()
|
D | motioncells_wrapper.cpp | 90 int motioncells_count, motioncellidx * motioncellsidx, gint64 starttime, in perform_detection_motion_cells() argument 100 motioncells_count, motioncellsidx, starttime, p_datafile, in perform_detection_motion_cells()
|
D | motioncells_wrapper.h | 70 motioncellidx * motioncellsidx, gint64 starttime, char *datafile,
|
D | gstmotioncells.cpp | 364 filter->starttime = 1000 * filter->tv.tv_sec; in gst_motion_cells_init() 467 filter->starttime = g_value_get_long (value); in gst_motion_cells_set_property() 668 g_value_set_long (value, filter->starttime); in gst_motion_cells_get_property() 887 gint64 starttime; in gst_motion_cells_transform_ip() local 948 filter->starttime += in gst_motion_cells_transform_ip() 950 starttime = filter->starttime; in gst_motion_cells_transform_ip() 977 motioncellscolor, motioncells_count, motioncellsidx, starttime, in gst_motion_cells_transform_ip()
|
D | gstmotioncells.h | 86 gint64 diff_timestamp, starttime; member
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | theoraenc.c | 107 GstClockTime starttime) in check_buffer_granulepos_from_starttime() argument 123 expected = gst_util_uint64_scale (starttime, FRAMERATE, GST_SECOND); in check_buffer_granulepos_from_starttime()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 141 static void addtt(zic_t starttime, int type); 2223 register zic_t starttime, untiltime; in outzone() local 2252 INITIALIZE(starttime); in outzone() 2465 addtt(starttime, type); in outzone() 2537 if (usestart && ktime == starttime) in outzone() 2540 if (ktime < starttime) { in outzone() 2606 else addtt(starttime, in outzone() 2627 starttime = zp->z_untiltime; in outzone() 2629 starttime = tadd(starttime, -stdoff); in outzone() 2631 starttime = tadd(starttime, -gmtoff); in outzone() [all …]
|
D | localtime.c | 1019 starttime = transtime(year, &start, stdoffset), in tzparse() local 1024 int reversed = endtime < starttime; in tzparse() 1026 int_fast32_t swap = starttime; in tzparse() 1027 starttime = endtime; in tzparse() 1031 || (starttime < endtime in tzparse() 1032 && (endtime - starttime in tzparse() 1040 (&sp->ats[timecnt], starttime)) in tzparse()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 141 static void addtt(zic_t starttime, int type); 2223 register zic_t starttime, untiltime; in outzone() local 2252 INITIALIZE(starttime); in outzone() 2465 addtt(starttime, type); in outzone() 2537 if (usestart && ktime == starttime) in outzone() 2540 if (ktime < starttime) { in outzone() 2606 else addtt(starttime, in outzone() 2627 starttime = zp->z_untiltime; in outzone() 2629 starttime = tadd(starttime, -stdoff); in outzone() 2631 starttime = tadd(starttime, -gmtoff); in outzone() [all …]
|
D | localtime.c | 1019 starttime = transtime(year, &start, stdoffset), in tzparse() local 1024 int reversed = endtime < starttime; in tzparse() 1026 int_fast32_t swap = starttime; in tzparse() 1027 starttime = endtime; in tzparse() 1031 || (starttime < endtime in tzparse() 1032 && (endtime - starttime in tzparse() 1040 (&sp->ats[timecnt], starttime)) in tzparse()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 141 static void addtt(zic_t starttime, int type); 2223 register zic_t starttime, untiltime; in outzone() local 2252 INITIALIZE(starttime); in outzone() 2465 addtt(starttime, type); in outzone() 2537 if (usestart && ktime == starttime) in outzone() 2540 if (ktime < starttime) { in outzone() 2606 else addtt(starttime, in outzone() 2627 starttime = zp->z_untiltime; in outzone() 2629 starttime = tadd(starttime, -stdoff); in outzone() 2631 starttime = tadd(starttime, -gmtoff); in outzone() [all …]
|
D | localtime.c | 1019 starttime = transtime(year, &start, stdoffset), in tzparse() local 1024 int reversed = endtime < starttime; in tzparse() 1026 int_fast32_t swap = starttime; in tzparse() 1027 starttime = endtime; in tzparse() 1031 || (starttime < endtime in tzparse() 1032 && (endtime - starttime in tzparse() 1040 (&sp->ats[timecnt], starttime)) in tzparse()
|
/third_party/ltp/tools/genload/ |
D | stress.c | 91 long starttime, stoptime, runtime; in main() local 111 if ((starttime = time(NULL)) == -1) { in main() 319 runtime = stoptime - starttime; in main()
|
D | genload.c | 91 long starttime, stoptime, runtime; in main() local 111 if ((starttime = time(NULL)) == -1) { in main() 319 runtime = stoptime - starttime; in main()
|
/third_party/tzdata/ |
D | zic.c | 153 static void addtt(zic_t starttime, int type); 2591 register zic_t starttime, untiltime; in outzone() local 2620 INITIALIZE(starttime); in outzone() 2738 addtt(starttime, type); in outzone() 2824 if (usestart && ktime == starttime) in outzone() 2827 if (ktime < starttime) { in outzone() 2885 addtt(starttime, type); in outzone() 2894 starttime = zp->z_untiltime; in outzone() 2896 starttime = tadd(starttime, -save); in outzone() 2898 starttime = tadd(starttime, -stdoff); in outzone() [all …]
|
D | localtime.c | 1179 starttime = transtime(year, &start, stdoffset), in tzparse() local 1184 bool reversed = endtime < starttime; in tzparse() 1186 int_fast32_t swap = starttime; in tzparse() 1187 starttime = endtime; in tzparse() 1191 || (starttime < endtime in tzparse() 1192 && (endtime - starttime in tzparse() 1200 janoffset + starttime)) in tzparse()
|
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 59 int64_t starttime; member 264 if (pls->timelines[i]->starttime > 0) { in get_segment_start_time_based_on_timeline() 265 start_time = pls->timelines[i]->starttime; in get_segment_start_time_based_on_timeline() 298 if (pls->timelines[i]->starttime > 0) { in calc_next_seg_no_from_timelines() 299 start_time = pls->timelines[i]->starttime; in calc_next_seg_no_from_timelines() 689 tml->starttime = (int64_t)strtoll(val, NULL, 10); in parse_manifest_segmenttimeline() 2308 if (pls->timelines[i]->starttime > 0) { in dash_seek() 2309 duration = pls->timelines[i]->starttime; in dash_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.h | 384 guint64 starttime; /* [ms] */ member
|