Searched refs:Reset (Results 201 - 225 of 1946) sorted by relevance

1234567891011>>

/external/regex-re2/re2/testing/
H A Dstring_generator.h28 void Reset();
H A Dstring_generator.cc34 void StringGenerator::Reset() { function in class:re2::StringGenerator
100 acm_->Reset(seed);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.h31 virtual void Reset() {return;} function in class:webrtc::CpuLinux
H A Dcpu_mac.h34 virtual void Reset() {} function in class:webrtc::CpuWrapperMac
/external/chromium/chrome/browser/tab_contents/
H A Dtab_specific_content_settings.cc244 blocked_local_shared_objects_.Reset();
245 allowed_local_shared_objects_.Reset();
295 void TabSpecificContentSettings::LocalSharedObjectsContainer::Reset() { function in class:TabSpecificContentSettings::LocalSharedObjectsContainer
301 appcaches_->Reset();
302 databases_->Reset();
303 indexed_dbs_->Reset();
304 local_storages_->Reset();
305 session_storages_->Reset();
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_controller_android.cc26 invalidation_controller_.Reset(Java_InvalidationController_get(
52 invalidation_controller_.Reset(Java_InvalidationController_get(
/external/chromium_org/chrome/browser/managed_mode/
H A Dcustodian_profile_downloader_service.cc67 download_callback_.Reset();
75 download_callback_.Reset();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmultiple_client_sessions_sync_test.cc50 client_windows[i].Reset(&windows);
86 client_windows[i].Reset(&windows);
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_android.cc42 java_info_bar_.Reset();
49 java_info_bar_.Reset(java_info_bar);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_object_store.py61 self.Reset()
63 def Reset(self): member in class:TestObjectStore
/external/chromium_org/media/audio/
H A Daudio_power_monitor.cc22 Reset();
28 void AudioPowerMonitor::Reset() { function in class:media::AudioPowerMonitor
/external/chromium_org/media/mp2t/
H A Dts_section_psi.cc55 // Reset the state of the PSI section.
119 void TsSectionPsi::Reset() { function in class:media::mp2t::TsSectionPsi
126 psi_byte_queue_.Reset();
/external/chromium_org/media/mp4/
H A Doffset_byte_queue.cc15 void OffsetByteQueue::Reset() { function in class:media::OffsetByteQueue
16 queue_.Reset();
/external/chromium_org/net/dns/
H A Dsingle_request_host_resolver.cc61 cur_request_callback_.Reset();
73 cur_request_callback_.Reset();
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.cc71 int32_t VideoDecoder_Dev::Reset(const CompletionCallback& callback) { function in class:pp::VideoDecoder_Dev
74 return get_interface<PPB_VideoDecoder_Dev>()->Reset(
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.h40 void Reset();
63 Reset();
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScopedPersistent.h70 m_handle.Reset(isolate, handle);
76 m_handle.Reset();
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.cc34 void StringGenerator::Reset() { function in class:re2::StringGenerator
100 acm_->Reset(seed);
/external/chromium_org/v8/src/
H A Dregexp-stack.cc42 // Reset the buffer if it has grown.
43 regexp_stack_->Reset();
72 void RegExpStack::Reset() { function in class:v8::internal::RegExpStack
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h30 void Reset() { function in class:__tsan::SyncClock
31 clk_.Reset();
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h36 virtual void Reset();
71 virtual void Reset();
/external/v8/src/
H A Dregexp-stack.cc43 // Reset the buffer if it has grown.
44 regexp_stack_->Reset();
74 void RegExpStack::Reset() { function in class:v8::internal::RegExpStack
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp16 Reset valgrind output to log (orderly_finish)
H A DmcinfcallWSRU.stderr.exp7 Reset valgrind output to log (orderly_finish)
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.cc80 void QuotaLimitHeuristic::Bucket::Reset(const Config& config, function in class:QuotaLimitHeuristic::Bucket
99 (*i)->Reset(config_, event_time);
117 bucket->Reset(config(), event_time);
135 bucket->Reset(config(), event_time);
140 // repeat_exhaustion_allowance_ times, it's a violation. Reset the bucket
143 bucket->Reset(config(), bucket->expiration());

Completed in 363 milliseconds

1234567891011>>