/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 35 names_.reset(new StringsStorage()); in MaybeClearStringsStorage() 113 sampling_heap_profiler_.reset(new SamplingHeapProfiler( in StartSamplingHeapProfiler() 120 sampling_heap_profiler_.reset(); in StopSamplingHeapProfiler() 139 allocation_tracker_.reset(new AllocationTracker(ids_.get(), names_.get())); in StartHeapObjectsTracking() 154 allocation_tracker_.reset(); in StopHeapObjectsTracking() 227 ids_.reset(new HeapObjectsMap(heap())); in ClearHeapObjectMap()
|
/third_party/skia/src/gpu/ |
H A D | GrStencilSettings.cpp | 27 void GrStencilSettings::reset(const GrUserStencilSettings& user, bool hasStencilClip, in reset() function in GrStencilSettings 34 fCWFace.reset(user.fCWFace, hasStencilClip, numStencilBits); in reset() 45 fCWFace.reset(user.fCWFace, hasStencilClip, numStencilBits); in reset() 50 fCCWFace.reset(user.fCCWFace, hasStencilClip, numStencilBits); in reset() 56 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() function in GrStencilSettings 171 void GrStencilSettings::Face::reset(const GrUserStencilSettings::Face& user, bool hasStencilClip, in reset() function in GrStencilSettings::Face
|
/third_party/skia/tests/ |
H A D | Writer32Test.cpp | 164 writer.reset(); in DEF_TEST() 167 writer.reset(); in DEF_TEST() 175 writer.reset(); // should just rewind our storage in DEF_TEST() 178 writer.reset(); in DEF_TEST() 186 writer.reset(); // should just rewind our storage in DEF_TEST() 189 writer.reset(); in DEF_TEST()
|
H A D | StringTest.cpp | 75 a.reset(); in DEF_TEST() 161 a.reset(); in DEF_TEST() 213 results.reset(); in DEF_TEST() 217 results.reset(); in DEF_TEST() 221 results.reset(); in DEF_TEST() 244 results.reset(); in DEF_TEST() 250 results.reset(); in DEF_TEST() 254 results.reset(); in DEF_TEST() 259 results.reset(); in DEF_TEST() 266 results.reset(); in DEF_TEST() [all...] |
/third_party/skia/include/core/ |
H A D | SkRefCnt.h | 255 sk_sp<T>& operator=(std::nullptr_t) { this->reset(); return *this; } in operator =() 264 this->reset(SkSafeRef(that.get())); in operator =() 271 this->reset(SkSafeRef(that.get())); in operator =() 281 this->reset(that.release()); in operator =() 287 this->reset(that.release()); in operator =() 305 void reset(T* ptr = nullptr) { in reset() function in sk_sp 306 // Calling fPtr->unref() may call this->~() or this->reset(T*). in reset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | XmmArith.cpp | 50 reset(); \ in TEST_F() 84 reset(); \ in TEST_F() 146 reset(); \ in TEST_F() 171 reset(); \ in TEST_F() 191 reset(); \ in TEST_F() 217 reset(); \ in TEST_F() 242 reset(); \ in TEST_F() 431 reset(); \ in TEST_F() 455 reset(); \ in TEST_F() 478 reset(); \ in TEST_F() [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ucb1x00-core.c | 500 /* Tell the platform to deassert the UCB1x00 reset */ in ucb1x00_probe() 501 if (pdata && pdata->reset) in ucb1x00_probe() 502 pdata->reset(UCB_RST_PROBE); in ucb1x00_probe() 606 if (pdata && pdata->reset) in ucb1x00_probe() 607 pdata->reset(UCB_RST_PROBE_FAIL); in ucb1x00_probe() 632 if (pdata && pdata->reset) in ucb1x00_remove() 633 pdata->reset(UCB_RST_REMOVE); in ucb1x00_remove() 690 } else if (pdata && pdata->reset) in ucb1x00_suspend() 691 pdata->reset(UCB_RST_SUSPEND); in ucb1x00_suspend() 702 if (!ucb->irq_wake && pdata && pdata->reset) in ucb1x00_resume() [all...] |
/kernel/linux/linux-5.10/drivers/soc/bcm/ |
H A D | bcm2835-power.c | 16 #include <linux/reset-controller.h> 148 struct reset_controller_dev reset; member 289 /* Wait 32 clocks for reset to propagate, 1 us will be enough */ in bcm2835_asb_power_on() 523 /** bcm2835_reset_reset - Resets a block that has a reset line in the 526 * The consumer of the reset controller must have the power domain up 527 * -- there's no reset ability with the power domain down. To reset 529 * ASB, reset, and re-enable. 535 reset); in bcm2835_reset_reset() 550 dev_err(power->dev, "Bad reset i in bcm2835_reset_reset() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-pci.c | 15 #include <linux/reset.h> 84 .reset = xhci_pci_setup, 127 " endpoint cmd after reset endpoint"); in xhci_pci_quirks() 402 /* called during probe() after chip reset completes */ 452 struct reset_control *reset; in xhci_pci_probe() local 461 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL); in xhci_pci_probe() 462 if (IS_ERR(reset)) in xhci_pci_probe() 463 return PTR_ERR(reset); in xhci_pci_probe() 464 reset_control_reset(reset); in xhci_pci_probe() 483 xhci->reset in xhci_pci_probe() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-of-dwcmshc.c | 19 #include <linux/reset.h> 86 struct reset_control *reset; member 248 * Disable DLL and reset both of sample and drive clock. in dwcmshc_rk3568_set_clock() 332 if (mask & SDHCI_RESET_ALL && priv->reset) { in rk35xx_sdhci_reset() 333 reset_control_assert(priv->reset); in rk35xx_sdhci_reset() 335 reset_control_deassert(priv->reset); in rk35xx_sdhci_reset() 346 .reset = sdhci_reset, 355 .reset = rk35xx_sdhci_reset, 387 priv->reset = devm_reset_control_array_get_optional_exclusive(mmc_dev(host->mmc)); in dwcmshc_rk35xx_init() 388 if (IS_ERR(priv->reset)) { in dwcmshc_rk35xx_init() [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ucb1x00-core.c | 500 /* Tell the platform to deassert the UCB1x00 reset */ in ucb1x00_probe() 501 if (pdata && pdata->reset) in ucb1x00_probe() 502 pdata->reset(UCB_RST_PROBE); in ucb1x00_probe() 606 if (pdata && pdata->reset) in ucb1x00_probe() 607 pdata->reset(UCB_RST_PROBE_FAIL); in ucb1x00_probe() 632 if (pdata && pdata->reset) in ucb1x00_remove() 633 pdata->reset(UCB_RST_REMOVE); in ucb1x00_remove() 689 } else if (pdata && pdata->reset) in ucb1x00_suspend() 690 pdata->reset(UCB_RST_SUSPEND); in ucb1x00_suspend() 701 if (!ucb->irq_wake && pdata && pdata->reset) in ucb1x00_resume() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | ftrace.h | 597 int remove, int reset); 599 unsigned int cnt, int remove, int reset); 601 int len, int reset); 603 int len, int reset); 604 void ftrace_set_global_filter(unsigned char *buf, int len, int reset); 605 void ftrace_set_global_notrace(unsigned char *buf, int len, int reset); 886 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) 887 #define ftrace_set_filter_ips(ops, ips, cnt, remove, reset) ({ -ENODEV; }) 888 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) 889 #define ftrace_set_notrace(ops, buf, len, reset) ({ [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/bcm/ |
H A D | bcm2835-power.c | 16 #include <linux/reset-controller.h> 149 struct reset_controller_dev reset; member 303 /* Wait 32 clocks for reset to propagate, 1 us will be enough */ in bcm2835_asb_power_on() 537 /** bcm2835_reset_reset - Resets a block that has a reset line in the 540 * The consumer of the reset controller must have the power domain up 541 * -- there's no reset ability with the power domain down. To reset 543 * ASB, reset, and re-enable. 549 reset); in bcm2835_reset_reset() 564 dev_err(power->dev, "Bad reset i in bcm2835_reset_reset() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | trace_cm.h | 369 TP_PROTO(struct irdma_cm_node *cm_node, bool reset, void *caller), 370 TP_ARGS(cm_node, reset, caller), 374 __field(bool, reset) 380 __entry->reset = reset; 383 TP_printk("iwdev=%p caller=%pS node%p reset=%d state=%s", 387 __entry->reset, 393 TP_PROTO(struct irdma_cm_node *cm_node, bool reset, void *caller), 394 TP_ARGS(cm_node, reset, caller)); 397 TP_PROTO(struct irdma_cm_node *cm_node, bool reset, voi [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9341.c | 275 * reset, and the exceeding data will be written into the following 602 struct gpio_desc *reset) in ili9341_dbi_probe() 625 dbi->reset = reset; in ili9341_dbi_probe() 659 struct gpio_desc *reset) in ili9341_dpi_probe() 689 ili->reset_gpio = reset; in ili9341_dpi_probe() 712 struct gpio_desc *reset; in ili9341_probe() local 715 reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in ili9341_probe() 716 if (IS_ERR(reset)) in ili9341_probe() 601 ili9341_dbi_probe(struct spi_device *spi, struct gpio_desc *dc, struct gpio_desc *reset) ili9341_dbi_probe() argument 658 ili9341_dpi_probe(struct spi_device *spi, struct gpio_desc *dc, struct gpio_desc *reset) ili9341_dpi_probe() argument [all...] |
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.hh | 86 void reset() { in reset() function in wasm::vec 89 data_.reset(); in reset() 92 void reset(vec& that) { in reset() function in wasm::vec 95 data_.reset(that.data_.release()); in reset() 99 reset(that); 433 reset(); 447 void reset() { 454 void reset(Val& that) { 455 reset(); 462 reset(tha [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Overlay_autogen.cpp | 56 mState.mOverlayWidgets[WidgetId::FPS].reset(widget); in initOverlayWidgets() 79 mState.mOverlayWidgets[WidgetId::VulkanLastValidationMessage].reset(widget); in initOverlayWidgets() 103 mState.mOverlayWidgets[WidgetId::VulkanValidationMessageCount].reset(widget); in initOverlayWidgets() 126 mState.mOverlayWidgets[WidgetId::VulkanRenderPassCount].reset(widget); in initOverlayWidgets() 169 mState.mOverlayWidgets[WidgetId::VulkanRenderPassBufferCount].reset(widget); in initOverlayWidgets() 212 mState.mOverlayWidgets[WidgetId::VulkanSecondaryCommandBufferPoolWaste].reset(widget); in initOverlayWidgets() 255 mState.mOverlayWidgets[WidgetId::VulkanWriteDescriptorSetCount].reset(widget); in initOverlayWidgets() 298 mState.mOverlayWidgets[WidgetId::VulkanDescriptorSetAllocations].reset(widget); in initOverlayWidgets() 341 mState.mOverlayWidgets[WidgetId::VulkanShaderBufferDSHitRate].reset(widget); in initOverlayWidgets() 384 mState.mOverlayWidgets[WidgetId::VulkanDynamicBufferAllocations].reset(widge in initOverlayWidgets() [all...] |
/kernel/linux/linux-6.6/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 32 #include <linux/reset.h> 123 struct reset_control *reset; member 274 ret = reset_control_deassert(phy->reset); in sun4i_usb_phy_init() 287 reset_control_assert(phy->reset); in sun4i_usb_phy_init() 293 ret = reset_control_deassert(phy2->reset); in sun4i_usb_phy_init() 296 reset_control_assert(phy->reset); in sun4i_usb_phy_init() 308 reset_control_assert(phy2->reset); in sun4i_usb_phy_init() 310 reset_control_assert(phy->reset); in sun4i_usb_phy_init() 392 reset_control_assert(phy2->reset); in sun4i_usb_phy_exit() 396 reset_control_assert(phy->reset); in sun4i_usb_phy_exit() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ucharstrietest.cpp | 128 if(errorCode.reset()!=U_INDEX_OUTOFBOUNDS_ERROR) { in TestBuilder() 134 if(errorCode.reset()!=U_ILLEGAL_ARGUMENT_ERROR) { in TestBuilder() 322 if( (result=trie->reset().nextForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() || in TestNextForCodePoint() 329 if( (result=trie->reset().nextForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() || in TestNextForCodePoint() 597 logln("after iter.reset()"); in TestIteratorFromBranch() 598 checkIterator(iter.reset(), data, UPRV_LENGTHOF(data)); in TestIteratorFromBranch() 625 logln("after iter.reset()"); in TestIteratorFromLinearMatch() 626 checkIterator(iter.reset(), data, UPRV_LENGTHOF(data)); in TestIteratorFromLinearMatch() 671 logln("after iter.reset()"); in TestTruncatingIteratorFromRoot() 672 checkIterator(iter.reset(), dat in TestTruncatingIteratorFromRoot() [all...] |
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 102 diffuseFactor_.reset(); in DisposeNative() 103 specularFactor_.reset(); in DisposeNative() 104 environmentFactor_.reset(); in DisposeNative() 106 // reset the native object refs in DisposeNative() 109 diffuseFactor_.reset(); in DisposeNative() 110 specularFactor_.reset(); in DisposeNative() 111 environmentFactor_.reset(); in DisposeNative() 125 en.reset(); in DisposeNative() 196 env.reset(); in EnvironmentJS()
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-sr.c | 38 .reset = RESET_VAL(0x0, 12, 11), 98 .reset = RESET_VAL(0x0, 12, 11), 157 .reset = RESET_VAL(0x0, 12, 11), 192 .reset = RESET_VAL(0x0, 12, 11), 246 .reset = RESET_VAL(0x0, 12, 11), 284 .reset = RESET_VAL(0x0, 31, 30), 329 .reset = RESET_VAL(0x0, 31, 30), 368 .reset = RESET_VAL(0x0, 31, 30),
|
/kernel/linux/linux-5.10/drivers/soc/dove/ |
H A D | pmu.c | 13 #include <linux/reset.h> 14 #include <linux/reset-controller.h> 37 struct reset_controller_dev reset; member 42 * The PMU contains a register to reset various subsystems within the 43 * SoC. Export this as a reset controller. 46 #define rcdev_to_pmu(rcdev) container_of(rcdev, struct pmu_data, reset) 92 .reset = pmu_reset_reset, 107 pmu->reset = pmu_reset; in pmu_reset_init() 108 pmu->reset.of_node = pmu->of_node; in pmu_reset_init() 110 ret = reset_controller_register(&pmu->reset); in pmu_reset_init() [all...] |
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 21 #include <linux/reset.h> 48 * @reset: reset control handle 61 struct reset_control *reset; member 69 /* Put the DSP processor into reset */ 72 reset_control_assert(ksproc->reset); in keystone_rproc_dsp_reset() 93 reset_control_deassert(ksproc->reset); in keystone_rproc_dsp_boot() 210 * This function puts the DSP processor into reset, and finishes processing 405 ksproc->reset = devm_reset_control_get_exclusive(dev, NULL); in keystone_rproc_probe() 406 if (IS_ERR(ksproc->reset)) { in keystone_rproc_probe() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ftrace.h | 465 int remove, int reset); 467 int len, int reset); 469 int len, int reset); 470 void ftrace_set_global_filter(unsigned char *buf, int len, int reset); 471 void ftrace_set_global_notrace(unsigned char *buf, int len, int reset); 740 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) 741 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) 742 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; })
|
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | realtek-smi.c | 289 * is when issueing soft reset. Since the device reset as soon as we write 462 priv->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW); in realtek_smi_probe() 463 if (IS_ERR(priv->reset)) { in realtek_smi_probe() 465 return PTR_ERR(priv->reset); in realtek_smi_probe() 467 if (priv->reset) { in realtek_smi_probe() 468 gpiod_set_value(priv->reset, 1); in realtek_smi_probe() 471 gpiod_set_value(priv->reset, 0); in realtek_smi_probe() 520 /* leave the device reset asserte in realtek_smi_remove() [all...] |