OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_globally_disabled
(Results
1 - 5
of
5
) sorted by null
/external/autotest/frontend/
setup_django_lite_environment.py
8
readonly_connection.
set_globally_disabled
(True)
setup_test_environment.py
64
readonly_connection.
set_globally_disabled
(True)
70
readonly_connection.
set_globally_disabled
(False)
/external/autotest/scheduler/
scheduler_lib_unittest.py
25
readonly_connection.
set_globally_disabled
= mock.MagicMock()
31
readonly_connection.
set_globally_disabled
.reset_mock()
74
readonly_connection.
set_globally_disabled
.assert_called_once_with(True)
77
readonly_connection.
set_globally_disabled
.reset_mock()
85
readonly_connection.
set_globally_disabled
.call_count == 0)
scheduler_lib.py
61
readonly_connection.
set_globally_disabled
(readonly)
/external/autotest/frontend/afe/
readonly_connection.py
16
def
set_globally_disabled
(disable):
function
Completed in 880 milliseconds