Searched refs:_expectations (Results 1 – 4 of 4) sorted by relevance
46 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]
83 self._expectations = []92 if self._expectations:98 self._expectations.append(120 return self._expectations
1730 _expectations = { variable2034 _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]
64 NSMutableArray *_expectations;69 _expectations = [NSMutableArray array];77 [_expectations addObject:expectation];97 for (ARDTestExpectation *expectation in _expectations) {