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

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 150 fail("ScrollView can host only one direct child");
175 fail("ScrollView can host only one direct child");
190 fail("ScrollView can host only one direct child");
200 fail("ScrollView can host only one direct child");
227 fail("ScrollView can host only one direct child");
265 fail("ScrollView can host only one direct child");
292 fail("ScrollView can host only one direct child");
302 fail("ScrollView can host only one direct child");
  /cts/tools/vm-tests/
Android.mk 71 # copy Util class to compile later together with the generated host side junit tests
73 # generated and compile the host side junit tests
  /dalvik/libcore/
JavaLibrary.mk 20 # Common definitions for host and target.
145 # Build for the host.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMTestInnerClass.java 134 String host, String file, String name,
137 test.assertURIEquals(assertID, scheme, path, host, file, name, query,
  /dalvik/libcore/luni/src/main/java/java/net/
SocketOptions.java 70 * host on which incoming connections are accepted. It's only available on
128 * host on which incoming connections are accepted. It's only available on
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaNetDatagramSocketTest.java 138 public void checkAccept(String host, int port) {
140 super.checkAccept(host, port);
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 150 SSLSession toSession(byte[] data, String host, int port) {
173 return new OpenSSLSessionImpl(sessionData, parameters, host, port,
  /development/build/tools/
patch_windows_sdk.sh 36 cp $V $WIN_OUT_DIR/host/windows-x86/bin/*.{exe,dll} $TOOLS/
106 cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
  /development/cmds/monkey/
README.NETWORK.txt 5 into the input system. The idea is that a process will run on a host
122 needing a host process.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 69 VAR_MAP.put("build.host", new StaticVarGetter(Build.HOST));
  /development/testrunner/
run_command.py 151 """Run a command on the host (opt using valgrind).
153 Runs the host binary and returns the exit code.
  /development/testrunner/test_defs/
xml_suite_helper.py 136 """Parses host suite attributes from xml."""
138 TAG_NAME = 'test-host'
  /device/htc/passion-common/tools/
btconfig.c 40 0x01, // idle threshold Host (x300ms)
44 0x01, // Allow host sleep during SCO
  /external/dnsmasq/
CHANGELOG 15 over-ridden by dhcp-host or dhcp-ignore-names directives.
75 Fix security problem which allowed any host permitted to
129 host sometimes provides the name, sometimes not.
297 Allow for more that one MAC address in a dhcp-host
300 address, if another MAC address in the dhcp-host statement
302 address to a host which has two network interfaces
345 Fix potential crash when a host which doesn't have a lease
372 Honour lease-time spec in dhcp-host lines even for
  /external/elfutils/libelf/
elf32_checksum.c 66 /* Determine whether the byte order of the file and that of the host
116 /* If the file byte order is the same as the host byte order
  /external/grub/netboot/
sk_g16.h 83 #define RX_OWN 0x80 /* Owner bit 0 = host, 1 = lance */
97 #define TX_OWN 0x80 /* Owner bit 0 = host, 1 = lance */
  /external/icu4c/stubdata/
Android.mk 154 # Large (for host). This is the only config we support on the host,
  /external/iproute2/doc/
arpd.sgml 31 that host is dead was proven the last time.
55 longer than boot time of a typical host not supporting gratuitous ARP.
  /external/iproute2/include/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/iproute2/man/man8/
arpd.8 20 Dump arpd database to stdout and exit. Output consists of three columns: interface index, IP address and MAC address. Negative entries for dead hosts are also shown, in this case MAC address is replaced by word FAILED followed by colon and time when the fact that host is dead was proven the last time.
35 Timeout of negative cache. When resolution fails arpd suppresses further attempts to resolve for this period. It makes sense only together with option -k This timeout should not be too much longer than boot time of a typical host not supporting gratuitous ARP. Default value is 60 seconds.
  /external/kernel-headers/original/asm-generic/
errno.h 85 #define EHOSTDOWN 112 /* Host is down */
86 #define EHOSTUNREACH 113 /* No route to host */
  /external/kernel-headers/original/linux/
in6.h 45 * in network byte order, not in host byte order as are the IPv4 equivalents
103 * Note that this are in host byte order while the flowinfo field of
  /external/libffi/
ltconfig 208 host=
313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
399 elif test -z "$host"; then
402 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
404 host="$option
    [all...]
  /external/libpcap/
tokdefs.h 34 HOST = 260,
138 #define HOST 260
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns.h 129 * @param name: Null-terminated string containing the host
132 * contain the network address of the host in dotted decimal

Completed in 241 milliseconds

<<21222324252627282930>>