HomeSort by relevance Sort by last modified time
    Searched refs:readonly_connection (Results 1 - 7 of 7) sorted by null

  /external/autotest/frontend/
setup_django_lite_environment.py 7 from autotest_lib.frontend.afe import readonly_connection namespace
8 readonly_connection.set_globally_disabled(True)
setup_test_environment.py 19 from autotest_lib.frontend.afe import readonly_connection namespace
64 readonly_connection.set_globally_disabled(True)
70 readonly_connection.set_globally_disabled(False)
  /external/autotest/scheduler/
scheduler_lib_unittest.py 14 from autotest_lib.frontend.afe import readonly_connection namespace
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 20 from autotest_lib.frontend.afe import readonly_connection namespace
61 readonly_connection.set_globally_disabled(readonly)
  /external/autotest/frontend/tko/
rpc_interface.py 5 from autotest_lib.frontend.afe import models as afe_models, readonly_connection namespace
232 cursor = readonly_connection.cursor()
261 cursor = readonly_connection.cursor()
315 cursor = readonly_connection.cursor()
models.py 2 from autotest_lib.frontend.afe import model_logic, readonly_connection namespace
68 cursor = readonly_connection.cursor()
119 cursor = readonly_connection.cursor()
graphing_utils.py 30 from autotest_lib.frontend.afe import readonly_connection namespace
540 cursor = readonly_connection.cursor()
665 cursor = readonly_connection.cursor()

Completed in 81 milliseconds