HomeSort by relevance Sort by last modified time
    Searched refs:Reset (Results 201 - 225 of 552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 72 * from then on. Streams are reset after subrules so that the streams
73 * can be reused in future subrules. So, reset must set a dirty bit.
110 * Reset the condition of this stream so that it appears we have
112 * Once we reset the stream, any future use will need duplicates. Set
116 public virtual void Reset()
TreeIterator.cs 171 public void Reset()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 174 * Reset the stream so that it's in the same state it was
179 public void Reset()
  /external/ceres-solver/include/ceres/
loss_function.h 360 // loss_function->Reset(new HuberLoss(1.0), TAKE_OWNERSHIP);
381 void Reset(LossFunction* rho, Ownership ownership) {
385 rho_.reset(rho);
  /external/chromium/app/sql/
meta_table.cc 48 void MetaTable::Reset() {
  /external/chromium/base/
command_line.h 62 // you want to reset the base library to its initial state (for example, in an
64 // If Init is called only once, as in main(), Reset() is not necessary.
65 static void Reset();
string_tokenizer.h 135 void Reset() {
  /external/chromium/base/threading/
simple_thread.cc 141 dry_.Reset();
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 103 helper->Reset();
  /external/chromium/chrome/browser/chromeos/status/
network_dropdown_button.cc 101 animation_connecting_.Reset();
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 99 // refilling buckets they are just 'Reset' on-demand (e.g. when new events
111 // Reset this bucket to specification (from internal configuration), to be
113 // to be reset again.
114 void Reset(const Config& config, const base::TimeTicks& start);
116 // The time at which the token count and next expiration should be reset,
117 // via a call to Reset.
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 63 profile_.reset(new TestingProfile());
80 profile_.reset(NULL);
279 success_tracker_.Reset();
307 success_tracker_.Reset();
323 success_tracker_.Reset();
337 // Reset it one more time so there's no surprises.
339 success_tracker_.Reset();
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 129 void Reset();
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 85 void Reset();
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 80 // Reset back to the first frame.
81 void Reset();
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.cc 59 background_color_animation_.reset(new ui::SlideAnimation(this));
68 background_color_animation_->Reset(1.0);
  /external/chromium/net/base/
mock_host_resolver.h 52 void Reset(HostResolverProc* interceptor);
  /external/chromium/net/socket/
client_socket_handle.h 80 // An initialized handle can be reset, which causes it to return to the
88 void Reset();
105 void set_socket(ClientSocket* s) { socket_.reset(s); }
113 pending_http_proxy_connection_.reset(connection);
158 // reset the supplemental error state.
  /external/chromium/net/tools/flip_server/
sm_connection.h 111 void Reset();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 79 virtual void Reset();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 63 void Reset(void *arg);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 33 void Reset();
  /external/libvpx/libvpx/test/
encode_test_driver.h 68 void Reset() {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 126 cache_first_state_->Reset();
355 void Reset() {
417 virtual void Reset() { s_ = 0; }
448 void Reset() { i_ = 0; }
compat.cpp 126 void MD5::Reset() {} // ?OP?

Completed in 580 milliseconds

1 2 3 4 5 6 7 891011>>