Searched refs:Reset (Results 1 - 25 of 2222) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs124 void Reset(); method in interface:DotZLib.ChecksumGenerator
/external/webrtc/src/common_audio/resampler/include/
H A Dresampler.h73 // Reset all states
74 int Reset(int inFreq, int outFreq, ResamplerType type);
76 // Reset all states if any parameter has changed
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc65 Reset(inFreq, outFreq, type);
108 return Reset(inFreq, outFreq, type);
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type) function in class:webrtc::Resampler
H A Dresampler_unittest.cc73 TEST_F(ResamplerTest, Reset) {
74 // The only failure mode for the constructor is if Reset() fails. For the
75 // time being then (until an Init function is added), we rely on Reset()
87 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j], kTypes[k]));
89 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j], kTypes[k]));
107 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j], kResamplerSynchronous));
112 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j], kResamplerSynchronous));
130 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j],
136 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j],
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h404 void Reset(){ motionMagnitudeNZ = 0; sizeZeroMotion = 0; spatialPredErr = 0; function in struct:webrtc::VideoContentMetrics
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_wrapper.h46 virtual void Reset() = 0;
H A Devent_wrapper.h41 virtual bool Reset() = 0;
45 // timing. The thread that was released will call Reset() before leaving
/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
H A Dcpu_win.h39 virtual void Reset() {} function in class:webrtc::CpuWindows
H A Devent_posix.cc102 bool EventPosix::Reset() function in class:webrtc::EventPosix
H A Devent_posix.h37 virtual bool Reset();
H A Devent_win.cc36 bool EventWindows::Reset() function in class:webrtc::EventWindows
H A Devent_win.h29 virtual bool Reset();
H A Dthread_posix.cc181 _event->Reset();
/external/vixl/benchmarks/
H A Dbench-branch.cc68 masm->Reset();
H A Dbench-dataop.cc65 masm->Reset();
/external/vixl/src/a64/
H A Dassembler-a64.cc368 Reset();
378 void Assembler::Reset() {
H A Dassembler-a64.h645 // * Nothing has been emitted since the last Reset() call.
654 // In order to avoid any accidental transfer of state, Reset ASSERTs that the
656 void Reset();
/external/vixl/test/
H A Dtest-assembler-a64.cc118 masm.Reset(); \
162 masm.Reset(); \
H A Dtest-disasm-a64.cc49 masm->Reset(); \
61 masm->Reset(); \
H A Dtest-simulator-a64.cc71 masm.Reset(); \
112 masm.Reset(); \
/external/webp/src/dec/
H A Dframe.c491 if (!WebPGetWorkerInterface()->Reset(worker)) {
/external/webp/src/enc/
H A Dalpha.c377 if (!WebPGetWorkerInterface()->Reset(worker)) {

Completed in 228 milliseconds

1234567891011>>