OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectation_name
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/test/mini_installer/
file_verifier.py
13
def _VerifyExpectation(self,
expectation_name
, expectation,
21
expectation_name
: Path to the file being verified. It is expanded using
27
file_path = variable_expander.Expand(
expectation_name
)
verifier.py
21
for
expectation_name
, expectation in verifier_input.iteritems():
26
self._VerifyExpectation(
expectation_name
, expectation, variable_expander)
28
def _VerifyExpectation(self,
expectation_name
, expectation,
35
expectation_name
: An expectation name. Each subclass can specify a
process_verifier.py
12
def _VerifyExpectation(self,
expectation_name
, expectation,
20
expectation_name
: Path to the process being verified. It is expanded using
29
process_path = variable_expander.Expand(
expectation_name
)
registry_verifier.py
42
def _VerifyExpectation(self,
expectation_name
, expectation,
49
expectation_name
: The registry key being verified. It is expanded using
65
key = variable_expander.Expand(
expectation_name
)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
utils.py
16
def compare_to_expectation(actual_name,
expectation_name
, assert_true,
24
expectation_name
: Basename of the expectations file within which
35
full_expectations_path = os.path.join(EXPECTATIONS_DIR,
expectation_name
)
/external/skia/platform_tools/android/tests/
utils.py
16
def compare_to_expectation(actual_name,
expectation_name
, assert_true,
24
expectation_name
: Basename of the expectations file within which
35
full_expectations_path = os.path.join(EXPECTATIONS_DIR,
expectation_name
)
Completed in 293 milliseconds