Home
last modified time | relevance | path

Searched refs:_reset (Results 1 – 25 of 25) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DResourceReader.java90 _reset(); in ResourceReader()
139 _reset(); in ResourceReader()
222 _reset(); in reset()
236 private void _reset() throws UnsupportedEncodingException { in _reset() method in ResourceReader
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
DResourceReader.java92 _reset(); in ResourceReader()
141 _reset(); in ResourceReader()
224 _reset(); in reset()
238 private void _reset() throws UnsupportedEncodingException { in _reset() method in ResourceReader
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolMultiSet.h73 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) set); \
141 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) set) \
205 TYPENAME##_reset(to); \
229 TYPENAME##_reset(to); \
251 TYPENAME##_reset(to); \
274 TYPENAME##_reset(to); \
DdePoolSet.h96 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) set); \
223 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) set) \
495 TYPENAME##_reset(to); \
523 TYPENAME##_reset(to); \
547 TYPENAME##_reset(to); \
DdePoolHashArray.h76 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hashArray) DE_UNUSED_FUNCTION; \
100 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hashArray) \
DdePoolHeap.h69 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) heap) DE_UNUSED_FUNCTION; \
96 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) heap) \
DdePoolArray.h110 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) arr) DE_UNUSED_FUNCTION; \
144 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) arr) \
DdePoolHash.h98 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hash); \
215 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hash) \
/third_party/pulseaudio/scripts/
Dbenchmark_memory_usage.sh30 _reset="\x1B[0m"
33 PROMPT="${_bold}[$BASENAME]${_reset}"
35 echo -e "$PROMPT: ** Error: ${_error}$1${_reset}" >&2; exit -1
/third_party/python/Lib/multiprocessing/
Dqueues.py52 self._reset()
65 self._reset()
69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): member in Queue
/third_party/python/Lib/idlelib/
Dcodecontext.py68 self._reset()
70 def _reset(self): member in CodeContext
143 self._reset()
/third_party/libwebsockets/include/libwebsockets/
Dlws-button.h117 lws_button_idx_t _reset, lws_button_idx_t _set);
/third_party/node/deps/icu-small/source/common/
Ducnv.cpp570 static void _reset(UConverter *converter, UConverterResetChoice choice, in _reset() function
637 _reset(converter, UCNV_RESET_BOTH, true); in ucnv_reset()
643 _reset(converter, UCNV_RESET_TO_UNICODE, true); in ucnv_resetToUnicode()
649 _reset(converter, UCNV_RESET_FROM_UNICODE, true); in ucnv_resetFromUnicode()
1036 _reset(cnv, UCNV_RESET_FROM_UNICODE, false); in _fromUnicodeWithCallback()
1481 _reset(cnv, UCNV_RESET_TO_UNICODE, false); in _toUnicodeWithCallback()
1940 _reset(cnv, UCNV_RESET_TO_UNICODE, false); in ucnv_getNextUChar()
2334 _reset(sourceCnv, UCNV_RESET_TO_UNICODE, false); in ucnv_convertEx()
2335 _reset(targetCnv, UCNV_RESET_FROM_UNICODE, false); in ucnv_convertEx()
/third_party/icu/icu4c/source/common/
Ducnv.cpp570 static void _reset(UConverter *converter, UConverterResetChoice choice, in _reset() function
637 _reset(converter, UCNV_RESET_BOTH, true); in ucnv_reset()
643 _reset(converter, UCNV_RESET_TO_UNICODE, true); in ucnv_resetToUnicode()
649 _reset(converter, UCNV_RESET_FROM_UNICODE, true); in ucnv_resetFromUnicode()
1036 _reset(cnv, UCNV_RESET_FROM_UNICODE, false); in _fromUnicodeWithCallback()
1481 _reset(cnv, UCNV_RESET_TO_UNICODE, false); in _toUnicodeWithCallback()
1940 _reset(cnv, UCNV_RESET_TO_UNICODE, false); in ucnv_getNextUChar()
2334 _reset(sourceCnv, UCNV_RESET_TO_UNICODE, false); in ucnv_convertEx()
2335 _reset(targetCnv, UCNV_RESET_FROM_UNICODE, false); in ucnv_convertEx()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv.cpp563 static void _reset(UConverter *converter, UConverterResetChoice choice, in _reset() function
630 _reset(converter, UCNV_RESET_BOTH, TRUE); in ucnv_reset()
636 _reset(converter, UCNV_RESET_TO_UNICODE, TRUE); in ucnv_resetToUnicode()
642 _reset(converter, UCNV_RESET_FROM_UNICODE, TRUE); in ucnv_resetFromUnicode()
1029 _reset(cnv, UCNV_RESET_FROM_UNICODE, FALSE); in _fromUnicodeWithCallback()
1474 _reset(cnv, UCNV_RESET_TO_UNICODE, FALSE); in _toUnicodeWithCallback()
1933 _reset(cnv, UCNV_RESET_TO_UNICODE, FALSE); in ucnv_getNextUChar()
2327 _reset(sourceCnv, UCNV_RESET_TO_UNICODE, FALSE); in ucnv_convertEx()
2328 _reset(targetCnv, UCNV_RESET_FROM_UNICODE, FALSE); in ucnv_convertEx()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dlws-button.c461 lws_button_idx_t _reset, lws_button_idx_t _set) in lws_button_enable() argument
463 lws_button_idx_t u = (bcs->enable_bitmap & (~_reset)) | _set; in lws_button_enable()
/third_party/libwebsockets/lib/drivers/button/
Dlws-button.c496 lws_button_idx_t _reset, lws_button_idx_t _set) in lws_button_enable() argument
498 lws_button_idx_t u = (bcs->enable_bitmap & (~_reset)) | _set; in lws_button_enable()
/third_party/node/lib/
Dnet.js743 this.once('connect', () => this._reset());
745 this._reset();
858 Socket.prototype._reset = function() { method in Socket
/third_party/python/Lib/
Dturtle.py2029 TPen._reset(self)
2031 def _reset(self, pencolor=_CFG["pencolor"], member in TPen
2580 TPen._reset(self)
/third_party/node/deps/v8/tools/
Dgrokdump.py615 self._reset()
638 def _reset(self): member in MinidumpReader
999 self._reset()
/third_party/icu/icu4j/
Dcoverage-exclusion.txt104 com/ibm/icu/impl/data/ResourceReader#_reset:()V
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md363 …js/node/commit/07de4ed641)] - **src**: do not ignore return value of BIO\_reset (Tobias Nießen) [#…
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log2813 …er/lighthouse/lighthouse-background.js(55178,6): error TS2339: Property '_reset' does not exist on…
2832 …er/lighthouse/lighthouse-background.js(55622,6): error TS2339: Property '_reset' does not exist on…
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22122-libftdc.so.abi5592 …<function-decl name='_reset' mangled-name='_ZN5mongo14FTDCCompressor6_resetERKNS_7BSONObjENS_6Date…
/third_party/NuttX/
DReleaseNotes28032 initialization bug in ADC that prevented adc\_reset() from working correctly