HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 76 - 100 of 289) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/
register_support_host_request_unittest.cc 81 int64 start_time = static_cast<int64>(base::Time::Now().ToDoubleT()); local
119 EXPECT_LE(start_time, time);
  /external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.h 60 base::Time start_time; member in struct:storage::QuotaTemporaryStorageEvictor::EvictionRoundStatistics
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 551 int64_t start_time = 0; local
555 start_time = os_time_get();
581 os_time_get() - start_time >= timeout) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
  /external/chromium_org/third_party/webrtc/base/
sharedexclusivelock_unittest.cc 72 uint32 start_time = Time(); local
75 waiting_time_in_ms_ = TimeDiff(Time(), start_time);
105 uint32 start_time = Time(); local
108 waiting_time_in_ms_ = TimeDiff(Time(), start_time);
  /external/chromium_org/third_party/webrtc/modules/pacing/
paced_sender_unittest.cc 283 int64_t start_time = clock_.TimeInMilliseconds(); local
284 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
304 int64_t start_time = clock_.TimeInMilliseconds(); local
306 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_capture.cc 222 webrtc::TickTime start_time = webrtc::TickTime::Now(); local
225 (webrtc::TickTime::Now() - start_time).Milliseconds() < 10000) {
  /external/chromium_org/tools/android/ps_ext/
ps_ext.c 134 long long unsigned start_time = 0; local
142 &maj_faults, &utime, &ktime, &num_threads, &start_time, &vm_rss);
154 "\"start_time\": %llu, "
164 start_time,
  /external/chromium_org/ui/gfx/
interpolated_transform.h 31 // The interpolated transform varies only when t in (start_time, end_time).
32 // If t <= start_time, Interpolate(t) will return the initial transform, and
34 InterpolatedTransform(float start_time, float end_time);
63 float start_time() const { return start_time_; } function in class:ui::InterpolatedTransform
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,
    [all...]
  /external/chromium_org/v8/src/heap/
gc-tracer.cc 34 start_time(0.0),
101 double start_time = base::OS::TimeCurrentMillis(); local
104 start_time - previous_.end_time,
117 current_.start_time = start_time;
184 double duration = current_.end_time - current_.start_time;
185 double spent_in_mutator = Max(current_.start_time - previous_.end_time, 0.0);
235 double duration = current_.end_time - current_.start_time;
269 double duration = current_.end_time - current_.start_time;
270 double spent_in_mutator = current_.start_time - previous_.end_time
    [all...]
  /external/e2fsprogs/misc/
fsck.h 61 time_t start_time; member in struct:fsck_instance
  /external/lldb/examples/python/
disasm-stress-test.py 148 start_time = time.time() variable
154 elapsed_time = curr_time - start_time
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 551 int64_t start_time = 0; local
555 start_time = os_time_get();
581 os_time_get() - start_time >= timeout) {
  /external/oprofile/daemon/
init.c 314 unsigned long long start_time = 0ULL; local
348 start_time = 0ULL;
349 start_time = tv.tv_sec;
350 sprintf(start_time_str, "%llu", start_time);
  /external/ppp/pppd/plugins/radius/
buildreq.c 296 time_t start_time, dtime; local
327 start_time = time(NULL);
339 dtime = time(NULL) - start_time;
  /external/tcpdump/
print-cnfp.c 72 u_int32_t start_time; /* sys_uptime value */ member in struct:nfrec
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
  /art/runtime/gc/space/
dlmalloc_space.cc 80 uint64_t start_time = 0; local
82 start_time = NanoTime();
106 LOG(INFO) << "DlMallocSpace::Create exiting (" << PrettyDuration(NanoTime() - start_time)
rosalloc_space.cc 91 uint64_t start_time = 0; local
93 start_time = NanoTime();
119 LOG(INFO) << "RosAllocSpace::Create exiting (" << PrettyDuration(NanoTime() - start_time)
  /cts/tools/dasm/src/java_cup/
emit.java 247 long start_time = System.currentTimeMillis(); local
295 symbols_time = System.currentTimeMillis() - start_time;
309 long start_time = System.currentTimeMillis(); local
411 action_code_time = System.currentTimeMillis() - start_time;
424 long start_time = System.currentTimeMillis(); local
470 production_table_time = System.currentTimeMillis() - start_time;
490 long start_time = System.currentTimeMillis(); local
559 action_table_time = System.currentTimeMillis() - start_time;
575 long start_time = System.currentTimeMillis(); local
613 goto_table_time = System.currentTimeMillis() - start_time;
635 long start_time = System.currentTimeMillis(); local
    [all...]
  /external/bison/lib/
timevar.c 148 struct timevar_time_def start_time; member in struct:timevar_def
188 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def
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/ceres-solver/internal/ceres/
trust_region_minimizer.cc 127 double start_time = WallTimeInSeconds(); local
128 double iteration_start_time = start_time;
245 WallTimeInSeconds() - start_time
271 const double total_solver_time = iteration_start_time - start_time +
679 WallTimeInSeconds() - start_time
  /external/chromium_org/base/
tracked_objects_unittest.cc 187 const int32 start_time = 1; local
189 base::TimeDelta::FromMilliseconds(start_time);
195 SetTestTime(start_time + time_elapsed);
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 104 Animation::Opacity)->start_time(),
106 Animation::Opacity)->start_time());
112 Animation::Opacity)->start_time(),
114 Animation::Opacity)->start_time());
130 const TimeTicks start_time = TicksFromSecondsF(123); local
131 controller->GetAnimation(Animation::Opacity)->set_start_time(start_time);
149 EXPECT_EQ(start_time,
151 Animation::Opacity)->start_time());
153 Animation::Opacity)->start_time(),
155 Animation::Opacity)->start_time());
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 274 base::TimeTicks start_time; local
276 start_time = rendering_stats_instrumentation->StartRecording();
283 rendering_stats_instrumentation->EndRecording(start_time);

Completed in 1678 milliseconds

1 2 34 5 6 7 8 91011>>