HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 501 - 525 of 779) sorted by null

<<21222324252627282930>>

  /external/autotest/client/bin/
job_unittest.py 86 hostname = None variable in class:test_init_minimal_options.call_init.options
215 job.local_host.LocalHost.expect_new(hostname='localhost',
246 options.hostname = 'localhost'
288 options.hostname = 'localhost'
setup_job.py 34 self.machine_dict_list = [{'hostname' : options.hostname}]
  /external/autotest/client/common_lib/
base_packages.py 215 def __init__(self, pkgmgr_dir, hostname=None, repo_urls=None,
241 self.hostname = hostname
267 elif hostname:
    [all...]
  /external/autotest/client/cros/netprotos/
zeroconf_unittest.py 69 self.assertEqual(self._zero.hostname, FAKE_HOSTNAME)
97 # Check the hostname and the packed IP address.
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 54 chameleon_board = chameleon.create_chameleon_board(host.hostname,
  /external/autotest/frontend/afe/
rdb_model_extensions.py 140 Eg: set([hostname, locked, leased, synch_id, status, invalid,
185 hostname = dbmodels.CharField(max_length=255, unique=True) variable in class:AbstractHostModel
  /external/autotest/scheduler/
site_monitor_db.py 188 logging.error(print_message, host.hostname)
  /external/autotest/server/cros/dynamic_suite/
reporting.py 102 This contains the status, job id, test name, hostname
112 self.hostname = result.hostname
202 self.job_id, self.result_owner, self.hostname),
204 self.job_id, self.result_owner, self.hostname),
226 @param machine: The hostname of a machine that has been put
    [all...]
  /external/autotest/server/
site_crashcollect.py 151 infodir = os.path.join(host_resultdir, 'crashinfo.%s' % host.hostname)
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 55 command, self.client.hostname)
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 147 self._host.hostname)
  /external/autotest/site_utils/rpm_control_system/
frontend_server.py 67 @var _rpm_dict: Maps rpm hostname's to an already assigned dispatcher
71 @var _servo_interface: Maps servo hostname to (switch_hostname, interface).
76 @var _afe: AFE instance to talk to autotest. Used to retrieve rpm hostname.
105 @param device_hostname: Hostname of the device whose power state we want to
116 # Remove any DNS Zone information and simplify down to just the hostname.
184 we need to know include rpm hostname, rpm outlet, hydra hostname.
190 include poe hostname, poe interface. Such information is
193 @param device_hostname: A string representing the device's hostname.
210 'Could not determine POE hostname for %s.
    [all...]
  /external/autotest/site_utils/
setup_dev_autotest.sh 166 hostname: localhost
  /external/autotest/site_utils/suite_scheduler/
suite_scheduler.py 243 server_manager_utils.confirm_server_has_role(hostname='localhost',
  /external/curl/lib/
cookie.c 116 static bool tailmatch(const char *cooke_domain, const char *hostname)
119 size_t hostname_len = strlen(hostname);
124 if(!Curl_raw_equal(cooke_domain, hostname+hostname_len-cookie_domain_len))
136 if('.' == *(hostname + hostname_len - cookie_domain_len - 1))
    [all...]
urldata.h 343 bool verifyhost; /* set TRUE if CN/SAN must match hostname */
534 struct hostname { struct
571 char *hostname; member in struct:Curl_async
868 struct hostname host;
869 struct hostname proxy;
    [all...]
  /external/iputils/
ping_common.h 131 extern char *hostname;
  /external/libevent/
util-internal.h 178 int evutil_resolve(int family, const char *hostname, struct sockaddr *sa,
  /external/strace/
Android.mk 82 hostname.c \
  /external/webrtc/webrtc/base/
autodetectproxy.cc 100 proxy().address.hostname(),
socketadapters.cc 692 std::string hostname = dest_.hostname();
694 request.WriteUInt8(static_cast<uint8_t>(hostname.size()));
695 request.WriteString(hostname); // Destination Hostname
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 225 LocServerType type, const char *hostname, int port);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 226 LocServerType type, const char *hostname, int port);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 225 LocServerType type, const char *hostname, int port);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 225 LocServerType type, const char *hostname, int port);

Completed in 1060 milliseconds

<<21222324252627282930>>