HomeSort by relevance Sort by last modified time
    Searched refs:afe (Results 126 - 150 of 194) sorted by null

1 2 3 4 56 7 8

  /external/autotest/frontend/server/
models.py 14 from autotest_lib.frontend.afe import model_logic
98 ROLE_LIST = ['afe', 'scheduler', 'host_scheduler', 'drone', 'devserver',
  /external/autotest/scheduler/
monitor_db_cleanup_test.py 7 from autotest_lib.frontend.afe import frontend_test_utils, models
scheduler_lib.py 19 from autotest_lib.frontend.afe import readonly_connection
48 Code that handles individual records (e.g. afe jobs, hqe entries, special
rdb_hosts.py 25 from autotest_lib.frontend.afe import rdb_model_extensions as rdb_models
26 from autotest_lib.frontend.afe import models as afe_models
rdb_integration_tests.py 13 from autotest_lib.frontend.afe import frontend_test_utils
14 from autotest_lib.frontend.afe import models
15 from autotest_lib.frontend.afe import rdb_model_extensions
rdb_testing_utils.py 15 from autotest_lib.frontend.afe import frontend_test_utils
16 from autotest_lib.frontend.afe import models
17 from autotest_lib.frontend.afe import rdb_model_extensions as rdb_models
luciferlib.py 16 from autotest_lib.frontend.afe import models
  /external/autotest/scheduler/shard/
simple_heartbeat_server.py 48 'ENGINE': 'autotest_lib.frontend.db.backends.afe',
191 from autotest_lib.frontend.afe import models
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 14 from autotest_lib.frontend.afe.json_rpc import proxy
51 class RetryingAFE(frontend.AFE):
52 """Wrapper around frontend.AFE that retries all RPCs.
68 """Set timeout minutes for the AFE server.
70 @param timeout_min: The timeout minutes for AFE server.
tools_unittest.py 32 self.afe = self.mox.CreateMock(frontend.AFE)
reporting_utils.py 7 from autotest_lib.frontend.afe import rpc_client_lib
  /external/autotest/tko/
retrieve_logs.cgi 10 from autotest_lib.frontend.afe.json_rpc import serviceHandler
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns16-m-unit.d 34 [0-9a-f]+[02468ace] <[^>]*> 7afe[ \t]+mpyhl \.M1X a19,b21,a20
64 [0-9a-f]+[02468ace] <[^>]*> 7afe[ \t]+smpyhl \.M1X a3,b5,a4
  /external/autotest/frontend/tko/
rpc_interface.py 5 from autotest_lib.frontend.afe import rpc_utils, model_logic
6 from autotest_lib.frontend.afe import models as afe_models, readonly_connection
134 Returns AFE job IDs for all tests matching the filters.
csv_encoder.py 4 from autotest_lib.frontend.afe import rpc_utils
tko_rpc_utils.py 1 from autotest_lib.frontend.afe import rpc_utils
  /external/autotest/frontend/afe/
rpc_utils.py 20 from autotest_lib.frontend.afe import models, model_logic
531 This function is to be called from within afe rpcs only, as an
    [all...]
control_file.py 12 from autotest_lib.frontend.afe import model_logic
frontend_test_utils.py 6 from autotest_lib.frontend.afe import models, model_attributes
116 @returns A Django frontend.afe.models.Job instance.
models_test.py 9 from autotest_lib.frontend.afe import frontend_test_utils
10 from autotest_lib.frontend.afe import models, model_logic
  /external/autotest/site_utils/
test_push.py 38 from autotest_lib.frontend.afe import models
39 from autotest_lib.frontend.afe import rpc_utils
46 from autotest_lib.frontend.afe import rpc_client_lib
63 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2)
160 hosts = AFE.run('get_hosts', status='Ready', locked=False)
191 AFE.run('abort_host_queue_entries', job=job_id)
198 AFE.reverify_hosts(hostnames=[hostname])
204 hosts = [h.hostname for h in AFE.get_hosts()]
205 AFE.reverify_hosts(hostnames=hosts)
311 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 1 package autotest.afe;
3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener;
JobListView.java 1 package autotest.afe;
HostDetailView.java 1 package autotest.afe;
3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener;
287 shard_url = shard_url + "/afe/#tab_id=view_host&object_id=" + host_id;
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 759 milliseconds

1 2 3 4 56 7 8