| /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 except ImportError: 25 except ValueError: 30 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.old/dist/gdb/testsuite/gdb.python/ |
| py-breakpoint-create-fail.py | 28 except RuntimeError:
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-breakpoint-create-fail.py | 28 except RuntimeError:
|
| /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 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/dist/gdb/python/ |
| py-gdb-readline.c | 48 catch (const gdb_exception &except) 51 if (except.reason == RETURN_QUIT) 58 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/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/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| styling.py | 40 except ClassNotFound: 46 except Exception: 77 except Exception: 95 except Exception: 98 except ImportError:
|
| /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.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/gpl3/gdb/dist/gdb/contrib/ |
| license-check-new-files.sh | 58 except: 106 except: 135 except OSError: 139 except KeyboardInterrupt: 142 except Exception as e:
|
| /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...] |