HomeSort by relevance Sort by last modified time
    Searched full:iface1 (Results 1 - 17 of 17) sorted by null

  /dalvik/tests/008-instanceof/
expected.txt 0 iface1.mFloaty = 5.0 wahoo
  /dalvik/tests/008-instanceof/src/
Iface1.java 6 public interface Iface1 {
ImplA.java 6 public class ImplA implements Iface1, Iface2 {
ImplB.java 6 public class ImplB implements Iface1, Iface2 {
Main.java 22 Iface1 face1;
30 System.out.println("iface1.mFloaty = " + face1.mFloaty + " " + face1.mWahoo);
  /dalvik/tests/009-instanceof2/src/
Iface1.java 6 public interface Iface1 {
ImplA.java 6 public class ImplA implements Iface1, Iface2 {
ImplB.java 6 public class ImplB implements Iface1, Iface2 {
Main.java 22 Iface1[] faceArray;
  /dalvik/tests/011-array-copy/src/
Iface1.java 6 public interface Iface1 {
ImplA.java 6 public class ImplA implements Iface1, Iface2 {
  /dalvik/tests/022-interface/src/
Iface1.java 6 public interface Iface1 {
ImplA.java 6 public class ImplA implements Iface1, Iface2 {
ImplB.java 6 public class ImplB implements Iface1, Iface2 {
  /system/netd/
BandwidthController.cpp 85 * iptables -I bw_INPUT -i iface1 --jump costly_shared
86 * iptables -I bw_OUTPUT -o iface1 --jump costly_shared
996 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local
1004 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1006 &packets, &bytes, iface0, iface1, rest);
1007 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1008 iface0, iface1, packets, bytes, rest, buffPtr);
1014 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) {
1015 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1018 } else if ((stats.ifaceOut == iface0) && (stats.ifaceIn == iface1)) {
    [all...]
  /external/libpcap/
pcap-dos.c 1012 { "3C59X.IFACE1", ARG_ATOI, &vortex_options[1] },
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 772 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
775 Iface1->getDecl(), Iface2->getDecl()))
    [all...]

Completed in 301 milliseconds