Searched refs:iface1 (Results 1 - 7 of 7) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
H A D | CommonSuperclassTest.java | 72 TestUtils.makeClassDef("Liface/classiface1;", "Ljava/lang/Object;", "Liface/iface1;"), 73 TestUtils.makeInterfaceDef("Liface/iface1;"), 188 String iface1 = "Liface/iface1;"; 204 superclassTest(iface1, classiface1, iface1); 218 superclassTest(object, sub3, iface1); 219 superclassTest(unknown, sub2, iface1); 220 superclassTest(unknown, sub1, iface1); 228 superclassTest(unknown, iface1, classsub123 [all...] |
/external/wpa_supplicant_8/hostapd/src/fst/ |
H A D | fst.c | 204 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, argument 207 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2);
|
H A D | fst.h | 265 * @iface1: 1st FST interface object 266 * @iface1: 2nd FST interface object 271 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
|
/external/wpa_supplicant_8/src/fst/ |
H A D | fst.c | 204 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, argument 207 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2);
|
H A D | fst.h | 265 * @iface1: 1st FST interface object 266 * @iface1: 2nd FST interface object 271 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
|
/external/wpa_supplicant_8/wpa_supplicant/src/fst/ |
H A D | fst.c | 204 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, argument 207 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2);
|
H A D | fst.h | 265 * @iface1: 1st FST interface object 266 * @iface1: 2nd FST interface object 271 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
|
Completed in 92 milliseconds