Home
last modified time | relevance | path

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

12345678910>>...21

/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/libtextclassifier/native/annotator/grammar/dates/utils/
Ddate-match.h37 void Reset() { type = MatchType::MatchType_UNKNOWN; } in Reset() function
43 void Reset() { in Reset() function
53 void Reset() { in Reset() function
63 void Reset() { in Reset() function
75 void Reset() { in Reset() function
84 void Reset() { in Reset() function
93 void Reset() { in Reset() function
102 void Reset() { in Reset() function
111 void Reset() { in Reset() function
120 void Reset() { in Reset() function
[all …]
/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/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/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/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc17 void AudioDecoderPcmU::Reset() {} in Reset() function in webrtc::AudioDecoderPcmU
41 void AudioDecoderPcmA::Reset() {} in Reset() function in webrtc::AudioDecoderPcmA
/external/v8/src/ic/
Dic-stats.cc37 void ICStats::Reset() { in Reset() function in v8::internal::ICStats
104 void ICInfo::Reset() { in Reset() function in v8::internal::ICInfo
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmtojavascriptdepth.cpp9 void CXFA_FMToJavaScriptDepth::Reset() { in Reset() function in CXFA_FMToJavaScriptDepth
/external/golang-protobuf/proto/
Dsize_test.go66 func (m nonptrMessage) Reset() {} func
79 func (m *messageWithEmbedding) Reset() {} func
/external/libgav1/libgav1/src/
Dthreading_strategy.cc68 bool ThreadingStrategy::Reset(const ObuFrameHeader& frame_header, in Reset() function in libgav1::ThreadingStrategy
151 bool ThreadingStrategy::Reset(int thread_count) { in Reset() function in libgav1::ThreadingStrategy
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_factory.h63 virtual Status Reset(const SessionOptions& options, in Reset() function
/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream.h51 Status Reset() override { return Seek(0); } in Reset() function
/external/v8/src/heap/cppgc/
Dcaged-heap-local-data.cc22 void AgeTable::Reset(PageAllocator* allocator) { in Reset() function in cppgc::internal::AgeTable
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DHistogramTest.cs93 public void Reset() in Reset() method in Grpc.IntegrationTesting.HistogramTest
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc76 void StatisticsCalculator::PeriodicUmaCount::Reset() { in Reset() function in webrtc::StatisticsCalculator::PeriodicUmaCount
101 void StatisticsCalculator::PeriodicUmaAverage::Reset() { in Reset() function in webrtc::StatisticsCalculator::PeriodicUmaAverage
127 void StatisticsCalculator::Reset() { in Reset() function in webrtc::StatisticsCalculator
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs37 public void Reset() in Reset() method in FlatBuffers.Test.Lcg
/external/webrtc/webrtc/modules/audio_device/android/
Dopensles_common.h39 void Reset() { in Reset() function
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc46 void AudioDecoderG722::Reset() { in Reset() function in webrtc::AudioDecoderG722
107 void AudioDecoderG722Stereo::Reset() { in Reset() function in webrtc::AudioDecoderG722Stereo
/external/perfetto/src/protozero/
Dpacked_repeated_fields.cc39 void PackedBufferBase::Reset() { in Reset() function in protozero::PackedBufferBase
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capture_frame_queue.cc39 void ScreenCaptureFrameQueue::Reset() { in Reset() function in webrtc::ScreenCaptureFrameQueue
/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.cpp29 void CXFA_TextTabstopsContext::Reset() { in Reset() function in CXFA_TextTabstopsContext
/external/dynamic_depth/internal/xmpmeta/
Dxmp_data.cc10 void XmpData::Reset() { in Reset() function in dynamic_depth::xmpmeta::XmpData
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go34 func (m *DoubleValue) Reset() { *m = DoubleValue{} } func
79 func (m *FloatValue) Reset() { *m = FloatValue{} } func
124 func (m *Int64Value) Reset() { *m = Int64Value{} } func
169 func (m *UInt64Value) Reset() { *m = UInt64Value{} } func
214 func (m *Int32Value) Reset() { *m = Int32Value{} } func
259 func (m *UInt32Value) Reset() { *m = UInt32Value{} } func
304 func (m *BoolValue) Reset() { *m = BoolValue{} } func
349 func (m *StringValue) Reset() { *m = StringValue{} } func
394 func (m *BytesValue) Reset() { *m = BytesValue{} } func
/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc33 void IgnoreSet::Reset() { in Reset() function in __tsan::IgnoreSet

12345678910>>...21