Home
last modified time | relevance | path

Searched refs:_expectations (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/perf_expectations/
Dexpectation_checker.py46 self._expectations = {}
72 self._expectations = json.load(expectation_file)
80 if not self._expectations:
98 if perf_key not in self._expectations:
100 perf_data = self._expectations[perf_key]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dexpectations_parser.py87 self._expectations = []
96 if self._expectations:
102 self._expectations.append(
124 return self._expectations
/external/python/cpython2/Lib/test/
Dregrtest.py1730 _expectations = { variable
2034 _expectations['freebsd5'] = _expectations['freebsd4']
2035 _expectations['freebsd6'] = _expectations['freebsd4']
2036 _expectations['freebsd7'] = _expectations['freebsd4']
2037 _expectations['freebsd8'] = _expectations['freebsd4']
2045 if sys.platform in _expectations:
2046 s = _expectations[sys.platform]