Home
last modified time | relevance | path

Searched refs:reset (Results 476 - 500 of 3080) sorted by relevance

1...<<11121314151617181920>>...124

/third_party/python/Tools/demo/
H A Dqueens.py18 self.reset()
20 def reset(self): member in Queens
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.h79 void reset() { count = 0; } in reset() function in gl::overlay::Count
171 void reset() const {} in reset() function in gl::overlay::Mock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineDominators.cpp60 DT.reset(new DomTreeBase<MachineBasicBlock>()); in calculate()
71 DT.reset(nullptr); in releaseMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp47 reset(); in FunctionArgEnumerator()
69 void reset() override { CurIter = Args.empty() ? Args.end() : Args.begin(); }
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp54 reset(); in ~TestDriver()
57 void TestDriver::reset (void) in reset() function in xs::TestDriver
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DFramebufferObjectTest.cpp30 mTexture.reset(new GLTexture());
35 void testTearDown() override { mTexture.reset(); }
/third_party/skia/src/core/
H A DSkLRUCache.h92 void reset() { in reset() function in SkLRUCache
93 fMap.reset(); in reset()
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h28 * can be reset after drawing is completed to recycle space.
69 void reset();
96 * *reset is called.
117 * *reset is called.
190 * *reset is called.
216 * *reset is called.
269 * *reset is called.
289 * *reset is called.
343 using GrBufferAllocPool::reset;
H A DGrWindowRectangles.h28 void reset();
63 inline void GrWindowRectangles::reset() { in reset() function in GrWindowRectangles
/third_party/skia/src/gpu/vk/
H A DGrVkCommandPool.cpp59 result.reset(GrVkSecondaryCommandBuffer::Create(gpu, this)); in findOrCreateSecondaryCommandBuffer()
79 void GrVkCommandPool::reset(GrVkGpu* gpu) { in reset() function in GrVkCommandPool
82 // We can't use the normal result macro calls here because we may call reset on a different in reset()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.hpp86 bool reset(int backbufferWidth, int backbufferHeight);
130 bool reset(int backBufferWidth, int backBufferHeight);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dusrchimp.h73 void reset();
148 UBool reset; member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java62 reset(); in AudioLatencyTuner()
174 public void reset() { in reset() method in AudioLatencyTuner
/third_party/skia/src/ports/
H A DSkFontMgr_custom_directory.cpp28 families->push_back().reset(family);
81 families->push_back().reset(addTo); in load_directory_fonts()
/third_party/skia/src/utils/win/
H A DSkDWrite.cpp67 name->reset(wlen); in sk_cstring_to_wchar()
80 skname->reset(); in sk_wchar_to_skstring()
/third_party/skia/tests/
H A DGrTextureMipMapInvalidationTest.cpp91 surf.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
115 img.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/python/Lib/turtledemo/
H A Dclock.py35 reset()
44 reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
H A DLineEditor.h85 Completer.reset(new CompleterModel<T>(Comp)); in setCompleter()
93 Completer.reset(new ListCompleterModel<T>(Comp)); in setListCompleter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFStreamer.h32 void reset() override {
35 MCObjectStreamer::reset();
H A DMCWinCOFFStreamer.h34 void reset() override {
36 MCObjectStreamer::reset();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp153 Result.reset(new ObjCARCAAResult(M.getDataLayout())); in doInitialization()
158 Result.reset(); in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h87 Result.reset(new AMDGPUAAResult(M.getDataLayout(),
93 Result.reset();
H A DGCNHazardRecognizer.h59 ClauseUses.reset(); in resetClause()
60 ClauseDefs.reset(); in resetClause()
/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.cpp95 fDirectContext.reset(); in cleanup()
97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp57 fBackbufferSurface.reset(); in resize()
59 fSurfaceMemory.reset(bmpSize); in resize()

Completed in 25 milliseconds

1...<<11121314151617181920>>...124