/external/mesa3d/scons/ |
D | source_list.py | 17 self._reset() 19 def _reset(self, filename=None): member in SourceListParser 120 self._reset(filename) 124 self._reset()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | ResourceReader.java | 88 _reset(); in ResourceReader() 137 _reset(); in ResourceReader() 220 _reset(); in reset() 234 private void _reset() throws UnsupportedEncodingException { in _reset() method in ResourceReader
|
/external/icu/android_icu4j/src/main/java/android/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
|
/external/deqp/framework/delibs/depool/ |
D | dePoolMultiSet.h | 73 void TYPENAME##_reset (TYPENAME* set); \ 141 void TYPENAME##_reset (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 (TYPENAME* set); \ 223 void TYPENAME##_reset (TYPENAME* set) \ 495 TYPENAME##_reset(to); \ 523 TYPENAME##_reset(to); \ 547 TYPENAME##_reset(to); \
|
D | dePoolHeap.h | 69 DE_INLINE void TYPENAME##_reset (TYPENAME* heap) DE_UNUSED_FUNCTION; \ 96 DE_INLINE void TYPENAME##_reset (TYPENAME* heap) \
|
D | dePoolHashArray.h | 76 DE_INLINE void TYPENAME##_reset (TYPENAME* hashArray) DE_UNUSED_FUNCTION; \ 100 DE_INLINE void TYPENAME##_reset (TYPENAME* hashArray) \
|
D | dePoolArray.h | 110 DE_INLINE void TYPENAME##_reset (TYPENAME* arr) DE_UNUSED_FUNCTION; \ 144 DE_INLINE void TYPENAME##_reset (TYPENAME* arr) \
|
D | dePoolHash.h | 98 void TYPENAME##_reset (TYPENAME* hash); \ 215 void TYPENAME##_reset (TYPENAME* hash) \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | results.py | 40 def _reset(self): member in ResultSet 125 self._reset() 174 self._reset()
|
/external/autotest/site_utils/ |
D | diagnosis_utils.py | 29 def _reset(self): member in SimpleTimer 45 self._reset() 59 self._reset()
|
D | run_suite_unittest.py | 557 t._reset()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/ |
D | simple_api_parser.js | 50 this._reset(html); 96 SimpleApiParser.prototype._reset = function (html) { method in SimpleApiParser
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | location_info_mixin.js | 72 parser._reset = function (html, document, fragmentContext) { function 73 parserProto._reset.call(this, html, document, fragmentContext);
|
D | parser.js | 361 this._reset(html, document, null); 378 this._reset(html, documentMock, fragmentContext); 398 Parser.prototype._reset = function (html, document, fragmentContext) { method in Parser
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_device_xmlrpc_server.py | 203 self._reset() 217 self._reset() 234 def _reset(self): member in BluetoothDeviceXmlRpcDelegate
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 561 static void _reset(UConverter *converter, UConverterResetChoice choice, in _reset() function 628 _reset(converter, UCNV_RESET_BOTH, TRUE); in ucnv_reset() 634 _reset(converter, UCNV_RESET_TO_UNICODE, TRUE); in ucnv_resetToUnicode() 640 _reset(converter, UCNV_RESET_FROM_UNICODE, TRUE); in ucnv_resetFromUnicode() 1027 _reset(cnv, UCNV_RESET_FROM_UNICODE, FALSE); in _fromUnicodeWithCallback() 1472 _reset(cnv, UCNV_RESET_TO_UNICODE, FALSE); in _toUnicodeWithCallback() 1939 _reset(cnv, UCNV_RESET_TO_UNICODE, FALSE); in ucnv_getNextUChar() 2333 _reset(sourceCnv, UCNV_RESET_TO_UNICODE, FALSE); in ucnv_convertEx() 2334 _reset(targetCnv, UCNV_RESET_FROM_UNICODE, FALSE); in ucnv_convertEx()
|
/external/autotest/scheduler/ |
D | drone_manager.py | 344 def _reset(self): member in BaseDroneManager 465 self._reset()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | parse5.js | 1059 this._reset(html); 1105 SimpleApiParser.prototype._reset = function (html) { 4530 parser._reset = function (html, document, fragmentContext) { 4531 parserProto._reset.call(this, html, document, fragmentContext); 5399 this._reset(html, document, null); 5416 this._reset(html, documentMock, fragmentContext); 5436 Parser.prototype._reset = function (html, document, fragmentContext) {
|