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/python/cpython2/Lib/test/
Dregrtest.py1270 _expectations = { variable
1574 _expectations['freebsd5'] = _expectations['freebsd4']
1575 _expectations['freebsd6'] = _expectations['freebsd4']
1576 _expectations['freebsd7'] = _expectations['freebsd4']
1577 _expectations['freebsd8'] = _expectations['freebsd4']
1585 if sys.platform in _expectations:
1586 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) {