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

/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py448 class DuplicateFlag(FlagsError): class in inherits:FlagsError
457 class DuplicateFlagCannotPropagateNoneToSwig(DuplicateFlag):
458 """Special case of DuplicateFlag -- SWIG flag value can't be set to None.
468 class DuplicateFlagError(DuplicateFlag):
469 """A DuplicateFlag whose message cites the conflicting definitions.
471 A DuplicateFlagError conveys more information than a DuplicateFlag,
500 DuplicateFlag.__init__(self, msg)
515 # DuplicateFlag shouldn't change. The flagvalue will be assigned the full value
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py448 class DuplicateFlag(FlagsError): class in inherits:FlagsError
457 class DuplicateFlagCannotPropagateNoneToSwig(DuplicateFlag):
458 """Special case of DuplicateFlag -- SWIG flag value can't be set to None.
468 class DuplicateFlagError(DuplicateFlag):
469 """A DuplicateFlag whose message cites the conflicting definitions.
471 A DuplicateFlagError conveys more information than a DuplicateFlag,
500 DuplicateFlag.__init__(self, msg)
515 # DuplicateFlag shouldn't change. The flagvalue will be assigned the full value

Completed in 86 milliseconds