Home
last modified time | relevance | path

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

123456

/third_party/flutter/engine/flutter/fml/platform/android/
Dscoped_java_ref.h125 void Reset() { this->ResetLocalRef(env_); } in Reset() function
128 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset() function
136 void Reset(const U& other) { in Reset() function
143 void Reset(JNIEnv* env, U obj) { in Reset() function
179 void Reset() { this->ResetGlobalRef(); } in Reset() function
182 void Reset(const U& other) { in Reset() function
187 void Reset(JNIEnv* env, U obj) { in Reset() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
Dcord_rep_btree_reader.h110 void Reset() { navigator_.Reset(); } in Reset() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp86 void CommandIterator::Reset() { in Reset() function in dawn_native::CommandIterator
160 void CommandAllocator::Reset() { in Reset() function in dawn_native::CommandAllocator
DScratchBuffer.cpp27 void ScratchBuffer::Reset() { in Reset() function in dawn_native::ScratchBuffer
/third_party/zlib/contrib/ada/
Dread.adb62 procedure Reset; subprogspec
104 procedure Reset is subprogram
/third_party/flutter/engine/flutter/fml/synchronization/
Dwaitable_event.cc63 void AutoResetWaitableEvent::Reset() { in Reset() function in fml::AutoResetWaitableEvent
126 void ManualResetWaitableEvent::Reset() { in Reset() function in fml::ManualResetWaitableEvent
/third_party/flutter/engine/flutter/shell/common/
Dthread_host.cc33 void ThreadHost::Reset() { in Reset() function in flutter::ThreadHost
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dcf_utils.h28 void Reset(T instance) { in Reset() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoPictureUtils.cpp69 void VulkanPicture::Reset() in Reset() function in vkt::video::VulkanPicture
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoPictureUtils.cpp69 void VulkanPicture::Reset() in Reset() function in vkt::video::VulkanPicture
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireDeserializeAllocator.cpp50 void WireDeserializeAllocator::Reset() { in Reset() function in dawn_wire::WireDeserializeAllocator
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/
DWireDeserializeAllocator.cpp50 void WireDeserializeAllocator::Reset() { in Reset() function in dawn_wire::WireDeserializeAllocator
/third_party/node/src/
Dnode_crypto_clienthello-inl.h41 inline void ClientHelloParser::Reset() { in Reset() function
Dreq_wrap-inl.h37 void ReqWrap<T>::Reset() { in Reset() function
Dhistogram-inl.h12 void Histogram::Reset() { in Reset() function
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_handle.h60 void Reset() { DisposeIfNecessary(); } in Reset() function
/third_party/cef/libcef/common/
Dwaitable_event_impl.cc39 void CefWaitableEventImpl::Reset() { in Reset() function in CefWaitableEventImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h37 void Reset() { in Reset() function
/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store_factory.cc59 void CefValueStoreFactory::Reset() { in Reset() function in value_store::CefValueStoreFactory
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp27 void HexagonHazardRecognizer::Reset() { in Reset() function in HexagonHazardRecognizer
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_buffer.cc109 void CommandBuffer::Reset() { in Reset() function in amber::vulkan::CommandBuffer
/third_party/cef/libcef_dll/ctocpp/
Dwaitable_event_ctocpp.cc38 NO_SANITIZE("cfi-icall") void CefWaitableEventCToCpp::Reset() { in Reset() function in CefWaitableEventCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp75 void ARMHazardRecognizer::Reset() { in Reset() function in ARMHazardRecognizer

123456