HomeSort by relevance Sort by last modified time
    Searched refs:end_time (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/srec/srec/crec/
srec_eosd.c 157 nframes_since_eos = rec->current_search_frame - last_wtoken->end_time;
srec.c 733 if (btoken->end_time >= rec->current_search_frame)
754 wtoken->end_time = rec->current_search_frame;
    [all...]
  /external/srec/srec/include/
srec.h 105 frameID end_time; /* end time of the word just observed, includes trailing silence */ member in struct:word_token_t
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 165 options.end_time = test_entries[2].time;
238 options.end_time = test_entries[3].time;
history_types.cc 302 end_time = base::Time::Now();
303 begin_time = end_time - base::TimeDelta::FromDays(days_ago);
text_database_manager.cc 440 TextDatabase::DBIdent max_ident = options.end_time.is_null() ?
442 TimeToID(options.end_time);
history.cc 738 Time begin_time, Time end_time,
745 restrict_urls, begin_time, end_time);
history_backend.h 300 base::Time end_time);
history_types.h 493 base::Time end_time; member in struct:history::QueryOptions
history_backend.cc     [all...]
history.h 411 base::Time begin_time, base::Time end_time,
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 107 const base::Time end_time) {
109 int rv = cache_->DoomEntriesBetween(initial_time, end_time, &cb);
backend_impl.cc 589 const base::Time end_time) {
591 if (end_time.is_null())
594 DCHECK(end_time >= initial_time);
610 node->GetLastUsed() < end_time) {
    [all...]
  /external/v8/src/
platform-cygwin.cc 577 struct timeval end_time; local
578 timeradd(&current_time, &delta, &end_time);
581 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
platform-solaris.cc 646 struct timeval end_time; local
647 timeradd(&current_time, &delta, &end_time);
650 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
platform-freebsd.cc 642 struct timeval end_time; local
643 timeradd(&current_time, &delta, &end_time);
646 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
platform-linux.cc 916 struct timeval end_time; local
917 timeradd(&current_time, &delta, &end_time);
920 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
    [all...]
platform-openbsd.cc 704 struct timeval end_time; local
705 timeradd(&current_time, &delta, &end_time);
708 TIMEVAL_TO_TIMESPEC(&end_time, &ts);
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 145 Time end_time = Time::FromDoubleT(end); local
146 return start_time < Time::Now() && end_time > Time::Now();
  /external/blktrace/btt/
devs.c 171 dip->end_time = BIT_TIME(iop->t.time);
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
  /external/chromium/net/base/
x509_certificate_win.cc 596 SYSTEMTIME end_time; local
597 ExplodedTimeToSystemTime(exploded, &end_time);
602 &sign_algo, &start_time, &end_time, NULL);
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 842 long end_time = 0; local
879 end_time = System.currentTimeMillis() + timeout;
884 timeout = end_time - System.currentTimeMillis();
    [all...]
  /external/bluetooth/glib/glib/
gthread.h 92 GTimeVal *end_time);
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 1542 base::TimeTicks end_time = ssl_host_info_->verification_end_time(); local
    [all...]

Completed in 307 milliseconds

1 23 4