Home
last modified time | relevance | path

Searched defs:reset (Results 76 – 100 of 9678) sorted by relevance

12345678910>>...388

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrStencilSettings.cpp30 void GrStencilSettings::reset(const GrUserStencilSettings& user, bool hasStencilClip, in reset() function in GrStencilSettings
59 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() function in GrStencilSettings
174 void GrStencilSettings::Face::reset(const GrUserStencilSettings::Face& user, bool hasStencilClip, in reset() function in GrStencilSettings::Face
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/termcolor-1.4.1/src/
H A Dlib.rs155 fn reset(&mut self) -> io::Result<()>; in reset() method
214 fn reset(&mut self) -> io::Result<()> { in reset() method
235 fn reset(&mut self) -> io::Result<()> { in reset() method
733 fn reset(&mut self) -> io::Result<()> { in reset() method
777 fn reset(&mut self) -> io::Result<()> { in reset() method
827 fn reset(&mut self) -> io::Result<()> { in reset() method
900 fn reset(&mut self) -> io::Result<()> { in reset() method
989 fn reset(&mut self) -> io::Result<()> { in reset() method
1370 fn reset(&mut self) -> io::Result<()> { in reset() method
1446 fn reset(&mut self) -> io::Result<()> { in reset() method
/aosp_15_r20/external/rust/android-crates-io/crates/termcolor/src/
Dlib.rs155 fn reset(&mut self) -> io::Result<()>; in reset() method
214 fn reset(&mut self) -> io::Result<()> { in reset() method
235 fn reset(&mut self) -> io::Result<()> { in reset() method
733 fn reset(&mut self) -> io::Result<()> { in reset() method
777 fn reset(&mut self) -> io::Result<()> { in reset() method
827 fn reset(&mut self) -> io::Result<()> { in reset() method
900 fn reset(&mut self) -> io::Result<()> { in reset() method
989 fn reset(&mut self) -> io::Result<()> { in reset() method
1370 fn reset(&mut self) -> io::Result<()> { in reset() method
1446 fn reset(&mut self) -> io::Result<()> { in reset() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dcompose.hpp53 void reset() in reset() function in boost::asio::detail::composed_work_guard
133 void reset() in reset() function
203 void reset() in reset() function
222 void reset() in reset() function
244 void reset() in reset() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/windows/
Doverlapped_ptr.hpp81 void reset() in reset() function in boost::asio::windows::overlapped_ptr
89 void reset(ExecutionContext& context, BOOST_ASIO_MOVE_ARG(Handler) handler, in reset() function in boost::asio::windows::overlapped_ptr
100 void reset(const Executor& ex, BOOST_ASIO_MOVE_ARG(Handler) handler, in reset() function in boost::asio::windows::overlapped_ptr
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h310 SmallBitVector &reset() { in reset() function
318 SmallBitVector &reset(unsigned Idx) { in reset() function
327 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
422 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Denvironment.hpp47 void reset(const string_type & id) {reset(id.c_str());} in reset() function in boost::process::detail::windows::native_environment_impl
108 inline void native_environment_impl<Char>::reset(const pointer_type id) in reset() function in boost::process::detail::windows::native_environment_impl
160 void reset(const pointer_type id) {reset(string_type(id));} in reset() function
271 inline void basic_environment_impl<Char>::reset(const string_type &id) in reset() function in boost::process::detail::windows::basic_environment_impl
/aosp_15_r20/external/cronet/base/ios/
H A Dcrb_protocol_observers_unittest.mm16 - (void)reset; method
248 - (void)reset { method
266 - (void)reset { method
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DAgent.java239 public void reset() { in reset() method in Agent
243 public byte[] getExecutionData(final boolean reset) { in getExecutionData()
255 public void dump(final boolean reset) throws IOException { in dump()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dparallel.cpp166 void reset() override {} in TEST_F() function
181 void reset() override {} in TEST_F() function
214 void reset() override {} in TEST_F() function
237 void reset() override { in TEST_F() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dany_helpers.h107 static void reset() { in reset() function
187 static void reset() { in reset() function
277 static void reset() { count = copied = moved = 0; } in reset() function
315 static void reset() { count = copied = moved = 0; } in reset() function
356 static void reset() { count = copied = moved = 0; } in reset() function
/aosp_15_r20/external/libcxx/test/support/
H A Dany_helpers.h110 static void reset() { in reset() function
190 static void reset() { in reset() function
280 static void reset() { count = copied = moved = 0; } in reset() function
318 static void reset() { count = copied = moved = 0; } in reset() function
359 static void reset() { count = copied = moved = 0; } in reset() function
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java32 …public static synchronized ICoverageData reset (final boolean createCoverageData, final boolean cr… in reset() method in RT
238 reset (true, true); in reset() method
250 reset (false, false); in reset() method
/aosp_15_r20/external/cronet/third_party/icu/source/extra/scrptrun/
H A Dscrptrun.h134 inline void ScriptRun::reset() in reset() function
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function
150 inline void ScriptRun::reset(const char16_t chars[], int32_t start, int32_t length) in reset() function
/aosp_15_r20/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.h134 inline void ScriptRun::reset() in reset() function
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function
150 inline void ScriptRun::reset(const char16_t chars[], int32_t start, int32_t length) in reset() function
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DOffroad2FileDownloaderTest.java594 public void reset() { in reset() method in Offroad2FileDownloaderTest.FakeConnectivityHandler
627 public void reset() { in reset() method in Offroad2FileDownloaderTest.FakeOAuthTokenProvider
649 public void reset() { in reset() method in Offroad2FileDownloaderTest.FakeTrafficStatsTagger
688 public void reset() { in reset() method in Offroad2FileDownloaderTest.FakeDownloadMetadataStore
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dtypes.h19 static void reset() { global_count_ = 0; } in reset() function
56 static void reset() { global_count_ = 0; } in reset() function
83 static void reset() { throw_after_ = -1; } in reset() function
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt131 val reset: Intent = Intent(context, TimerService::class.java) in build() constant
149 val reset: Intent = TimerService.createResetUnexpiredTimersIntent(context) in build() constant
235 val reset: Intent = TimerService.createResetExpiredTimersIntent(context) in buildHeadsUp() constant
339 val reset: Intent = Intent(context, TimerService::class.java) in buildMissed() constant
351 val reset: Intent = TimerService.createResetMissedTimersIntent(context) in buildMissed() constant
/aosp_15_r20/external/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h111 void reset(int sample_rate, size_t channels, size_t frames_per_buffer) { in reset() function
118 void reset(int sample_rate, size_t channels, double buffer_duration) { in reset() function
122 void reset(int sample_rate, size_t channels) { in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSmallBitVector.h401 SmallBitVector &reset() { in reset() function
409 SmallBitVector &reset(unsigned Idx) { in reset() function
418 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
540 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h398 SmallBitVector &reset() { in reset() function
406 SmallBitVector &reset(unsigned Idx) { in reset() function
415 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
525 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSmallBitVector.h401 SmallBitVector &reset() { in reset() function
409 SmallBitVector &reset(unsigned Idx) { in reset() function
418 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
540 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h401 SmallBitVector &reset() { in reset() function
409 SmallBitVector &reset(unsigned Idx) { in reset() function
418 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
540 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSmallBitVector.h401 SmallBitVector &reset() { in reset() function
409 SmallBitVector &reset(unsigned Idx) { in reset() function
418 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
540 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSmallBitVector.h401 SmallBitVector &reset() { in reset() function
409 SmallBitVector &reset(unsigned Idx) { in reset() function
418 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function
540 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() function

12345678910>>...388