HomeSort by relevance Sort by last modified time
    Searched refs:Reset (Results 151 - 175 of 552) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 519 have_result_ = false; // auto-reset for next callback
563 pool_.reset(new TestClientSocketPool(max_sockets,
683 handle.Reset();
    [all...]
client_socket.cc 61 void ClientSocket::UseHistory::Reset() {
socks_client_socket_pool_unittest.cc 31 writes_.reset(new MockWrite[3]);
37 reads_.reset(new MockRead[3]);
43 data_.reset(new StaticSocketDataProvider(reads_.get(), 3,
230 (*requests())[0]->handle()->Reset();
231 (*requests())[1]->handle()->Reset();
267 (*requests())[0]->handle()->Reset();
268 (*requests())[1]->handle()->Reset();
transport_client_socket_pool_unittest.cc 494 handle.Reset();
630 handle.Reset();
644 handle.Reset();
647 handle2.Reset();
658 handle.Reset();
677 handle.Reset();
709 (*requests())[index_to_cancel]->handle()->Reset();
755 handle_->Reset();
795 handle.Reset();
818 (*requests())[i]->handle()->Reset();
    [all...]
  /external/chromium/net/tools/flip_server/
http_interface.cc 36 Reset();
162 void HttpSM::Reset() {
163 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Reset: stream "
165 http_framer_->Reset();
182 output_ordering_.Reset();
183 http_framer_->Reset();
245 Reset();
  /external/openfst/src/include/fst/extensions/far/
far.h 129 virtual void Reset() = 0;
315 void Reset() { reader_->Reset(); }
363 void Reset() { reader_->Reset(); }
431 void Reset() {
433 FSTERROR() << "FstFarReader::Reset: operation not supported on stdin";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 227 virtual void Reset() = 0; // Return to initial condition
272 void Reset() {
274 data_.base->Reset();
298 virtual void Reset() = 0; // Return to initial condition
353 void Reset() {
355 data_.base->Reset();
mutable-fst.h 153 void Reset() { data_.base->Reset(); }
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 101 void Reset();
214 // and data. These pointers must be reset every time that work resumes on a
307 Reset();
337 void Reset();
613 Reset();
616 // Reset() will delete the component objects without reallocating them.
617 VCDiffStreamingDecoderImpl::~VCDiffStreamingDecoderImpl() { Reset(); }
619 void VCDiffStreamingDecoderImpl::Reset() {
626 addr_cache_.reset();
627 custom_code_table_.reset();
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 102 void Reset();
207 // and data. These pointers must be reset every time that work resumes on a
300 Reset();
330 void Reset();
619 Reset();
622 // Reset() will delete the component objects without reallocating them.
623 VCDiffStreamingDecoderImpl::~VCDiffStreamingDecoderImpl() { Reset(); }
625 void VCDiffStreamingDecoderImpl::Reset() {
632 addr_cache_.reset();
633 custom_code_table_.reset();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 68 public override void Reset() {
69 base.Reset(); // reset all recognizer state variables
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 70 public override void Reset()
72 base.Reset(); // reset all recognizer state variables
  /external/ceres-solver/internal/ceres/
loss_function_test.cc 209 loss_function_wrapper.Reset(new HuberLoss(0.5), TAKE_OWNERSHIP);
218 loss_function_wrapper.Reset(&loss_function3, DO_NOT_TAKE_OWNERSHIP);
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.cc 129 animation_.Reset();
153 animation_.Reset();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 151 // Calling Reset() should not cause ThreadLister to forget any threads it's
156 // Run the loop body twice, because Reset() might behave differently if called
159 thread_lister.Reset();
166 // Reset() should cause ThreadLister to recognize their existence.
182 thread_lister.Reset();
  /external/webkit/Source/WebKit/win/
COMEnumVariant.h 50 virtual HRESULT STDMETHODCALLTYPE Reset();
162 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Reset()
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 29 Reset();
42 void RingBuffer::Reset() {
  /external/chromium/base/win/
scoped_variant.h 70 void Reset(const VARIANT& var = kEmptyVariant);
107 // Note that this is different from the Reset() method that's used to
  /external/chromium/chrome/browser/
browsing_data_database_helper.h 87 // it's true when StartFetching() is called in the UI thread, and it's reset
124 void Reset();
browsing_data_indexed_db_helper.h 99 void Reset();
143 // it's true when StartFetching() is called in the UI thread, and it's reset
browsing_data_local_storage_helper.h 88 // it's true when StartFetching() is called in the UI thread, and it's reset
123 void Reset();
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 48 XmlBuilder::Reset() {
49 pelRoot_.reset();
102 pelRoot_.reset(pelNew);
132 pelRoot_.reset(NULL);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checker.py 88 self._namespaces_info.Reset()
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 39 void Reset() {
  /external/libvpx/libvpx/test/
boolcoder_test.cc 75 bit_rnd.Reset(random_seed);

Completed in 342 milliseconds

1 2 3 4 5 67 8 91011>>