Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive_mock.py42 self._exception = exception
56 if self._exception:
57 raise self._exception
/external/stlport/stlport/
Dmath.h41 # undef _exception
42 # define _exception exception macro
Dlimits.h24 struct _exception;
Dstdarg.h30 struct _exception;
Dstdlib.h44 struct _exception;
Dstdio.h30 struct _exception;
Dsetjmp.h27 struct _exception;
Dstring.h33 struct _exception;
Dfloat.h26 struct _exception;
Dctype.h33 struct _exception;
Dexception33 # include <stl/_exception.h>
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dmanager_worker_broker_unittest.py157 self._exception = exc_info
165 self._exception = None
220 self.assertEquals(self._exception[0], ValueError)
221 self.assertEquals(self._exception[1],
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dqueueengine_unittest.py108 self._exception = exception
112 raise self._exception
/external/protobuf/python/
Dmox.py542 self._exception = None
570 if expected_method._exception:
571 raise expected_method._exception
736 self._exception = exception
/external/stlport/etc/
Dmsvcincl.dat214 _exception.h
DChangeLog-5.1708 * stlport/stl/_exception.h: Made a previously general Windows 64 bits
2188 * stlport/stl/_exception.h: Delete obsolete workaround for
2649 * stlport/stl/_exception.h: idem
2915 * stlport/ctype.h: forward-declaration for _exception struct
2918 '_exception' : named type definition in parentheses
3024 * stlport/stl/_exception.h: Change _msvc_warnings_off.h include in
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1412208 (KJS::InterpreterImp::mark): Use exception() function, not _exception directly.
12220 (KJS::ExecState::setException): Renamed _exception to m_exception