Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/chromium_org/media/base/
Dtext_ranges.cc22 bool TextRanges::AddCue(base::TimeDelta start_time) { in AddCue() argument
30 NewRange(start_time); in AddCue()
34 if (start_time < range_map_.begin()->first) { in AddCue()
35 NewRange(start_time); in AddCue()
39 const Itr itr = --Itr(range_map_.upper_bound(start_time)); in AddCue()
40 DCHECK(start_time >= itr->first); in AddCue()
44 if (start_time > range.last_time()) { in AddCue()
45 NewRange(start_time); in AddCue()
49 range.ResetCount(start_time); in AddCue()
54 DCHECK(start_time >= curr_range_itr_->first); in AddCue()
[all …]
Daudio_buffer_unittest.cc219 const base::TimeDelta start_time; in TEST() local
227 start_time); in TEST()
243 const base::TimeDelta start_time; in TEST() local
251 start_time); in TEST()
267 const base::TimeDelta start_time; in TEST() local
275 start_time); in TEST()
290 const base::TimeDelta start_time; in TEST() local
298 start_time); in TEST()
313 const base::TimeDelta start_time; in TEST() local
322 start_time); in TEST()
[all …]
Dtext_ranges.h35 bool AddCue(base::TimeDelta start_time);
47 void ResetCount(base::TimeDelta start_time);
55 bool AddCue(base::TimeDelta start_time);
78 void NewRange(base::TimeDelta start_time);
/external/chromium_org/ui/compositor/
Dlayer_animation_element_unittest.cc30 base::TimeTicks start_time; in TEST() local
39 start_time = effective_start_time + delta; in TEST()
40 element->set_requested_start_time(start_time); in TEST()
43 element->Progress(start_time, &delegate); in TEST()
46 effective_start_time = start_time + delta; in TEST()
101 base::TimeTicks start_time; in TEST() local
103 start_time += delta; in TEST()
115 base_element->set_requested_start_time(start_time); in TEST()
116 inverse_element->set_requested_start_time(start_time); in TEST()
139 base::TimeTicks start_time; in TEST() local
[all …]
Dlayer_animation_sequence_unittest.cc27 base::TimeTicks start_time; in TEST() local
28 start_time += base::TimeDelta::FromSeconds(1); in TEST()
29 sequence.set_start_time(start_time); in TEST()
30 EXPECT_TRUE(sequence.IsFinished(start_time)); in TEST()
45 base::TimeTicks start_time; in TEST() local
51 start_time += delta; in TEST()
52 sequence.set_start_time(start_time); in TEST()
55 sequence.Progress(start_time, &delegate); in TEST()
57 sequence.Progress(start_time + base::TimeDelta::FromMilliseconds(500), in TEST()
60 EXPECT_TRUE(sequence.IsFinished(start_time + delta)); in TEST()
[all …]
Dlayer_animator_unittest.cc308 base::TimeTicks start_time = animator->last_step_time(); in TEST() local
310 animator->Step(start_time + base::TimeDelta::FromMilliseconds(500)); in TEST()
315 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000)); in TEST()
345 base::TimeTicks start_time = test_controller.animator()->last_step_time(); in TEST() local
346 base::TimeTicks effective_start = start_time + delta; in TEST()
406 base::TimeTicks start_time = animator->last_step_time(); in TEST() local
408 animator->Step(start_time + base::TimeDelta::FromMilliseconds(500)); in TEST()
414 animator->Step(start_time + base::TimeDelta::FromMilliseconds(1000)); in TEST()
460 base::TimeTicks start_time = test_controller.animator()->last_step_time(); in TEST() local
461 base::TimeTicks effective_start = start_time + delta; in TEST()
[all …]
/external/chromium-trace/trace-viewer/examples/stream_server/handlers/
Dstream_wsh.py12 def make_slice(start_time, elapsed_time, label, last): argument
16 out.append('\"s\": {0},'.format(start_time))
17 out.append('\"e\": {0}'.format(start_time+elapsed_time))
48 def make_count(start_time, value, last): argument
51 out.append('\"t\": {0},'.format(start_time))
89 start_time = 0;
91 msg = make_thread_command(start_time, 'apple')
93 msg = make_thread_command(start_time+1, 'banana')
95 msg = make_thread_command(start_time+2, 'cherry')
97 msg = make_counter_command(start_time+2, 'Base', 'Bytes')
[all …]
/external/chromium_org/media/cast/logging/
Dlogging_impl_unittest.cc48 base::TimeTicks start_time = testing_clock_.NowTicks(); in TEST_F() local
49 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time; in TEST_F()
61 time_interval = now - start_time; in TEST_F()
76 base::TimeTicks start_time = testing_clock_.NowTicks(); in TEST_F() local
77 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time; in TEST_F()
92 time_interval = testing_clock_.NowTicks() - start_time; in TEST_F()
106 base::TimeTicks start_time = testing_clock_.NowTicks(); in TEST_F() local
107 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time; in TEST_F()
123 time_interval = testing_clock_.NowTicks() - start_time; in TEST_F()
133 base::TimeTicks start_time = testing_clock_.NowTicks(); in TEST_F() local
[all …]
/external/chromium_org/ui/gfx/android/
Dscroller_unittest.cc31 base::TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local
38 start_time); in TEST_F()
51 scroller.ComputeScrollOffset(start_time + scroll_duration / 2); in TEST_F()
72 scroller.ComputeScrollOffset(start_time + scroll_duration / 2); in TEST_F()
79 scroller.ComputeScrollOffset(start_time + scroll_duration); in TEST_F()
88 scroller.ComputeScrollOffset(start_time + scroll_duration * 2); in TEST_F()
97 base::TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local
108 start_time); in TEST_F()
121 scroller.ComputeScrollOffset(start_time + scroll_duration / 2); in TEST_F()
144 scroller.ComputeScrollOffset(start_time + scroll_duration / 2); in TEST_F()
[all …]
/external/chromium_org/dbus/
Dexported_object.cc93 const base::TimeTicks start_time = base::TimeTicks::Now(); in SendSignal() local
98 start_time, in SendSignal()
140 void ExportedObject::SendSignalInternal(base::TimeTicks start_time, in SendSignalInternal() argument
149 base::TimeTicks::Now() - start_time); in SendSignalInternal()
207 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
215 start_time)); in HandleMessage()
222 start_time, in HandleMessage()
233 base::TimeTicks start_time) { in RunMethod() argument
239 start_time, in RunMethod()
243 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse() argument
[all …]
Dobject_proxy.cc81 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodAndBlockWithErrorDetails() local
101 base::TimeTicks::Now() - start_time); in CallMethodAndBlockWithErrorDetails()
129 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodWithErrorCallback() local
139 start_time, in CallMethodWithErrorCallback()
157 start_time); in CallMethodWithErrorCallback()
236 start_time(in_start_time) { in OnPendingCallIsCompleteData()
246 base::TimeTicks start_time) { in StartAsyncMethodCall() argument
256 start_time, in StartAsyncMethodCall()
272 start_time); in StartAsyncMethodCall()
290 base::TimeTicks start_time) { in OnPendingCallIsComplete() argument
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-timechart.c79 u64 start_time; member
92 u64 start_time; member
122 u64 start_time; member
137 u64 start_time; member
214 p->start_time = timestamp; in pid_fork()
216 p->current->start_time = timestamp; in pid_fork()
249 sample->start_time = start; in pid_put_sample()
261 if (c->start_time == 0 || c->start_time > start) in pid_put_sample()
262 c->start_time = start; in pid_put_sample()
263 if (p->start_time == 0 || p->start_time > start) in pid_put_sample()
[all …]
/external/tremolo/Tremolo/
Dmisc.c62 long start_time=-1; variable
115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000); in _insert()
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _insert()
124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _insert()
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _insert()
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _insert()
156 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _ripremove()
158 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _ripremove()
169 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _ripremove()
171 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), in _ripremove()
/external/chromium_org/content/public/test/
Dmock_download_manager.cc20 const base::Time& start_time, in CreateDownloadItemAdapter() argument
37 start_time(start_time), in CreateDownloadItemAdapter()
53 start_time(rhs.start_time), in CreateDownloadItemAdapter()
75 start_time == rhs.start_time && in operator ==()
106 const base::Time& start_time, in CreateDownloadItem() argument
118 original_mime_type, start_time, end_time, etag, last_modified, in CreateDownloadItem()
/external/chromium_org/ui/gfx/
Dinterpolated_transform.cc80 InterpolatedTransform::InterpolatedTransform(float start_time, in InterpolatedTransform() argument
82 : start_time_(start_time), in InterpolatedTransform()
141 float start_time, in InterpolatedRotation() argument
143 : InterpolatedTransform(start_time, end_time), in InterpolatedRotation()
177 float start_time, in InterpolatedAxisAngleRotation() argument
179 : InterpolatedTransform(start_time, end_time), in InterpolatedAxisAngleRotation()
205 float start_time, float end_time) in InterpolatedScale() argument
206 : InterpolatedTransform(start_time, end_time), in InterpolatedScale()
220 float start_time, in InterpolatedScale() argument
222 : InterpolatedTransform(start_time, end_time), in InterpolatedScale()
[all …]
Dinterpolated_transform.h34 InterpolatedTransform(float start_time, float end_time);
63 float start_time() const { return start_time_; } in start_time() function
92 float start_time,
120 float start_time,
145 float start_time, float end_time);
150 float start_time,
170 float start_time,
225 float start_time,
247 float start_time,
/external/bison/lib/
Dtimevar.c148 struct timevar_time_def start_time; member
188 static struct timevar_time_def start_time; variable
307 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
311 start_time = now;
353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
357 start_time = now;
390 get_time (&tv->start_time);
411 timevar_accumulate (&tv->elapsed, &tv->start_time, &now);
431 timevar_accumulate (elapsed, &tv->start_time, &now);
437 timevar_accumulate (elapsed, &start_time, &now);
[all …]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
Dtest_fft_time.c272 double start_time; in TimeDifference() local
274 start_time = start->tv_sec + start->tv_usec * 1e-6; in TimeDifference()
277 return end_time - start_time; in TimeDifference()
343 struct timeval start_time; in TimeOneFloatFFT() local
369 GetUserTime(&start_time); in TimeOneFloatFFT()
375 elapsed_time = TimeDifference(&start_time, &end_time); in TimeOneFloatFFT()
381 GetUserTime(&start_time); in TimeOneFloatFFT()
387 elapsed_time = TimeDifference(&start_time, &end_time); in TimeOneFloatFFT()
460 struct timeval start_time; in TimeOneFloatRFFT() local
489 GetUserTime(&start_time); in TimeOneFloatRFFT()
[all …]
/external/chromium_org/third_party/webrtc/base/
Dtiming.cc72 double start_time = TimerNow(); in BusyWait() local
73 while (TimerNow() - start_time < period) { in BusyWait()
75 return TimerNow() - start_time; in BusyWait()
79 double start_time = TimerNow(); in IdleWait() local
110 return TimerNow() - start_time; in IdleWait()
/external/lldb/test/expression_command/timeout/
Dwait-a-while.c12 struct timeval start_time; in wait_a_while() local
13 gettimeofday(&start_time, NULL); in wait_a_while()
14 uint64_t target = start_time.tv_sec * 1000000 + start_time.tv_usec + interval; in wait_a_while()
/external/chromium_org/content/browser/media/capture/
Dweb_contents_video_capture_device.cc244 void Capture(const base::TimeTicks& start_time,
257 const base::TimeTicks& start_time,
266 const base::TimeTicks& start_time,
410 const base::TimeTicks start_time = base::TimeTicks::Now(); in Observe() local
412 start_time, in Observe()
419 base::Bind(capture_callback_, start_time, frame, deliver_frame_cb)); in Observe()
430 const base::TimeTicks start_time = base::TimeTicks::Now(); in OnTimer() local
432 start_time, in OnTimer()
435 capture_callback_.Run(start_time, frame, deliver_frame_cb); in OnTimer()
605 const base::TimeTicks& start_time, in Capture() argument
[all …]
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
Dframe_counter.cc11 struct timeval start_time; in BeginFrame() local
12 gettimeofday(&start_time, NULL); in BeginFrame()
13 frame_start_ = start_time.tv_sec * kMicroSecondsPerSecond + in BeginFrame()
14 start_time.tv_usec; in BeginFrame()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service.cc73 base::Time start_time( in RecordFirstPaintTiming() local
75 base::TimeDelta elapsed = base::Time::Now() - start_time; in RecordFirstPaintTiming()
102 base::Time start_time = GetOriginalProcessStartTime(command_line); in RecordStartupInfo() local
103 if (start_time.is_null()) in RecordStartupInfo()
106 base::TimeDelta elapsed = base::Time::Now() - start_time; in RecordStartupInfo()
120 g_original_process_start_time = start_time.ToInternalValue(); in RecordStartupInfo()
/external/chromium_org/v8/src/heap/
Dgc-tracer.cc34 start_time(0.0), in Event()
101 double start_time = base::OS::TimeCurrentMillis(); in Start() local
104 start_time - previous_.end_time, in Start()
117 current_.start_time = start_time; in Start()
184 double duration = current_.end_time - current_.start_time; in Stop()
185 double spent_in_mutator = Max(current_.start_time - previous_.end_time, 0.0); in Stop()
235 double duration = current_.end_time - current_.start_time; in Print()
269 double duration = current_.end_time - current_.start_time; in PrintNVP()
270 double spent_in_mutator = current_.start_time - previous_.end_time; in PrintNVP()
346 mean += iter->end_time - iter->start_time; in MeanDuration()
[all …]
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dapi_utils.py204 def delay(self, n, start_time): argument
216 time.time() - start_time > self.max_retry_period)):
244 start_time = time.time()
245 delay = retry_params.delay(n, start_time)
259 'after %s seconds total', n, time.time() - start_time)
265 delay = retry_params.delay(n, start_time)
279 n - 1, time.time() - start_time)

12345678910>>...16