HomeSort by relevance Sort by last modified time
    Searched refs:verifier_input (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/mini_installer/
verifier.py 9 def VerifyInput(self, verifier_input, variable_expander):
10 """Verifies that the current machine states match |verifier_input|.
13 verifier_input: An input to the verifier. It is a dictionary where each
21 for expectation_name, expectation in verifier_input.iteritems():
30 """Verifies that the current machine states match |verifier_input|.
verifier_runner.py 33 for verifier_name, verifier_input in property.iteritems():
36 self._verifiers[verifier_name].VerifyInput(verifier_input,

Completed in 39 milliseconds