Home
last modified time | relevance | path

Searched refs:reset (Results 2051 - 2075 of 7066) sorted by relevance

1...<<81828384858687888990>>...283

/third_party/python/Lib/email/
H A Dheader.py443 self._current_line.reset()
543 self._current_line.reset(remainder)
573 def reset(self, startval=None):
568 def reset(self, startval=None): global() member in _Accumulator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DX87.cpp200 reset(); \ in TEST_F()
228 reset(); \ in TEST_F()
262 reset(); \ in TEST_F()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc211 current_entry_info_.reset(); in AdvanceToNextEntry()
232 current_entry_info_.reset( in OpenCurrentEntryInZip()
404 current_entry_info_.reset(); in Reset()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
453 fContext.reset(); in destroyContext()
454 fInterface.reset(); in destroyContext()
/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp175 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
180 nfkcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
184 nfkc_cfInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
H A Dnormalizer2.cpp106 edits->reset();
296 noopInitOnce.reset(); in uprv_normalizer2_cleanup()
300 nfcInitOnce.reset(); in uprv_normalizer2_cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h73 void reset();
88 void reset();
401 void reset();
/third_party/protobuf/js/binary/
H A Ddecoder_test.js388 decoder.reset();
390 decoder.reset();
392 decoder.reset();
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLiteralByteStringTest.java233 stream.reset(); in testMarkAndReset()
413 output.reset(); in testNewOutput()
414 assertEquals("Output.reset() resets the output", 0, output.size()); in testNewOutput()
415 assertEquals("Output.reset() resets the output", ByteString.EMPTY, output.toByteString()); in testNewOutput()
538 input.reset(); in testNewInput_skip()
539 assertEquals("InputStream.reset() succeeded", stringSize - skipped1, input.available()); in testNewInput_skip()
541 "InputStream.reset(), read()", stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-simple.c151 goto reset; in read_data()
154 goto reset; in read_data()
164 reset: in read_data()
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py109 self.reset()
208 self.reset()
276 def reset(self): member in ExpatParser
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany.h288 // Emplaces a value within an `absl::any` object by calling `any::reset()`,
301 reset(); // NOTE: reset() is required here even in the world of exceptions.
309 // object by calling `any::reset()`, initializing the contained value as if
325 reset(); // NOTE: reset() is required here even in the world of exceptions.
332 // any::reset()
336 void reset() noexcept { obj_ = nullptr; }
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp193 iterator.reset(sk_ubrk_clone(cachedIterator->get(), &status)); in makeBreakIterator()
385 results->reset();
435 results->reset();
H A DSkUnicode_client.cpp89 void reset() { in reset() function
115 void reset() { fData->reset(); } in reset() function in SkUnicode_client
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h113 large_data_.reset(nullptr); in operator =()
140 large_data_.reset(that.large_data_.release()); in operator =()
142 large_data_.reset(nullptr); in operator =()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_tls.c462 eap->reset = eap_tls_reset; in eap_server_tls_register()
489 eap->reset = eap_tls_reset; in eap_server_unauth_tls_register()
516 eap->reset = eap_tls_reset; in eap_server_wfa_unauth_tls_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_tls.c430 eap->reset = eap_tls_reset; in eap_server_tls_register()
457 eap->reset = eap_tls_reset; in eap_server_unauth_tls_register()
484 eap->reset = eap_tls_reset; in eap_server_wfa_unauth_tls_register()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.h225 void reset() in reset() function in rx::Resource11Base
228 mData.reset(new DataT()); in reset()
246 virtual ~Resource11Base() { mData.reset(); } in ~Resource11Base()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dax88179_178a.c1797 .reset = ax88179_reset,
1810 .reset = ax88179_reset,
1823 .reset = ax88179_reset,
1836 .reset = ax88179_reset,
1849 .reset = ax88179_reset,
1862 .reset = ax88179_reset,
1875 .reset = ax88179_reset,
1888 .reset = ax88179_reset,
1901 .reset = ax88179_reset,
1914 .reset
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm2200.c986 if (wm2200->pdata.reset) { in wm2200_reset()
987 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_reset()
988 gpio_set_value_cansleep(wm2200->pdata.reset, 1); in wm2200_reset()
2271 if (wm2200->pdata.reset) { in wm2200_i2c_probe()
2272 ret = devm_gpio_request_one(&i2c->dev, wm2200->pdata.reset, in wm2200_i2c_probe()
2277 wm2200->pdata.reset, ret); in wm2200_i2c_probe()
2323 dev_err(&i2c->dev, "Failed to issue reset\n"); in wm2200_i2c_probe()
2416 if (wm2200->pdata.reset) in wm2200_i2c_probe()
2417 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_i2c_probe()
2434 if (wm2200->pdata.reset) in wm2200_i2c_remove()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm2200.c978 if (wm2200->pdata.reset) { in wm2200_reset()
979 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_reset()
980 gpio_set_value_cansleep(wm2200->pdata.reset, 1); in wm2200_reset()
2261 if (wm2200->pdata.reset) { in wm2200_i2c_probe()
2262 ret = devm_gpio_request_one(&i2c->dev, wm2200->pdata.reset, in wm2200_i2c_probe()
2267 wm2200->pdata.reset, ret); in wm2200_i2c_probe()
2313 dev_err(&i2c->dev, "Failed to issue reset\n"); in wm2200_i2c_probe()
2406 if (wm2200->pdata.reset) in wm2200_i2c_probe()
2407 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_i2c_probe()
2424 if (wm2200->pdata.reset) in wm2200_i2c_remove()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_keys.cc97 pkey->reset(parse(&p, der_len)); in TryParsePublicKey()
150 pkey->reset(d2i_PublicKey(EVP_PKEY_RSA, nullptr, &p, key_len)); in ParsePublicKey()
153 pkey->reset(d2i_PUBKEY(nullptr, &p, key_len)); in ParsePublicKey()
225 pkey->reset(PEM_read_bio_PrivateKey(bio.get(), in ParsePrivateKey()
234 pkey->reset(d2i_PrivateKey(EVP_PKEY_RSA, nullptr, &p, key_len)); in ParsePrivateKey()
242 pkey->reset(d2i_PKCS8PrivateKey_bio(bio.get(), in ParsePrivateKey()
249 pkey->reset(EVP_PKCS82PKEY(p8inf.get())); in ParsePrivateKey()
254 pkey->reset(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &p, key_len)); in ParsePrivateKey()
261 pkey->reset(); in ParsePrivateKey()
568 pkey_.reset(tha in operator =()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h140 VkResult reset(VkDevice device, VkCommandPoolResetFlags flags);
173 // This is used for normal pool allocated command buffers. It reset the handle.
323 VkResult reset();
380 void reset();
602 VkResult reset(VkDevice device) const;
613 VkResult reset(VkDevice device);
646 ANGLE_INLINE VkResult CommandPool::reset(VkDevice device, VkCommandPoolResetFlags flags) in reset() function in rx::DescriptorSetIndex::CommandPool
712 ANGLE_INLINE VkResult CommandBuffer::reset() in reset() function in rx::DescriptorSetIndex::priv::CommandBuffer
714 ANGLE_TRACE_EVENT0("gpu.angle", "CommandBuffer::reset"); in reset()
1158 ANGLE_INLINE void Image::reset() in reset() function in rx::DescriptorSetIndex::Image
1680 ANGLE_INLINE VkResult Event::reset(VkDevice device) const reset() function in rx::DescriptorSetIndex::Event
1702 ANGLE_INLINE VkResult Fence::reset(VkDevice device) reset() function in rx::DescriptorSetIndex::Fence
[all...]
/third_party/skia/tools/viewer/
H A DViewer.cpp85 void reset() { in reset() function in CapturingShaderErrorHandler
86 fShaders.reset(); in reset()
87 fErrors.reset(); in reset()
899 dirSlides.reset(); // NOLINT(bugprone-use-after-move) in initSlides()
1155 fDefaultMatrix.reset(); in setupCurrentSlide()
1241 fPersistentCache.reset(); in setBackend()
1242 fCachedShaders.reset(); in setBackend()
1469 fLastImage.reset(); in drawSlide()
1636 fLastImage.reset(); in onPaint()
1692 fGesture.reset(); in onTouch()
[all...]
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h94 uint8_t reset[GPIO_PRAM_COUNT]; member

Completed in 32 milliseconds

1...<<81828384858687888990>>...283