HomeSort by relevance Sort by last modified time
    Searched refs:Now (Results 251 - 275 of 422) sorted by null

<<11121314151617

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 183 d.startTime = DateTime.Now;
189 d.stopTime = DateTime.Now;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 196 d.startTime = DateTime.Now;
203 d.stopTime = DateTime.Now;
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 161 TimeTicks beginning_time = TimeTicks::Now();
166 TimeTicks::Now() - beginning_time);
633 // params->matches now has the matches we should expose to the provider.
678 // the first host, while the search with prefix "" returns both hosts. Now
    [all...]
history_quick_provider_unittest.cc 134 Time visit_time = Time::Now() - TimeDelta::FromDays(cur.days_from_now);
  /external/chromium/chrome/browser/extensions/
extension_host.cc 436 base::TimeTicks::Now() - last_javascript_message_dismissal_);
488 last_javascript_message_dismissal_ = base::TimeTicks::Now();
  /external/chromium/chrome/browser/history/
expire_history_backend.cc 44 // be additional things to expire now.
69 Time now = Time::Now(); local
70 if (early_end_time > now)
71 early_end_time = now;
305 // For now, we explicitly add all known readers. If we come up with more
555 // Now archive the visits since we know the URL ID to make them reference.
658 // link system, which needs to be updated now. This function is smart enough
685 Time::Now().LocalExplode(&exploded);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 310 if (!opt_in_view_ && counter && counter->ShouldShow(base::Time::Now())) {
314 !counter->ShouldShow(base::Time::Now()))) {
528 // Now paint the contents of the contents canvas into the actual canvas.
543 // Now we paint the border, so it will be alpha-blended atop the contents.
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 100 // no image is provided - we don't have time right now to figure out why
146 return start_time < Time::Now() && end_time > Time::Now();
362 // and the time now is between these two times, show the custom logo.
  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 22 start_time_ = base::TimeTicks::Now();
51 return base::TimeTicks::Now() - start_time_;
  /external/chromium/net/http/
http_stream_parser.cc 239 response_->request_time = base::Time::Now();
378 response_->response_time = base::Time::Now();
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 330 ssl_connect_start_time_ = base::TimeTicks::Now();
385 base::TimeTicks::Now() - ssl_connect_start_time_;
  /external/chromium/net/url_request/
url_request.cc 366 response_info_.request_time = Time::Now();
577 response_info_.request_time = Time::Now();
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm 83 ;Now copy the top and bottom source lines into each line of the respective borders
196 ;Now copy the top and bottom source lines into each line of the respective borders
354 ;Now copy the top and bottom source lines into each line of the respective borders
467 ;Now copy the top and bottom source lines into each line of the respective borders
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 68 Capture the Flag. You've seen it on the Internet; now it's in your hands.
89 seismic activity. Now the Quake player can literally quake!
  /external/v8/test/mjsunit/
debug-evaluate-with-context.js 113 // Now try all the same, but via debug protocol.
escape.js 68 var example = "Now is the time for all good men to come to the aid of the party.";
polymorph-arrays.js 156 // Now try Crankshaft optimized polymorphic stores
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 114 to make sure it has not changed. Now set validate to false and verify the same.
documentnormalizedocument12.js 116 to make sure it has not changed. Now set validate to false and verify the same.
  /frameworks/rs/
Android.mk 159 # Now build a host version for serialization
  /gdk/build/core/
setup-toolchain.mk 35 # For now, this is enough to select armeabi-4.4.0 by default for ARM
69 # now call the toolchain-specific setup script
80 # now parse the Android.mk for the application, this records all
84 # now, really build the modules, the second pass allows one to deal
91 # Now compute the closure of all module dependencies.
  /ndk/build/core/
build-all.mk 113 # Now finish the build preparation with a few rules that depend on
  /external/bison/data/
lalr1.cc 596 YYCDEBUG << "Now at end of input." << std::endl;
1001 *yycdebug_ << "Stack now";
  /external/chromium/base/
message_pump_win.cc 72 ceil((delayed_work_time_ - TimeTicks::Now()).InMillisecondsF());
292 // run now. This is an attempt to make our dummy message not starve other
296 // Now give the delegate a chance to do some work. He'll let us know if he
427 // We know that we can't be blocked right now since this method can only be
518 // The handler must be gone by now, just cleanup the mess.
shared_memory_unittest.cc 172 << Time::Now().ToDoubleT();

Completed in 348 milliseconds

<<11121314151617