Home
last modified time | relevance | path

Searched refs:_expectations (Results 1 – 4 of 4) 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.py83 self._expectations = []
92 if self._expectations:
98 self._expectations.append(
120 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]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
DARDAppClientTest.mm64 NSMutableArray *_expectations;
69 _expectations = [NSMutableArray array];
77 [_expectations addObject:expectation];
97 for (ARDTestExpectation *expectation in _expectations) {