Home
last modified time | relevance | path

Searched refs:Reset (Results 1 - 25 of 452) sorted by relevance

12345678910>>...19

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-conversions.cc51 builder.Reset(); in TEST()
55 builder.Reset(); in TEST()
59 builder.Reset(); in TEST()
63 builder.Reset(); in TEST()
67 builder.Reset(); in TEST()
71 builder.Reset(); in TEST()
75 builder.Reset(); in TEST()
79 builder.Reset(); in TEST()
83 builder.Reset(); in TEST()
87 builder.Reset(); in TEST()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandAllocator.cpp30 Reset(); in CommandIterator()
40 other.Reset(); in CommandIterator()
42 Reset(); in CommandIterator()
49 other.Reset(); in operator =()
51 Reset(); in operator =()
57 Reset(); in CommandIterator()
72 Reset(); in AcquireCommandBlocks()
78 Reset(); in NextCommandIdInNewBlock()
86 void CommandIterator::Reset() { in Reset() function in dawn_native::CommandIterator
110 Reset(); in MakeEmptyAsDataWasDestroyed()
160 void CommandAllocator::Reset() { Reset() function in dawn_native::CommandAllocator
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dresettable.rs35 /// Reset builder value
36 Reset,
43 Self::Reset => None,
58 None => Self::Reset, in from()
73 None => Resettable::Reset, in into_resettable()
82 None => Resettable::Reset, in into_resettable()
91 None => Resettable::Reset, in into_resettable()
100 None => Resettable::Reset, in into_resettable()
109 None => Resettable::Reset, in into_resettable()
118 None => Resettable::Reset, in into_resettable()
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc244 #define SC(name, caption) name##_.Reset(); in ResetCounterFunction()
251 count_of_##name##_.Reset(); \ in ResetCounterFunction()
252 size_of_##name##_.Reset(); in ResetCounterFunction()
257 count_of_CODE_TYPE_##name##_.Reset(); \ in ResetCounterFunction()
258 size_of_CODE_TYPE_##name##_.Reset(); in ResetCounterFunction()
263 count_of_FIXED_ARRAY_##name##_.Reset(); \ in ResetCounterFunction()
264 size_of_FIXED_ARRAY_##name##_.Reset(); in ResetCounterFunction()
272 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction()
276 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction()
280 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_auto_ptr.h57 /// deleted on destruction or Reset unless Release is called first.
61 /// Reset is called on destruction.
65 /// Call Reset with a pointer from new. Uses T's default constructor.
82 /// deleted on destruction or Reset unless Release is called first.
84 void Reset (T *p);
89 void Reset ();
145 void AutoPtr<T>::Reset (T *p) in Reset() function in AutoPtr
160 void AutoPtr<T>::Reset () in Reset() function in AutoPtr
176 this->Reset (new T); in Alloc()
211 void Reset (size_ function in AutoArray
[all...]
H A Ddng_negative.cpp255 fExif.Reset (newExif); in ResetExif()
407 fIPTCBlock.Reset (block.Release ()); in SetIPTC()
427 fIPTCBlock.Reset (); in ClearIPTC()
548 fXMP.Reset (newXMP); in ResetXMP()
559 fXMP.Reset (newXMP); in ResetXMPSidecarNewer()
665 fOriginalExif.Reset (fExif->Clone ()); in SynchronizeMetadata()
1678 fTileHash.Reset (fTileCount);
1687 fBufferData [index].Reset (allocator->Allocate (bufferSize));
2333 info.fLinearizationTable.Reset (curve.Release ());
2440 info.fBlackDeltaV.Reset (Allocato
[all...]
/third_party/ninja/src/
H A Dclean.cc105 Reset(); in CleanAll()
128 Reset(); in CleanDead()
174 Reset(); in CleanTarget()
185 Reset(); in CleanTarget()
197 Reset(); in CleanTargets()
241 Reset(); in CleanRule()
252 Reset(); in CleanRule()
266 Reset(); in CleanRules()
285 void Cleaner::Reset() { in Reset() function in Cleaner
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireDeserializeAllocator.cpp21 Reset(); in WireDeserializeAllocator()
25 Reset(); in ~WireDeserializeAllocator()
50 void WireDeserializeAllocator::Reset() { in Reset() function in dawn_wire::WireDeserializeAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_reader_test.cc71 TEST(CordRingReaderTest, Reset) { in TEST()
76 absl::string_view first = reader.Reset(ring); in TEST()
86 reader.Reset(); in TEST()
99 reader.Reset(ring); in TEST()
127 reader.Reset(ring); in TEST()
154 reader.Reset(ring); in TEST()
/third_party/node/src/crypto/
H A Dcrypto_clienthello-inl.h37 Reset(); in ClientHelloParser()
40 inline void ClientHelloParser::Reset() { in Reset() function in node::crypto::ClientHelloParser
57 Reset(); in Start()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h81 * disposed using Reset().
86 * cell can be created using the constructor or PersistentBase::Reset and
87 * existing handles can be disposed using PersistentBase::Reset.
97 V8_INLINE void Reset();
104 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
111 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
323 if (M::kResetInDestructor) this->Reset(); in ~Persistent()
400 V8_INLINE ~Global() { this->Reset(); } in ~Global()
452 this->Reset(); in Copy()
466 void PersistentBase<T>::Reset() { in Reset() function in v8::PersistentBase
478 void PersistentBase<T>::Reset(Isolate* isolate, const Local<S>& other) { Reset() function in v8::PersistentBase
491 void PersistentBase<T>::Reset(Isolate* isolate, Reset() function in v8::PersistentBase
[all...]
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h84 * disposed using Reset().
89 * cell can be created using the constructor or PersistentBase::Reset and
90 * existing handles can be disposed using PersistentBase::Reset.
100 V8_INLINE void Reset();
107 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
114 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
330 if (M::kResetInDestructor) this->Reset(); in ~Persistent()
406 V8_INLINE ~Global() { this->Reset(); } in ~Global()
459 this->Reset(); in Copy()
475 void PersistentBase<T>::Reset() { in Reset() function in v8::PersistentBase
487 void PersistentBase<T>::Reset(Isolate* isolate, const Local<S>& other) { Reset() function in v8::PersistentBase
500 void PersistentBase<T>::Reset(Isolate* isolate, Reset() function in v8::PersistentBase
[all...]
/third_party/node/src/large_pages/
H A Dnode_large_page.cc307 FORCE_INLINE void Reset(void* start, in Reset() function in node::__anon15405::MemoryMapPointer
316 FORCE_INLINE void Reset() { in Reset() function in node::__anon15405::MemoryMapPointer
364 nmem.Reset(nullptr, size, in MoveTextRegionToLargePages()
374 tmem.Reset(start, size, in MoveTextRegionToLargePages()
381 tmem.Reset(start, size, in MoveTextRegionToLargePages()
393 tmem.Reset(start, size, in MoveTextRegionToLargePages()
408 tmem.Reset(); in MoveTextRegionToLargePages()
/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc37 void ICStats::Reset() { in Reset() function in v8::internal::ICStats
39 ic_info.Reset(); in Reset()
54 Reset(); in Dump()
101 void ICInfo::Reset() { in Reset() function in v8::internal::ICInfo
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.cpp34 MaybeError error = CheckHRESULT(mD3d12CommandList->Reset(commandAllocator, nullptr), in Open()
37 mD3d12CommandList.Reset(); in Open()
110 mD3d12CommandList.Reset(); in Release()
111 mD3d12CommandList4.Reset(); in Release()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dvirtual-memory.cc38 other.Reset(); in move()
46 other.Reset();
50 void VirtualMemory::Reset() { in Reset() function in cppgc::internal::VirtualMemory
H A Dcaged-heap-local-data.cc20 age_table.Reset(&allocator); in CagedHeapLocalData()
30 void AgeTable::Reset(PageAllocator* allocator) { in Reset() function in cppgc::internal::AgeTable
/third_party/googletest/googletest/test/
H A Dgtest_environment_test.cc46 MyEnvironment() { Reset(); } in MyEnvironment()
73 void Reset() { in Reset() function in __anon3052::MyEnvironment
115 env->Reset(); in RunAllTests()
/third_party/node/src/
H A Dnode_object_wrap.h42 persistent().Reset(); in ~ObjectWrap()
79 persistent().Reset(v8::Isolate::GetCurrent(), handle); in Wrap()
122 wrap->handle_.Reset(); in WeakCallback()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc133 Reset(); in Reify()
137 void ErrorThrower::Reset() { in Reset() function in v8::internal::wasm::ErrorThrower
165 Reset(); in ~ScheduledErrorThrower()
167 Reset(); in ~ScheduledErrorThrower()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp69 NvidiaSharedBaseObj<NvidiaBaseObjType>& Reset (NvidiaBaseObjType* const newObjectPtr) in Reset() function in vkt::video::NvidiaSharedBaseObj
104 Reset(newObjectPtr); in NvidiaSharedBaseObj()
110 Reset(newObject.Get()); in NvidiaSharedBaseObj()
115 Reset(nullptr); in ~NvidiaSharedBaseObj()
121 return Reset(sharedObject.Get()); in operator =()
126 return Reset(newObjectPtr); in operator =()
132 return Reset(otherSharedObject.Get()); in operator =()
230 Reset(); in Release()
252 int32_t Reset () in Reset() function in vkt::video::NvidiaVulkanPictureBase
268 Reset(); in ~NvidiaVulkanPictureBase()
[all...]
H A DvktVideoPictureUtils.cpp54 Reset(); in Release()
69 void VulkanPicture::Reset() in Reset() function in vkt::video::VulkanPicture
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc58 async_hook_ctor.Reset(isolate_, FunctionTemplate::New(isolate_)); in AsyncHooks()
62 async_hooks_templ.Reset(isolate_, in AsyncHooks()
70 async_id_smb.Reset(isolate_, Private::New(isolate_)); in AsyncHooks()
71 trigger_id_smb.Reset(isolate_, Private::New(isolate_)); in AsyncHooks()
90 init_function_.Reset(isolate_, value); in set_init_function()
96 before_function_.Reset(isolate_, value); in set_before_function()
102 after_function_.Reset(isolate_, value); in set_after_function()
109 promiseResolve_function_.Reset(isolate_, value); in set_promiseResolve_function()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.cc30 Reset(); in ~CommandBuffer()
126 void CommandBuffer::Reset() { in Reset() function in amber::vulkan::CommandBuffer
141 buffer_->Reset(); in ~CommandBufferGuard()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h65 masm.Reset(); \
87 masm.Reset(); \
108 masm.Reset(); \

Completed in 14 milliseconds

12345678910>>...19