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

12 3 4

  /external/chromium/chrome/browser/ui/webui/
history_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_,
333 options.end_time = base::Time();
344 options.end_time = base::Time::FromLocalExploded(exploded);
  /external/srec/srec/crec/
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...]
priority_q.c 134 history_for_token1 += word_token_array[token1->backtrace].end_time;
141 history_for_token2 += word_token_array[token2->backtrace].end_time;
srec_results.c 333 lenp = sprintf(et, "@%d", wtoken->end_time);
379 start_frame = wtoken->end_time;
387 end_frame = wtoken->end_time;
  /external/valgrind/main/massif/
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/bluetooth/glib/glib/
gtimer.c 185 GTimeVal end_time;
187 g_get_current_time (&end_time);
191 g_time_val_add (&end_time, G_MAXLONG);
193 g_time_val_add (&end_time, microseconds);
201 &end_time))
  /external/bluetooth/glib/gthread/
gthread-posix.c 223 struct timespec end_time; local
237 end_time.tv_sec = abs_time->tv_sec;
238 end_time.tv_nsec = abs_time->tv_usec * (G_NSEC_PER_SEC / G_USEC_PER_SEC);
240 g_return_val_if_fail (end_time.tv_nsec < G_NSEC_PER_SEC, TRUE);
244 &end_time);
gthread-impl.c 216 GTimeVal *end_time,
240 end_time);
  /external/chromium/chrome/browser/history/
visit_database.cc 247 base::Time end_time,
260 int64 end = end_time.ToInternalValue();
271 base::Time end_time,
287 int64 end = end_time.ToInternalValue();
299 base::Time end_time,
318 int64 end = end_time.ToInternalValue();
history_publisher_win.cc 135 const base::Time& end_time)
139 base::win::ScopedVariant var_end_time(TimeToUTCVariantTime(end_time),
text_database_unittest.cc 55 // Leave end_time at now.
245 options.end_time = Time::FromInternalValue(kTime3);
266 options.end_time = Time::FromInternalValue(kTime3 + 1);
282 options.end_time = Time::FromInternalValue(kTime3 * 100);
302 options.end_time = Time::FromInternalValue(kTime3 + 1);
text_database_manager_unittest.cc 183 options.end_time = times[times.size() - 1] + TimeDelta::FromDays(100);
461 options.end_time = times[times.size() - 1] + TimeDelta::FromDays(100);
503 options.end_time = times[times.size() - 1] + TimeDelta::FromDays(100);
516 options.end_time = first_time_searched;
524 options.end_time = first_time_searched;
532 options.end_time = first_time_searched;
text_database.cc 322 int64 effective_end_time = options.end_time.is_null() ?
323 std::numeric_limits<int64>::max() : options.end_time.ToInternalValue();
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 251 base::Time end_time; local
255 ASCIIToWide(promo_end_string).c_str(), &end_time)) {
261 promo_end = end_time.ToDoubleT();
388 base::Time end_time; local
392 ASCIIToWide(logo_end_string).c_str(), &end_time)) {
394 logo_end = end_time.ToDoubleT();
  /external/chromium/net/disk_cache/
disk_cache.h 105 const base::Time end_time,
disk_cache_test_base.h 96 const base::Time end_time);
backend_impl.h 77 const base::Time end_time);
258 const base::Time end_time,
in_flight_backend_io.h 55 const base::Time end_time);
155 const base::Time end_time,
in_flight_backend_io.cc 80 const base::Time end_time) {
83 end_time_ = end_time;
327 const base::Time end_time,
330 operation->DoomEntriesBetween(initial_time, end_time);
  /external/chromium/base/synchronization/
waitable_event_posix.cc 157 const Time end_time(Time::Now() + max_time);
184 if (sw.fired() || (finite_time && current_time >= end_time)) {
203 const TimeDelta max_wait(end_time - current_time);
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 57 TimeTicks end_time = start + wait_time; local
61 while (synchronous_renderers_pending_ > 0 && TimeTicks::Now() < end_time) {
62 wait_time = end_time - TimeTicks::Now();
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 279 EXTENSION_FUNCTION_VALIDATE(GetTimeFromValue(value, &options.end_time));
355 base::Time end_time; local
356 EXTENSION_FUNCTION_VALIDATE(GetTimeFromValue(value, &end_time));
363 end_time,
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 73 base::TimeTicks end_time = base::TimeTicks::Now(); local
78 counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
  /external/chromium/chrome/browser/
possible_url_model.cc 70 options.end_time = Time::Now();
72 options.end_time - TimeDelta::FromDays(kPossibleURLTimeScope);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 399 $end_time = time;
401 $test_seconds = ( $end_time - $start_time );

Completed in 1239 milliseconds

12 3 4