/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/syzkaller/vendor/google.golang.org/appengine/internal/modules/ |
D | modules_service.pb.go | 90 func (m *ModulesServiceError) Reset() { *m = ModulesServiceError{} } func 98 func (m *GetModulesRequest) Reset() { *m = GetModulesRequest{} } func 107 func (m *GetModulesResponse) Reset() { *m = GetModulesResponse{} } func 123 func (m *GetVersionsRequest) Reset() { *m = GetVersionsRequest{} } func 139 func (m *GetVersionsResponse) Reset() { *m = GetVersionsResponse{} } func 155 func (m *GetDefaultVersionRequest) Reset() { *m = GetDefaultVersionRequest{} } func 171 func (m *GetDefaultVersionResponse) Reset() { *m = GetDefaultVersionResponse{} } func 188 func (m *GetNumInstancesRequest) Reset() { *m = GetNumInstancesRequest{} } func 211 func (m *GetNumInstancesResponse) Reset() { *m = GetNumInstancesResponse{} } func 229 func (m *SetNumInstancesRequest) Reset() { *m = SetNumInstancesRequest{} } func [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/base/ |
D | api_base.pb.go | 36 func (m *StringProto) Reset() { *m = StringProto{} } func 52 func (m *Integer32Proto) Reset() { *m = Integer32Proto{} } func 68 func (m *Integer64Proto) Reset() { *m = Integer64Proto{} } func 84 func (m *BoolProto) Reset() { *m = BoolProto{} } func 100 func (m *DoubleProto) Reset() { *m = DoubleProto{} } func 116 func (m *BytesProto) Reset() { *m = BytesProto{} } func 131 func (m *VoidProto) Reset() { *m = VoidProto{} } func
|
/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/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/ |
D | app_identity_service.pb.go | 91 func (m *AppIdentityServiceError) Reset() { *m = AppIdentityServiceError{} } func 100 func (m *SignForAppRequest) Reset() { *m = SignForAppRequest{} } func 117 func (m *SignForAppResponse) Reset() { *m = SignForAppResponse{} } func 139 func (m *GetPublicCertificateForAppRequest) Reset() { *m = GetPublicCertificateForAppReques… func 149 func (m *PublicCertificate) Reset() { *m = PublicCertificate{} } func 173 func (m *GetPublicCertificateForAppResponse) Reset() { *m = GetPublicCertificateForAppRespo… func 195 func (m *GetServiceAccountNameRequest) Reset() { *m = GetServiceAccountNameRequest{} } func 204 func (m *GetServiceAccountNameResponse) Reset() { *m = GetServiceAccountNameResponse{} } func 222 func (m *GetAccessTokenRequest) Reset() { *m = GetAccessTokenRequest{} } func 253 func (m *GetAccessTokenResponse) Reset() { *m = GetAccessTokenResponse{} } 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/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | backoff.go | 18 Reset() methodSpec 43 func (eb *ExponentialBackoff) Reset() { func
|
/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/syzkaller/vendor/google.golang.org/appengine/internal/user/ |
D | user_service.pb.go | 82 func (m *UserServiceError) Reset() { *m = UserServiceError{} } func 93 func (m *CreateLoginURLRequest) Reset() { *m = CreateLoginURLRequest{} } func 123 func (m *CreateLoginURLResponse) Reset() { *m = CreateLoginURLResponse{} } func 140 func (m *CreateLogoutURLRequest) Reset() { *m = CreateLogoutURLRequest{} } func 163 func (m *CreateLogoutURLResponse) Reset() { *m = CreateLogoutURLResponse{} } func 180 func (m *GetOAuthUserRequest) Reset() { *m = GetOAuthUserRequest{} } func 209 func (m *GetOAuthUserResponse) Reset() { *m = GetOAuthUserResponse{} } func 268 func (m *CheckOAuthSignatureRequest) Reset() { *m = CheckOAuthSignatureRequest{} } func 277 func (m *CheckOAuthSignatureResponse) Reset() { *m = CheckOAuthSignatureResponse{} } func
|
/external/v8/src/ic/ |
D | ic-stats.cc | 37 void ICStats::Reset() { in Reset() function in v8::internal::ICStats 101 void ICInfo::Reset() { in Reset() function in v8::internal::ICInfo
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 17 void AudioDecoderPcmU::Reset() {} in Reset() function in webrtc::AudioDecoderPcmU 41 void AudioDecoderPcmA::Reset() {} in Reset() function in webrtc::AudioDecoderPcmA
|
/external/golang-protobuf/proto/ |
D | size_test.go | 66 func (m nonptrMessage) Reset() {} func 79 func (m *messageWithEmbedding) Reset() {} func
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_eventparam.cpp | 28 void CXFA_EventParam::Reset() { in Reset() function in CXFA_EventParam
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 537 func (m *Action) Reset() { *m = Action{} } func 552 func (m *PropertyValue) Reset() { *m = PropertyValue{} } func 611 func (m *PropertyValue_PointValue) Reset() { *m = PropertyValue_PointValue{} } func 638 func (m *PropertyValue_UserValue) Reset() { *m = PropertyValue_UserValue{} } func 684 func (m *PropertyValue_ReferenceValue) Reset() { *m = PropertyValue_ReferenceValue{} } func 716 func (m *PropertyValue_ReferenceValue_PathElement) Reset() { func 755 func (m *Property) Reset() { *m = Property{} } func 824 func (m *Path) Reset() { *m = Path{} } func 842 func (m *Path_Element) Reset() { *m = Path_Element{} } func 874 func (m *Reference) Reset() { *m = Reference{} } func [all …]
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmtojavascriptdepth.cpp | 19 void CXFA_FMToJavaScriptDepth::Reset() { in Reset() function in CXFA_FMToJavaScriptDepth
|
/external/pdfium/xfa/fwl/ |
D | cfwl_comboboxproxy.h | 29 void Reset() { m_bLButtonUpSelf = false; } in Reset() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session_factory.h | 63 virtual Status Reset(const SessionOptions& options, in Reset() function
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | random_inputstream.h | 46 Status Reset() override { return Seek(0); } in Reset() function
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | HistogramTest.cs | 93 public void Reset() in Reset() method in Grpc.IntegrationTesting.HistogramTest
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 37 public void Reset() in Reset() method in FlatBuffers.Test.Lcg
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_common.h | 39 void Reset() { in Reset() function
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | statistics_calculator.cc | 76 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/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capture_frame_queue.cc | 39 void ScreenCaptureFrameQueue::Reset() { in Reset() function in webrtc::ScreenCaptureFrameQueue
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 46 void AudioDecoderG722::Reset() { in Reset() function in webrtc::AudioDecoderG722 107 void AudioDecoderG722Stereo::Reset() { in Reset() function in webrtc::AudioDecoderG722Stereo
|
/external/zlib/src/contrib/ada/ |
D | read.adb | 62 procedure Reset; subprogspec 104 procedure Reset is subprogram
|