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

1 23 4 5 6 7 8 91011>>

  /external/chromium/base/memory/
scoped_native_library.cc 32 void ScopedNativeLibrary::Reset(NativeLibrary library) {
  /external/chromium/base/win/
scoped_bstr.h 35 void Reset(BSTR bstr = NULL);
43 // ScopedBstr instance, call |reset| instead.
  /external/chromium/chrome/browser/
mock_browsing_data_database_helper.h 38 void Reset();
40 // Returns true if all databases since the last Reset() invokation were
mock_browsing_data_indexed_db_helper.h 31 void Reset();
34 // Reset() invokation.
mock_browsing_data_local_storage_helper.h 37 void Reset();
40 // Reset() invokation.
  /external/chromium/net/socket/
client_socket.h 101 void Reset();
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.h 62 void Reset();
xmlparser.h 77 void Reset();
97 void Reset();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 38 void Reset();
sanitizer_procmaps.h 47 void Reset();
73 Reset();
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.h 48 virtual void Reset();
  /external/regex-re2/re2/testing/
string_generator.h 28 void Reset();
string_generator.cc 34 void StringGenerator::Reset() {
100 acm_->Reset(seed);
  /external/webrtc/src/system_wrappers/source/
event_posix.h 37 virtual bool Reset();
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 57 void Reset() { n_ = 0; }
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 67 // Flushes the content of the buffer and reset the position of the heads.
68 void Reset();
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 27 void Reset();
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
FrameBuffer.h 27 void Reset();
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 77 blocked_resources_[content_type].reset(new std::set<std::string>());
233 blocked_resources_[i].reset();
244 blocked_local_shared_objects_.Reset();
245 allowed_local_shared_objects_.Reset();
295 void TabSpecificContentSettings::LocalSharedObjectsContainer::Reset() {
301 appcaches_->Reset();
302 databases_->Reset();
303 indexed_dbs_->Reset();
304 local_storages_->Reset();
305 session_storages_->Reset();
    [all...]
  /external/v8/src/
regexp-stack.cc 43 // Reset the buffer if it has grown.
44 regexp_stack_->Reset();
74 void RegExpStack::Reset() {
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderr.exp 16 Reset valgrind output to log (orderly_finish)
mcinfcallWSRU.stderr.exp 7 Reset valgrind output to log (orderly_finish)
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 11 // If the browser stays open long enough, we reset state once a day.
80 void QuotaLimitHeuristic::Bucket::Reset(const Config& config,
99 (*i)->Reset(config_, event_time);
117 bucket->Reset(config(), event_time);
125 // We reset state for this item and start over again if this request breaks
135 bucket->Reset(config(), event_time);
140 // repeat_exhaustion_allowance_ times, it's a violation. Reset the bucket
143 bucket->Reset(config(), bucket->expiration());
  /external/openfst/src/include/fst/
complement.h 211 void Reset() {
212 siter_.Reset();
223 virtual void Reset_() { Reset(); }
278 void Reset() {
280 aiter_->Reset();
287 aiter_->Reset();
309 virtual void Reset_() { Reset(); }
  /external/chromium/base/
timer.h 34 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
37 // calling Reset on timer_ would postpone DoStuff by another 1 second. In
38 // other words, Reset is shorthand for calling Stop and then Start again with
130 // Call this method to reset the timer delay of an already running timer.
131 void Reset() {
173 // It is possible that the Timer has already been reset, and that this
179 // We should reset our own timer_ because the Timer can not do this
190 self->Reset();
210 // calling Reset otherwise it will call the given method in the MessageLoop
213 // Once created, it is inactive until Reset is called. Once |delay| seconds hav
    [all...]

Completed in 900 milliseconds

1 23 4 5 6 7 8 91011>>