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

  /test/vti/test_serving/gae/webapp/src/scheduler/
periodic.py 114 target_host, target_device, target_device_serials =\
116 self.logger.Println("- Target host: %s" % target_host)
123 if target_host:
125 new_job.hostname = target_host
  /system/core/adb/
transport.cpp 950 std::string target_host; local
952 if (android::base::ParseNetAddress(local_target_ptr, &target_host, &target_port,
954 serial_host == target_host && serial_port == target_port) {
    [all...]

Completed in 637 milliseconds