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

  /external/autotest/tko/
retrieve_logs.cgi 97 def _get_tpool_args(hosts, job_path, is_shard, host_set):
103 @param host_set: a Set to filter out duplicated hosts.
110 if host and host != 'localhost' and host not in host_set:
111 host_set.add(host)
133 host_set = set()
134 tpool_args = _get_tpool_args(drones, job_path, False, host_set)
135 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
  /external/grpc-grpc/src/core/lib/surface/
server.cc 134 bool host_set; member in struct:__anon23235::call_data
457 GPR_ASSERT(calld->host_set);
586 if (chand->registered_methods && calld->path_set && calld->host_set) {
714 calld->host_set = true;
727 if (calld->host_set && calld->path_set) {
867 if (calld->host_set) {
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 115 rpc_utils.fanout_rpc(label_model.host_set.all(), 'modify_label', False,
134 for h in label_model.host_set.all():
191 label.host_set.add(*host_objs)
280 label.host_set.remove(*host_objs)
    [all...]
moblab_rpc_interface.py 700 label.host_set.add(host_obj)
723 label.host_set.remove(host_obj)
    [all...]
models_test.py 143 label.host_set.add(host)
models.py 128 self.host_set.clear()
190 self.host_set.clear()
    [all...]

Completed in 248 milliseconds