Searched defs:Reset (Results 451 - 475 of 656) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe.cc123 return Reset(format, w, h, dw, dh, sample, sample_size, pixel_width,
128 return Reset(frame->fourcc, frame->width, frame->height, dw, dh,
330 bool WebRtcVideoFrame::Reset( function in class:cricket::WebRtcVideoFrame
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc140 void DtlsTransportChannelWrapper::Reset() { function in class:cricket::DtlsTransportChannelWrapper
141 channel_->Reset();
/external/chromium_org/third_party/protobuf/python/
H A Dmox.py257 def Reset(*args): function
258 """Reset mocks.
350 """Reset the state of this mock to record mode with an empty queue."""
/external/chromium_org/ui/events/
H A Devent_dispatcher_unittest.cc34 void Reset() { function in class:ui::__anon15145::TestTarget
274 child.Reset();
292 child.Reset();
307 child.Reset();
481 target.Reset();
/external/chromium_org/v8/src/
H A Dflags.cc163 void Reset() { function in struct:v8::internal::__anon15550::Flag
539 flags[i].Reset();
H A Dplatform-cygwin.cc300 void VirtualMemory::Reset() { function in class:v8::internal::VirtualMemory
H A Dplatform-freebsd.cc262 void VirtualMemory::Reset() { function in class:v8::internal::VirtualMemory
H A Dplatform-linux.cc368 void VirtualMemory::Reset() { function in class:v8::internal::VirtualMemory
H A Dplatform-openbsd.cc294 void VirtualMemory::Reset() { function in class:v8::internal::VirtualMemory
H A Dplatform-solaris.cc274 void VirtualMemory::Reset() { function in class:v8::internal::VirtualMemory
/external/chromium_org/webkit/child/
H A Dmultipart_response_delegate_unittest.cc56 MockWebURLLoaderClient() { Reset(); }
81 void Reset() { function in class:__anon15729::MockWebURLLoaderClient
151 client.Reset();
162 client.Reset();
173 client.Reset();
233 client.Reset();
255 client.Reset();
/external/icu4c/test/intltest/
H A Duts46test.cpp101 virtual CheckedArrayByteSink& Reset() { function in class:TestCheckedArrayByteSink
102 CheckedArrayByteSink::Reset();
159 sink.Reset();
168 sink.Reset();
177 sink.Reset();
188 sink.Reset();
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp77 inline void Reset(unsigned long f) {state &= ~f;} function in class:CNfcConfig
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp77 inline void Reset(unsigned long f) {state &= ~f;} function in class:CNfcConfig
/external/libppp/src/
H A Dccp.h133 void (*Reset)(void *); member in struct:ccp_algorithm::__anon21355
144 int (*Reset)(void *); member in struct:ccp_algorithm::__anon21356
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h74 void Reset() { function in class:libvpx_test::TwopassStatsStore
/external/openfst/src/include/fst/
H A Dconst-fst.h444 void Reset() { s_ = 0; } function in class:fst::StateIterator
474 void Reset() { i_ = 0; } function in class:fst::ArcIterator
H A Dfactor-weight.h80 // void Reset();
92 void Reset() {} function in class:fst::IdentityFactor
116 void Reset() { done_ = weight_.Size() <= 1; } function in class:fst::StringFactor
142 void Reset() { done_ = weight_.Value1().Size() <= 1; } function in class:fst::GallicFactor
H A Dmutable-fst.h202 void Reset() { data_.base->Reset(); } function in class:fst::MutableArcIterator
H A Drelabel.h482 void Reset() { function in class:fst::StateIterator
484 siter_.Reset();
491 void Reset_() { Reset(); }
H A Dsparse-tuple-weight.h252 void Reset() { function in class:fst::SparseTupleWeightIterator
H A Dstring-weight.h183 void Reset() { function in class:fst::StringWeightIterator
215 void Reset() { function in class:fst::StringWeightReverseIterator
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h129 virtual void Reset() = 0;
315 void Reset() { reader_->Reset(); } function in class:fst::STTableFarReader
363 void Reset() { reader_->Reset(); } function in class:fst::STListFarReader
431 void Reset() { function in class:fst::FstFarReader
433 FSTERROR() << "FstFarReader::Reset: operation not supported on stdin";
/external/protobuf/python/
H A Dmox.py257 def Reset(*args): function
258 """Reset mocks.
350 """Reset the state of this mock to record mode with an empty queue."""
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h126 cache_first_state_->Reset();
355 void Reset() { function in struct:fst::CacheState
417 virtual void Reset() { s_ = 0; } function in class:fst::CacheStateIterator
448 void Reset() { i_ = 0; } function in class:fst::CacheArcIterator

Completed in 605 milliseconds

<<11121314151617181920>>