Searched refs:FlagsError (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py68 Methods defined by the flag module will throw 'FlagsError' exceptions.
219 except gflags.FlagsError, e:
443 class FlagsError(Exception): class in inherits:Exception
448 class DuplicateFlag(FlagsError):
452 class CantOpenFlagFileError(FlagsError):
503 class IllegalFlagValue(FlagsError):
508 class UnrecognizedFlag(FlagsError):
611 FlagsError: if indent not shorter than length
612 FlagsError: if firstline_indent not shorter than length
620 raise FlagsError('Inden
[all...]
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py68 Methods defined by the flag module will throw 'FlagsError' exceptions.
219 except gflags.FlagsError, e:
443 class FlagsError(Exception): class in inherits:Exception
448 class DuplicateFlag(FlagsError):
452 class CantOpenFlagFileError(FlagsError):
503 class IllegalFlagValue(FlagsError):
508 class UnrecognizedFlag(FlagsError):
611 FlagsError: if indent not shorter than length
612 FlagsError: if firstline_indent not shorter than length
620 raise FlagsError('Inden
[all...]

Completed in 68 milliseconds