OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hostname
(Results
126 - 150
of
1501
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/ios/
host.h
16
@property(nonatomic, copy) NSString*
hostName
;
/external/chromium_org/third_party/webrtc/base/
proxydetect.h
22
// although
hostname
may be empty if the proxy is not required for
sslsocketfactory.h
44
void UseSSL(const char*
hostname
) { hostname_ =
hostname
; }
/external/chromium_org/url/
url_constants.h
28
// Used to separate a standard scheme and the
hostname
: "://".
/external/dhcpcd/dhcpcd-hooks/
29-lookup-hostname
1
# Lookup the
hostname
in DNS if not set
/external/lldb/test/functionalities/platform/
TestPlatformCommand.py
33
substrs = ['Platform', 'Triple', 'OS Version', 'Kernel', '
Hostname
'])
/external/mdnsresponder/mDNSShared/
PlatformCommon.h
18
extern void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const
hostname
, domainname *const domain, mDNSBool *DomainDiscoveryDisabled);
/external/mksh/
mkshrc
9
: ${TERM:=vt100} ${HOME:=/data} ${MKSH:=/system/bin/sh} ${
HOSTNAME
:=$(getprop ro.product.device)}
10
: ${SHELL:=$MKSH} ${USER:=$(typeset x=$(id); x=${x#*\(}; print -r -- ${x%%\)*})} ${
HOSTNAME
:=android}
18
}$USER@$
HOSTNAME
:${PWD:-?} '"$PS1 "
19
export HOME
HOSTNAME
MKSH SHELL TERM USER
/external/tcpdump/missing/
addrinfo.h
37
#define EAI_ADDRFAMILY 1 /* address family for
hostname
not supported */
43
#define EAI_NODATA 7 /* no address associated with
hostname
*/
44
#define EAI_NONAME 8 /*
hostname
nor servname provided, or not known */
77
char *ai_canonname; /* canonical name for
hostname
*/
/frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java
48
* <li>
Hostname
verification in most cases (see WARNINGs below)
60
* This implementation does check the server's certificate
hostname
, but only
61
* for createSocket variants that specify a
hostname
. When using methods that
67
* {@link HostnameVerifier} to verify the certificate
hostname
.
70
* SSL certificate and
hostname
checks for testing purposes. This setting
165
* Verify the
hostname
of the certificate used by the other end of a
166
* connected socket. You MUST call this if you did not supply a
hostname
168
* redundantly if the
hostname
has already been verified.
170
* <p>Wildcard certificates are allowed to verify any matching
hostname
,
175
* @param
hostname
The expected hostname of the remote serve
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h
26
LPCWSTR
hostname
,
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.h
27
int connect(const char*
hostname
, unsigned short port);
TcpStream.cpp
74
int TcpStream::connect(const char*
hostname
, unsigned short port)
76
m_sock = emugl::socketTcpClient(
hostname
, port, SOCK_STREAM);
/system/netd/server/
MDnsSdListener.h
41
DNSServiceErrorType errorCode, const char *
hostname
, void *inContext);
44
uint32_t interface, DNSServiceErrorType errorCode, const char *
hostname
,
125
void setHostname(SocketClient *cli, int requestId, const char *
hostname
);
128
uint32_t protocol, const char *
hostname
);
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp
86
int TcpStream::connect(const char*
hostname
, unsigned short port)
88
m_sock = socket_network_client(
hostname
, port, SOCK_STREAM);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java
60
String
hostName
= null;
69
hostName
= address.substring(0, i);
79
if (
hostName
!= null) {
80
hostAddr = InetAddress.getByName(
hostName
);
88
if (
hostName
!= null) {
140
String
hostName
= null;
148
hostName
= address.substring(0, i);
164
transportSocket = new Socket(
hostName
, port);
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js
8
if (rule.matcher == '
hostname
') {
11
var host = (rule.match_param.indexOf(':') < 0) ? link.
hostname
: link.host;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js
41
'patternColumnHeader': '
Hostname
Pattern',
45
'addNewPattern': 'Add a new
hostname
pattern',
/external/chromium_org/remoting/ios/ui/
host_list_view_controller_unittest.mm
78
ASSERT_NSNE(HostRefreshTestHelper::HostNameTest, destination.host.
hostName
);
87
ASSERT_NSEQ(HostRefreshTestHelper::HostNameTest, destination.host.
hostName
);
/external/chromium_org/third_party/WebKit/Source/platform/network/
DNS.cpp
35
void prefetchDNS(const String&
hostname
)
42
prescientNetworking->prefetchDNS(
hostname
);
/external/dnsmasq/contrib/wrt/
lease_update.sh
27
# $4 is
hostname
(optional, may be unset)
34
# length|expires MAC addr
hostname
|* CLID|*
/external/lldb/test/pexpect-2.4/examples/
sshls.py
3
"""This runs 'ls -l' on a remote host using SSH. At the prompts enter
hostname
,
42
host = raw_input('
Hostname
: ')
/system/core/adb/
adb_client.h
32
/* Set TCP
Hostname
of the transport to use
34
void adb_set_tcp_name(const char*
hostname
);
/external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.cc
26
const std::string&
hostname
,
29
Init(
hostname
, slot_name, reason);
81
void CryptoModulePasswordDialogView::Init(const std::string&
hostname
,
86
const base::string16& hostname16 = base::UTF8ToUTF16(
hostname
);
158
const std::string&
hostname
,
162
new CryptoModulePasswordDialogView(slot_name, reason,
hostname
, callback);
/external/chromium_org/net/proxy/
proxy_bypass_rules.h
68
// This is a variant of ParseFromString, which interprets
hostname
patterns
69
// as suffix tests rather than
hostname
tests (so "google.com" would actually
79
// (b) The URL's
hostname
matches |hostname_pattern|.
145
// This is a variant of AddFromString, which interprets
hostname
patterns as
146
// suffix tests rather than
hostname
tests (so "google.com" would actually
168
// which additionally prefix
hostname
patterns with a wildcard if
Completed in 989 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>