Home
last modified time | relevance | path

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

/third_party/vixl/tools/
H A Dtest.py66 class AllChoiceAction(argparse.Action): class
84 super(AllChoiceAction, self).__init__(**kwargs)
87 AllChoiceAction.WasSetByUser = True
120 action=AllChoiceAction,
126 action=AllChoiceAction,
132 action=AllChoiceAction,
138 action=AllChoiceAction,
328 return args.negative_testing == "off" and not AllChoiceAction.WasSetByUser

Completed in 2 milliseconds