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

  /external/autotest/server/
autoserv_utils.py 104 control_type = getattr(job, 'control_type', None)
113 if control_type is not None: # still want to enter if control_type==0
114 control_type_value = control_data.CONTROL_TYPE.get_value(
115 control_type)
116 if control_type_value == control_data.CONTROL_TYPE.CLIENT:
118 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
sequence.py 149 control_type=control_data.CONTROL_TYPE.SERVER,
frontend.py 684 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT,
687 control_file=control_file, control_type=control_type, **dargs)
853 name, control_file, control_type, synch_count, reboot_before,
  /packages/apps/Launcher3/protos/
launcher_log.proto 47 optional ControlType control_type = 8;
  /system/bt/stack/bnep/
bnep_utils.cc 724 uint8_t control_type; local
742 control_type = *p++;
747 __func__, *rem_len, is_ext, control_type);
749 switch (control_type) {
862 control_type);
863 bnep_send_command_not_understood(p_bcb, control_type);
    [all...]
  /external/autotest/server/hosts/
servo_host.py 424 control_type = control_data.CONTROL_TYPE_NAMES.SERVER
427 control_type=control_type, hosts=[dut])
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 247 test_type = control_data.CONTROL_TYPE.get_value(test_type)
250 return (test_type == control_data.CONTROL_TYPE.SERVER)
746 control_type,
779 if control_type != control_data.CONTROL_TYPE_NAMES.SERVER:
781 'control_type': 'Hostless jobs cannot use client-side '
809 control_type=control_type,
    [all...]
rpc_interface_unittest.py 90 control_type=CLIENT,
789 control_type=CLIENT,
    [all...]
rpc_interface.py     [all...]
models.py 1495 control_type = dbmodels.SmallIntegerField( variable in class:Job
    [all...]
  /external/autotest/site_utils/
test_push.py 186 control_type='Server', control_file=c, hosts=[hostname])
  /external/autotest/scheduler/
monitor_db.py     [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py 354 control_type=test.test_type.capitalize(),
    [all...]
suite_unittest.py 320 control_type=mox.IgnoreArg(),
    [all...]

Completed in 626 milliseconds