Home
last modified time | relevance | path

Searched defs:Reset (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/external/libchrome/base/android/
Dscoped_java_ref.h188 void Reset() { in Reset() function
192 void Reset(const ScopedJavaLocalRef<T>& other) { in Reset() function
199 void Reset(const JavaRef<T>& other) { in Reset() function
208 void Reset(JNIEnv* env, T obj) { env_ = this->SetNewLocalRef(env, obj); } in Reset() function
262 void Reset() { in Reset() function
266 void Reset(const JavaRef<T>& other) { this->Reset(nullptr, other.obj()); } in Reset() function
268 void Reset(JNIEnv* env, const JavaParamRef<T>& other) { in Reset() function
272 void Reset(JNIEnv* env, T obj) { this->SetNewGlobalRef(env, obj); } in Reset() function
/external/rust/crates/tokio/src/macros/
Dscoped_tls.rs39 struct Reset { in set() struct
40 key: &'static LocalKey<Cell<*const ()>>, in set()
41 val: *const (), in set()
44 impl Drop for Reset { in set() implementation
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform_interface.h48 Status Reset(absl::string_view reason) { return Reset(false, reason); } in Reset() function
50 Status Reset() { return Reset(false, {}); } in Reset() function
/external/dng_sdk/source/
Ddng_auto_ptr.h145 void AutoPtr<T>::Reset (T *p) in Reset() function
160 void AutoPtr<T>::Reset () in Reset() function
211 void Reset (size_t count) in Reset() function
/external/pdfium/core/fxcrt/
Dweak_ptr.h52 void Reset() { m_pHandle.Reset(); } in Reset() function
53 void Reset(std::unique_ptr<T, D> pObj) { in Reset() function
63 void Reset(std::unique_ptr<T, D> ptr) { m_pObj = std::move(ptr); } in Reset() function
/external/webrtc/modules/audio_processing/aec3/
Dapi_call_jitter_metrics.cc38 void ApiCallJitterMetrics::Jitter::Reset() { in Reset() function in webrtc::ApiCallJitterMetrics::Jitter
43 void ApiCallJitterMetrics::Reset() { in Reset() function in webrtc::ApiCallJitterMetrics
Decho_path_delay_estimator.cc55 void EchoPathDelayEstimator::Reset(bool reset_delay_confidence) { in Reset() function in webrtc::EchoPathDelayEstimator
116 void EchoPathDelayEstimator::Reset(bool reset_lag_aggregator, in Reset() function in webrtc::EchoPathDelayEstimator
/external/perfetto/src/traced/probes/ftrace/
Dcompact_sched.cc224 void CompactSchedSwitchBuffer::Reset() { in Reset() function in perfetto::CompactSchedSwitchBuffer
242 void CompactSchedWakingBuffer::Reset() { in Reset() function in perfetto::CompactSchedWakingBuffer
259 void CommInterner::Reset() { in Reset() function in perfetto::CommInterner
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring_reader.h72 void Reset() { ring_ = nullptr; } in Reset() function
76 absl::string_view Reset(CordRepRing* ring) { in Reset() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager.cc25 void XfeedManager::Reset() { in Reset() function in xla::cpu::runtime::XfeedManager
30 void XfeedQueueManager::Reset() { in Reset() function in xla::cpu::runtime::XfeedQueueManager
/external/webrtc/rtc_base/numerics/
Dsample_counter.cc72 void SampleCounter::Reset() { in Reset() function in rtc::SampleCounter
105 void SampleCounterWithVariance::Reset() { in Reset() function in rtc::SampleCounterWithVariance
/external/webrtc/modules/audio_processing/agc2/
Dbiquad_filter.h39 void Reset() { biquad_state_.Reset(); } in Reset() function
49 void Reset() { in Reset() function
/external/golang-protobuf/proto/
Dsize_test.go66 func (m nonptrMessage) Reset() {} func
79 func (m *messageWithEmbedding) Reset() {} func
/external/webrtc/modules/audio_processing/
Dhigh_pass_filter.cc92 void HighPassFilter::Reset() { in Reset() function in webrtc::HighPassFilter
98 void HighPassFilter::Reset(size_t num_channels) { in Reset() function in webrtc::HighPassFilter
/external/libgav1/libgav1/src/
Dthreading_strategy.cc69 bool ThreadingStrategy::Reset(const ObuFrameHeader& frame_header, in Reset() function in libgav1::ThreadingStrategy
152 bool ThreadingStrategy::Reset(int thread_count) { in Reset() function in libgav1::ThreadingStrategy
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmtojavascriptdepth.cpp9 void CXFA_FMToJavaScriptDepth::Reset() { in Reset() function in CXFA_FMToJavaScriptDepth
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DFreeBSDSignals.cpp15 void FreeBSDSignals::Reset() { in Reset() function in FreeBSDSignals
DNetBSDSignals.cpp15 void NetBSDSignals::Reset() { in Reset() function in NetBSDSignals
DMipsLinuxSignals.cpp15 void MipsLinuxSignals::Reset() { in Reset() function in MipsLinuxSignals
DLinuxSignals.cpp15 void LinuxSignals::Reset() { in Reset() function in LinuxSignals
/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc20 void AudioDecoderPcmU::Reset() {} in Reset() function in webrtc::AudioDecoderPcmU
55 void AudioDecoderPcmA::Reset() {} in Reset() function in webrtc::AudioDecoderPcmA
/external/webrtc/modules/desktop_capture/win/
Ddxgi_context.cc28 void DxgiFrameContext::Reset() { in Reset() function in webrtc::DxgiFrameContext
Ddisplay_configuration_monitor.cc33 void DisplayConfigurationMonitor::Reset() { in Reset() function in webrtc::DisplayConfigurationMonitor
/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointHitCounter.h34 void Reset() { m_hit_count = 0; } in Reset() function
/external/pigweed/pw_kvs/public/pw_kvs/
Dcrc16_checksum.h28 void Reset() override { crc_ = checksum::Crc16Ccitt::kInitialValue; } in Reset() function

12345678910>>...27