HomeSort by relevance Sort by last modified time
    Searched full:iface1 (Results 1 - 19 of 19) 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 {
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 174 static gboolean iface1, iface2, iface3, iface4, iface5, iface6; variable
196 iface1 = TRUE;
350 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
363 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
406 g_assert (iface1 && iface2 && iface3 && iface4 && iface5 && iface6);
  /system/netd/
BandwidthController.cpp 81 * iptables -I INPUT -i iface1 --goto costly_shared
82 * iptables -I OUTPUT -o iface1 --goto costly_shared
928 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local
936 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
938 &packets, &bytes, iface0, iface1, rest);
939 LOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
940 iface0, iface1, packets, bytes, rest, buffPtr);
944 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) {
945 LOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
948 } 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 778 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
781 Iface1->getDecl(), Iface2->getDecl()))
    [all...]
  /external/bluetooth/glib/gobject/
ChangeLog     [all...]

Completed in 2100 milliseconds