HomeSort by relevance Sort by last modified time
    Searched refs:start_time (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server_base.py 46 start_time = time.time()
47 while time.time() - start_time < 20:
  /external/chromium/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
  /external/tremolo/Tremolo/
misc.c 62 long start_time=-1; variable
115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000);
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
156 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
158 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
169 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000)
    [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/e2fsprogs/misc/
fsck.h 61 time_t start_time; member in struct:fsck_instance
  /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...]
Main.java 102 protected static long start_time = 0; field in class:Main
145 start_time = System.currentTimeMillis();
674 long total_time = final_time - start_time;
679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
  /external/chromium/base/
watchdog.h 40 void ArmAtStartTime(const base::TimeTicks start_time);
watchdog.cc 56 void Watchdog::ArmAtStartTime(const TimeTicks start_time) {
59 start_time_ = start_time;
condition_variable_unittest.cc 194 base::Time start_time; // Used to time task processing. local
223 start_time = base::Time::Now();
237 (base::Time::Now() - start_time).InMilliseconds());
273 start_time = base::Time::Now();
296 (base::Time::Now() - start_time).InMilliseconds());
stats_table_unittest.cc 302 TimeTicks start_time() { return start_time_; } function in class:base::MockStatsCounterTimer
319 EXPECT_TRUE(bar.start_time().is_null());
  /external/oprofile/daemon/
init.c 311 unsigned long long start_time = 0ULL; local
345 start_time = 0ULL;
346 start_time = tv.tv_sec;
347 sprintf(start_time_str, "%llu", start_time);
  /external/v8/src/
d8-posix.cc 109 struct timeval& start_time) {
116 int seconds = time_now.tv_sec - start_time.tv_sec;
117 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000;
142 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
147 int seconds = time_now.tv_sec - start_time.tv_sec;
152 int useconds = time_now.tv_usec - start_time.tv_usec;
310 struct timeval& start_time,
337 start_time) ||
338 (TimeIsOut(start_time, total_timeout))) {
385 struct timeval& start_time,
477 struct timeval start_time; local
    [all...]
  /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,
  /development/testrunner/
run_command.py 81 start_time = time.time()
130 and time.time() > start_time + timeout_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/qemu/
trace.h 19 extern uint64_t start_time, end_time;
trace_common.h 58 uint64_t start_time; // time of first occurrence member in struct:BBRec
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 309 $start_time = time;
401 $test_seconds = ( $end_time - $start_time );
  /sdk/emulator/qtools/
dmtrace.cpp 34 void DmTrace::open(const char *dmtrace_file, uint64_t start_time)
59 writeHeader(fData, start_time);
trace_reader.cpp 119 nextrec_.bb_rec.start_time += time_diff;
171 nextrec_->bb_rec.bb_num, nextrec_->bb_rec.start_time,
178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time,
186 if (bb->next_time < nextrec_.bb_rec.start_time) {
214 event->time = nextrec_.bb_rec.start_time;
225 future->bb.next_time = nextrec_.bb_rec.start_time + nextrec_.bb_rec.time_diff;
    [all...]
  /external/blktrace/btreplay/
btrecord.c 85 * @start_time: Start time of th ecurrent bunch
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
249 * @start_time: Records current start
251 static inline void io_bunch_create(struct io_stream *stream, __u64 start_time)
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
  /external/ping/
ping_common.h 91 extern struct timeval start_time, cur_time;
  /external/chromium/net/socket/
client_socket_pool_base.cc 196 base::TimeTicks::Now() - idle_socket.start_time;
325 bool timed_out = (now - start_time) >= timeout;
595 idle_socket.start_time = base::TimeTicks::Now();

Completed in 857 milliseconds

1 2 3