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

<<11121314151617181920>>

  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_event_mbox.h 51 in the device's memory. The host processes one buffer (buffer "A") while the other buffer
52 (buffer "B") continues to collect events. When the host is finished, it begins processing the
54 If the host is not processing events, an interrupt is issued to the host signaling that a
55 buffer is ready. The interrupt that the host receives indicates the appropriate event structure
56 buffer. Once the host finishes processing events from one buffer,
public_descriptors.h 38 DESCRIPTION: Contains the host interface descriptor types in use.
104 uint8 totalMemBlks; /* Total number of memory blocks allocated by the host for this packet.
125 uint32 fwHandlingTime; /* The time passed from host xfer to Tx-complete.*/
133 /* The Host-FW Tx-Result control counters */
137 uint32 TxResultHostCounter; /* Host updates num of results read from results-queue since FW-init. */
140 /* The Host-FW Tx-Result Interface */
225 the structure of the Rx Descriptor recieved by HOST.
  /packages/apps/Contacts/
AndroidManifest.xml 134 <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" />
135 <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" />
224 <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" />
225 <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" />
226 <data android:mimeType="vnd.android.cursor.dir/phone_v2" android:host="com.android.contacts" />
227 <data android:mimeType="vnd.android.cursor.dir/phone" android:host="contacts" />
228 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" android:host="com.android.contacts" />
229 <data android:mimeType="vnd.android.cursor.dir/postal-address" android:host="contacts" />
235 <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" />
236 <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /
    [all...]
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 253 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException {
254 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
256 verifyHostname(s, host);
261 * Creates a new socket which is not connected to any remote host.
311 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort)
314 host, port, localAddr, localPort);
316 verifyHostname(s, host);
326 public Socket createSocket(String host, int port) throws IOException {
327 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
329 verifyHostname(s, host);
    [all...]
  /external/tcpdump/
print-icmp.c 117 #define ICMP_UNREACH_HOST 1 /* bad host */
123 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */
124 #define ICMP_UNREACH_ISOLATED 8 /* src host isolated */
128 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */
132 #define ICMP_REDIRECT_HOST 1 /* for host */
134 #define ICMP_REDIRECT_TOSHOST 3 /* for tos and host */
167 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* destination host unknown */
170 #define ICMP_UNREACH_ISOLATED 8 /* source host isolated */
176 #define ICMP_UNREACH_HOST_PROHIB 10 /* admin prohibited host */
182 #define ICMP_UNREACH_TOSHOST 12 /* tos prohibited host */
    [all...]
print-null.c 47 * The DLT_NULL packet header is 4 bytes long. It contains a host-byte-order
50 * Note here that "host" refers to the host on which the packets were
51 * captured; that isn't necessarily *this* host.
102 * This isn't necessarily in our host byte order; if this is
tcpdump.1 403 Don't convert addresses (i.e., host addresses, port numbers, etc.) to names.
406 Don't print domain name qualification of host names.
421 `ether host {local-hw-addr} or ether broadcast'.
610 .BR host ,
615 E.g., `host foo', `net 128.3', `port 20', `portrange 6000-6008'.
618 .B host
696 E.g., `host foo and not port ftp and not port ftp-data'.
703 .IP "\fBdst host \fIhost\fR"
706 .IP "\fBsrc host \fIhost\fR"
711 Any of the above host expressions can be prepended with the keywords
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 86 public final void verify(String host, SSLSocket ssl)
88 if(host == null) {
89 throw new NullPointerException("host to verify is null");
132 verify(host, x509);
135 public final boolean verify(String host, SSLSession session) {
139 verify(host, x509);
147 public final void verify(String host, X509Certificate cert)
151 verify(host, cns, subjectAlts);
154 public final void verify(final String host, final String[] cns,
176 String msg = "Certificate for <" + host + "> doesn't contain CN or DNS subjectAlt"
    [all...]
X509HostnameVerifier.java 62 boolean verify(String host, SSLSession session);
64 void verify(String host, SSLSocket ssl) throws IOException;
66 void verify(String host, X509Certificate cert) throws SSLException;
79 * @param host The hostname to verify.
82 void verify(String host, String[] cns, String[] subjectAlts)
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 87 * given host name resolves to. If connection to all addresses fail, the
91 * @param host Host name to connect to
100 public Socket connectSocket(Socket sock, String host, int port,
105 if (host == null) {
106 throw new IllegalArgumentException("Target host may not be null.");
128 InetAddress[] inetadrs = InetAddress.getAllByName(host);
  /external/dropbear/
scp.c 164 * given host. This returns < 0 if execution fails, and >= 0 otherwise. This
169 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
175 "Executing: program %s host %s, user %s, command %s\n",
176 ssh_program, host,
201 addargs(&args, "%s", host);
205 /* Fork a child to execute the command on the remote host using ssh. */
225 addargs(&args, "%s", host);
243 /* pop host */
426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
431 tolocal(argc, argv); /* Dest is local host. *
457 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
543 char *bp, *host, *src, *suser; local
    [all...]
  /external/iptables/extensions/
libipt_icmp.c 31 { "host-unreachable", 3, 1, 1 },
37 { "host-unknown", 3, 7, 7 },
39 { "host-prohibited", 3, 10, 10 },
41 { "TOS-host-unreachable", 3, 12, 12 },
43 { "host-precedence-violation", 3, 14, 14 },
50 { "host-redirect", 5, 1, 1 },
52 { "TOS-host-redirect", 5, 3, 3 },
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 104 int connectsock(char *host, char *service, char *protocol)
124 /* Map host name to IP address, allowing for dotted decimal */
125 if(phe = gethostbyname(host))
127 else if((sin.sin_addr.s_addr = inet_addr(host)) == INADDR_NONE)
129 fprintf(stderr, "udpred: can't get \"%s\" host entry\n", host);
157 fprintf(stderr, "udpred: can't connect to %s.%s: %s\n", host, service, sys_errlist[errno]);
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 272 cache.putSessionData(new FakeSession("host" + i), SESSION_DATA);
343 final String host; field in class:FakeSession
345 FakeSession(String host) {
346 this.host = host;
362 return host.getBytes();
390 return host;
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 39 #define SI_PCI_MEM 0x08000000 /* Host Mode sb2pcitranslation0 (64 MB) */
41 #define SI_PCI_CFG 0x0c000000 /* Host Mode sb2pcitranslation1 (64 MB) */
86 #define USB_CORE_ID 0x808 /* usb 1.1 host/device core */
101 #define USB11H_CORE_ID 0x817 /* usb 1.1 host core */
103 #define USB20H_CORE_ID 0x819 /* usb 2.0 host core */
105 #define SDIOH_CORE_ID 0x81b /* sdio host core */
129 #define SPIH_CORE_ID 0x833 /* SPI host core */
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 27 * Tell the host application the current progress of loading a page.
35 * Notify the host application of a change in the document title.
42 * Notify the host application of a new favicon for the current page.
49 * Notify the host application of the url for an apple-touch-icon.
58 * A callback interface used by the host application to notify
63 * Invoked when the host application dismisses the
70 * Notify the host application that the current page would
79 * Notify the host application that the current page would
85 * Request the host application to create a new Webview. The host
    [all...]
  /ndk/build/core/
init.mk 83 # Host system auto-detection.
88 # Determine host system and architecture from the environment
118 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
120 $(call ndk_log,Host OS from environment: $(HOST_OS))
140 $(call __ndk_info,Unsupported host architecture: $(UNAME))
144 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
146 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
164 # special-case the host-tag
176 $(call ndk_log,Host awk tool was auto-detected: $(HOST_AWK))
178 $(call ndk_log,Host awk tool from environment: $(HOST_AWK)
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSource2Test.java 166 assertNotNull("Host should not be null", cs.getLocation().getHost());
190 assertTrue("null host should imply host", cs1.implies(cs2));
191 assertFalse("host should not imply null host", cs2.implies(cs1));
  /external/apache-http/src/org/apache/http/client/params/
ClientPNames.java 113 * Defines the virtual host name.
118 public static final String VIRTUAL_HOST = "http.virtual-host";
130 * Defines the default host. The default value will be used if the target host is
136 public static final String DEFAULT_HOST = "http.default-host";
  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 80 * Obtains the target host.
82 * @return the target host
111 * The target of the last hop is the {@link #getTargetHost target host},
114 * and target of hop 1 is the target host.
130 * Obtains the first proxy host.
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 84 public Socket connectSocket(Socket sock, String host, int port,
89 if (host == null) {
90 throw new IllegalArgumentException("Target host may not be null.");
114 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port);
116 remoteAddress = new InetSocketAddress(host, port);
  /external/qemu/docs/
CPU-EMULATION.TXT 11 Each fragment is translated into a "translated block" (a.k.a. TB) of host
37 several host machine code backends. See source files under tcg/ for details.
44 different from the one on the host. Essentially, a single ARM memory load/store
45 instruction is translated into a series of host machine instructions that will
58 Note that there are actually two TLBs: one is used for host machine
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hwint.h 45 /* Set HOST_WIDE_INT. This should be the widest efficient host
49 With a sane ABI, 'long' is the largest efficient host integer type.
51 because we're targeting a 64-bit machine from a 32-bit host. */
131 autodetect this, so such systems must set a flag in config.host; see there
142 # error "Your host said it wanted to use long long or __int64 but neither"
  /system/extras/tests/bionic/libc/common/
test_libgen.c 14 #if HOST
56 #if !HOST
130 #if HOST
186 #if !HOST
207 #if !HOST
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLTest.java 126 assertEquals("Assert 1: wrong host", "[www.apache.org:8082]", testURL.getHost());
244 URL testURL = new URL("ftp://myname@host.dom/etc/motd");
247 assertEquals("Assert 1: wrong host", "host.dom", testURL.getHost());
254 new URL("ftpmyname@host.dom/etc/motd");
292 assertEquals("Host of context URL instead of new URL", "ftp",
539 String testFTPURLString = "ftp://myname@host.dom/etc/motd";
551 // octet form, with no host
552 "http://host/a[path#frag", // an illegal char, not in escaped
555 "http://host/a%path#frag", // invalid escape sequence in pat
    [all...]

Completed in 79 milliseconds

<<11121314151617181920>>