Searched refs:Reset (Results 51 - 75 of 2222) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter.h22 virtual void Reset();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_buffer_level_filter.h25 MOCK_METHOD0(Reset,
H A Dmock_delay_peak_detector.h24 MOCK_METHOD0(Reset, void());
H A Dmock_dtmf_tone_generator.h26 MOCK_METHOD0(Reset,
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Drms_level.h35 void Reset();
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dbrightness_detection.h27 void Reset();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Devent_wrapper.h39 virtual bool Reset() = 0;
43 // timing. The thread that was released will call Reset() before leaving
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_ref_count.h30 void Reset();
/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/chromium_org/v8/src/
H A Dutils-inl.h14 void Collector<T, growth_factor, max_growth>::Reset() { function in class:v8::internal::Collector
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h27 void Reset();
H A Dtsan_stack_trace.cc35 Reset();
38 void StackTrace::Reset() { function in class:__tsan::StackTrace
48 Reset();
62 Reset();
91 Reset();
/external/pdfium/core/include/fxcrt/
H A Dfx_arb.h18 virtual void Reset() = 0;
/external/regex-re2/util/
H A Drandom.h21 void Reset(int32 seed) { seed_ = seed; } function in class:re2::ACMRandom
/external/chromium_org/athena/env/
H A Dathena_env_unittest.cc36 void Reset() { function in class:athena::__anon2118::TerminatingCallback
74 callback_1.Reset();
75 callback_2.Reset();
82 callback_1.Reset();
83 callback_2.Reset();
91 callback_1.Reset();
92 callback_2.Reset();
/external/chromium_org/content/browser/android/java/
H A Djni_helper_unittest.cc52 Reset();
55 void Reset() { function in class:content::JNIAndroidTest
71 Reset();
78 Reset();
86 Reset();
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp41 Reset ((PyObject *)script_object_sp->GetObject());
125 PythonString::Reset (PyObject *py_obj) function in class:PythonString
128 return PythonObject::Reset(py_obj);
130 PythonObject::Reset(NULL);
153 PythonObject::Reset(PyString_FromString(string));
186 PythonInteger::Reset (PyObject *py_obj) function in class:PythonInteger
189 return PythonObject::Reset(py_obj);
191 PythonObject::Reset(NULL);
207 PythonObject::Reset(PyInt_FromLong(value));
245 PythonList::Reset (PyObjec function in class:PythonList
314 PythonDictionary::Reset (PyObject *py_obj) function in class:PythonDictionary
[all...]
/external/chromium_org/ui/base/ime/
H A Dremote_input_method_win_unittest.cc57 void Reset() { function in class:ui::__anon16646::MockTextInputClient
157 void Reset() { function in class:ui::__anon16646::MockInputMethodDelegate
192 void Reset() { function in class:ui::__anon16646::MockRemoteInputMethodDelegateWin
227 void Reset() { function in class:ui::__anon16646::MockInputMethodObserver
319 mock_text_input_client.Reset();
378 mock_remote_delegate.Reset();
409 mock_remote_delegate.Reset();
440 mock_remote_delegate.Reset();
445 mock_remote_delegate.Reset();
446 mock_text_input_client.Reset();
[all...]
/external/chromium_org/base/
H A Dcancelable_callback.h7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
76 forwarder_.Reset();
77 callback_.Reset();
87 void Reset(const base::Callback<void(void)>& callback) { function in class:base::CancelableCallback
146 forwarder_.Reset();
147 callback_.Reset();
157 void Reset(const base::Callback<void(A1)>& callback) { function in class:base::CancelableCallback
216 forwarder_.Reset();
217 callback_.Reset();
227 void Reset(cons function in class:base::CancelableCallback
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc97 pincode_callback_.Reset();
144 passkey_callback_.Reset();
211 confirmation_callback_.Reset();
236 pincode_callback_.Reset();
237 passkey_callback_.Reset();
238 confirmation_callback_.Reset();
248 pincode_callback_.Reset();
254 passkey_callback_.Reset();
260 confirmation_callback_.Reset();
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.cc17 ArrayWriter::ArrayWriter() { Reset(); }
24 void ArrayWriter::Reset() { function in class:ppapi::ArrayWriter
39 Reset();
62 Reset();
87 Reset();
110 Reset();
/external/chromium_org/sdch/open-vcdiff/src/
H A Dtesting.h61 Reset();
64 inline void Reset() { function in class:open_vcdiff::CycleTimer
76 Reset();
110 Reset();
113 inline void Reset() {
124 Reset();
/external/chromium_org/base/threading/
H A Dthread_local_unittest.cc93 done.Reset();
99 done.Reset();
109 done.Reset();
114 done.Reset();
121 done.Reset();
129 done.Reset();
134 done.Reset();
141 done.Reset();
/external/chromium_org/base/win/
H A Dscoped_co_mem.h27 Reset(NULL);
49 void Reset(T* ptr) { function in class:base::win::ScopedCoMem
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_test_base.cc36 resetter_->Reset(resettable_flags,
49 resetter_->Reset(resettable_flags,

Completed in 2590 milliseconds

1234567891011>>