/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 | 80 * iptables -I bw_INPUT -i iface1 --jump costly_shared 81 * iptables -I bw_OUTPUT -o iface1 --jump costly_shared 998 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local 1006 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; 1008 &packets, &bytes, iface0, iface1, rest); 1009 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res, 1010 iface0, iface1, packets, bytes, rest, buffPtr); 1016 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) { 1017 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets); 1020 } 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 | 779 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); 782 Iface1->getDecl(), Iface2->getDecl())) [all...] |