/external/rust/android-crates-io/crates/h2/src/frame/ |
D | reset.rs | 6 pub struct Reset { struct 11 impl Reset { implementation 12 pub fn new(stream_id: StreamId, error: Reason) -> Reset { in new() 27 pub fn load(head: Head, payload: &[u8]) -> Result<Reset, Error> { in load()
|
/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/src/ |
D | reset.rs | 4 pub struct Reset; struct 6 impl Reset { implementation 16 impl core::fmt::Display for Reset { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/src/ |
D | reset.rs | 4 pub struct Reset; struct 6 impl Reset { impl 16 impl core::fmt::Display for Reset { implementation
|
/external/rust/android-crates-io/crates/anstyle/src/ |
D | reset.rs | 4 pub struct Reset; struct 6 impl Reset { impl 16 impl core::fmt::Display for Reset { implementation
|
/external/rust/android-crates-io/crates/tokio/src/runtime/context/ |
D | scoped.rs | 21 struct Reset<'a, T> { in set() struct 22 cell: &'a Cell<*const T>, in set() 23 prev: *const T, in set() 26 impl<T> Drop for Reset<'_, T> { in set() implementation
|
D | runtime_mt.rs | 12 struct Reset(EnterRuntime); in exit_runtime() struct 14 impl Drop for Reset { in exit_runtime() implementation
|
/external/cronet/stable/third_party/jni_zero/ |
D | java_refs.h | 264 void Reset() { JavaRef<T>::ResetLocalRef(env_); } in Reset() function 268 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset() function 275 void Reset(const JavaRef<T>& other) { in Reset() function 392 void Reset() { JavaRef<T>::ResetGlobalRef(); } in Reset() function 396 void Reset(const ScopedJavaGlobalRef<U>& other) { in Reset() function 400 void Reset(const JavaRef<T>& other) { Reset(nullptr, other.obj()); } in Reset() function 403 void Reset(JNIEnv* env, const JavaParamRef<T>& other) { in Reset() function 408 void Reset(JNIEnv* env, T obj) { JavaRef<T>::SetNewGlobalRef(env, obj); } in Reset() function 467 void Reset(JNIEnv* env, const JavaRef<T>& j_object) { in Reset() function
|
/external/cronet/tot/third_party/jni_zero/ |
D | java_refs.h | 264 void Reset() { JavaRef<T>::ResetLocalRef(env_); } in Reset() function 268 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset() function 275 void Reset(const JavaRef<T>& other) { in Reset() function 392 void Reset() { JavaRef<T>::ResetGlobalRef(); } in Reset() function 396 void Reset(const ScopedJavaGlobalRef<U>& other) { in Reset() function 400 void Reset(const JavaRef<T>& other) { Reset(nullptr, other.obj()); } in Reset() function 403 void Reset(JNIEnv* env, const JavaParamRef<T>& other) { in Reset() function 408 void Reset(JNIEnv* env, T obj) { JavaRef<T>::SetNewGlobalRef(env, obj); } in Reset() function 467 void Reset(JNIEnv* env, const JavaRef<T>& j_object) { in Reset() function
|
/external/cronet/stable/base/ |
D | moving_window.h | 171 void Reset() { in Reset() function 201 void Reset() {} in Reset() function 224 void Reset() { in Reset() function 252 void Reset() {} in Reset() function 284 void Reset() { sum_ = SumType(); } in Reset() function 321 void Reset() { sum_ = running_sum_ = SumType(); } in Reset() function 338 void Reset() {} in Reset() function 384 void Reset() { sum_sq_ = SumType(); } in Reset() function 419 void Reset() { running_sum_ = sum_sq_ = SumType(); } in Reset() function 433 void Reset() {} in Reset() function
|
/external/cronet/tot/base/ |
D | moving_window.h | 171 void Reset() { in Reset() function 201 void Reset() {} in Reset() function 224 void Reset() { in Reset() function 252 void Reset() {} in Reset() function 284 void Reset() { sum_ = SumType(); } in Reset() function 321 void Reset() { sum_ = running_sum_ = SumType(); } in Reset() function 338 void Reset() {} in Reset() function 384 void Reset() { sum_sq_ = SumType(); } in Reset() function 419 void Reset() { running_sum_ = sum_sq_ = SumType(); } in Reset() function 433 void Reset() {} in Reset() function
|
/external/tensorflow/tensorflow/compiler/xla/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/perfetto/src/traced/probes/ftrace/ |
D | compact_sched.cc | 241 void CompactSchedSwitchBuffer::Reset() { in Reset() function in perfetto::CompactSchedSwitchBuffer 260 void CompactSchedWakingBuffer::Reset() { in Reset() function in perfetto::CompactSchedWakingBuffer 278 void CommInterner::Reset() { in Reset() function in perfetto::CommInterner 300 void CompactSchedBuffer::Reset() { in Reset() function in perfetto::CompactSchedBuffer
|
/external/libchrome-gestures/src/ |
D | unittest_util.cc | 24 void TestInterpreterWrapper::Reset(Interpreter* interpreter) { in Reset() function in gestures::TestInterpreterWrapper 28 void TestInterpreterWrapper::Reset(Interpreter* interpreter, in Reset() function in gestures::TestInterpreterWrapper 50 void TestInterpreterWrapper::Reset(Interpreter* interpreter, in Reset() function in gestures::TestInterpreterWrapper
|
/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/webrtc/modules/audio_processing/aec3/ |
D | matched_filter_lag_aggregator.cc | 55 void MatchedFilterLagAggregator::Reset(bool hard_reset) { in Reset() function in webrtc::MatchedFilterLagAggregator 102 void MatchedFilterLagAggregator::HighestPeakAggregator::Reset() { in Reset() function in webrtc::MatchedFilterLagAggregator::HighestPeakAggregator 132 void MatchedFilterLagAggregator::PreEchoLagAggregator::Reset() { in Reset() function in webrtc::MatchedFilterLagAggregator::PreEchoLagAggregator
|
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 | 57 void EchoPathDelayEstimator::Reset(bool reset_delay_confidence) { in Reset() function in webrtc::EchoPathDelayEstimator 118 void EchoPathDelayEstimator::Reset(bool reset_lag_aggregator, in Reset() function in webrtc::EchoPathDelayEstimator
|
/external/golang-protobuf/internal/testprotos/required/ |
D | required.pb.go | 25 func (x *Int32) Reset() { func 72 func (x *Int64) Reset() { func 119 func (x *Uint32) Reset() { func 166 func (x *Uint64) Reset() { func 213 func (x *Sint32) Reset() { func 260 func (x *Sint64) Reset() { func 307 func (x *Fixed32) Reset() { func 354 func (x *Fixed64) Reset() { func 401 func (x *Float) Reset() { func 448 func (x *Double) Reset() { func [all …]
|
/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/golang-protobuf/internal/impl/ |
D | legacy_test.go | 34 func (*LegacyTestMessage) Reset() {} func 565 func (*MessageA) Reset() { panic("not implemented") } func 570 func (*MessageB) Reset() { panic("not implemented") } func 678 func (*LegacyTestMessageName1) Reset() { panic("not implemented") } func 684 func (*LegacyTestMessageName2) Reset() { panic("not implemented") } func
|
/external/golang-protobuf/proto/ |
D | methods_test.go | 29 func (m selfMarshaler) Reset() {} func 91 func (m *descPanicSelfMarshaler) Reset() {} func 114 func (m *descSelfMarshaler) Reset() {} func 165 func (*selfMerger) Reset() {} func
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/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/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/ |
D | generic_service.pb.go | 36 func (x *GenericStartRequest) Reset() { func 83 func (x *GenericStartResponse) Reset() { func 130 func (x *GenericRunRequest) Reset() { func 177 func (x *GenericRunResponse) Reset() { func 224 func (x *GenericStopRequest) Reset() { func 271 func (x *GenericStopResponse) Reset() { func 318 func (x *GenericMessage) Reset() { func
|
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/passport/ |
D | switch_service.pb.go | 95 func (x *SwitchFixture) Reset() { func 140 func (x *GetSwitchesRequest) Reset() { func 181 func (x *GetSwitchesResponse) Reset() { func 226 func (x *ResetAllSwitchesRequest) Reset() { func 264 func (x *ResetAllSwitchesResponse) Reset() { func 307 func (x *ConfigureSwitchPortRequest) Reset() { func 359 func (x *ConfigureSwitchPortResponse) Reset() { func
|