OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stub_function_to_return
(Results
1 - 7
of
7
) sorted by null
/external/autotest/server/cros/network/rf_switch/
scpi_unittest.py
72
self.god.
stub_function_to_return
(
86
self.god.
stub_function_to_return
(
105
self.god.
stub_function_to_return
(
129
self.god.
stub_function_to_return
(
159
self.god.
stub_function_to_return
(self.mock_scpi.socket, 'recv', status)
rf_switch_unittest.py
42
self.god.
stub_function_to_return
(
55
self.god.
stub_function_to_return
(
71
self.god.
stub_function_to_return
(
/external/autotest/client/bin/
setup_job_unittest.py
68
self.god.
stub_function_to_return
(setup_job.os, 'mkdir', None)
69
self.god.
stub_function_to_return
(setup_job.os.path, 'exists', True)
70
self.god.
stub_function_to_return
(self.job, '_load_state', None)
71
self.god.
stub_function_to_return
(setup_job.logging_manager,
76
self.god.
stub_function_to_return
(setup_job.logging_manager,
job_unittest.py
71
self.god.
stub_function_to_return
(job.os, 'mkdir', None)
72
self.god.
stub_function_to_return
(job.os.path, 'exists', True)
73
self.god.
stub_function_to_return
(self.job, '_load_state', None)
74
self.god.
stub_function_to_return
(self.job, 'record', None)
75
self.god.
stub_function_to_return
(job.shutil, 'copyfile', None)
76
self.god.
stub_function_to_return
(job.logging_manager,
81
self.god.
stub_function_to_return
(job.logging_manager,
86
self.god.
stub_function_to_return
(job.sysinfo, 'sysinfo',
90
self.god.
stub_function_to_return
(job.harness, 'select', stub_harness())
102
self.god.
stub_function_to_return
(job.utils, 'drop_caches', None
[
all
...]
/external/autotest/client/common_lib/
utils_unittest.py
[
all
...]
/external/autotest/client/common_lib/test_utils/
mock.py
425
def
stub_function_to_return
(self, namespace, symbol, object_to_return):
member in class:mock_god
/external/autotest/frontend/afe/
rpc_interface_unittest.py
[
all
...]
Completed in 60 milliseconds