HomeSort by relevance Sort by last modified time
    Searched full:host (Results 501 - 525 of 2243) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKit/chromium/public/
WebDevToolsFrontend.h 44 // direct and delegate Apis to the host.
  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.h 47 QString host() const;
  /external/webkit/WebKit/win/Interfaces/
IWebSecurityOrigin.idl 43 HRESULT host([out, retval] BSTR* result);
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 32 * otherwise return false and the caller (i.e. the widget host)
  /frameworks/base/include/media/stagefright/
HTTPDataSource.h 32 const char *host, int port, const char *path,
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardScreenCallback.java 23 * to the host keyguard view.
  /packages/apps/Email/src/com/android/email/
VendorPolicyLoader.java 52 private static final String GET_IMAP_ID_HOST = "getImapId.host";
161 * @param host the server that is being contacted (e.g. "imap.server.com")
166 public String getImapIdValues(String userName, String host, String capabilities) {
169 params.putString(GET_IMAP_ID_HOST, host);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/home/jingyu/projects/gcc/android-toolchain/gcc-4.4.0/configure --prefix=/usr/local --target=arm-eabi --host=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu --enable-languages=c,c++ --with-gmp=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --with-mpfr=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=6.6 --with-arch=armv5te --with-multilib-list=mthumb-interwork,mandroid --with-sysroot=/g/users/jingyu/toolchain/cupcake_rel_root --program-transform-name='s&^&arm-eabi-&'";
  /prebuilt/windows/sdl/host/include/SDL/
SDL_byteorder.h 37 /* Pardon the mess, I'm trying to determine the endianness of this host.
  /system/core/adb/
commandline.c 108 " connect <host>:<port> - connect to a device via TCP/IP\n"
109 " disconnect <host>:<port> - disconnect from a TCP/IP device\n"
114 " adb sync [ <directory> ] - copy host->device only if changed\n"
391 snprintf(buffer, buflen, "host-serial:%s:%s", serial, command);
393 const char* prefix = "host";
395 prefix = "host-usb";
397 prefix = "host-local";
848 snprintf(buf, sizeof buf, "host:%s", argv[0]);
862 fprintf(stderr, "Usage: adb %s <host>:<port>\n", argv[0]);
865 snprintf(buf, sizeof buf, "host:%s:%s", argv[0], argv[1])
    [all...]
  /system/core/fastboot/
Android.mk 47 LOCAL_C_INCLUDES += development/host/windows/usb/api
  /bionic/libc/netbsd/resolv/
herror.c 86 "Unknown host", /* 1 HOST_NOT_FOUND */
87 "Host name lookup failure", /* 2 TRY_AGAIN */
124 * return the string associated with a given "host" errno value.
  /dalvik/libcore/security/src/test/java/tests/security/cert/
LDAPCertStoreParametersTest.java 77 assertEquals("host", "localhost", cp.getServerName());
112 assertTrue("host", serverName.equals(cp.getServerName()));
168 assertTrue("host", serverName.equals(cp.getServerName()));
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
HttpsURLConnection.java 86 * The host name verifier used by this connection. It is initialized from
159 * Returns the {@code Principal} used to identify the local host during the handshake.
161 * @return the {@code Principal} used to identify the local host during the handshake, or
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 106 String host, String file, String name, String query,
157 if (host != null) {
163 assertEquals(assertID, host, actualHost);
  /development/pdk/
README 67 host locally.
93 To host the pdk docs on the internal appengine run:
98 To host the pdk docs on the external appengine run:
  /development/pdk/docs/porting/
source_setup_guide.jd 1 page.title=Host System Setup
19 <p>This section provides instructions on how to configure your host system to build Android for mobile devices. While Android is designed as host-environment agnostic, it has been tested and is known to work on the following Linux operating system; Ubuntu 6.06 (Dapper), 7.10 (Gutsy), and 8.04. Cygwin is not recommended. </p>
  /external/kernel-headers/original/linux/
in.h 192 * On subnets, host and network parts are found according
228 /* Network number for local host loopback. */
231 /* Address to loopback in software to local host. */
  /external/qemu/
qemu-monitor.hx 67 show all USB host devices
351 "device", "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')" },
525 "tap|user|socket|vde|dump [options]", "add host VLAN client" },
528 Add host VLAN client.
532 "vlan_id name", "remove host VLAN client" },
535 Remove host VLAN client.
540 "[tcp|udp]:host-port:[guest-host]:guest-port", "redirect TCP or UDP connections from host to guest (requires -net user)\n
    [all...]
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 204 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen)
207 host:host
  /external/webkit/WebKit/mac/WebView/
WebDocument.h 71 @param hostWindow The host window for the document view.
72 @abstract Called before the host window is set on the parent web view.
78 @abstract Called after the host window is set on the parent web view.
  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 263 mNetwork.getProxyHostname() : loader.host();
276 String host, String realm, String username, String password) {
278 proxy.onReceivedHttpAuthCredentials(host, realm, username, password);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi_linux.c 2 * Broadcom SPI Host Controller Driver - Linux Per-port
109 /* Map Host controller registers */
162 sd_err(("%s: Card & Host are not initted - bailing\n", __FUNCTION__));
bcmsdstd_linux.c 2 * 'Standard' SDIO HOST CONTROLLER driver - linux portion
99 /* Map Host controller registers */
152 sd_err(("%s: Card & Host are not initted - bailing\n", __FUNCTION__));
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdspi.h 74 uint32 controller_type; /* Host controller type */
75 uint8 version; /* Host Controller Spec Compliance Version */
87 bool got_hcint; /* Host Controller interrupt. */

Completed in 120 milliseconds

<<21222324252627282930>>