/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | UnicodeMapIterator.java | 94 reset(set); in UnicodeMapIterator() 103 reset(new UnicodeMap()); in UnicodeMapIterator() 118 * calling <tt>reset()</tt> between them. The results of doing so 159 * <tt>reset()</tt> between them. The results of doing so are 197 public void reset(UnicodeMap set) { in reset() method in UnicodeMapIterator 199 reset(); in reset() 206 public UnicodeMapIterator<T> reset() { in reset() method in UnicodeMapIterator
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMapIterator.java | 91 reset(set); in UnicodeMapIterator() 100 reset(new UnicodeMap()); in UnicodeMapIterator() 115 * calling <tt>reset()</tt> between them. The results of doing so 156 * <tt>reset()</tt> between them. The results of doing so are 194 public void reset(UnicodeMap set) { in reset() method in UnicodeMapIterator 196 reset(); in reset() 203 public UnicodeMapIterator<T> reset() { in reset() method in UnicodeMapIterator
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSetIterator.java | 79 reset(set); in UnicodeSetIterator() 88 reset(new UnicodeSet()); in UnicodeSetIterator() 103 * calling <tt>reset()</tt> between them. The results of doing so 147 * <tt>reset()</tt> between them. The results of doing so are 187 public void reset(UnicodeSet uset) { in reset() method in UnicodeSetIterator 189 reset(); in reset() 195 public void reset() { in reset() method in UnicodeSetIterator
|
/third_party/icu/icu4c/source/common/ |
H A D | usetiter.cpp | 24 reset(uSet); in UnicodeSetIterator() 33 reset(); in UnicodeSetIterator() 104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator 106 reset(); in reset() 112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
|
/third_party/node/deps/icu-small/source/common/ |
H A D | usetiter.cpp | 24 reset(uSet); in UnicodeSetIterator() 33 reset(); in UnicodeSetIterator() 104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator 106 reset(); in reset() 112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
|
/third_party/skia/src/core/ |
H A D | SkAutoPixmapStorage.cpp | 23 this->INHERITED::reset(other.info(), this->fStorage, other.rowBytes()); in operator =() 26 other.INHERITED::reset(); in operator =() 51 this->reset(info, pixels, rb); in tryAlloc() 67 this->INHERITED::reset(); in detachPixels() 79 this->INHERITED::reset(); in detachPixelsAsData()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | usetiter.cpp | 24 reset(uSet); in UnicodeSetIterator() 33 reset(); in UnicodeSetIterator() 104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator 106 reset(); in reset() 112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
|
/kernel/linux/linux-5.10/drivers/phy/allwinner/ |
H A D | phy-sun50i-usb3.c | 22 #include <linux/reset.h> 57 struct reset_control *reset; member 106 ret = reset_control_deassert(phy->reset); in sun50i_usb3_phy_init() 120 reset_control_assert(phy->reset); in sun50i_usb3_phy_exit() 150 phy->reset = devm_reset_control_get(dev, NULL); in sun50i_usb3_phy_probe() 151 if (IS_ERR(phy->reset)) { in sun50i_usb3_phy_probe() 152 dev_err(dev, "failed to get reset control\n"); in sun50i_usb3_phy_probe() 153 return PTR_ERR(phy->reset); in sun50i_usb3_phy_probe()
|
/kernel/linux/linux-6.6/drivers/phy/allwinner/ |
H A D | phy-sun50i-usb3.c | 23 #include <linux/reset.h> 58 struct reset_control *reset; member 107 ret = reset_control_deassert(phy->reset); in sun50i_usb3_phy_init() 121 reset_control_assert(phy->reset); in sun50i_usb3_phy_exit() 150 phy->reset = devm_reset_control_get(dev, NULL); in sun50i_usb3_phy_probe() 151 if (IS_ERR(phy->reset)) { in sun50i_usb3_phy_probe() 152 dev_err(dev, "failed to get reset control\n"); in sun50i_usb3_phy_probe() 153 return PTR_ERR(phy->reset); in sun50i_usb3_phy_probe()
|
/third_party/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 120 void SkOpBuilder::reset() { in reset() function in SkOpBuilder 121 fPathRefs.reset(); in reset() 122 fOps.reset(); in reset() 167 reset(); in resolve() 172 reset(); in resolve() 178 reset(); in resolve() 191 reset(); in resolve()
|
/third_party/skia/tests/ |
H A D | TemplatesTest.cpp | 54 array.reset(0); in test_automalloc_realloc() 56 array.reset(1); in test_automalloc_realloc() 61 // reset and realloc > stack size in test_automalloc_realloc() 62 array.reset(2); in test_automalloc_realloc() 91 container.reset((TCount)1); in test_container_apis() 95 container.reset((TCount)kStackPreallocCount); in test_container_apis() 99 container.reset((TCount)kStackPreallocCount + 1); in test_container_apis() 103 container.reset((TCount)0); in test_container_apis()
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 102 jsRuntime.reset(); in HWTEST_F() 122 jsRuntime.reset(); in HWTEST_F() 174 runtime.reset(); in HWTEST_F() 191 jsRuntime.reset(); in HWTEST_F() 229 jsRuntime.reset(); in HWTEST_F() 263 jsRuntime.reset(); in HWTEST_F() 282 jsRuntime.reset(); in HWTEST_F() 303 runtime.reset(); in HWTEST_F() 322 jsRuntime.reset(); in HWTEST_F() 341 jsRuntime.reset(); in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | shared_ptr.h | 66 reset(); 76 reset(); 87 reset(); in operator =() 98 reset(); 102 void reset() in reset() function in final 125 p.reset(); in shared_ptr() 232 p.reset(); in PtrCountedBase() 275 void reset() in reset() function in final 283 void reset(T* ptr) in reset() function in final 286 reset(); in reset() 294 void reset(T* ptr, Deleter deleter) reset() function in final [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | p2p_group_remove_test.cpp | 38 pMockP2pPendant.reset(new MockP2pPendant());
in SetUp() 39 p2pGroupRemoveState.reset(new P2pGroupRemoveState());
in SetUp() 43 p2pGroupRemoveState.reset();
in TearDown() 45 pMockP2pPendant.reset();
in TearDown()
|
H A D | invitation_recelved_state_test.cpp | 36 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp() 37 pInvitationReceivedState.reset( in SetUp() 39 pGroupFormedState.reset( in SetUp() 44 pInvitationReceivedState.reset(); in TearDown() 46 pMockP2pPendant.reset(); in TearDown() 47 pGroupFormedState.reset(); in TearDown()
|
H A D | p2p_group_join_state_test.cpp | 38 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp() 39 pP2pGroupJoinState.reset( in SetUp() 41 pGroupFormedState.reset( in SetUp() 46 pP2pGroupJoinState.reset(); in TearDown() 48 pGroupFormedState.reset(); in TearDown() 49 pMockP2pPendant.reset(); in TearDown()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | refcnt_ptr.h | 71 void reset(pointer ptr = pointer()) noexcept 87 reset(); 93 reset(r.get()); 100 reset(r.get()); 106 reset(); 114 reset();
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_palmld.c | 35 struct gpio_desc *reset; member 70 /* request and activate power and reset GPIOs */ in palmld_pata_probe() 74 lda->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in palmld_pata_probe() 75 if (IS_ERR(lda->reset)) { in palmld_pata_probe() 77 return PTR_ERR(lda->reset); in palmld_pata_probe() 80 /* Assert reset to reset the drive */ in palmld_pata_probe() 81 gpiod_set_value(lda->reset, 1); in palmld_pata_probe() 83 gpiod_set_value(lda->reset, in palmld_pata_probe() [all...] |
/third_party/cJSON/tests/ |
H A D | parse_array.c | 83 reset(item); in parse_array_should_parse_arrays_with_one_element() 89 reset(item); in parse_array_should_parse_arrays_with_one_element() 96 reset(item); in parse_array_should_parse_arrays_with_one_element() 101 reset(item); in parse_array_should_parse_arrays_with_one_element() 114 reset(item); in parse_array_should_parse_arrays_with_multiple_elements() 141 reset(item); in parse_array_should_parse_arrays_with_multiple_elements()
|
/third_party/skia/src/gpu/ |
H A D | GrStencilSettings.h | 52 this->reset(user, hasStencilClip, numStencilBits); in GrStencilSettings() 54 GrStencilSettings(const GrStencilSettings& that) { this->reset(that); } in GrStencilSettings() 55 GrStencilSettings& operator=(const GrStencilSettings& that) { this->reset(that); return *this; } in operator =() 59 void reset(const GrUserStencilSettings&, bool hasStencilClip, int numStencilBits); 60 void reset(const GrStencilSettings&); 77 void reset(const GrUserStencilSettings::Face&, bool useStencilClip, int numStencilBits);
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTextureResource.cpp | 95 msState.reset(new GrD3DResourceState( in CreateMSAA() 102 // Should have been reset() before in ~GrD3DTextureResource() 114 fResource.reset(); in releaseResource() 116 fInfo.fResource.reset(); in releaseResource() 117 fInfo.fAlloc.reset(); in releaseResource() 128 fResource.reset(); // Release our ref to the resource in freeGPUData() 129 fAlloc.reset(); // Release our ref to the allocation in freeGPUData()
|
/third_party/python/Lib/ |
H A D | codecs.py | 203 def reset(self): member in IncrementalEncoder 244 def reset(self): member in BufferedIncrementalEncoder 245 IncrementalEncoder.reset(self) 276 def reset(self): member in IncrementalDecoder 291 and after reset(), getstate() must return (b"", 0). 300 setstate((b"", 0)) must be equivalent to reset(). 327 def reset(self): member in BufferedIncrementalDecoder 328 IncrementalDecoder.reset(self) 387 def reset(self): member in StreamWriter 402 self.reset() 621 def reset(self): global() member in StreamReader 727 def reset(self): global() member in StreamReaderWriter 845 def reset(self): global() member in StreamRecoder [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 29 virtual void reset() { in reset() function in PathText 31 glyph.reset(fRand, this->width(), this->height()); in reset() 33 fGlyphAnimator->reset(&fRand, this->width(), this->height()); in reset() 54 this->reset(); 56 void onSizeChange() final { this->Sample::onSizeChange(); this->reset(); } 82 void reset(SkRandom& rand, int w, int h); 95 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() function in PathText::GlyphAnimator 130 void PathText::Glyph::reset(SkRandom& rand, int w, int h) { in reset() function in PathText::Glyph 157 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { 265 void reset(SkRando 360 void PathText::WavyGlyphAnimator::Waves::reset(SkRandom& rand, int w, int h) { reset() function in PathText::WavyGlyphAnimator::Waves [all...] |
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHiPlayer.cpp | 76 player->audioSource_.reset<MediaSourceFilter>(audioSource); 77 player->demuxer_.reset<DemuxerFilter>(demuxer); 78 player->audioDecoder_.reset<AudioDecoderFilter>(audioDecoder); 79 player->audioSink_.reset<AudioSinkFilter>(audioSink); 93 audioSource.reset(); 94 demuxer.reset(); 95 audioDecoder.reset(); 96 audioSink.reset();
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-aspeed.c | 6 #include <linux/reset.h> 45 struct reset_control *reset; member 154 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe() 155 if (IS_ERR(ctx->reset)) in aspeed_mdio_probe() 156 return PTR_ERR(ctx->reset); in aspeed_mdio_probe() 158 reset_control_deassert(ctx->reset); in aspeed_mdio_probe() 171 reset_control_assert(ctx->reset); in aspeed_mdio_probe() 185 reset_control_assert(ctx->reset); in aspeed_mdio_remove()
|