/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 83 String host = "test" + r.nextInt(100000) + ".clients.google.com"; local 84 InetAddress[] addr = InetAddress.getAllByName(host);
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewClientTest.java | 358 HttpAuthHandler handler, String host, String realm) { 359 super.onReceivedHttpAuthRequest(view, handler, host, realm);
|
/cts/tools/host/src/com/android/cts/ |
ReferenceAppTestPackage.java | 49 * @param version The version of the CTS Host allowed. 51 * @param jarPath The host controller's jar path and file.
|
SignatureCheckPackage.java | 52 * @param version The version of the CTS Host allowed. 54 * @param jarPath The host controller's jar path and file.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
Inet4Address.java | 27 * represents a class B network address as <i>128.net.host</i>. A two part 29 * <i>net.host</i>. If there is only one part ({@code bbbb} ) the address is
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
SSLContextSpiTest.java | 88 * @tests javax.net.ssl.SSLContextSpi#engineCreateSSLEngine(String host, int port) 244 * @tests SSLContextSpi#engineCreateSSLEngine(String host, int port)
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 103 // Obtain the target host (required) 107 throw new IllegalStateException("Target host not specified in HTTP context");
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnection.java | 76 /** The target host of this connection. */ 216 ("Target host must not be null.");
|
DefaultClientConnectionOperator.java | 112 ("Target host must not be null."); 203 ("Target host must not be null.");
|
/external/bluetooth/bluez/input/ |
sixpair.c | 89 set_master_bdaddr (libusb_device_handle *devh, int itfnum, char *host) 95 if (sscanf(host, "%X:%X:%X:%X:%X:%X",
|
/external/dropbear/ |
cli-kex.c | 146 dropbear_exit("Didn't validate host key"); 286 "If you know that the host key is correct you can\nremove the bad entry from ~/.ssh/known_hosts",
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_tables.h | 11 * flags are stored in host byte order (of course). 12 * Port numbers are stored in HOST byte order.
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6_tables.h | 11 * flags are stored in host byte order (of course). 12 * Port numbers are stored in HOST byte order.
|
/external/opencore/baselibs/gen_data_structures/src/ |
bitstreamparser.cpp | 63 //Note: Using the host's native shift operator will automatically 64 //convert from big endian to host's endianness.
|
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/ |
SDL_esdaudio.c | 62 static int (*SDL_NAME(esd_open_sound))( const char *host ); 65 const char *host, const char *name );
|
/external/qemu/hw/ |
mmc.h | 98 x : detected and set during command execution. the host must poll 133 * OCR bits are mostly in host.h
|
/external/qemu/ |
thunk.c | 2 * Generic thunking code to convert data between host and target CPU 111 i == THUNK_HOST ? "host" : "target", offset, max_align);
|
/external/webkit/WebCore/page/ |
SecurityOrigin.h | 69 String host() const { return m_host; } function in class:WebCore::SecurityOrigin 165 // (and whether it was set) but considering the host. It is used for postMessage.
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginView.h | 177 - (NPError)getAuthenticationInfoWithProtocol:(const char*) protocol host:(const char*)host port:(int32)port scheme:(const char*)scheme realm:(const char*)realm
|
/frameworks/base/core/java/android/os/ |
Build.java | 197 public static final String HOST = getString("ro.build.host");
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
index.jd | 46 able to hold other App Widgets is called an App Widget host. The screenshot below shows 248 <dd>This is called every time an App Widget is deleted from the App Widget host.</dd> 255 <dd>This is called when the last instance of your App Widget is deleted from the App Widget host. 276 onUpdated()} because it is called when each App Widget is added to a host (unless you use 366 will be automatically launched by the App Widget host and allows the user to configure 371 However, it will be launched by the App Widget host with the {@link 402 <li>The App Widget host calls the configuration Activity and the configuration Activity should always 467 reaching the end, the App Widget host is notified that the configuration was cancelled and the
|
/hardware/msm7k/librpc/rpc/ |
clnt.h | 74 RPC_UNKNOWNHOST=13, /* unknown host name */ 206 extern CLIENT * clnt_create ( char * host, uint32 prog, uint32 vers,
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 148 __BIONIC_ERRDEF( EHOSTDOWN , 112, "Host is down" ) 149 __BIONIC_ERRDEF( EHOSTUNREACH , 113, "No route to host" )
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_errdefs.h | 148 __BIONIC_ERRDEF( EHOSTDOWN , 112, "Host is down" ) 149 __BIONIC_ERRDEF( EHOSTUNREACH , 113, "No route to host" )
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_errdefs.h | 148 __BIONIC_ERRDEF( EHOSTDOWN , 112, "Host is down" ) 149 __BIONIC_ERRDEF( EHOSTUNREACH , 113, "No route to host" )
|