HomeSort by: relevance | last modified time | path
    Searched refs:except (Results 1 - 25 of 813) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/softfloat/
fpsetsticky.c 51 fpsetsticky(fp_except except)
54 return set_float_exception_flags(except, 1);
57 float_exception_flags = except;
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
yamlget.py 16 # pylint: disable=bare-except
17 except:
26 except ValueError:
31 except KeyError:
  /src/external/cddl/osnet/dist/cmd/pyzfs/
pyzfs.py 7 # You may not use this file except in compliance with the License.
60 except (ImportError, AttributeError):
65 except zfs.util.ZFSError, e:
69 except IOError, e:
76 except KeyboardInterrupt:
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 28 except RuntimeError:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 28 except RuntimeError:
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
compat.py 22 except AttributeError:
34 except AttributeError:
51 except AttributeError:
62 except ImportError: # dnspython<2.0.0
  /src/external/gpl3/gdb/dist/gdb/python/
py-gdb-readline.c 52 catch (const gdb_exception &except)
55 if (except.reason == RETURN_QUIT)
62 return gdbpy_handle_gdb_exception (nullptr, except);
py-frame.c 116 catch (const gdb_exception &except)
118 return gdbpy_handle_gdb_exception (nullptr, except);
144 catch (const gdb_exception &except)
146 return gdbpy_handle_gdb_exception (nullptr, except);
178 catch (const gdb_exception &except)
180 return gdbpy_handle_gdb_exception (nullptr, except);
199 catch (const gdb_exception &except)
201 return gdbpy_handle_gdb_exception (nullptr, except);
220 catch (const gdb_exception &except)
222 return gdbpy_handle_gdb_exception (nullptr, except);
    [all...]
py-finishbreakpoint.c 136 catch (const gdb_exception &except)
138 gdbpy_convert_exception (except);
156 catch (const gdb_exception &except)
158 gdbpy_convert_exception (except);
218 catch (const gdb_exception &except)
220 return gdbpy_handle_gdb_exception (-1, except);
278 catch (const gdb_exception_forced_quit &except)
282 catch (const gdb_exception &except)
318 catch (const gdb_exception &except)
320 return gdbpy_handle_gdb_exception (-1, except);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-gdb-readline.c 52 catch (const gdb_exception &except)
55 if (except.reason == RETURN_QUIT)
62 gdbpy_convert_exception (except);
py-frame.c 116 catch (const gdb_exception &except)
118 GDB_PY_HANDLE_EXCEPTION (except);
144 catch (const gdb_exception &except)
146 GDB_PY_HANDLE_EXCEPTION (except);
178 catch (const gdb_exception &except)
180 GDB_PY_HANDLE_EXCEPTION (except);
199 catch (const gdb_exception &except)
201 GDB_PY_HANDLE_EXCEPTION (except);
220 catch (const gdb_exception &except)
222 GDB_PY_HANDLE_EXCEPTION (except);
    [all...]
py-finishbreakpoint.c 136 catch (const gdb_exception &except)
138 gdbpy_convert_exception (except);
156 catch (const gdb_exception &except)
158 gdbpy_convert_exception (except);
218 catch (const gdb_exception &except)
220 gdbpy_convert_exception (except);
279 catch (const gdb_exception_forced_quit &except)
283 catch (const gdb_exception &except)
319 catch (const gdb_exception &except)
321 GDB_PY_SET_HANDLE_EXCEPTION (except);
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
setup.py 8 except ImportError:
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
__init__.py 21 except ImportError:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
__init__.py 23 except ImportError:
  /src/external/mpl/bind/dist/bin/tests/system/cookie/ns1/
named.conf.j2 43 except-from { "example.org"; };
45 except-from { "goodcname.example.net";
  /src/external/mpl/bind/dist/bin/tests/system/cookie/ns3/
named.conf.j2 34 except-from { "example.org"; };
36 except-from { "goodcname.example.net";
  /src/external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/
named.conf.j2 34 except-from { "example.org"; };
36 except-from { "goodcname.example.net";
  /src/tests/lib/libm/
t_errhandling.c 63 int except; local
77 ATF_CHECK_MSG(((except = fetestexcept(FE_ALL_EXCEPT)) &
79 "expected=0x%x actual=0x%x", cases[i].e, except);
  /src/lib/libm/arch/aarch64/
fenv.c 77 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
93 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
107 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
129 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
146 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
227 int except = fetestexcept(FE_ALL_EXCEPT); local
230 feraiseexcept(except);
  /src/lib/libm/arch/arm/
fenv.c 76 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
93 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
107 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
128 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
141 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
152 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
167 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 173 except ValueError as e:
175 except BaseException as e:
181 except ValueError as e:
183 except BaseException as e:
189 except ValueError as e:
191 except BaseException as e:
198 except ValueError as e:
200 except BaseException as e:
207 except BaseException as e:
212 except BaseException as e
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-frame.c 275 catch (const gdb_exception &except)
277 return gdbscm_scm_from_gdb_exception (unpack (except));
399 catch (const gdb_exception &except)
401 exc = unpack (except);
433 catch (const gdb_exception &except)
435 exc = unpack (except);
475 catch (const gdb_exception &except)
477 exc = unpack (except);
507 catch (const gdb_exception &except)
509 exc = unpack (except);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-frame.c 275 catch (const gdb_exception &except)
277 return gdbscm_scm_from_gdb_exception (unpack (except));
399 catch (const gdb_exception &except)
401 exc = unpack (except);
433 catch (const gdb_exception &except)
435 exc = unpack (except);
475 catch (const gdb_exception &except)
477 exc = unpack (except);
507 catch (const gdb_exception &except)
509 exc = unpack (except);
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-source.c 391 static char *exception_text(int except)
393 switch (except) {
399 msg_panic("exception_text: unknown exception %d", except);
555 int except; local
560 if ((except = vstream_setjmp(session->stream)) != 0)
561 msg_fatal("%s while reading server greeting", exception_text(except));
587 int except; local
593 if ((except = vstream_setjmp(session->stream)) != 0)
594 msg_fatal("%s while sending %s", exception_text(except), protocol);
610 int except; local
638 int except; local
660 int except; local
690 int except; local
720 int except; local
756 int except; local
777 int except; local
869 int except; local
918 int except; local
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>