| /build/make/tools/ |
| check_radio_versions.py | 6 # you may not use this file except in compliance with the License. 22 except ImportError: 54 except IOError:
|
| /development/vndk/tools/sourcedr/sourcedr/ |
| map.py | 40 except KeyError: 82 except KeyError: 88 except KeyError:
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| types.py | 22 except NameError:
33 except NameError:
68 except TypeError:
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
| gopher.py | 146 except socket.error, msg:
149 except KeyboardInterrupt:
172 except EOFError:
179 except string.atoi_error:
193 except (IOError, socket.error):
205 except IOError, msg:
216 except IOError, msg:
229 except EOFError:
299 except EOFError:
309 except IOError, msg: [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| asyncore.py | 65 except NameError:
71 except (ValueError, OverflowError, NameError):
84 except _reraised_exceptions:
86 except:
92 except _reraised_exceptions:
94 except:
100 except _reraised_exceptions:
102 except:
115 except socket.error, e:
120 except _reraised_exceptions: [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
| TestInstall.py | 63 except:
71 except TE.FatalError, XExcept:
76 except Exception, x:
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
| fpsetsticky.c | 51 fpsetsticky(fp_except except)
54 return set_float_exception_flags(except, 1);
57 float_exception_flags = except;
|
| /external/autotest/client/cros/ |
| httpd_unittest.py | 21 except IOError, e: 50 except IOError, e: 87 except KeyboardInterrupt:
|
| /external/autotest/client/site_tests/desktopui_CrashyReboot/ |
| desktopui_CrashyReboot.py | 30 except error.AutoservPidAlreadyDeadError: 69 except UIStopped: 71 except utils.TimeoutError as te:
|
| /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/ |
| desktopui_ExitOnSupervisedUserCrash.py | 42 except DBusException as e: 56 except error.AutoservPidAlreadyDeadError as e: 63 except utils.TimeoutError as actual_problem:
|
| /external/autotest/frontend/afe/feeds/ |
| feed.py | 19 except ValueError: 24 except KeyError: 31 except views.FeedDoesNotExist:
|
| /external/autotest/server/site_tests/firmware_PDResetHard/ |
| firmware_PDResetHard.py | 35 except NotImplementedError: 43 # Turn off console prints, except for USBPD. 77 except NotImplementedError:
|
| /external/autotest/server/site_tests/firmware_PDResetSoft/ |
| firmware_PDResetSoft.py | 36 except NotImplementedError: 44 # Turn off console prints, except for USBPD. 78 except NotImplementedError:
|
| /external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
| atrace_from_file_agent_unittest.py | 43 except: 68 except: 83 except IOError:
|
| /external/flatbuffers/python/flatbuffers/ |
| compat.py | 4 # you may not use this file except in compliance with the License. 58 except ImportError: 62 # We do this outside of try/except block in case numpy exists
|
| /external/fonttools/ |
| setup.py | 11 except ImportError: 16 except ImportError: 27 except:
|
| /external/libxml2/doc/examples/ |
| index.py | 10 except: 33 except: 84 except: 104 except: 109 except: 114 except: 122 except: 127 except: 132 except: 141 except [all...] |
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
| FileSystemEntry.java | 5 * you may not use this file except in compliance with the License.
87 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
90 * @return a new FileSystemEntry that has all the same values as this object except for its path
|
| /external/python/cpython2/Demo/sockets/ |
| gopher.py | 146 except socket.error, msg: 149 except KeyboardInterrupt: 172 except EOFError: 179 except string.atoi_error: 193 except (IOError, socket.error): 205 except IOError, msg: 216 except IOError, msg: 229 except EOFError: 299 except EOFError: 309 except IOError, msg [all...] |
| /external/python/cpython2/Lib/ |
| asyncore.py | 65 except NameError: 71 except (ValueError, OverflowError, NameError): 84 except _reraised_exceptions: 86 except: 92 except _reraised_exceptions: 94 except: 100 except _reraised_exceptions: 102 except: 115 except socket.error, e: 120 except _reraised_exceptions [all...] |
| types.py | 22 except NameError: 33 except NameError: 68 except TypeError:
|
| /external/python/cpython2/Lib/test/ |
| test_exceptions.py | 28 except ImportError, e: 34 except exc, err: 38 except exc, err: 56 except EOFError: 83 except NameError: pass 94 except SyntaxError: pass 101 #except TabError: pass 111 except TypeError: pass 118 except ZeroDivisionError: pass 122 except Exception, e: pas [all...] |
| /external/python/cpython3/Lib/multiprocessing/ |
| popen_fork.py | 30 except OSError as e: 58 except ProcessLookupError: 60 except OSError:
|
| /external/python/cpython3/Lib/test/ |
| test_sys_settrace.py | 18 # If there is implicit control flow around a pass statement (in an except 101 except Exception as exc: 131 except RuntimeError as exc: 170 except IndexError: 192 except IndexError: 431 except ValueError: 435 except RuntimeError: 462 except RuntimeError: 486 except AttributeError: 516 except TypeError [all...] |
| test_yield_from.py | 66 except ValueError as e: 130 except ValueError as e: 171 except StopIteration: 217 except StopIteration: 289 except ValueError as e: 330 except ValueError as e: 502 except ValueError as e: 534 except AttributeError as e: 615 except ValueError as e: 646 except LunchError [all...] |