/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | clocking2 | 48 filesrc state change gets starttime 49 mad state change gets starttime 50 osssink state change gets starttime 52 mad sends buffers with timestamp starttime + internal counter 53 osssink syncs these samples against the clock with starttime + timestamp 67 thread is not the toplevel bin, use same starttime as when 69 do state change on elements with same starttime
|
/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/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdmetricsrangenode.c | 37 if (self->starttime) in gst_mpd_metrics_range_get_xml_node() 39 self->starttime); in gst_mpd_metrics_range_get_xml_node() 60 self->starttime = 0; /* [ms] */ in gst_mpd_metrics_range_node_init()
|
D | gstmpdmetricsrangenode.h | 35 guint64 starttime; /* [ms] */ member
|
/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 | gstmotioncells.cpp | 367 filter->starttime = 1000 * g_get_real_time(); in gst_motion_cells_init() 470 filter->starttime = g_value_get_long (value); in gst_motion_cells_set_property() 671 g_value_set_long (value, filter->starttime); in gst_motion_cells_get_property() 890 gint64 starttime; in gst_motion_cells_transform_ip() local 951 filter->starttime += in gst_motion_cells_transform_ip() 953 starttime = filter->starttime; in gst_motion_cells_transform_ip() 980 motioncellscolor, motioncells_count, motioncellsidx, starttime, in gst_motion_cells_transform_ip()
|
D | motioncells_wrapper.h | 70 motioncellidx * motioncellsidx, gint64 starttime, char *datafile,
|
D | gstmotioncells.h | 86 gint64 diff_timestamp, starttime; member
|
/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/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/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/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/ltp/tools/genload/ |
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()
|
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()
|
/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 …]
|