/external/libchrome/base/android/ |
D | scoped_java_ref.h | 188 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/ |
D | scoped_tls.rs | 39 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/ |
D | tpu_platform_interface.h | 48 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/ |
D | dng_auto_ptr.h | 145 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/ |
D | weak_ptr.h | 52 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/ |
D | api_call_jitter_metrics.cc | 38 void ApiCallJitterMetrics::Jitter::Reset() { in Reset() function in webrtc::ApiCallJitterMetrics::Jitter 43 void ApiCallJitterMetrics::Reset() { in Reset() function in webrtc::ApiCallJitterMetrics
|
D | echo_path_delay_estimator.cc | 55 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/ |
D | compact_sched.cc | 224 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/ |
D | cord_rep_ring_reader.h | 72 void Reset() { ring_ = nullptr; } in Reset() function 76 absl::string_view Reset(CordRepRing* ring) { in Reset() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | xfeed_manager.cc | 25 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/ |
D | sample_counter.cc | 72 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/ |
D | biquad_filter.h | 39 void Reset() { biquad_state_.Reset(); } in Reset() function 49 void Reset() { in Reset() function
|
/external/golang-protobuf/proto/ |
D | size_test.go | 66 func (m nonptrMessage) Reset() {} func 79 func (m *messageWithEmbedding) Reset() {} func
|
/external/webrtc/modules/audio_processing/ |
D | high_pass_filter.cc | 92 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/ |
D | threading_strategy.cc | 69 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/ |
D | cxfa_fmtojavascriptdepth.cpp | 9 void CXFA_FMToJavaScriptDepth::Reset() { in Reset() function in CXFA_FMToJavaScriptDepth
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | FreeBSDSignals.cpp | 15 void FreeBSDSignals::Reset() { in Reset() function in FreeBSDSignals
|
D | NetBSDSignals.cpp | 15 void NetBSDSignals::Reset() { in Reset() function in NetBSDSignals
|
D | MipsLinuxSignals.cpp | 15 void MipsLinuxSignals::Reset() { in Reset() function in MipsLinuxSignals
|
D | LinuxSignals.cpp | 15 void LinuxSignals::Reset() { in Reset() function in LinuxSignals
|
/external/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 20 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/ |
D | dxgi_context.cc | 28 void DxgiFrameContext::Reset() { in Reset() function in webrtc::DxgiFrameContext
|
D | display_configuration_monitor.cc | 33 void DisplayConfigurationMonitor::Reset() { in Reset() function in webrtc::DisplayConfigurationMonitor
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | StoppointHitCounter.h | 34 void Reset() { m_hit_count = 0; } in Reset() function
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | crc16_checksum.h | 28 void Reset() override { crc_ = checksum::Crc16Ccitt::kInitialValue; } in Reset() function
|