/external/chromium_org/third_party/tlslite/scripts/ |
tlsdb.py | 12 except: 118 except ValueError: 134 except ValueError: 151 except ValueError: 164 except KeyError: 174 except ValueError: 193 except:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 72 All other arguments to 'setup' (except for 'cmdclass') are used to set 110 # (ie. everything except distclass) to initialize it 113 except DistutilsSetupError, msg: 139 except DistutilsArgError, msg: 153 except KeyboardInterrupt: 155 except (IOError, os.error), exc: 164 except (DistutilsError, 227 except SystemExit: 231 except:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 5 except ImportError: 57 except Error: 74 except Error: 85 except Error: 96 except Error: 104 except Error: 118 except Error:
|
test_linuxaudiodev.py | 63 except ValueError, err: 67 except ValueError, err: 71 except ValueError, err: 75 except ValueError, err: 79 except ValueError, err: 84 except ValueError, err: 91 except linuxaudiodev.error, msg:
|
test___all__.py | 11 except unittest.SkipTest: 30 except: 40 except Exception as e: 81 except ImportError: 108 except NoAll: 110 except FailedImport:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 72 All other arguments to 'setup' (except for 'cmdclass') are used to set 110 # (ie. everything except distclass) to initialize it 113 except DistutilsSetupError, msg: 139 except DistutilsArgError, msg: 153 except KeyboardInterrupt: 155 except (IOError, os.error), exc: 164 except (DistutilsError, 227 except SystemExit: 231 except:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 5 except ImportError: 57 except Error: 74 except Error: 85 except Error: 96 except Error: 104 except Error: 118 except Error:
|
test_linuxaudiodev.py | 63 except ValueError, err: 67 except ValueError, err: 71 except ValueError, err: 75 except ValueError, err: 79 except ValueError, err: 84 except ValueError, err: 91 except linuxaudiodev.error, msg:
|
test___all__.py | 11 except unittest.SkipTest: 30 except: 40 except Exception as e: 81 except ImportError: 108 except NoAll: 110 except FailedImport:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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...] |
getpass.py | 50 except EnvironmentError, e: 54 except (AttributeError, ValueError): 75 except termios.error, e: 166 except (ImportError, AttributeError): 169 except ImportError: 172 except ImportError:
|
codeop.py | 83 except SyntaxError, err: 88 except SyntaxError, err1: 93 except SyntaxError, err2:
|
genericpath.py | 19 except os.error: 30 except os.error: 42 except os.error:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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...] |
getpass.py | 50 except EnvironmentError, e: 54 except (AttributeError, ValueError): 75 except termios.error, e: 166 except (ImportError, AttributeError): 169 except ImportError: 172 except ImportError:
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 147 except Exception: 154 except Exception: 227 except KeyError: 257 except handshake.AbortedByUserException, e: 259 except Exception, e: 296 except handshake.AbortedByUserException, e: 299 except msgutil.BadOperationException, e: 302 except msgutil.InvalidFrameException, e: 307 except msgutil.UnsupportedFrameException, e: 310 except stream.InvalidUTF8Exception, e [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
dispatch.py | 147 except Exception: 154 except Exception: 227 except KeyError: 257 except handshake.AbortedByUserException, e: 262 except Exception, e: 299 except handshake.AbortedByUserException, e: 302 except msgutil.BadOperationException, e: 306 except msgutil.InvalidFrameException, e: 311 except msgutil.UnsupportedFrameException, e: 314 except stream.InvalidUTF8Exception, e [all...] |
_stream_base.py | 121 except socket.error, e: 123 # IOError prior to Python 2.6, we cannot omit this except clause. 129 except IOError, e: 142 except Exception, e:
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_main.py | 66 except IOError as e: 71 except Error as e: 74 except Error as e: 87 except Exception as e: 95 except IOError as e: 106 except IOError as e: 111 except Exception as e: 113 except Error as e: 125 except Exception as e: 130 except Exception as e [all...] |
/external/chromium_org/third_party/jinja2/ |
_compat.py | 87 except NameError: 114 except ImportError: 132 except TypeError: 140 except ImportError: 146 except ImportError: 149 except ImportError:
|
/external/chromium_org/third_party/mesa/src/ |
SConstruct | 49 except KeyError: 66 except ImportError: 153 except ImportError:
|
common.py | 70 except: 80 except ImportError: 84 except ImportError:
|
/external/mesa3d/ |
SConstruct | 49 except KeyError: 66 except ImportError: 153 except ImportError:
|
common.py | 70 except: 80 except ImportError: 84 except ImportError:
|
/external/chromium_org/chrome/installer/tools/ |
setup_timer.py | 38 except WindowsError as e: 52 except WindowsError: 60 except WindowsError:
|