/third_party/pulseaudio/src/pulsecore/ |
H A D | database-simple.c | 151 goto reset; in read_data() 154 goto reset; in read_data() 164 reset: in read_data()
|
/third_party/python/Lib/xml/sax/ |
H A D | expatreader.py | 109 self.reset() 208 self.reset() 276 def reset(self): member in ExpatParser
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | any.h | 288 // 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 D | SkUnicode_icu.cpp | 193 iterator.reset(sk_ubrk_clone(cachedIterator->get(), &status)); in makeBreakIterator() 385 results->reset(); 435 results->reset();
|
H A D | SkUnicode_client.cpp | 89 void reset() { in reset() function 115 void reset() { fData->reset(); } in reset() function in SkUnicode_client
|
/third_party/spirv-tools/source/util/ |
H A D | small_vector.h | 113 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 D | eap_server_tls.c | 462 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 D | eap_server_tls.c | 430 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 D | ResourceManager11.h | 225 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 D | ax88179_178a.c | 1797 .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 D | wm2200.c | 986 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 D | wm2200.c | 978 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 D | crypto_keys.cc | 97 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 D | vk_wrapper.h | 140 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 D | Viewer.cpp | 85 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 D | hdf_wifi_config.h | 94 uint8_t reset[GPIO_PRAM_COUNT]; member
|
H A D | hdf_wlan_config.h | 89 struct HdfConfWlanRest reset; member
|
/drivers/peripheral/camera/test/ut/pipeline_core/ |
H A D | stream_pipeline_builder_test.cpp | 54 spec_.reset(); in TearDown()
|
/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.h | 59 clientLayer_.reset(); in ResetClientLayer()
|
H A D | hdi_test_device.cpp | 50 gralloc_.reset(IDisplayBuffer::Get()); in InitDevice()
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.h | 52 int32_t reset(OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) override;
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.h | 48 int32_t reset(SecureElementStatus& status) override;
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | Makefile | 17 guest.o debug.o reset.o sys_regs.o \
|
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/ |
H A D | socfpga.c | 10 #include <linux/reset/socfpga.h>
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | Makefile | 6 obj-y := arcksyms.o setup.o irq.o reset.o ptrace.o process.o devtree.o
|