/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | ResourceReader.java | 90 _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/ |
D | ResourceReader.java | 92 _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/ |
D | dePoolMultiSet.h | 73 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); \
|
D | dePoolSet.h | 96 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); \
|
D | dePoolHashArray.h | 76 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hashArray) DE_UNUSED_FUNCTION; \ 100 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hashArray) \
|
D | dePoolHeap.h | 69 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) heap) DE_UNUSED_FUNCTION; \ 96 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) heap) \
|
D | dePoolArray.h | 110 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) arr) DE_UNUSED_FUNCTION; \ 144 DE_INLINE void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) arr) \
|
D | dePoolHash.h | 98 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hash); \ 215 void TYPENAME##_reset (DE_PTR_TYPE(TYPENAME) hash) \
|
/third_party/pulseaudio/scripts/ |
D | benchmark_memory_usage.sh | 30 _reset="\x1B[0m" 33 PROMPT="${_bold}[$BASENAME]${_reset}" 35 echo -e "$PROMPT: ** Error: ${_error}$1${_reset}" >&2; exit -1
|
/third_party/python/Lib/multiprocessing/ |
D | queues.py | 52 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/ |
D | codecontext.py | 68 self._reset() 70 def _reset(self): member in CodeContext 143 self._reset()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-button.h | 117 lws_button_idx_t _reset, lws_button_idx_t _set);
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv.cpp | 570 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/ |
D | ucnv.cpp | 570 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/ |
D | ucnv.cpp | 563 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/ |
D | lws-button.c | 461 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/ |
D | lws-button.c | 496 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/ |
D | net.js | 743 this.once('connect', () => this._reset()); 745 this._reset(); 858 Socket.prototype._reset = function() { method in Socket
|
/third_party/python/Lib/ |
D | turtle.py | 2029 TPen._reset(self) 2031 def _reset(self, pencolor=_CFG["pencolor"], member in TPen 2580 TPen._reset(self)
|
/third_party/node/deps/v8/tools/ |
D | grokdump.py | 615 self._reset() 638 def _reset(self): member in MinidumpReader 999 self._reset()
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 104 com/ibm/icu/impl/data/ResourceReader#_reset:()V
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V17.md | 363 …js/node/commit/07de4ed641)] - **src**: do not ignore return value of BIO\_reset (Tobias Nießen) [#…
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 2813 …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/ |
D | PR22122-libftdc.so.abi | 5592 …<function-decl name='_reset' mangled-name='_ZN5mongo14FTDCCompressor6_resetERKNS_7BSONObjENS_6Date…
|
/third_party/NuttX/ |
D | ReleaseNotes | 28032 initialization bug in ADC that prevented adc\_reset() from working correctly
|