/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_resource.py | 20 except AttributeError: 34 except AttributeError: 48 except ValueError: 64 except IOError: 83 except AttributeError: 88 except (OverflowError, ValueError): 92 except (OverflowError, ValueError): 103 except (ValueError, AttributeError): 110 except AttributeError:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_future.py | 32 except SyntaxError, msg: 40 except SyntaxError, msg: 48 except SyntaxError, msg: 56 except SyntaxError, msg: 64 except SyntaxError, msg: 72 except SyntaxError, msg: 80 except SyntaxError, msg: 93 except SyntaxError: 100 except SyntaxError:
|
test_resource.py | 20 except AttributeError: 34 except AttributeError: 48 except ValueError: 64 except IOError: 83 except AttributeError: 88 except (OverflowError, ValueError): 92 except (OverflowError, ValueError): 103 except (ValueError, AttributeError): 110 except AttributeError:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_future.py | 32 except SyntaxError, msg: 40 except SyntaxError, msg: 48 except SyntaxError, msg: 56 except SyntaxError, msg: 64 except SyntaxError, msg: 72 except SyntaxError, msg: 80 except SyntaxError, msg: 93 except SyntaxError: 100 except SyntaxError:
|
test_resource.py | 20 except AttributeError: 34 except AttributeError: 48 except ValueError: 64 except IOError: 83 except AttributeError: 88 except (OverflowError, ValueError): 92 except (OverflowError, ValueError): 103 except (ValueError, AttributeError): 110 except AttributeError:
|
/tools/test/connectivity/acts/tests/google/bt/pts/ |
cmd_input.py | 6 # use this file except in compliance with the License. You may obtain a copy of 46 except Exception: 50 except Exception: 88 except Exception as err: 97 except Exception as err: 104 except Exception as err: 111 except Exception as err: 122 except Exception as err: 130 except Exception as err: 138 except Exception as err [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
Meta.py | 30 except AttributeError:
33 except (KeyError, AttributeError):
55 except KeyError:
68 except KeyError:
72 except AttributeError:
87 except AttributeError:
|
/external/python/cpython2/Demo/metaclasses/ |
Meta.py | 30 except AttributeError: 33 except (KeyError, AttributeError): 55 except KeyError: 68 except KeyError: 72 except AttributeError: 87 except AttributeError:
|
/art/test/142-classloader2/src-ex/ |
A.java | 5 * you may not use this file except in compliance with the License. 18 * Identical class to the main src, except with a different value, so we can distinguish them.
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
StubInCallService.java | 5 * you may not use this file except in compliance with the License. 22 * An in-call service that does nothing except allowing CTS provider to be set as a default dialer.
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
StubInCallService.java | 5 * you may not use this file except in compliance with the License. 22 * A in call service that does nothing except allowing CTS telephony to be set as a default dialer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/ |
__init__.py | 27 except ImportError:
32 except AttributeError:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
from.py | 13 except (AttributeError, KeyError):
19 except IOError:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_eof.py | 13 except SyntaxError, msg:
23 except SyntaxError, msg:
|
test_resource.py | 20 except AttributeError:
34 except AttributeError:
48 except ValueError:
64 except IOError:
83 except AttributeError:
88 except (OverflowError, ValueError):
92 except (OverflowError, ValueError):
103 except (ValueError, AttributeError):
|
tf_inherit_check.py | 14 except os.error:
22 except StandardError:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/ |
__init__.py | 27 except ImportError:
32 except AttributeError:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
copytime.py | 16 except os.error:
21 except os.error:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
listcodecs.py | 22 except LookupError:
25 except Exception, reason:
|
/external/autotest/client/common_lib/ |
log.py | 21 try-except block. """ 26 except Exception:
|
/external/fonttools/Lib/fontTools/ |
unicode.py | 27 except KeyError: 36 except ValueError:
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
tdc_config.py | 28 except ImportError as ie: 33 except NameError as ne:
|
/external/lisa/libs/wlgen/wlgen/ |
__init__.py | 6 # not use this file except in compliance with the License. 27 except pkg_resources.DistributionNotFound:
|
/external/python/cpython2/Demo/pysvr/ |
pysvr.py | 24 except getopt.error, msg: 31 except ValueError, msg: 71 except: 86 except SyntaxError, err: 95 except SystemExit, how: 99 except: 112 except SystemExit, how: 114 except:
|
/external/python/cpython2/Demo/scripts/ |
from.py | 13 except (AttributeError, KeyError): 19 except IOError:
|