HomeSort by relevance Sort by last modified time
    Searched refs:end_time (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/chromium_org/chrome/browser/history/
web_history_service.cc 251 // Take |begin_time|, |end_time|, and |max_count| from the original query
254 base::Time end_time = local
257 url = net::AppendQueryParameter(url, "max", ServerTimeString(end_time));
338 base::Time end_time = it->end_time; local
339 if (end_time.is_null() || end_time > now)
340 end_time = now;
341 std::string max_timestamp = ServerTimeString(end_time);
379 base::Time end_time,
    [all...]
visit_database.h 88 bool GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
101 base::Time end_time,
expire_history_backend.cc 47 virtual bool Read(base::Time end_time,
54 db->GetAllVisitsInRange(base::Time(), end_time, max_visits, visits); variable
65 // * |end_time| is advanced forward by a constant (kEarlyExpirationAdvanceDay),
69 virtual bool Read(base::Time end_time,
77 // Advance |end_time| to expire early.
78 base::Time early_end_time = end_time +
189 base::Time end_time) {
195 main_db_->GetAllVisitsInRange(begin_time, end_time, 0, &visits);
249 void ExpireHistoryBackend::ExpireHistoryBefore(base::Time end_time) {
254 ExpireSomeOldHistory(end_time, GetAllVisitsReader()
    [all...]
history_querying_unittest.cc 107 options.end_time = results.back().visit_time();
114 options.end_time = base::Time();
121 options.end_time = results.back().visit_time();
134 options.end_time = base::Time();
137 ASSERT_NE(options.end_time, results.back().visit_time());
138 options.end_time = results.back().visit_time();
231 options.end_time = test_entries[2].time;
341 options.end_time = test_entries[3].time;
download_row.cc 46 end_time(end),
download_row.h 73 base::Time end_time; member in struct:history::DownloadRow
web_history_service.h 76 base::Time end_time,
  /external/chromium_org/base/debug/
trace_event_synthetic_delay.h 112 // End a previously started parallel delay. |end_time| is the delay end point
114 void EndParallel(base::TimeTicks end_time);
124 void ApplyDelay(base::TimeTicks end_time);
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer.h 63 int64 end_time) = 0;
75 int64 end_time) OVERRIDE;
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.cc 167 const base::Time end_time,
169 if (DoomEntriesBetween(initial_time, end_time))
247 const Time end_time) {
248 if (end_time.is_null())
251 DCHECK(end_time >= initial_time);
262 // and start dooming items before the end_time, and will stop once it reaches
268 if (node->GetLastUsed() < end_time)
mem_backend_impl.h 75 base::Time end_time,
95 const base::Time 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...]
astar.c 307 if (wtoken->end_time > word_token_array[parp->token_index].end_time)
322 ASSERT(word_token_array[best_extend_token].end_time ==
323 word_token_array[extend_token_index].end_time);
369 join_frame_diff = alt_wtoken->end_time - wtoken->end_time;
502 /* wtoken->end_time should be equal to rec->current_search_frame */
503 ASSERT(rec->accumulated_cost_offset[ wtoken->end_time] != 0);
504 parp->costsofar = rec->accumulated_cost_offset[ wtoken->end_time];
713 if (wtoken->end_time != MAXframeID
935 frameID end_time; local
    [all...]
  /external/oprofile/opjitconv/
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_org/build/android/pylib/
cmd_helper.py 136 end_time = (time.time() + timeout) if timeout else None
147 if end_time and time.time() > end_time:
  /external/chromium_org/chrome/browser/prerender/
prerender_history_unittest.cc 42 std::string end_time;
43 if (!dict->GetString("end_time", &end_time))
45 if (end_time != expected_end_time)
prerender_history.cc 48 "end_time",
49 base::Int64ToString((entry.end_time - epoch_start).InMilliseconds()));
  /external/chromium_org/content/public/test/
mock_download_manager.h 38 base::Time end_time; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
57 const base::Time& end_time,
112 const base::Time& end_time,
  /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_org/content/browser/gpu/
shader_disk_cache.h 42 // direction by using null Time values for either |begin_time| or |end_time|.
48 const base::Time end_time,
106 // |begin_time| or |end_time|. The |callback| will be executed when the
110 const base::Time& end_time,
  /external/chromium_org/media/cast/logging/
stats_event_subscriber_unittest.cc 87 base::TimeTicks end_time = sender_clock_->NowTicks(); local
96 base::TimeDelta duration = end_time - start_time;
127 base::TimeTicks end_time = sender_clock_->NowTicks(); local
136 base::TimeDelta duration = end_time - start_time;
166 base::TimeTicks end_time = sender_clock_->NowTicks(); local
175 base::TimeDelta duration = end_time - start_time;
363 base::TimeTicks end_time = sender_clock_->NowTicks(); local
364 base::TimeDelta duration = end_time - start_time;
  /external/valgrind/main/massif/
ms_print 489 my $end_time = $times[$n_snapshots-1];
490 ($end_time >= 0) or die;
527 # Likewise for end_time.
529 if (0 == $end_time ) { $end_time = 1; }
541 my $x_pos_frac = ($times[$i] / ($end_time)) * $graph_x;
545 # column, as if the end_time was actually end_time+epsilon.
546 if ($times[$i] == $end_time) {
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
    [all...]
ms_print.in 489 my $end_time = $times[$n_snapshots-1];
490 ($end_time >= 0) or die;
527 # Likewise for end_time.
529 if (0 == $end_time ) { $end_time = 1; }
541 my $x_pos_frac = ($times[$i] / ($end_time)) * $graph_x;
545 # column, as if the end_time was actually end_time+epsilon.
546 if ($times[$i] == $end_time) {
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
    [all...]
  /external/chromium_org/content/browser/download/
download_item_factory.h 50 const base::Time& end_time,
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 210 base::Time initial_time, base::Time end_time) {
215 if (end_time.is_null())
216 end_time = base::Time::Max();
218 end_time += EntryMetadata::GetUpperEpsilonForTimeComparisons();
220 end_time.is_null() ? base::Time::Max() : end_time;

Completed in 713 milliseconds

12 3 4 5 6 7