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

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 72 TestUtils.makeClassDef("Liface/classiface1;", "Ljava/lang/Object;", "Liface/iface1;"),
73 TestUtils.makeInterfaceDef("Liface/iface1;"),
188 String iface1 = "Liface/iface1;"; local
204 superclassTest(iface1, classiface1, iface1);
218 superclassTest(object, sub3, iface1);
219 superclassTest(unknown, sub2, iface1);
220 superclassTest(unknown, sub1, iface1);
228 superclassTest(unknown, iface1, classsub1234)
    [all...]
  /system/netd/server/
BandwidthController.cpp 109 * iptables -I bw_INPUT -i iface1 --jump bw_costly_shared
110 * iptables -I bw_OUTPUT -o iface1 --jump bw_costly_shared
998 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local
1019 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0
    [all...]

Completed in 85 milliseconds