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

  /external/autotest/server/
autoserv_utils.py 97 control_type = getattr(job, 'control_type', None)
106 if control_type is not None: # still want to enter if control_type==0
107 control_type_value = control_data.CONTROL_TYPE.get_value(
108 control_type)
109 if control_type_value == control_data.CONTROL_TYPE.CLIENT:
111 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
sequence.py 148 control_type=control_data.CONTROL_TYPE.SERVER,
frontend.py 374 dargs['control_type'] = control_data.CONTROL_TYPE_NAMES.SERVER
376 dargs['control_type'] = control_data.CONTROL_TYPE_NAMES.CLIENT
389 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT, **dargs):
391 control_file=control_file, control_type=control_type, **dargs)
    [all...]
  /system/bt/stack/bnep/
bnep_utils.c 764 UINT8 control_type; local
774 control_type = *p++;
777 BNEP_TRACE_EVENT ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, is_ext, control_type);
779 switch (control_type)
847 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt type: %d", control_type);
848 bnep_send_command_not_understood (p_bcb, control_type);
    [all...]
  /external/autotest/frontend/afe/
resources.py 384 control_data.CONTROL_TYPE.get_string(
399 test_type = control_data.CONTROL_TYPE.get_value(
477 job.control_type == control_data.CONTROL_TYPE.SERVER,
683 control_type = control_data.CONTROL_TYPE.SERVER
685 control_type = control_data.CONTROL_TYPE.CLIENT
690 control_type=control_type,
    [all...]
rpc_interface.py 812 control_type = test_obj.test_type
    [all...]
rpc_utils.py 290 is_server = (test_type == control_data.CONTROL_TYPE.SERVER)
    [all...]
rpc_interface_unittest.py 122 control_type=CLIENT,
133 control_type=CLIENT,
226 control_type=SERVER, **kwargs)
396 name='test', test_type=control_data.CONTROL_TYPE.SERVER)
site_rpc_interface_unittest.py 99 control_type='Server',
471 'control_type': 1,
553 control_type=SERVER,
643 control_type=CLIENT,
    [all...]
resources_test.py 32 test_type=control_data.CONTROL_TYPE.SERVER,
372 self.assertEquals(job.control_type, control_data.CONTROL_TYPE.SERVER)
models.py 806 choices=control_data.CONTROL_TYPE.choices())
1359 control_type = dbmodels.SmallIntegerField( variable in class:Job
    [all...]
site_rpc_interface.py 266 control_type='Server',
  /external/autotest/site_utils/
brillo_test_launcher.py 131 control_type=control_data.CONTROL_TYPE_NAMES.SERVER,
  /external/autotest/site_utils/autoupdate/
full_release_test.py 386 control_type='Server', meta_hosts=meta_hosts,
  /external/autotest/server/cros/dynamic_suite/
suite.py     [all...]
suite_unittest.py 282 control_type=mox.IgnoreArg(),
    [all...]
  /external/autotest/scheduler/
monitor_db.py     [all...]
scheduler_models.py     [all...]

Completed in 1688 milliseconds