Home
last modified time | relevance | path

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

/external/mesa3d/scons/
Dsource_list.py17 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/
DResourceReader.java88 _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/
DResourceReader.java90 _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/
DdePoolMultiSet.h73 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); \
DdePoolSet.h96 void TYPENAME##_reset (TYPENAME* set); \
223 void TYPENAME##_reset (TYPENAME* set) \
495 TYPENAME##_reset(to); \
523 TYPENAME##_reset(to); \
547 TYPENAME##_reset(to); \
DdePoolHeap.h69 DE_INLINE void TYPENAME##_reset (TYPENAME* heap) DE_UNUSED_FUNCTION; \
96 DE_INLINE void TYPENAME##_reset (TYPENAME* heap) \
DdePoolHashArray.h76 DE_INLINE void TYPENAME##_reset (TYPENAME* hashArray) DE_UNUSED_FUNCTION; \
100 DE_INLINE void TYPENAME##_reset (TYPENAME* hashArray) \
DdePoolArray.h110 DE_INLINE void TYPENAME##_reset (TYPENAME* arr) DE_UNUSED_FUNCTION; \
144 DE_INLINE void TYPENAME##_reset (TYPENAME* arr) \
DdePoolHash.h98 void TYPENAME##_reset (TYPENAME* hash); \
215 void TYPENAME##_reset (TYPENAME* hash) \
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dresults.py40 def _reset(self): member in ResultSet
125 self._reset()
174 self._reset()
/external/autotest/site_utils/
Ddiagnosis_utils.py29 def _reset(self): member in SimpleTimer
45 self._reset()
59 self._reset()
Drun_suite_unittest.py557 t._reset()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
Dsimple_api_parser.js50 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/
Dlocation_info_mixin.js72 parser._reset = function (html, document, fragmentContext) { function
73 parserProto._reset.call(this, html, document, fragmentContext);
Dparser.js361 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/
Dbluetooth_device_xmlrpc_server.py203 self._reset()
217 self._reset()
234 def _reset(self): member in BluetoothDeviceXmlRpcDelegate
/external/icu/icu4c/source/common/
Ducnv.c561 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/
Ddrone_manager.py344 def _reset(self): member in BaseDroneManager
465 self._reset()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
Dparse5.js1059 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) {