HomeSort by relevance Sort by last modified time
    Searched defs:Os (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java 23 import android.system.Os;
90 FileDescriptor s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
91 Os.setsockoptTimeval(s, SOL_SOCKET, SO_RCVTIMEO, StructTimeval.fromMillis(100));
104 int ret = Os.sendto(s, ByteBuffer.wrap(packet), 0, address, port);
119 bytesRead = Os.recvfrom(s, responseBuffer, 0, from);
128 bytesRead = Os.read(s, responseBuffer);
141 int id = ((InetSocketAddress) Os.getsockname(s)).getPort();
169 Os.close(s);
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 26 * Condition that tests the OS type.
30 public class Os implements Condition {
32 System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
41 * OS family to look for
45 * Name of OS
49 * version of OS
53 * OS architecture
57 * OS family that can be tested for. {@value
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 36 import android.system.Os;
250 s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
254 s = Os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP);
261 Os.connect(s, address, port);
262 Os.write(s, packet, 0, packet.length);
268 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS);
272 int read = Os.read(s, reply, 0, LENGTH);
276 InetSocketAddress local = (InetSocketAddress) Os.getsockname(s);
PacketReflector.java 20 import android.system.Os;
168 Os.write(mFd, buf, 0, len);
177 len = Os.read(mFd, buf, 0, buf.length);
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 283 function os(a,b,c){var d;d=(hr(b,a.c),a.b[b]);li(a.b,b,c);return d}
425 function qc(a){var b;for(b=0;b<a.b.c;++b){if(ls(a.e,b)==null){os(a.e,b,new xc(ui(ls(a.b,b))));vc(ti(ls(a.e,b-1),6),ti(ls(a.e,b),6))}}}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 2593 milliseconds