Home
last modified time | relevance | path

Searched refs:reset (Results 1 - 25 of 4324) sorted by relevance

12345678910>>...173

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_reset_gpu.c33 /* Waiting timeout for GPU reset to complete */
61 * DOC: Mechanism for coherent access to the HW with respect to GPU reset
63 * Access to the HW from non-atomic context outside of the reset thread must
66 * This currently works by taking the &kbase_device's csf.reset.sem, for
67 * 'write' access by the GPU reset thread and 'read' access by every other
71 * reset ('writer') and threads trying to access the GPU for 'normal'
74 * - multiple threads may prevent reset from happening without serializing each
75 * other prematurely. Note that at present the wait for reset to finish has
83 * If instead &kbase_device's csf.reset.wait &wait_queue_head_t were used on
88 * Indeed places where we wait on &kbase_device's csf.reset
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js172 applyPeer(node, reset, component) { }
181 applyPeer(node, reset) {
182 if (reset) {
198 applyPeer(node, reset) {
199 if (reset) {
215 applyPeer(node, reset) {
216 if (reset) {
260 applyPeer(node, reset) {
261 if (reset) {
278 applyPeer(node, reset) {
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScriptRun.java237 scriptRun.reset(0, 100); in TestReset()
238 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
240 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
244 scriptRun.reset(100, 0); in TestReset()
245 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
247 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
251 scriptRun.reset(0, -100); in TestReset()
252 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
254 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
258 scriptRun.reset( in TestReset()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScriptRun.java234 scriptRun.reset(0, 100); in TestReset()
235 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
237 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
241 scriptRun.reset(100, 0); in TestReset()
242 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
244 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
248 scriptRun.reset(0, -100); in TestReset()
249 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
251 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
255 scriptRun.reset( in TestReset()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java69 reset(nullChars, 0, 0); in UScriptRun()
84 reset (text); in UScriptRun()
101 reset(text, start, count); in UScriptRun()
116 reset(chars); in UScriptRun()
133 reset(chars, start, count); in UScriptRun()
144 public final void reset() in reset() method in UScriptRun
176 public final void reset(int start, int count) in reset() method in UScriptRun
192 reset(); in reset()
208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
216 reset(star in reset()
229 public final void reset(char[] chars) reset() method in UScriptRun
253 public final void reset(String str, int start, int count) reset() method in UScriptRun
274 public final void reset(String str) reset() method in UScriptRun
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java71 reset(nullChars, 0, 0); in UScriptRun()
86 reset (text); in UScriptRun()
103 reset(text, start, count); in UScriptRun()
118 reset(chars); in UScriptRun()
135 reset(chars, start, count); in UScriptRun()
146 public final void reset() in reset() method in UScriptRun
178 public final void reset(int start, int count) in reset() method in UScriptRun
194 reset(); in reset()
210 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
218 reset(star in reset()
231 public final void reset(char[] chars) reset() method in UScriptRun
255 public final void reset(String str, int start, int count) reset() method in UScriptRun
276 public final void reset(String str) reset() method in UScriptRun
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image.cpp83 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; in test_set_pixel_to_row() local
91 reset(); in test_set_pixel_to_row()
97 reset(); in test_set_pixel_to_row()
103 reset(); in test_set_pixel_to_row()
109 reset(); in test_set_pixel_to_row()
115 reset(); in test_set_pixel_to_row()
121 reset(); in test_set_pixel_to_row()
127 reset(); in test_set_pixel_to_row()
133 reset(); in test_set_pixel_to_row()
139 reset(); in test_set_pixel_to_row()
246 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; test_set_raw_pixel_to_row() local
415 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; test_set_raw_channel_to_row() local
[all...]
/third_party/cJSON/tests/
H A Dparse_value.c58 reset(item); in parse_value_should_parse_null()
64 reset(item); in parse_value_should_parse_true()
70 reset(item); in parse_value_should_parse_false()
76 reset(item); in parse_value_should_parse_number()
82 reset(item); in parse_value_should_parse_string()
84 reset(item); in parse_value_should_parse_string()
90 reset(item); in parse_value_should_parse_array()
96 reset(item); in parse_value_should_parse_object()
H A Dparse_string.c82 reset(item); in parse_string_should_parse_strings()
84 reset(item); in parse_string_should_parse_strings()
90 reset(item); in parse_string_should_parse_utf16_surrogate_pairs()
96 reset(item); in parse_string_should_not_parse_non_strings()
98 reset(item); in parse_string_should_not_parse_non_strings()
104 reset(item); in parse_string_should_not_parse_invalid_backslash()
106 reset(item); in parse_string_should_not_parse_invalid_backslash()
112 reset(item); in parse_string_should_not_overflow_with_closing_backslash()
119 reset(item); in parse_string_should_parse_bug_94()
H A Dparse_object.c62 reset(item); in assert_not_object()
80 reset(item); in parse_object_should_parse_empty_objects()
84 reset(item); in parse_object_should_parse_empty_objects()
92 reset(item); in parse_object_should_parse_objects_with_one_element()
96 reset(item); in parse_object_should_parse_objects_with_one_element()
100 reset(item); in parse_object_should_parse_objects_with_one_element()
104 reset(item); in parse_object_should_parse_objects_with_one_element()
113 reset(item); in parse_object_should_parse_objects_with_multiple_elements()
150 reset(item); in parse_object_should_parse_objects_with_multiple_elements()
/third_party/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.h46 void reset();
48 void reset(int32_t start, int32_t count);
50 void reset(const UChar chars[], int32_t start, int32_t length);
106 reset(NULL, 0, 0); in ScriptRun()
111 reset(chars, 0, length); in ScriptRun()
116 reset(chars, start, length); in ScriptRun()
134 inline void ScriptRun::reset() in reset() function in ScriptRun
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function in ScriptRun
147 reset(); in reset()
150 inline void ScriptRun::reset(cons function in ScriptRun
[all...]
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dscrptrun.h46 void reset();
48 void reset(int32_t start, int32_t count);
50 void reset(const UChar chars[], int32_t start, int32_t length);
106 reset(NULL, 0, 0); in ScriptRun()
111 reset(chars, 0, length); in ScriptRun()
116 reset(chars, start, length); in ScriptRun()
134 inline void ScriptRun::reset() in reset() function in ScriptRun
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function in ScriptRun
147 reset(); in reset()
150 inline void ScriptRun::reset(cons function in ScriptRun
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h72 updateTextColor.reset(); in ResetStyle()
73 updateFontSize.reset(); in ResetStyle()
74 updateItalicFontStyle.reset(); in ResetStyle()
75 updateFontWeight.reset(); in ResetStyle()
76 updateFontFamily.reset(); in ResetStyle()
77 updateTextDecoration.reset(); in ResetStyle()
78 updateTextDecorationColor.reset(); in ResetStyle()
79 updateTextDecorationStyle.reset(); in ResetStyle()
80 updateTextShadows.reset(); in ResetStyle()
81 updateFontFeature.reset(); in ResetStyle()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/include/
H A Dsys_hal.h38 hi_s32 sys_hal_vi_bus_reset(hi_bool reset);
40 hi_s32 sys_hal_vi_ppc_reset(hi_bool reset);
43 hi_s32 sys_hal_vi_port_reset(hi_vi_dev dev, hi_bool reset);
48 hi_s32 sys_hal_vi_isp_cfg_reset(hi_vi_pipe pipe, hi_bool reset);
49 hi_s32 sys_hal_vi_isp_core_reset(hi_vi_pipe pipe, hi_bool reset);
52 hi_s32 sys_hal_vi_proc_reset(hi_s32 vi_proc, hi_bool reset);
72 hi_s32 sys_hal_vou_bus_reset_sel(hi_bool reset);
104 hi_s32 sys_hal_vedu_reset_sel(hi_s32 vedu, hi_bool reset);
110 hi_s32 sys_hal_vpss_reset_sel(hi_s32 vpss, hi_bool reset);
117 hi_s32 sys_hal_avs_reset_sel(hi_bool reset);
[all...]
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.h31 * On failure, return false and reset() the pixmap to empty.
65 void reset() { in reset() function in SkAutoPixmapStorage
67 this->INHERITED::reset(); in reset()
69 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() function in SkAutoPixmapStorage
71 this->INHERITED::reset(info, addr, rb); in reset()
74 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function in SkAutoPixmapStorage
76 return this->INHERITED::reset(mask); in reset()
H A DSkGlyphBuffer.cpp12 void SkSourceGlyphBuffer::reset() { in reset() function in SkSourceGlyphBuffer
13 fRejectedGlyphIDs.reset(); in reset()
14 fRejectedPositions.reset(); in reset()
19 fMultiBuffer.reset(size); in ensureSize()
20 fPositions.reset(size); in ensureSize()
112 void SkDrawableGlyphBuffer::reset() { in reset() function in SkDrawableGlyphBuffer
115 fMultiBuffer.reset(); in reset()
116 fPositions.reset(); in reset()
H A DSkDescriptor.cpp138 SkAutoDescriptor::SkAutoDescriptor(size_t size) { this->reset(size); } in SkAutoDescriptor()
139 SkAutoDescriptor::SkAutoDescriptor(const SkDescriptor& desc) { this->reset(desc); } in SkAutoDescriptor()
141 this->reset(*that.getDesc()); in SkAutoDescriptor()
144 this->reset(*that.getDesc()); in operator =()
149 this->reset(*that.getDesc()); in SkAutoDescriptor()
157 this->reset(*that.getDesc()); in operator =()
168 void SkAutoDescriptor::reset(size_t size) { in reset() function in SkAutoDescriptor
177 void SkAutoDescriptor::reset(const SkDescriptor& desc) { in reset() function in SkAutoDescriptor
179 this->reset(size); in reset()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_wifi_manager.cpp106 mCloseServiceThread.reset(); in Exit()
109 mStartServiceThread.reset(); in Exit()
112 wifiStaManager.reset(); in Exit()
115 wifiScanManager.reset(); in Exit()
119 wifiP2pManager.reset(); in Exit()
123 wifiTogglerManager.reset(); in Exit()
126 wifiHotspotManager.reset(); in Exit()
130 wifiEventSubscriberManager.reset(); in Exit()
133 wifiMultiVapManager.reset(); in Exit()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dcodec_factory.cpp31 encoder.reset(new AudioG711Encoder(G711_TYPE::G711_ALAW)); in CreateAudioEncoder()
34 encoder.reset(new AudioG711Encoder(G711_TYPE::G711_ULAW)); in CreateAudioEncoder()
37 encoder.reset(new AudioAACEncoder()); in CreateAudioEncoder()
40 encoder.reset(new AudioPcmProcessor()); in CreateAudioEncoder()
56 decoder.reset(new AudioG711Decoder(G711_TYPE::G711_ALAW)); in CreateAudioDecoder()
59 decoder.reset(new AudioG711Decoder(G711_TYPE::G711_ULAW)); in CreateAudioDecoder()
62 decoder.reset(new AudioAACDecoder()); in CreateAudioDecoder()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.cpp23 margin_.reset(); in Reset()
24 padding_.reset(); in Reset()
25 content_.reset(); in Reset()
28 parentLayoutConstraint_.reset(); in Reset()
29 resolvedSingleSafeAreaPadding_.reset(); in Reset()
30 accumulatedSafeAreaExpand_.reset(); in Reset()
100 accumulatedSafeAreaExpand_.reset(); in ResetAccumulatedSafeAreaPadding()
115 resolvedSingleSafeAreaPadding_.reset(); in ResetResolvedSelfSafeAreaPadding()
/third_party/python/Lib/encodings/
H A Dutf_8_sig.py39 def reset(self): member in IncrementalEncoder
40 codecs.IncrementalEncoder.reset(self)
71 def reset(self): member in IncrementalDecoder
72 codecs.BufferedIncrementalDecoder.reset(self)
86 def reset(self): member in StreamWriter
87 codecs.StreamWriter.reset(self)
98 def reset(self): member in StreamReader
99 codecs.StreamReader.reset(self)
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c189 asprintf (&res, "%s%s%s", ctx->colors->eval, ctmp, ctx->colors->reset); in rnndec_decodeval()
218 asprintf (&res, "%s%s%s", color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval()
220 asprintf (&tmp, "%s | %s%s%s", res, color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval()
232 asprintf (&subval, "%s%#"PRIx64"%s", ctx->colors->err, field_val, ctx->colors->reset); in rnndec_decodeval()
237 asprintf (&res, "%s%s%s = %s", ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval()
239 asprintf (&tmp, "%s | %s%s%s = %s", res, ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval()
247 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval()
249 asprintf (&tmp, "%s | %s%#"PRIx64"%s", res, ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval()
255 asprintf (&res, "%s0%s", ctx->colors->num, ctx->colors->reset); in rnndec_decodeval()
262 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->num, value, ctx->colors->reset); in rnndec_decodeval()
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp155 missionListManager.reset(); in HWTEST_F()
193 missionListManager.reset(); in HWTEST_F()
222 missionListManager.reset(); in HWTEST_F()
251 missionListManager.reset(); in HWTEST_F()
280 missionListManager.reset(); in HWTEST_F()
309 missionListManager.reset(); in HWTEST_F()
343 missionListManager.reset(); in HWTEST_F()
371 missionListManager.reset(); in HWTEST_F()
397 missionListManager.reset(); in HWTEST_F()
423 missionListManager.reset(); in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp67 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() function in MIToken
166 Token.reset(Type, String) in lexName()
171 Token.reset(MIToken::Error, Range.remaining()); in lexName()
176 Token.reset(Type, Range.upto(C)) in lexName()
268 Token.reset(getIdentifierKind(Identifier), Identifier) in maybeLexIdentifier()
282 Token.reset(MIToken::Error, C.remaining()); in maybeLexMachineBasicBlock()
300 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
317 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
338 Token.reset(Kind, Range.upto(C)) in maybeLexIndexAndName()
403 Token.reset(MIToke in lexVirtualRegister()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp37 ObjectFile.Elf.reset(new ELFYAML::Object()); in mapping()
40 ObjectFile.Coff.reset(new COFFYAML::Object()); in mapping()
43 ObjectFile.MachO.reset(new MachOYAML::Object()); in mapping()
46 ObjectFile.FatMachO.reset(new MachOYAML::UniversalBinary()); in mapping()
50 ObjectFile.Minidump.reset(new MinidumpYAML::Object()); in mapping()
53 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()

Completed in 36 milliseconds

12345678910>>...173