Home
last modified time | relevance | path

Searched refs:reset (Results 2251 - 2275 of 4194) sorted by relevance

1...<<919293949596979899100>>...168

/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp82 gServiceInitOnce.reset(); in collator_cleanup()
89 gAvailableLocaleListInitOnce.reset(); in collator_cleanup()
852 virtual void reset(UErrorCode& /*status*/) override {
/third_party/json/tests/src/
H A Dunit-udt.cpp364 opt.reset(new T(j.get<T>())); // NOLINT(cppcoreguidelines-owning-memory) in from_json()
395 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-memory,modernize-make-shared)
508 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-memory,modernize-make-unique)
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h131 impl_.reset(other.impl_->Clone()); in operator =()
319 value_.reset();
332 if (value_.get() == nullptr) value_.reset(new T(*iterator_));
/third_party/node/src/
H A Dnode_i18n.cc361 conv_.reset(conv); in Converter()
379 void Converter::reset() { in reset() function in node::i18n::Converter
483 converter->reset(); in Decode()
/third_party/nghttp2/src/
H A Dshrpx_connection.cc122 tls.wbuf.reset(); in disconnect()
123 tls.rbuf.reset(); in disconnect()
376 tls.wbuf.reset(); in tls_handshake()
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp82 gServiceInitOnce.reset(); in collator_cleanup()
89 gAvailableLocaleListInitOnce.reset(); in collator_cleanup()
854 virtual void reset(UErrorCode& /*status*/) override {
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h137 if (this != &other) impl_.reset(other.impl_->Clone()); in operator =()
326 value_.reset();
339 if (value_.get() == nullptr) value_.reset(new T(*iterator_));
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp818 errorCode.reset(); in TestCharString()
829 U_STRING_NOT_TERMINATED_WARNING, errorCode.reset()); in TestCharString()
834 assertEquals("abc.extract(2) overflow", U_BUFFER_OVERFLOW_ERROR, errorCode.reset()); in TestCharString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp465 pixelSetterPtr.reset(new IntPixelSetter(access)); in getPixelSetter()
467 pixelSetterPtr.reset(new UintPixelSetter(access)); in getPixelSetter()
469 pixelSetterPtr.reset(new FloatPixelSetter(access)); in getPixelSetter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp174 void DataLayout::reset(StringRef Desc) { in reset() function in DataLayout
180 StackNaturalAlign.reset(); in reset()
182 FunctionPtrAlign.reset(); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp163 void MCObjectStreamer::reset() { in reset() function in MCObjectStreamer
165 Assembler->reset(); in reset()
171 MCStreamer::reset(); in reset()
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp148 reset(); in TestClock()
151 inline void reset (void) in reset() function in xs::TestClock
782 clock.reset(); in runClient()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc366 entries.reset(new std::vector<VkSpecializationMapEntry>()); in SetShader()
368 entry_data.reset(new std::vector<uint32_t>()); in SetShader()
378 spec_info.reset(new VkSpecializationInfo()); in SetShader()
/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp288 // suspended Wuffs object: resume the coroutine, or reset all state (memset
531 fTwoPassPixbufPtr.reset(reinterpret_cast<uint8_t*>(pixbuf_ptr_raw)); in onStartIncrementalDecodeTwoPass()
697 draw.fDst.reset(dstInfo(), fIncrDecDst, fIncrDecRowBytes); in onIncrementalDecodeTwoPass()
736 fTwoPassPixbufPtr.reset(nullptr); in onIncrementalDecodeTwoPass()
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp74 fRootPixmap.reset(dev->imageInfo(), nullptr, 0); in SkDrawTiler()
108 // fDraw.fDst and fMatrixProvider are reset each time in setupTileDraw() in SkDrawTiler()
193 fDst.reset(dev->imageInfo(), nullptr, 0); in BDDraw()
330 pmap->reset(fBitmap.info(), fBitmap.getPixels(), fBitmap.rowBytes()); in onPeekPixels()
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp283 this->reset(); in ~GrVkOpsRenderPass()
394 void GrVkOpsRenderPass::reset() { in reset() function in GrVkOpsRenderPass
408 fFramebuffer.reset(); in reset()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp100 bool SwiftConfig::hasNewConfiguration(bool reset) in hasNewConfiguration() argument
104 if(reset) in hasNewConfiguration()
268 // html += "<input type='reset' value='Reset changes' title='Click to reset your changes to the previous value.'>\n"; in page()
459 profiler.reset(); in page()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp948 result.reset(nullptr); in GetUsedComponents()
970 result.reset(nullptr); in GetUsedComponents()
976 result.reset(nullptr); in GetUsedComponents()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_replacement_pass.cpp948 result.reset(nullptr); in GetUsedComponents()
970 result.reset(nullptr); in GetUsedComponents()
976 result.reset(nullptr); in GetUsedComponents()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp82 gServiceInitOnce.reset(); in collator_cleanup()
89 gAvailableLocaleListInitOnce.reset(); in collator_cleanup()
852 virtual void reset(UErrorCode& /*status*/) { in reset() function in CollationLocaleListEnumeration
H A Dmeasunit_extra.cpp228 quantitiesTrie.reset(); in put()
355 gUnitExtrasInitOnce.reset();
638 fTrie.reset();
/third_party/skia/tests/
H A DSkBlockAllocatorTest.cpp338 // and new blocks are sized based on a reset growth policy. in DEF_TEST()
339 pool->reset(); in DEF_TEST()
396 // Explicitly release the head block and confirm it's reset in DEF_TEST()
401 REPORTER_ASSERT(r, get_block(pool, 0)->metadata() == 0); // metadata reset too in DEF_TEST()
428 // pool should have just the head block, but was reset in DEF_TEST()
445 // pool should have just the head block, but was reset in DEF_TEST()
462 // But a reset definitely deletes any scratch block in DEF_TEST()
463 pool->reset(); in DEF_TEST()
616 pool->reset(); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h1354 State.reset(); in recursive_directory_iterator()
1390 State.reset(); in increment()
1423 State.reset(); in pop()
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc719 type_info->offsets.reset(offsets); in GetPrototypeNoLock()
741 type_info->has_bits_indices.reset(has_bits_indices); in GetPrototypeNoLock()
840 type_info->reflection.reset( in GetPrototypeNoLock()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp193 mArrayBufferObserverBindings[bindingIndex].reset(); in detachBuffer()
613 mDirtyBits.reset();
614 mDirtyBitsGuard.reset();
616 // The dirty bits should be reset in the back-end. To simplify ASSERTs only check attrib 0.

Completed in 36 milliseconds

1...<<919293949596979899100>>...168