Home
last modified time | relevance | path

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

12345678910>>...59

/external/rust/android-crates-io/crates/h2/src/frame/
Dreset.rs6 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/
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/cronet/stable/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/src/
Dreset.rs4 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/
Dreset.rs4 pub struct Reset; struct
6 impl Reset { impl
16 impl core::fmt::Display for Reset { implementation
/external/rust/android-crates-io/crates/anstyle/src/
Dreset.rs4 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/
Dscoped.rs21 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
Druntime_mt.rs12 struct Reset(EnterRuntime); in exit_runtime() struct
14 impl Drop for Reset { in exit_runtime() implementation
/external/cronet/stable/third_party/jni_zero/
Djava_refs.h264 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/
Djava_refs.h264 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/
Dmoving_window.h171 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/
Dmoving_window.h171 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/
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/perfetto/src/traced/probes/ftrace/
Dcompact_sched.cc241 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/
Dunittest_util.cc24 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/
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/webrtc/modules/audio_processing/aec3/
Dmatched_filter_lag_aggregator.cc55 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
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.cc57 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/
Drequired.pb.go25 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/
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/golang-protobuf/internal/impl/
Dlegacy_test.go34 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/
Dmethods_test.go29 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/
Dcord_rep_ring_reader.h72 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/
Dgeneric_service.pb.go36 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/
Dswitch_service.pb.go95 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

12345678910>>...59