/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCombinationsIterator.hpp | 45 void reset (void); 82 reset(); in CombinationsIterator() 118 void CombinationsIterator<T>::reset (void) in reset() function in vkt::pipeline::CombinationsIterator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_filter_cache_manager.cpp | 56 cachedFilteredSnapshot_.reset(); in UpdateCacheStateWithFilterHash() 326 cachedSnapshot_.reset(); in InvalidateFilterCache() 327 cachedFilteredSnapshot_.reset(); in InvalidateFilterCache() 332 cachedSnapshot_.reset(); in InvalidateFilterCache() 338 cachedFilteredSnapshot_.reset(); in InvalidateFilterCache() 355 cachedSnapshot_.reset(); in ReleaseCacheOffTree() 356 cachedFilteredSnapshot_.reset(); in ReleaseCacheOffTree() 401 cachedSnapshot_.reset(); in CheckCachedImages() 405 cachedFilteredSnapshot_.reset(); in CheckCachedImages()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_manager.cpp | 144 mCloseServiceThread.reset(); in Exit() 147 mStartServiceThread.reset(); in Exit() 150 wifiStaManager.reset(); in Exit() 153 wifiScanManager.reset(); in Exit() 156 wifiTogglerManager.reset(); in Exit() 160 wifiHotspotManager.reset(); in Exit() 165 wifiP2pManager.reset(); in Exit() 170 wifiEventSubscriberManager.reset(); in Exit() 173 wifiMultiVapManager.reset(); in Exit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Optional.h | 44 ~OptionalStorage() { reset(); } in ~OptionalStorage() 63 void reset() noexcept { 88 reset(); in emplace() 121 reset(); in operator =() 135 reset(); in operator =() 163 void reset() noexcept { 188 reset(); in emplace() 251 void reset() { Storage.reset(); } in reset() function in llvm::Optional
|
H A D | SmallBitVector.h | 84 TheVector.reset(BitPos); in operator =() 362 // Set, reset, flip 398 SmallBitVector &reset() { in reset() function in llvm::SmallBitVector 402 getPointer()->reset(); in reset() 406 SmallBitVector &reset(unsigned Idx) { in reset() function in llvm::SmallBitVector 410 getPointer()->reset(Idx); in reset() 414 /// Efficiently reset a range of bits in [I, E) 415 SmallBitVector &reset(unsigned I, unsigned E) { in reset() function in llvm::SmallBitVector 416 assert(I <= E && "Attempted to reset backwards range!"); in reset() 417 assert(E <= size() && "Attempted to reset ou in reset() 525 SmallBitVector &reset(const SmallBitVector &RHS) { reset() function in llvm::SmallBitVector [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 17 b reset 55 * the actual reset code 58 reset: label 145 ldr r1, rstctl @ get addr for global reset 147 mov r3, #0x2 @ full reset pll + mpu 148 str r3, [r1] @ force reset 196 /* reset */
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 17 b reset 55 * the actual reset code 58 reset: label 145 ldr r1, rstctl @ get addr for global reset 147 mov r3, #0x2 @ full reset pll + mpu 148 str r3, [r1] @ force reset 196 /* reset */
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | timeout_recognizer.cpp | 95 start_.reset(); in OnAccepted() 127 start_.reset(); in BatchAdjudicate() 138 start_.reset(); in BatchAdjudicate() 151 start_.reset(); in BatchAdjudicate() 243 start_.reset(); in CheckTimeout()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_interpolator_test.cpp | 56 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel2)); in HWTEST_F() 64 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel3)); in HWTEST_F() 85 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel2)); in HWTEST_F() 91 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel3)); in HWTEST_F() 100 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel4)); in HWTEST_F()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | genprops.cpp | 116 return errorCode.reset(); in main() 137 return errorCode.reset(); in main() 145 return errorCode.reset(); in main() 180 return errorCode.reset(); in main() 201 return errorCode.reset(); in main()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server.c | 208 reset: in main() 246 goto reset; in main() 274 mbedtls_printf(" connection was reset by peer\n"); in main() 305 goto reset; in main() 323 goto reset; in main() 330 goto reset; in main()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 50 self.reset() 52 def reset(self): member in Bucket 61 self.reset() 66 self.reset() 72 self.reset()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 73 self.reset() 75 def reset(self): member in Bucket 84 self.reset() 89 self.reset() 95 self.reset()
|
/third_party/skia/src/core/ |
H A D | SkWriter32.h | 36 this->reset(external, externalBytes); in SkWriter32() 43 // buffer provided in the constructor or the most recent call to reset. 46 void reset(void* external = nullptr, size_t externalBytes = 0) { in reset() function in SkWriter32 261 SkSWriter32() { this->reset(); } in SkSWriter32() 263 void reset() {this->INHERITED::reset(fData.fStorage, SIZE); } in reset() function in SkSWriter32
|
H A D | SkBitmap.cpp | 36 bm->reset(); in reset_return_false() 57 other.fPixmap.reset(); in SkBitmap() 78 other.fPixmap.reset(); in operator =() 89 void SkBitmap::reset() { in reset() function in SkBitmap 91 fPixmap.reset(); in reset() 92 fMips.reset(); in reset() 136 fPixmap.reset(info.makeAlphaType(newAT), nullptr, SkToU32(rowBytes)); in setInfo() 149 fPixmap.reset(std::move(newInfo), fPixmap.addr(), fPixmap.rowBytes()); in setAlphaType() 308 this->reset(); in installPixels() 332 this->reset(); in installMaskPixels() [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | bccache.py | 50 self.reset() 52 def reset(self): member in Bucket 61 self.reset() 66 self.reset() 72 self.reset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | pool_test.cpp | 82 static void reset() { in reset() function 94 CtorDtorCounter::reset(); in TEST_P() 115 CtorDtorCounter::reset(); in TEST_P() 136 CtorDtorCounter::reset(); in TEST_P() 160 CtorDtorCounter::reset(); in TEST_P()
|
/third_party/skia/tools/gpu/gl/ |
H A D | GLTestContext.cpp | 63 ret.reset(new GLGpuTimer(true, ctx, "EXT")); in MakeIfSupported() 66 ret.reset(new GLGpuTimer(false, ctx)); in MakeIfSupported() 68 ret.reset(new GLGpuTimer(false, ctx, "EXT")); in MakeIfSupported() 209 fGLInterface.reset(); in teardown() 210 fOriginalGLInterface.reset(); in teardown()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deUniquePtr.hpp | 71 void reset (void); //!< Delete previous pointer, set to null. 82 reset(); in ~UniqueBase() 86 void UniqueBase<T, D>::reset (void) in reset() function in de::details::UniqueBase 108 reset(); in assignData() 134 void clear (void) { this->reset(); } in clear()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format_test.cc | 889 const auto reset = convert(civil_second(1977, 6, 28, 9, 8, 7), tz); in TEST() local 891 tp = reset; in TEST() 896 tp = reset; in TEST() 900 tp = reset; in TEST() 904 tp = reset; in TEST() 911 tp = reset; in TEST() 915 tp = reset; in TEST() 919 tp = reset; in TEST() 932 tp = reset; in TEST() 936 tp = reset; in TEST() 1002 const auto reset = convert(civil_second(1977, 6, 28, 9, 8, 7), tz); TEST() local [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 100 self.reset() 107 def reset(self): member in MockShell 246 shell.reset() 249 shell.reset() 254 shell.reset() 269 shell.reset() 274 shell.reset() 289 shell.reset() 293 shell.reset() 297 shell.reset() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 50 glu::RenderContext* createRobustContext(glu::ResetNotificationStrategy reset); 62 glu::RenderContext* RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset) in createRobustContext() argument 81 renderCfg.resetNotificationStrategy = reset; in createRobustContext() 106 glw::GLint reset = 0; in iterate() 109 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &reset); in iterate() 112 if (reset != GL_NO_RESET_NOTIFICATION) in iterate() 114 m_testCtx.getLog() << tcu::TestLog::Message << "Test failed! glGet returned wrong value [" << reset in iterate() 152 glw::GLint reset = 0; in iterate() 155 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &reset); in iterate() 158 if (reset ! in iterate() [all...] |
/foundation/multimodalinput/input/intention/adapters/ddm_adapter/src/ |
H A D | ddm_adapter_impl.cpp | 65 boardStateCb_.reset(); in Enable() 68 initCb_.reset(); in Enable() 79 boardStateCb_.reset(); in Disable() 86 initCb_.reset(); in Disable()
|
/third_party/node/src/tracing/ |
H A D | agent.h | 56 inline ~AgentWriterHandle() { reset(); } in ~AgentWriterHandle() 61 inline void reset(); 158 void AgentWriterHandle::reset() { in reset() function in node::tracing::AgentWriterHandle 165 reset(); in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 66 ReservedScoreboard.reset(ScoreboardDepth); in ScoreboardHazardRecognizer() 67 RequiredScoreboard.reset(ScoreboardDepth); in ScoreboardHazardRecognizer() 82 RequiredScoreboard.reset(); in Reset() 83 ReservedScoreboard.reset(); in Reset()
|