HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 26 - 50 of 83) sorted by null

12 3 4

  /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/chromium/base/synchronization/
condition_variable_unittest.cc 198 Time start_time; // Used to time task processing. local
226 start_time = Time::Now();
241 (Time::Now() - start_time).InMilliseconds());
270 start_time = Time::Now();
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 250 base::Time start_time; local
253 ASCIIToWide(promo_start_string).c_str(), &start_time) &&
257 promo_start = start_time.ToDoubleT() +
387 base::Time start_time; local
390 ASCIIToWide(logo_start_string).c_str(), &start_time) &&
393 logo_start = start_time.ToDoubleT();
  /external/oprofile/opjitconv/
opjitconv.c 249 unsigned long long start_time,
386 rc = op_jit_convert(dmp_info, tmp_elffile, start_time, end_time);
481 unsigned long long start_time, unsigned long long end_time)
561 start_time, end_time, tmp_conv_dir);
586 unsigned long long start_time, end_time; local
618 start_time = atol(argv[2]);
621 if (start_time > end_time) {
626 start_time, end_time);
627 rc = op_process_jit_dumpfiles(session_dir, start_time, end_time);
  /external/ppp/pppd/plugins/radius/
radius.c 118 time_t start_time; member in struct:radius_state
862 rstate.start_time = time(NULL);
    [all...]
  /external/qemu/
android-trace_common.h 58 uint64_t start_time; // time of first occurrence member in struct:BBRec
  /external/qemu/audio/
winaudio.c 53 int64_t start_time; variable
295 int64_t now = qemu_get_clock(vm_clock) - start_time;
620 start_time = qemu_get_clock(vm_clock);
  /external/quake/quake/src/WinQuake/
net_ser.cpp 767 double start_time; local
784 start_time = SetNetTime();
801 while (ret == 0 && (net_time - start_time) < 5.0);
net_dgrm.cpp 1225 double start_time; local
1249 start_time = net_time;
1309 while (ret == 0 && (SetNetTime() - start_time) < 2.5);
1313 start_time = SetNetTime();
    [all...]
  /cts/tools/dasm/src/java_cup/
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/chrome/browser/download/
download_item.h 257 base::Time start_time() const { return start_time_; } function in class:DownloadItem
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 393 base::TimeTicks start_time = base::TimeTicks::Now(); local
436 base::TimeTicks::Now() - start_time);
    [all...]
  /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))) {
387 struct timeval& start_time,
479 struct timeval start_time; local
    [all...]
  /system/core/adb/
file_sync_client.c 36 static long long start_time; variable
49 start_time = NOW();
54 long long t = NOW() - start_time;
  /external/blktrace/btt/
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
  /external/chromium/base/
message_loop_unittest.cc 330 Time start_time = Time::Now();
336 TimeDelta total_time = Time::Now() - start_time;
394 Time start_time = Time::Now(); local
400 TimeDelta total_time = Time::Now() - start_time;
    [all...]
process_util_win.cc 521 DWORD start_time = GetTickCount(); local
526 std::max<int64>(0, wait_milliseconds - (GetTickCount() - start_time));
file_util_unittest.cc 1210 SYSTEMTIME start_time; local
    [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 445 base::TimeTicks start_time() const { function in class:net::HostResolverImpl::Job
    [all...]
x509_certificate_win.cc 593 SYSTEMTIME start_time; local
594 ExplodedTimeToSystemTime(exploded, &start_time);
602 &sign_algo, &start_time, &end_time, NULL);
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 720 const base::Time start_time = base::Time::Now(); local
727 const base::TimeDelta duration = base::Time::Now() - start_time;
  /external/chromium/net/socket/
client_socket_pool_base.h 319 // Entry for a persistent socket which became idle at time |start_time|.
334 base::TimeTicks start_time; member in struct:net::internal::ClientSocketPoolBaseHelper::IdleSocket
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 98 struct os_time start_time; member in struct:radius_server_data
1046 os_get_time(&data->start_time);
1151 uptime = (now.sec - data->start_time.sec) * 100 +
1152 ((now.usec - data->start_time.usec) / 10000) % 100;
  /external/wpa_supplicant_8/src/radius/
radius_server.c 246 * start_time - Timestamp of server start
248 struct os_time start_time; member in struct:radius_server_data
1242 os_get_time(&data->start_time);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc 859 base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]

Completed in 1897 milliseconds

12 3 4