HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 1 - 25 of 1697) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/security/interfaces/
package-info.java 27 * Provides interfaces for generating RSA (Rivest, Shamir and
33 * Note that these interfaces are intended only for key
35 * available. These interfaces are not intended for key
41 * interfaces, including information on how to design
74 package java.security.interfaces;
DSAKey.java 26 package java.security.interfaces;
ECKey.java 25 package java.security.interfaces;
RSAKey.java 26 package java.security.interfaces;
DSAParams.java 26 package java.security.interfaces;
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hidl.h 23 int hostapd_hidl_init(struct hapd_interfaces *interfaces);
24 void hostapd_hidl_deinit(struct hapd_interfaces *interfaces);
  /test/vts/tools/build/tasks/list/
vts_test_hidl_hal_hash_list.mk 20 frameworks/hardware/interfaces/current.txt \
21 hardware/interfaces/current.txt \
22 system/hardware/interfaces/current.txt \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 1 package org.bouncycastle.jce.interfaces;
BCKeyStore.java 1 package org.bouncycastle.jce.interfaces;
ECKey.java 1 package org.bouncycastle.jce.interfaces;
ECPrivateKey.java 1 package org.bouncycastle.jce.interfaces;
ECPublicKey.java 1 package org.bouncycastle.jce.interfaces;
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockFeatures.java 13 final Set<Class<?>> interfaces; field in class:MockFeatures
15 private MockFeatures(Class<T> mockedType, Set<Class<?>> interfaces) {
17 this.interfaces = Collections.unmodifiableSet(interfaces);
20 static <T> MockFeatures<T> withMockFeatures(Class<T> mockedType, Set<Class<?>> interfaces) {
21 return new MockFeatures<>(mockedType, interfaces);
  /external/ltp/testcases/open_posix_testsuite/stress/timers/
keytests.sh 8 # Run key timers tests from the conformance/interfaces area.
38 conformance/interfaces/$test
  /libcore/ojluni/src/main/java/javax/crypto/interfaces/
DHKey.java 26 package javax.crypto.interfaces;
  /external/autotest/client/common_lib/cros/cfm/usb/
cfm_usb_devices.py 8 - interfaces
15 not be the case (list of interfaces might be different for example).
25 interfaces=['uvcvideo', 'uvcvideo', 'uvcvideo', 'uvcvideo'], variable
32 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio'] variable
39 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio'], variable
46 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], variable
53 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], variable
61 interfaces=['snd-usb-audio', 'snd-usb-audio', 'snd-usb-audio', 'usbhid'], variable
68 interfaces=['snd-usb-audio', 'snd-usb-audio', 'snd-usb-audio'], variable
76 interfaces=['udl'] variable
88 interfaces=['udl'], variable
98 interfaces=['usbhid'], variable
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
MockFeatures.java 15 final Set<Class<?>> interfaces; field in class:MockFeatures
19 private MockFeatures(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations) {
21 this.interfaces = Collections.unmodifiableSet(interfaces);
27 Set<Class<?>> interfaces,
30 return new MockFeatures<T>(mockedType, interfaces, serializableMode, stripAnnotations);
  /external/proguard/src/proguard/classfile/editor/
InterfacesEditor.java 27 * This class can add and delete interfaces to and from classes. References to
38 * Creates a new InterfacesEditor that will edit interfaces in the given
74 int[] interfaces = targetClass.u2interfaces; local
76 // Shift the other interfaces in the array.
79 interfaces[index] = interfaces[index + 1];
83 interfaces[interfacesCount] = 0;
91 * Finds the index of the specified interface in the list of interfaces of
97 int[] interfaces = targetClass.u2interfaces; local
101 if (interfaces[index] == interfaceConstantIndex
    [all...]
  /system/tools/hidl/
update-all-google-makefiles.sh 6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
ResolvedInterfaceDeclaration.java 43 * Return the list of interfaces extended directly by this one.
48 * Return the list of interfaces extended directly or indirectly by this one.
51 List<ResolvedReferenceType> interfaces = new ArrayList<>(); local
53 interfaces.add(interfaceDeclaration);
54 interfaces.addAll(interfaceDeclaration.getAllInterfacesAncestors());
56 return interfaces;
  /external/wpa_supplicant_8/hostapd/
main.c 181 wpa_drivers[i]->global_init(iface->interfaces);
257 * interfaces. No actiual driver operations are started.
260 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name,
267 iface = hostapd_init(interfaces, config_fname);
276 iface->interfaces = interfaces;
323 struct hapd_interfaces *interfaces = signal_ctx; local
326 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL);
337 static int hostapd_global_init(struct hapd_interfaces *interfaces,
355 interfaces->eloop_initialized = 1
631 struct hapd_interfaces *interfaces = eloop_ctx; local
641 struct hapd_interfaces interfaces; local
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectOutputStream.java 51 Class[] interfaces = cl.getInterfaces(); local
56 writeInt(interfaces.length - 1);
57 for (int i = 0; i < interfaces.length; i++) {
58 Class interfaze = interfaces[i];
60 name = interfaces[i].getName();
  /platform_testing/libraries/app-helpers/interfaces/
Android.mk 19 LOCAL_MODULE := app-helpers-common-interfaces
30 LOCAL_MODULE := app-helpers-auto-interfaces
32 LOCAL_STATIC_JAVA_LIBRARIES := app-helpers-common-interfaces
41 LOCAL_MODULE := app-helpers-clockwork-interfaces
43 LOCAL_STATIC_JAVA_LIBRARIES := app-helpers-common-interfaces
52 LOCAL_MODULE := app-helpers-handheld-interfaces
54 LOCAL_STATIC_JAVA_LIBRARIES := app-helpers-common-interfaces
63 LOCAL_MODULE := app-helpers-tv-interfaces
65 LOCAL_STATIC_JAVA_LIBRARIES := app-helpers-common-interfaces dpad-util
  /device/generic/goldfish/wifi/wifi_hal/
info.cpp 47 wifi_error Info::getInterfaces(int* num, wifi_interface_handle** interfaces) {
48 if (num == nullptr || interfaces == nullptr) {
52 *interfaces = mInterfaceHandles.data();
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
TestUtils.java 43 public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String... interfaces) {
44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces),
48 public static ClassDef makeInterfaceDef(@Nonnull String classType, String... interfaces) {
50 ImmutableSet.copyOf(interfaces), null, null, null, null, null, null);

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>