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

1 2 3 4

  /external/chromium/chrome/browser/history/
history_publisher_none.cc 30 const base::Time& end_time)
visit_database.h 67 void GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
80 base::Time end_time,
96 void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time,
expire_history_backend.h 49 // Populates |visits| from |db|, using provided |end_time| and |max_visits|
51 virtual bool Read(base::Time end_time, HistoryDatabase* db,
89 base::Time begin_time, base::Time end_time);
95 void ArchiveHistoryBefore(base::Time end_time);
219 bool ArchiveSomeOldHistory(base::Time end_time,
history_publisher.h 43 const base::Time& end_time) const;
download_database.cc 189 time_t end_time = delete_end.ToTimeT(); local
193 end_time ? end_time : std::numeric_limits<int64>::max());
expire_history_backend.cc 37 virtual bool Read(Time end_time, HistoryDatabase* db,
42 db->GetAllVisitsInRange(Time(), end_time, max_visits, visits); local
53 // * |end_time| is advanced forward by a constant (kEarlyExpirationAdvanceDay),
57 virtual bool Read(Time end_time, HistoryDatabase* db,
63 // Advance |end_time| to expire early.
64 Time early_end_time = end_time +
140 base::Time begin_time, end_time; member in struct:history::ExpireHistoryBackend::DeleteDependencies
225 const std::set<GURL>& restrict_urls, Time begin_time, Time end_time) {
231 text_db_->DeleteFromUncommitted(restrict_urls, begin_time, end_time);
236 main_db_->GetAllVisitsInRange(begin_time, end_time, 0, &visits)
    [all...]
  /external/oprofile/opjitconv/
parse_dump.c 27 unsigned long long end_time)
54 entry->life_end = end_time;
86 static void parse_code_unload(void const * ptr, unsigned long long end_time)
102 entry->life_end == end_time) {
117 unsigned long long end_time)
126 debug_line->life_end = end_time;
138 unsigned long long end_time)
152 if (parse_code_load(rec, rec->total_size, end_time)) {
159 parse_code_unload(rec, end_time);
175 parse_code_debug_info(rec, end, end_time);
    [all...]
conversion.c 43 unsigned long long start_time, unsigned long long end_time)
57 end_time)) == OP_JIT_CONV_FAIL)
opjitconv.h 92 unsigned long long end_time);
96 unsigned long long start_time, unsigned long long end_time);
opjitconv.c 250 unsigned long long end_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
619 end_time = atol(argv[3]);
621 if (start_time > end_time) {
626 start_time, end_time);
627 rc = op_process_jit_dumpfiles(session_dir, start_time, end_time);
  /external/chromium/sdch/open-vcdiff/src/
testing.h 81 struct timeval end_time; local
82 gettimeofday(&end_time, NULL);
85 (1000000 * (end_time.tv_sec - start_time_.tv_sec))
86 + end_time.tv_usec - start_time_.tv_usec;
129 LARGE_INTEGER end_time;
130 QueryPerformanceCounter(&end_time);
133 end_time.QuadPart - start_time_.QuadPart);
  /external/open-vcdiff/src/
testing.h 81 struct timeval end_time; local
82 gettimeofday(&end_time, NULL);
85 (1000000 * (end_time.tv_sec - start_time_.tv_sec))
86 + end_time.tv_usec - start_time_.tv_usec;
129 LARGE_INTEGER end_time;
130 QueryPerformanceCounter(&end_time);
133 end_time.QuadPart - start_time_.QuadPart);
  /device/ti/panda/audio/test/
music-monkey.py 65 end_time = start_time + run_time variable
91 if time.time() > end_time:
  /external/chromium/testing/gtest/samples/
sample5_unittest.cc 75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
  /external/gtest/samples/
sample5_unittest.cc 75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample5_unittest.cc 75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
  /external/protobuf/gtest/samples/
sample5_unittest.cc 75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
  /external/linux-tools-perf/
builtin-timechart.c 86 u64 end_time; member in struct:per_pid
99 u64 end_time; member in struct:per_pidcomm
129 u64 end_time; member in struct:cpu_sample
144 u64 end_time; member in struct:power_event
233 p->end_time = timestamp;
235 p->current->end_time = timestamp;
260 sample->end_time = end;
387 pwr->end_time = timestamp;
409 pwr->end_time = timestamp;
593 pwr->end_time = last_time
    [all...]
  /external/qemu/
android-trace.h 19 extern uint64_t start_time, end_time;
  /external/chromium/net/disk_cache/
mem_backend_impl.h 74 const base::Time end_time,
93 const base::Time end_time);
mem_backend_impl.cc 166 const base::Time end_time,
168 if (DoomEntriesBetween(initial_time, end_time))
239 const Time end_time) {
240 if (end_time.is_null())
243 DCHECK(end_time >= initial_time);
248 // and start dooming items before the end_time, and will stop once it reaches
257 if (node->GetLastUsed() < end_time)
  /external/srec/srec/crec/
word_lattice.c 49 WT.end_time = MAXframeID; \
127 ASSERT(!last_wtoken || last_wtoken->end_time > wtoken->end_time);
128 ASSERT(rec->accumulated_cost_offset[ wtoken->end_time] != 0);
129 cost = wtoken->cost + rec->accumulated_cost_offset[ wtoken->end_time];
134 cost_for_word = cost - next_wtoken->cost - rec->accumulated_cost_offset[ next_wtoken->end_time];
141 PLogMessage (" (%d W%d %s cost=%d/%d/%d time=%d%s node=%d)", wtoken_index, wtoken->word, p, wtoken->cost, cost, cost_for_word, wtoken->end_time, iwttime, wtoken->end_node);
262 /* sprintf(buf,"%s@%d.%d",w, WORD_TOKEN_GET_WD_ETIME(wtoken), wtoken->end_time); */
270 sprintf(buf, "%s@%d", w, wtoken->end_time);
317 ASSERT(rec->accumulated_cost_offset[ wtoken->end_time] != 0)
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 155 TimeTicks end_time = TimeTicks::Now() + wait_time; local
158 while (wait_state_ != expected_state && TimeTicks::Now() < end_time)
159 state_changed_.TimedWait(end_time - TimeTicks::Now());
177 TimeTicks end_time = TimeTicks::Now() + wait_time; local
181 TimeTicks::Now() < end_time) {
182 TimeDelta state_change_wait_time = end_time - TimeTicks::Now();
206 TimeTicks end_time = TimeTicks::Now() + wait_time; local
210 TimeTicks::Now() < end_time) {
211 TimeDelta state_change_wait_time = end_time - TimeTicks::Now();
  /external/oprofile/daemon/
init.c 157 unsigned long long end_time = 0ULL; local
174 end_time = tv.tv_sec;
175 sprintf(end_time_str, "%llu", end_time);
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 161 options.end_time = base::Time::Now().LocalMidnight();
162 options.end_time -= base::TimeDelta::FromDays(day - 1);
214 base::Time end_time = begin_time + base::TimeDelta::FromDays(1); local
232 urls, begin_time, end_time, &cancelable_delete_consumer_,
345 options.end_time = base::Time();
356 options.end_time = base::Time::FromLocalExploded(exploded);

Completed in 736 milliseconds

1 2 3 4