Home | History | Annotate | Download | only in common_lib

Lines Matching refs:god

35         self.god = mock.mock_god()
40 self.god.unstub_all()
48 self.god.stub_function(self.test, 'run_once_profiling')
49 self.god.stub_function(self.test, 'postprocess')
50 self.god.stub_function(self.test, 'process_failed_constraints')
55 self.god.stub_function(self.test, 'drop_caches_between_iterations')
56 self.god.stub_function(self.test, 'run_once')
57 self.god.stub_function(self.test, 'postprocess_iteration')
58 self.god.stub_function(self.test, 'analyze_perf_constraints')
59 before_hook = self.god.create_mock_function('before_hook')
60 after_hook = self.god.create_mock_function('after_hook')
72 self.god.check_playback()
77 self.god.stub_function(self.test, 'drop_caches_between_iterations')
78 self.god.stub_function(self.test, 'run_once')
79 before_hook = self.god.create_mock_function('before_hook')
80 after_hook = self.god.create_mock_function('after_hook')
94 self.god.check_playback()
104 self.god.stub_function(self.test.job, 'record')
105 self.god.stub_function(self.test, '_call_run_once')
123 self.god.stub_function(self.test, 'drop_caches_between_iterations')
124 self.god.stub_function(self.test, 'run_once')
125 before_hook = self.god.create_mock_function('before_hook')
126 after_hook = self.god.create_mock_function('after_hook')
137 self.god.check_playback()
146 self.god.stub_function(self.test, 'drop_caches_between_iterations')
147 self.god.stub_function(self.test, 'run_once')
148 before_hook = self.god.create_mock_function('before_hook')
149 after_hook = self.god.create_mock_function('after_hook')
160 self.god.check_playback()
174 self.god.stub_function(self.test, 'drop_caches_between_iterations')
175 self.god.stub_function(self.test, 'run_once')
176 before_hook = self.god.create_mock_function('before_hook')
177 after_hook = self.god.create_mock_function('after_hook')
178 self.god.stub_function(self.test, '_call_run_once')
181 self.god.stub_function(self.test.job, 'record')
190 self.god.check_playback()
199 self.god.stub_function(self.test, '_call_run_once')
210 self.god.check_playback()
215 self.god.stub_function(self.test, '_call_run_once')
225 self.god.check_playback()
239 self.god.check_playback()
244 self.god.stub_function(self.test, 'drop_caches_between_iterations')
252 self.god.check_playback()
257 self.god.stub_function(self.test, 'drop_caches_between_iterations')
265 self.god.check_playback()
270 self.god.stub_function(self.test, '_call_run_once')
278 self.god.check_playback()
283 self.god.stub_function(self.test, '_call_run_once')
291 self.god.check_playback()