HomeSort by relevance Sort by last modified time
    Searched full:host (Results 301 - 325 of 10789) sorted by null

<<11121314151617181920>>

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocketFactory.java 45 public SSLSocket createSocket(String host, int port) throws IOException, UnknownHostException {
46 SSLSocket sslSocket = (SSLSocket) delegate.createSocket(host, port);
51 public SSLSocket createSocket(String host, int port, InetAddress localAddress, int localPort)
53 SSLSocket sslSocket = (SSLSocket) delegate.createSocket(host, port, localAddress, localPort);
58 public SSLSocket createSocket(InetAddress host, int port) throws IOException {
59 SSLSocket sslSocket = (SSLSocket) delegate.createSocket(host, port);
64 public SSLSocket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort)
66 SSLSocket sslSocket = (SSLSocket) delegate.createSocket(host, port, localAddress, localPort);
81 public SSLSocket createSocket(Socket socket, String host, int port, boolean autoClose)
83 SSLSocket sslSocket = (SSLSocket) delegate.createSocket(socket, host, port, autoClose)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ObscureSpeechDelegate.java 49 public void sendAccessibilityEvent(View host, int eventType) {
50 super.sendAccessibilityEvent(host, eventType);
57 host.announceForAccessibility(host.getContext().getString(
63 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event) {
64 super.onPopulateAccessibilityEvent(host, event);
69 event.setContentDescription(host.getContext().getString(
75 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
76 super.onInitializeAccessibilityNodeInfo(host, info);
79 final Context ctx = host.getContext()
    [all...]
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
TestUtils.java 34 public static void assertConnectionFails(SSLContext context, String host, int port)
37 Socket s = context.getSocketFactory().createSocket(host, port);
39 fail("Expected connection to " + host + ":" + port + " to fail.");
44 public static void assertConnectionSucceeds(SSLContext context, String host, int port)
46 Socket s = context.getSocketFactory().createSocket(host, port);
50 public static void assertUrlConnectionFails(SSLContext context, String host, int port)
52 URL url = new URL("https://" + host + ":" + port);
57 fail("Connection to " + host + ":" + port + " expected to fail");
63 public static void assertUrlConnectionSucceeds(SSLContext context, String host, int port)
65 URL url = new URL("https://" + host + ":" + port)
    [all...]
  /prebuilts/ndk/current/platforms/
repo.prop 6 platform/prebuilts/clang/darwin-x86/host/3.6 606e79e7cd9fc1a6ebb389b5fae0658f2c5494dc
7 platform/prebuilts/clang/host/darwin-x86 8a912f17e5e29be29256387bdfee4fa52a318b9a
8 platform/prebuilts/clang/host/linux-x86 9720e7ce22fcb2c8166004a24044959a5e00ed78
9 platform/prebuilts/clang/host/windows-x86 8f89ae62305ee0833cccfb6f6cdcb34c6c492b91
10 platform/prebuilts/clang/linux-x86/host/3.6 b660e8f76f1543abf50ebfbdb8d10112d93fec3d
14 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68
15 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
21 platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8 1273431a189717842f033573eb8c777e13dd88b7
22 platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 73ca99196723f810dad42390d154654354f57c16
23 platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8 42e13b6ac7a71cd5fa59f952d96c495dc1fade4
    [all...]
  /external/autotest/cli/
site_host.py 9 from autotest_lib.cli import host, rpc namespace
24 class site_host(host.host):
28 class site_host_create(site_host, host.host_create):
30 site_host_create subclasses host_create in host.py.
75 def _execute_add_one_host(self, host):
76 # Always add the hosts as locked to avoid the host
81 self.execute_rpc('add_host', hostname=host,
83 # If there are labels avaliable for host, use them.
84 host_info = self.host_info_map[host]
    [all...]
atest_unittest.py 12 ATEST_USAGE_STRING = ('atest [acl|host|job|label|shard|atomicgroup|test|user|'
46 self._test_help(argv=['atest', 'host'],
47 out_words_ok=['atest host ',
55 self._test_help(argv=['atest:', 'host', 'mod'],
56 out_words_ok=['atest host mod [options]'],
76 self.run_cmd(['atest', 'host', 'bad_action'], exit_code=1,
77 out_words_ok=['atest host [create|delete|list|stat|'
  /libcore/ojluni/src/main/java/java/util/logging/
SocketHandler.java 57 * <li> java.util.logging.SocketHandler.host
58 * specifies the target host name to connect to (no default).
71 private String host; field in class:SocketHandler
96 host = manager.getStringProperty(cname + ".host", null);
103 * @throws IllegalArgumentException if the host or port are invalid or
106 * host and port.
116 System.err.println("SocketHandler: connect failed to " + host + ":" + port);
123 * Construct a <tt>SocketHandler</tt> using a specified host and port.
126 * properties (or their default values) except that the given target host
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
peerd_config.py 26 def confirm_peerd_up(service_name=SERVICE_NAME, timeout_seconds=10, host=None):
33 @param host: Host object if peerd is running on a remote host.
40 'Ping', host=host, tolerate_failures=True)
63 def restart_with_config(self, host=None, timeout_seconds=10):
66 @param host: Host object if peerd is running on a remote host
    [all...]
  /external/autotest/site_utils/
es_reindex.py 11 usage: es_reindex.py [-h] [--host HOST] [--port PORT] [--old OLD]
16 --host HOST name of ES server.
36 parser.add_argument('--host', type=str, dest='host',
51 result = autotest_es.execute_query(index=options.old, host=options.host,
57 (options.old, options.new, options.host, options.port))
59 client = Elasticsearch(hosts=[{'host': options.host, 'port': options.port}]
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Host.java 35 * The performance-informing properties of the host on which a benchmark is run.
39 public final class Host {
40 static final Host DEFAULT = new Host();
41 private static final Logger logger = Logger.getLogger(Host.class.getName());
47 private Host() {
51 private Host(Builder builder) {
64 } else if (obj instanceof Host) {
65 Host that = (Host) obj
    [all...]
  /external/curl/docs/libcurl/opts/
CURLOPT_RESOLVE.3 25 CURLOPT_RESOLVE \- provide custom host name to IP address resolves
33 Pass a pointer to a linked list of strings with host name resolve information
40 HOST:PORT:ADDRESS where HOST is the name libcurl will try to resolve, PORT is
41 the port number of the service where libcurl wants to connect to the HOST and
46 host+port pair so redirects and everything that operations against the
47 HOST+PORT will instead use your provided ADDRESS. Addresses set with
56 \&"-HOST:PORT". The host name must be prefixed with a dash, and the host nam
    [all...]
  /external/autotest/server/cros/network/
apmanager_service_provider.py 12 def get_xmlrpc_proxy(host):
13 """Get an apmanager XMLRPC proxy for |host|.
15 @param host: host object representing a remote device.
20 client_at = autotest.Autotest(host)
23 proxy = host.rcp_server_tracker.xmlrpc_connect(
60 self._xmlrpc_server = get_xmlrpc_proxy(self._linux_system.host)
  /external/autotest/server/site_tests/audio_InternalCardNodes/
audio_InternalCardNodes.py 29 def run_once(self, host):
30 chameleon_board = host.chameleon
31 factory = self.create_remote_facade_factory(host)
48 if audio_test_utils.has_internal_speaker(host):
54 if audio_test_utils.has_internal_microphone(host):
61 board_name = host.get_board().split(':')[1]
79 host, audio_facade, self.resultsdir)
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dialog-behavior/
paper-dialog-common.css 11 :host {
23 :host > ::content > * {
28 :host > ::content > .no-padding {
32 :host > ::content > *:first-child {
36 :host > ::content > *:last-child {
40 :host > ::content h2 {
48 :host > ::content .buttons {
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsTransportSE.java 19 private final String host; field in class:HttpsTransportSE
24 public HttpsTransportSE(String host, int port, String file, int timeout) {
25 super(HttpsTransportSE.PROTOCOL + "://" + host + ":" + port + file);
27 + host + ":" + port + file);
28 this.host = host;
41 serviceConnection = new HttpsServiceConnectionSE(host, port, file, timeout);
  /external/autotest/server/cros/dynamic_suite/
tools.py 57 @param devserver_url: a string specifying the host to contact e.g.
103 Randomly choose the 'best' host from host_list, using fresh status.
115 @param host_list: an iterable of Host objects, per server/frontend.py
118 @return a Host object, or None if no appropriate host is found.
122 hostnames = [host.hostname for host in host_list]
124 usable_hosts = [host for host in updated_hosts if is_usable(host)]
    [all...]
  /external/autotest/cli/contrib/
why_isnt_my_job_running.py 5 from autotest_lib.cli import rpc, host namespace
10 'Describes why the given job on the given host has not started.')
34 # any entry eligible for this host?
47 if queue_entry['host'] and queue_entry['host']['status']:
48 if queue_entry['host']['status'].startswith('Repair'):
49 repair_hostnames.append(queue_entry['host']['hostname'])
54 if queue_entry['host']]
127 # Map hostnames to a list of ACL names on that host.
152 for host in locked_hosts
221 host = hosts[0] variable
    [all...]
  /external/autotest/scheduler/
rdb_integration_tests.py 30 def check_acls_deps(host, request):
31 """Check if a host and request match by comparing acls and deps.
33 @param host: A dictionary representing attributes of the host.
36 @return True if the deps/acls of the request match the host.
41 return (set(host['labels']).intersection(request_deps) == request_deps
42 and set(host['acls']).intersection(request.acls))
47 """Find a host from the given list of hosts, matching the request.
49 @param hosts: A list of dictionaries representing host attributes.
52 @return: A host, if a matching host is found from the input list
    [all...]
  /external/autotest/server/site_tests/platform_PowerStatusStress/
platform_PowerStatusStress.py 40 if not self.host.ping_wait_down(timeout=suspend_timeout):
53 if not self.host.wait_up(timeout=resume_timeout):
64 self.host.servo.lid_close()
68 self.host.suspend(suspend_time=_SUSPEND_TIME)
73 self.host.servo.lid_open()
75 self.host.servo.power_key(_WAKE_PRESS_IN_SEC)
81 self.host.power_on()
82 self.host.servo.lid_open()
96 self.host.power_on()
98 self.host.power_off(
    [all...]
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 16 def initialize(self, host):
23 if not self.host.ssh_ping():
26 self.host.servo.switch_usbkey('off')
38 if not self.host.wait_up(timeout=300):
43 boot_from_usb = self.host.is_boot_from_usb()
57 if not self.host.ping_wait_down(timeout=10):
60 if self.host.ping_wait_up(timeout=30):
72 self.host.servo.switch_usbkey('off')
76 self.host.servo.switch_usbkey('dut')
86 self.host.servo.switch_usbkey('off'
    [all...]
  /external/autotest/tko/
retrieve_logs.cgi 57 host = args['host']
62 host, job_path)
64 http_path = 'http://%s%s' % (host, job_path)
70 # browser used to navigate frontends (that runs on the host of
73 if utils.DEFAULT_VM_GATEWAY in host:
74 normalized_host = host.replace(utils.DEFAULT_VM_GATEWAY, 'localhost')
76 normalized_host = utils.normalize_hostname(host)
85 @param hosts: a list of host names.
93 for host in hosts
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 54 protected String host; field in class:HopImpl
65 return host + ":" + port + "/" + transport;
69 * Create new hop given host, port and transport.
75 host = hostName;
79 if(host.indexOf(":") >= 0)
80 if(host.indexOf("[") < 0)
81 host = "[" + host + "]";
90 * @param hop is a hop string in the form of host:port/Transport
104 this.host = hop.substring(0,colon)
    [all...]
  /frameworks/native/services/inputflinger/host/
InputDriver.h 137 input_device_identifier_t* create_device_identifier(input_host_t* host,
141 input_device_definition_t* create_device_definition(input_host_t* host);
143 input_report_definition_t* create_input_report_definition(input_host_t* host);
145 input_report_definition_t* create_output_report_definition(input_host_t* host);
147 void free_report_definition(input_host_t* host, input_report_definition_t* report_def);
149 void input_device_definition_add_report(input_host_t* host,
152 void input_report_definition_add_collection(input_host_t* host,
155 void input_report_definition_declare_usage_int(input_host_t* host,
159 void input_report_definition_declare_usages_bool(input_host_t* host,
164 input_device_handle_t* register_device(input_host_t* host,
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 38 * The class represents an authentication scope consisting of a host name,
55 * The <tt>null</tt> value represents any host. In the future versions of
76 * Default scope matching any host, port, realm and authentication scheme.
88 /** The host the credentials apply to. */
89 private final String host; field in class:AuthScope
95 * <tt>host</tt>, <tt>port</tt>, <tt>realm</tt>, and
98 * @param host the host the credentials apply to. May be set
100 * any host.
111 public AuthScope(final String host, int port,
    [all...]
  /art/
Android.mk 41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
169 # "mm test-art" to build and run all tests on host and device
171 test-art: test-art-host test-art-target
175 test-art-gtest: test-art-host-gtest test-art-target-gtest
179 test-art-run-test: test-art-host-run-test test-art-target-run-test
183 # host test rules
194 .PHONY: test-art-host-vixl
195 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY
    [all...]

Completed in 1032 milliseconds

<<11121314151617181920>>