Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 25 of 138) sorted by relevance

123456

/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DMockFeatures.java13 final Set<Class<?>> interfaces; field in MockFeatures
15 private MockFeatures(Class<T> mockedType, Set<Class<?>> interfaces) { in MockFeatures()
20 static <T> MockFeatures<T> withMockFeatures(Class<T> mockedType, Set<Class<?>> interfaces) { in withMockFeatures()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockFeatures.java15 final Set<Class<?>> interfaces; field in MockFeatures
19 …private MockFeatures(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableM… in MockFeatures()
27 Set<Class<?>> interfaces, in withMockFeatures()
/external/turbine/java/com/google/turbine/binder/bound/
DSourceHeaderBoundClass.java34 private final ImmutableList<ClassSymbol> interfaces; field in SourceHeaderBoundClass
40 ImmutableList<ClassSymbol> interfaces, in SourceHeaderBoundClass()
54 public ImmutableList<ClassSymbol> interfaces() { in interfaces() method in SourceHeaderBoundClass
DHeaderBoundClass.java30 ImmutableList<ClassSymbol> interfaces(); in interfaces() method
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DTestUtils.java43 …lassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String... interfaces) { in makeClassDef()
48 public static ClassDef makeInterfaceDef(@Nonnull String classType, String... interfaces) { in makeInterfaceDef()
/external/wpa_supplicant_8/hostapd/hidl/1.1/
Dhidl.cpp39 int hostapd_hidl_init(struct hapd_interfaces *interfaces) in hostapd_hidl_init()
63 void hostapd_hidl_deinit(struct hapd_interfaces *interfaces) in hostapd_hidl_deinit()
/external/proguard/src/proguard/classfile/editor/
DInterfacesEditor.java74 int[] interfaces = targetClass.u2interfaces; in deleteInterface() local
97 int[] interfaces = targetClass.u2interfaces; in findInterfaceIndex() local
DClassEditor.java55 int[] interfaces = targetClass.u2interfaces; in addInterface() local
82 int[] interfaces = targetClass.u2interfaces; in removeInterface() local
103 int[] interfaces = targetClass.u2interfaces; in findInterfaceIndex() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableClassDef.java56 @Nonnull protected final ImmutableList<String> interfaces; field in ImmutableClassDef
67 @Nullable Collection<String> interfaces, in ImmutableClassDef()
94 @Nullable Collection<String> interfaces, in ImmutableClassDef()
116 @Nullable ImmutableList<String> interfaces, in ImmutableClassDef()
/external/wpa_supplicant_8/hostapd/
Dmain.c262 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
325 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
339 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
515 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
545 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
633 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic() local
643 struct hapd_interfaces interfaces; in main() local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_spec.py13 def __init__(self, vid, pid, product, interfaces): argument
54 def interfaces(self): member in UsbDeviceSpec
Dusb_device.py13 interfaces, argument
63 def interfaces(self): member in UsbDevice
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java83 String[] interfaces) { in visit()
323 ImmutableList<String> interfaces) { in collectOrderedCompanionsToTriggerInterfaceClinit()
366 private boolean defaultMethodsDefined(ImmutableList<String> interfaces) { in defaultMethodsDefined()
457 String[] interfaces) { in visit()
603 private ImmutableList<String> interfaces; field in DefaultMethodClassFixer.DefaultMethodFinder
618 String[] interfaces) { in visit()
665 String[] interfaces) { in visit()
717 String[] interfaces) { in visit()
DLambdaClassFixer.java59 private ImmutableList<String> interfaces; field in LambdaClassFixer
93 String[] interfaces) { in visit()
230 private void copyBridgeMethods(ImmutableList<String> interfaces) { in copyBridgeMethods()
325 private ImmutableList<String> interfaces; field in LambdaClassFixer.CopyBridgeMethods
339 String[] interfaces) { in visit()
390 String[] interfaces) { in visit()
DJava7Compatibility.java47 private String[] interfaces; field in Java7Compatibility
63 String[] interfaces) { in visit()
76 interfaces); in visit() local
193 String[] interfaces) { in visit()
DEmulatedInterfaceRewriter.java46 String[] interfaces) { in visit()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java91 final String[] interfaces, final ConstantPoolGen cp) { in ClassGen()
121 final String[] interfaces) { in ClassGen()
146 final String[] interfaces = clazz.getInterfaceNames(); in ClassGen() local
201 final int[] interfaces = getInterfaces(); in getJavaClass() local
459 final String[] interfaces = new String[size]; in getInterfaceNames() local
467 final int[] interfaces = new int[size]; in getInterfaces() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassCoverageImpl.java30 private String[] interfaces; field in ClassCoverageImpl
96 public void setInterfaces(final String[] interfaces) { in setInterfaces()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedInterfaceDeclaration.java51 List<ResolvedReferenceType> interfaces = new ArrayList<>(); in getAllInterfacesExtended() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderClassDef.java50 @Nonnull final BuilderTypeList interfaces; field in BuilderClassDef
65 @Nonnull BuilderTypeList interfaces, in BuilderClassDef()
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/
DAbstractClassDeclaration.java58 List<ResolvedReferenceType> interfaces = new ArrayList<>(); in getAllInterfaces() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DGetNameClassWriter.java31 …it(int version, int access, String name, String signature, String superName, String[] interfaces) { in visit()
/external/selinux/python/sepolgen/tests/
Dtest_matching.py23 import sepolgen.interfaces as interfaces namespace
/external/wpa_supplicant_8/src/ap/
Dhostapd.c64 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
199 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
2030 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() local
2263 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
2317 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2346 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2606 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2630 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2718 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
2924 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
[all …]

123456