/external/openssl/apps/ |
s_time.c | 171 static char *host=SSL_CONNECT_NAME; variable 194 host=SSL_CONNECT_NAME; 234 printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME); 266 host= *(++argv); 269 else if( strcmp(*argv,"-host") == 0) 272 host= *(++argv); 680 BIO_set_conn_hostname(conn,host);
|
/external/openssl/include/openssl/ |
kssl.h | 100 #define KRB5SVC "host" 168 int slen, const char *svc, int hlen, const char *host);
|
/external/openssl/ssl/ |
kssl.h | 100 #define KRB5SVC "host" 168 int slen, const char *svc, int hlen, const char *host);
|
/external/oprofile/ |
opimport_pull | 11 print " dir: directory on the host to store profile results" 93 # now all the sample files are on the host, we need to invoke opimport one at a
|
/external/qemu/ |
bt-host.c | 2 * Wrap a host Bluetooth HCI socket in a struct HCIInfo. 25 #include "bt-host.h"
|
cpu-defs.h | 147 unsigned long mem_io_pc; /* host pc at which the memory was \ 189 uint32_t host_tid; /* host thread ID */ \
|
translate-all.c | 2 * Host code generation 94 '*gen_code_size_ptr' contains the size of the generated code (host
|
/external/qemu/slirp/ |
sbuf.c | 67 * append to the buffer... for a host with a fast net connection, 81 /* Shouldn't happen, but... e.g. foreign host closes connection */
|
/external/qemu/slirp-android/ |
sbuf.c | 67 * append to the buffer... for a host with a fast net connection, 81 /* Shouldn't happen, but... e.g. foreign host closes connection */
|
/external/quake/quake/src/QW/client/ |
quakedef.h | 91 // the host system specifies the base of the directory tree, the 115 // host
|
/external/quake/quake/src/WinQuake/ |
net_loop.cpp | 65 qsocket_t *Loop_Connect (const char *host) 67 if (Q_strcmp(host,"local") != 0)
|
/external/stlport/doc/ |
README.wince | 79 - All compilers are cross-compilers, i.e. you run them on a win32 host and they
82 that run on the host machine and simulate the target platform.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
15.2.4.3.js | 28 for a host object, as may perhaps be created by the 29 Object constructor, then the contained host object
|
/external/webkit/WebCore/platform/network/ |
CredentialStorage.cpp | 63 return url.protocol() + "://" + url.host() + String::format(":%i/", url.port()); 65 return url.protocol() + "://" + url.host() + "/";
|
ResourceHandle.h | 144 static void setClientCertificate(const String& host, CFDataRef); 151 static void setClientCertificate(const String& host, CFDataRef);
|
/external/webkit/WebKit/android/wds/client/ |
AdbConnection.cpp | 50 // Some commands (host:devices for example) close the connection so we call 186 if (!sendRequest("host:devices")) {
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 581 // View will be moved out of the actual window but it still has a host window. 632 // View moved out of an actual window, but still has a host window. 949 // "PROXY host[:port]" (for HTTP proxy) or 950 // "SOCKS host[:port]" (for SOCKS proxy) or 966 CFStringRef host = static_cast<CFStringRef>(CFDictionaryGetValue(proxy, kCFProxyHostNameKey)); 978 proxies += host; 1002 NSString *host = [NSString stringWithUTF8String:hostStr]; 1022 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
|
/external/webkit/WebKit/win/ |
WebSecurityOrigin.cpp | 108 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::host( function in class:WebSecurityOrigin 114 *result = BString(m_securityOrigin->host()).release();
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 114 QString encodeHostName(const QString& host); 115 QString decodeHostName(const QString& host);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
buildbot.py | 46 def __init__(self, host=default_host): 47 self.buildbot_host = host
|
/external/webkit/autotools/ |
dolt.m4 | 16 AC_MSG_CHECKING([if dolt supports this host]) 24 case $host in
|
/external/wpa_supplicant/ |
l2_packet.h | 64 * @protocol: Ethernet protocol number in host byte order 100 * @proto: Protocol/ethertype for the packet in host byte order (only used if
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet.h | 53 * @protocol: Ethernet protocol number in host byte order 89 * @proto: Protocol/ethertype for the packet in host byte order (only used if
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_rights_manager.h | 32 #define ANDROID_DRM_CORE_PATH "/home/user/golf/esmertec/device/out/debug/host/linux-x86/product/sim/data/data/com.android.drm.mobile1/" 33 #define DRM_UID_FILE_PATH "/home/user/golf/esmertec/device/out/debug/host/linux-x86/product/sim/data/data/com.android.drm.mobile1/uid.txt"
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewManager.java | 73 * Helper class to host the keyguard view. 98 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
|