Searched defs:Reset (Results 251 - 275 of 735) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs141 public virtual void Reset() method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
144 _it.Reset();
239 Reset();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs102 public override void Reset() method in class:Antlr.Runtime.SlimLexer
104 base.Reset(); // reset all recognizer state variables
206 Reset();
H A DSlimStringStream.cs174 * Reset the stream so that it's in the same state it was
179 public void Reset() method in class:Antlr.Runtime.SlimStringStream
H A DSlimTokenStream.cs97 /** <summary>Reset this token stream by setting its token source.</summary> */
361 public void Reset() method in class:Antlr.Runtime.FastTokenStream
/external/ceres-solver/include/ceres/
H A Dloss_function.h362 // loss_function->Reset(new HuberLoss(1.0), TAKE_OWNERSHIP);
383 void Reset(LossFunction* rho, Ownership ownership) { function in class:ceres::LossFunctionWrapper
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler_unittest.cc94 void Reset() { function in class:android_webview::TestPermissionRequestHandlerClient
293 client()->Reset();
/external/chromium_org/base/
H A Dcallback_unittest.cc116 TEST_F(CallbackTest, Reset) {
121 callback_a_.Reset();
155 void Reset() { function in class:base::__anon2206::CallbackOwner
156 callback_.Reset();
176 owner->Reset();
/external/chromium_org/base/timer/
H A Dtimer.h35 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
38 // calling Reset on timer_ would postpone DoStuff by another 1 second. In
39 // other words, Reset is shorthand for calling Stop and then Start again with
102 virtual void Reset();
220 // calling Reset otherwise it will call the given method in the MessageLoop
223 // Once created, it is inactive until Reset is called. Once |delay| seconds have
224 // passed since the last call to Reset, the callback is made. Once the callback
225 // has been made, it's inactive until Reset is called again.
242 void Reset() { Timer::Reset(); } function in class:base::DelayTimer
[all...]
/external/chromium_org/cc/resources/
H A Deviction_tile_priority_queue.cc103 void EvictionTilePriorityQueue::Reset() { function in class:cc::EvictionTilePriorityQueue
H A Drasterizer.cc76 void RasterTaskQueue::Reset() { function in class:cc::RasterTaskQueue
H A Dtask_graph_runner_perftest.cc32 void Reset() { did_run_ = false; } function in class:cc::__anon2778::PerfTaskImpl
74 timer_.Reset();
76 graph.Reset();
105 timer_.Reset();
107 graph.Reset();
148 timer_.Reset();
150 graph.Reset();
190 timer_.Reset();
192 graph.Reset();
226 task->Reset();
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.cc127 completion_callback_.Reset();
175 void CannedBrowsingDataChannelIDHelper::Reset() { function in class:CannedBrowsingDataChannelIDHelper
H A Dbrowsing_data_cookie_helper.cc87 completion_callback_.Reset();
108 Reset();
133 void CannedBrowsingDataCookieHelper::Reset() { function in class:CannedBrowsingDataCookieHelper
H A Dbrowsing_data_database_helper.cc115 completion_callback_.Reset();
164 void CannedBrowsingDataDatabaseHelper::Reset() { function in class:CannedBrowsingDataDatabaseHelper
H A Dbrowsing_data_service_worker_helper.cc89 completion_callback_.Reset();
134 void CannedBrowsingDataServiceWorkerHelper::Reset() { function in class:CannedBrowsingDataServiceWorkerHelper
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc105 void OverscanCalibrator::Reset() { function in class:chromeos::OverscanCalibrator
/external/chromium_org/chrome/browser/content_settings/
H A Dlocal_shared_objects_container.cc55 void LocalSharedObjectsContainer::Reset() { function in class:LocalSharedObjectsContainer
56 appcaches_->Reset();
57 channel_ids_->Reset();
58 cookies_->Reset();
59 databases_->Reset();
60 file_systems_->Reset();
61 indexed_dbs_->Reset();
62 local_storages_->Reset();
63 service_workers_->Reset();
64 session_storages_->Reset();
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.cc42 void AppSyncBundle::Reset() { function in class:extensions::AppSyncBundle
H A Dextension_sync_bundle.cc41 void ExtensionSyncBundle::Reset() { function in class:extensions::ExtensionSyncBundle
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac.cc23 // Destructor: just call |Reset()| to release everything.
25 Reset();
276 Reset();
336 void ProcessInfoSnapshot::Reset() { function in class:ProcessInfoSnapshot
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc114 void SessionSyncTestHelper::Reset() { function in class:browser_sync::SessionSyncTestHelper
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller.cc70 void StartupController::Reset(const syncer::ModelTypeSet registered_types) { function in class:browser_sync::StartupController
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc219 void Reset() { function in class:SuggestionsCombinerTest
301 Reset();
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_controller.cc105 void BufferingController::Reset() { function in class:chromecast::media::BufferingController
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector_strategy.cc183 void PortalDetectorStrategy::Reset() { function in class:chromeos::PortalDetectorStrategy
184 backoff_entry_->Reset();

Completed in 4251 milliseconds

<<11121314151617181920>>