Searched defs:Reset (Results 76 - 100 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_ashmem.h17 ~AshmemRegion() { Reset(-1); }
27 void Reset(int fd) { function in class:crazy::AshmemRegion
H A Dcrazy_linker_search_path_list.cpp14 void SearchPathList::Reset() { function in class:crazy::SearchPathList
21 Reset();
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascriptstatetracker.py76 def Reset(self): member in class:JavaScriptStateTracker
79 super(JavaScriptStateTracker, self).Reset()
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock_builder.cc48 void BlockBuilder::Reset() { function in class:leveldb::BlockBuilder
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppstanzaparser.cc50 XmppStanzaParser::Reset() { function in class:buzz::XmppStanzaParser
51 parser_.Reset();
53 builder_.Reset();
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dacm_random.h26 void Reset(int seed) { function in class:libvpx_test::ACMRandom
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py132 def Reset(self): member in class:RpcController
/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/third_party/re2/util/
H A Darena.cc12 // Destroying the arena automatically calls Reset()
18 freestart_(NULL), // set for real in Reset()
28 Reset();
40 // UnsafeArena::Reset()
44 void UnsafeArena::Reset() { function in class:re2::UnsafeArena
67 // to AllocNewBlock or Reset. (i.e. anything that might
143 // no-op: we don't "free" memory until Reset() is called. We do
147 // FreeBlocks() does the work for Reset(), actually freeing all
/external/chromium_org/third_party/webrtc/base/
H A Devent.cc45 void Event::Reset() { function in class:rtc::Event
75 void Event::Reset() {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler.h39 virtual void Reset() { first_packet_received_ = false; } function in class:webrtc::TimestampScaler
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Drms_level.cc26 void RMSLevel::Reset() { function in class:webrtc::RMSLevel
44 Reset();
57 Reset();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_timer.cc28 Reset();
38 void VCMCodecTimer::Reset() function in class:webrtc::VCMCodecTimer
H A Dcontent_metrics_processing.cc37 int VCMContentMetricsProcessing::Reset() { function in class:webrtc::VCMContentMetricsProcessing
38 recursive_avg_->Reset();
39 uniform_avg_->Reset();
69 // Reset.
H A Dinter_frame_delay.cc17 Reset(currentWallClock);
22 VCMInterFrameDelay::Reset(int64_t currentWallClock) function in class:webrtc::VCMInterFrameDelay
H A Dpacket.cc79 void VCMPacket::Reset() { function in class:webrtc::VCMPacket
H A Dtimestamp_map.cc41 VCMTimestampMap::Reset() function in class:webrtc::VCMTimestampMap
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.cc35 bool EventWindows::Reset() { function in class:webrtc::EventWindows
/external/chromium_org/tools/android/forwarder2/
H A Dcommon.h54 Reset();
59 void Reset() { function in class:forwarder2::FixedSizeStringBuilder
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.cc41 // Reset to initial state.
42 void Logger::Reset() { function in class:relocation_packer::Logger
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc37 void MockIMECandidateWindowHandler::Reset() { function in class:chromeos::MockIMECandidateWindowHandler
H A Dmock_ime_input_context_handler.cc42 void MockIMEInputContextHandler::Reset() { function in class:chromeos::MockIMEInputContextHandler
/external/chromium_org/ui/events/test/
H A Dtest_event_handler.cc24 void TestEventHandler::Reset() { function in class:ui::test::TestEventHandler
/external/chromium_org/ui/gfx/animation/
H A Dthrob_animation.cc37 void ThrobAnimation::Reset() { function in class:gfx::ThrobAnimation
38 Reset(0);
41 void ThrobAnimation::Reset(double value) { function in class:gfx::ThrobAnimation
43 SlideAnimation::Reset(value);
/external/libvpx/libvpx/test/
H A Dacm_random.h26 void Reset(int seed) { function in class:libvpx_test::ACMRandom

Completed in 588 milliseconds

1234567891011>>