Home
last modified time | relevance | path

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

1234567

/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/
H A Dexceptions.py22 ClientException = _exc.ClientException
40 SSLError = _exc.SSLError
118 HttpError = _exc.HttpError
156 BadRequest = _exc.BadRequest
163 Unauthorized = _exc.Unauthorized
178 Forbidden = _exc.Forbidden
186 NotFound = _exc.NotFound
224 Conflict = _exc.Conflict
232 Gone = _exc.Gone
317 BadGateway = _exc.BadGateway
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/testdata/
H A Dclasses.java.c.golden34 if (_exc != NULL) {
49 if (_exc != NULL) {
64 if (_exc != NULL) {
79 if (_exc != NULL) {
96 if (_exc != NULL) {
287 if (_exc != NULL) {
304 if (_exc != NULL) {
323 if (_exc != NULL) {
339 if (_exc != NULL) {
355 if (_exc != NULL) {
[all …]
H A Dclasses.go.golden622 panic(_exc)
723 panic(_exc)
852 panic(_exc)
897 panic(_exc)
1071 panic(_exc)
1142 panic(_exc)
1396 panic(_exc)
1482 panic(_exc)
1527 panic(_exc)
1556 panic(_exc)
[all …]
H A Djava.go.golden185 var _exc error
189 _exc = _exc_ref.Get().(error)
194 if _exc != nil {
195 panic(_exc)
230 var _exc error
234 _exc = _exc_ref.Get().(error)
239 if _exc != nil {
240 panic(_exc)
275 var _exc error
284 if _exc != nil {
[all …]
H A Djava.java.c.golden46 jobject _exc = go_seq_get_exception(env);
47 int32_t _exc_ref = go_seq_to_refnum(env, _exc);
48 if (_exc != NULL) {
62 jobject _exc = go_seq_get_exception(env);
63 int32_t _exc_ref = go_seq_to_refnum(env, _exc);
64 if (_exc != NULL) {
78 jobject _exc = go_seq_get_exception(env);
79 int32_t _exc_ref = go_seq_to_refnum(env, _exc);
80 if (_exc != NULL) {
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/
H A Devent.py42 _exc = None variable in Event
50 self._result, self._exc, len(self._waiters))
59 self._exc = None
70 return self._exc is not None
73 return self._result is not NOT_USED and self._exc is None
131 if self._exc is not None:
132 current.throw(*self._exc)
166 self._exc = exc
170 0, self._do_send, self._result, self._exc, waiter)
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DFPEnvironment_SUN.cpp25 _exc = fpgetmask(); in FPEnvironmentImpl()
32 _exc = env._exc; in FPEnvironmentImpl()
39 fpsetmask(_exc); in ~FPEnvironmentImpl()
46 _exc = env._exc; in operator =()
111 fpsetmask(_exc); in keepCurrentImpl()
/dports/devel/py-blessed/blessed-1.19.0/tests/
H A Daccessories.py86 o_err.extend([_exc.rstrip().encode('utf-8') for _exc in
113 _exc = os.read(master_fd, 65534)
117 if not _exc:
120 exc_output += decoder.decode(_exc)
154 _exc = os.read(fd, 1)
157 if not _exc: # BSD EOF
159 outp += decoder.decode(_exc, final=False)
176 _exc = os.read(fd, 100)
179 if not _exc: # bsd EOF
181 outp += decoder.decode(_exc, final=False)
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Dexc.h49 SM_EXC_T *_exc,
89 SM_EXC_T *_exc));
93 SM_EXC_T *_exc));
97 SM_EXC_T *_exc,
102 SM_EXC_T *_exc,
107 SM_EXC_T *_exc,
112 SM_EXC_T *_exc)));
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Dexc.h49 SM_EXC_T *_exc,
89 SM_EXC_T *_exc));
93 SM_EXC_T *_exc));
97 SM_EXC_T *_exc,
102 SM_EXC_T *_exc,
107 SM_EXC_T *_exc,
112 SM_EXC_T *_exc)));
/dports/devel/pyl-gobject/pygobject-2.28.6/gobject/
H A Dpropertyhelper.py147 self._exc = None
158 self._exc = None
160 if self._exc:
161 exc = self._exc
162 self._exc = None
171 self._exc = None
173 if self._exc:
174 exc = self._exc
175 self._exc = None
278 self._exc = TypeError("%s property of %s is read-only" % (
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DEnvironmentImpl.java40 private Exception _exc; field in EnvironmentImpl
48 return _exc; in exception()
53 _exc = exc; in exception()
58 _exc = null; in clear()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DEnvironmentImpl.java40 private Exception _exc; field in EnvironmentImpl
48 return _exc; in exception()
53 _exc = exc; in exception()
58 _exc = null; in clear()
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A D_propertyhelper.py195 self._exc = None
206 self._exc = None
208 if self._exc:
209 exc = self._exc
210 self._exc = None
219 self._exc = None
221 if self._exc:
222 exc = self._exc
223 self._exc = None
324 self._exc = TypeError("%s property of %s is read-only" % (
[all …]
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A D_propertyhelper.py195 self._exc = None
206 self._exc = None
208 if self._exc:
209 exc = self._exc
210 self._exc = None
219 self._exc = None
221 if self._exc:
222 exc = self._exc
223 self._exc = None
324 self._exc = TypeError("%s property of %s is read-only" % (
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dlocks.py21 self._exc = None # type: Optional[BaseException]
26 self._exc = exc
37 if self._exc is not None:
38 raise self._exc
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dlocks.py21 self._exc = None # type: Optional[BaseException]
26 self._exc = exc
37 if self._exc is not None:
38 raise self._exc
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dlocks.py21 self._exc = None # type: Optional[BaseException]
26 self._exc = exc
37 if self._exc is not None:
38 raise self._exc
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DLDAFunctional.h30 std::vector<double> _exc; variable
42 _exc.resize(_np); in LDAFunctional()
52 exc = &_exc[0]; in LDAFunctional()
59 exc = &_exc[0]; in LDAFunctional()
H A DVWNFunctional.h34 std::vector<double> _exc; variable
46 _exc.resize(_np); in VWNFunctional()
56 exc = &_exc[0]; in VWNFunctional()
63 exc = &_exc[0]; in VWNFunctional()
/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/
H A Dftp.py30 raise self._exc[0], self._exc[1], self._exc[2]
34 self._exc = exc_info
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dgetopt_pp.cc103 : _exc(std::ios_base::goodbit) { in GetOpt_pp()
124 if (_exc & std::ios_base::eofbit ) in operator >>()
129 if (_exc & std::ios_base::failbit ) in operator >>()
134 if (_exc & std::ios_base::eofbit ) in operator >>()
139 if (_exc & std::ios_base::failbit ) in operator >>()
149 if (_exc & std::ios_base::failbit ) in operator >>()
/dports/www/py-django-cacheops/django-cacheops-6.0/tests/
H A Dutils.py42 self._exc = None
48 self._exc = e
58 if self._exc:
59 raise self._exc
/dports/www/py-dj32-django-cacheops/django-cacheops-6.0/tests/
H A Dutils.py42 self._exc = None
48 self._exc = e
58 if self._exc:
59 raise self._exc
/dports/devel/py-curio/curio-1.5/curio/
H A Dsync.py267 self._exc = None
284 if self._exc:
285 raise self._exc from None
294 self._exc = exc
302 self._exc = None
315 if self._exc:
316 raise self._exc from None
339 self._exc = exc
344 self._exc = exc

1234567