/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLECPublicKey.java | 24 import java.security.interfaces.ECPublicKey;
|
OpenSSLRSAPrivateCrtKey.java | 25 import java.security.interfaces.RSAPrivateCrtKey; 26 import java.security.interfaces.RSAPrivateKey;
|
/external/conscrypt/src/test/java/org/conscrypt/ |
SignatureTest.java | 26 import java.security.interfaces.RSAPrivateKey;
|
/external/doclava/src/com/google/doclava/ |
Hierarchy.java | 114 for (ClassInfo iface : cl.interfaces()) { 115 hdf.setValue("interfaces." + i + ".class.label", iface.name()); 116 hdf.setValue("interfaces." + i + ".class.qualified", iface.qualifiedName()); 118 hdf.setValue("interfaces." + i + ".class.link", iface.htmlPage()); 121 hdf.setValue("interfaces." + i + ".exists", "1");
|
Stubs.java | 247 // blow open super class and interfaces 886 ArrayList<ClassInfo> interfaces = cl.realInterfaces(); local 1090 ArrayList<ClassInfo> interfaces = cl.realInterfaces(); local 1207 ArrayList<ClassInfo> interfaces = cl.realInterfaces(); local [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PoloChallengeResponse.java | 25 import java.security.interfaces.RSAPublicKey;
|
/external/kernel-headers/original/uapi/video/ |
adf.h | 134 * @n_interfaces: number of interfaces targeted by the flip (input) 135 * @interfaces: ids of interfaces targeted by the flip (input) 145 __u32 __user *interfaces; member in struct:adf_post_config 175 * allocated by a different ADF interface, even if the two interfaces belong to
|
/frameworks/base/tools/aidl/ |
AST.cpp | 802 N = this->interfaces.size(); 804 types->insert(this->interfaces[i]); 842 N = this->interfaces.size(); 850 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str());
|
generate_java_binder.cpp | 32 this->interfaces.push_back(interfaceType); 165 this->interfaces.push_back(interfaceType); 528 interface->interfaces.push_back(IINTERFACE_TYPE);
|
/frameworks/wilhelm/src/ |
sles.c | 156 // Initially no interfaces are exposed 159 const struct iid_vtable *interfaces = clazz->mInterfaces; local 162 // Expose all implicit interfaces 164 switch (interfaces[i].mInterface) { 168 if (NULL != MPH_init_table[interfaces[i].mMPH].mInit) { 199 (INTERFACE_UNAVAILABLE == interfaces[index].mInterface)) { 436 // Wilhelm desktop extended interfaces 438 // Android API level 9 extended interfaces 445 // Android API level 10 extended interfaces 448 // OpenMAX AL 1.0.1 interfaces [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
driver_nl80211.h | 68 struct dl_list interfaces; member in struct:nl80211_global
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/x509/ |
SubjectPublicKeyInfoTest.java | 36 import java.security.interfaces.RSAPublicKey;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxvahd.h | 384 #warning COM interfaces layout in this header has not been verified. 385 #warning COM interfaces with incorrect layout may not work at all. 426 #warning COM interfaces layout in this header has not been verified. 427 #warning COM interfaces with incorrect layout may not work at all.
|
vsbackup.h | 107 #warning COM interfaces layout in this header has not been verified. 108 #warning COM interfaces with incorrect layout may not work at all. 228 #warning COM interfaces layout in this header has not been verified. 229 #warning COM interfaces with incorrect layout may not work at all. 354 #warning COM interfaces layout in this header has not been verified. 355 #warning COM interfaces with incorrect layout may not work at all. [all...] |
wmcontainer.h | 72 #warning COM interfaces layout in this header has not been verified. 73 #warning COM interfaces with incorrect layout may not work at all. 116 #warning COM interfaces layout in this header has not been verified. 117 #warning COM interfaces with incorrect layout may not work at all. 153 #warning COM interfaces layout in this header has not been verified. 154 #warning COM interfaces with incorrect layout may not work at all. 197 #warning COM interfaces layout in this header has not been verified. 198 #warning COM interfaces with incorrect layout may not work at all. 299 #warning COM interfaces layout in this header has not been verified. 300 #warning COM interfaces with incorrect layout may not work at all [all...] |
mfplay.h | 60 #warning COM interfaces layout in this header has not been verified. 61 #warning COM interfaces with incorrect layout may not work at all. 125 #warning COM interfaces layout in this header has not been verified. 126 #warning COM interfaces with incorrect layout may not work at all. 224 #warning COM interfaces layout in this header has not been verified. 225 #warning COM interfaces with incorrect layout may not work at all.
|
/prebuilts/tools/common/mkidentity/ |
mkidentity-prebuilt.jar | |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.c | 163 cInterface = &priv->interfaces[iface]; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 183 String superName, String[] interfaces) { 190 super.visit(version, access, name, signature, superName, interfaces);
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 317 iface = dl_list_first(&sm->interfaces, 421 iface = dl_list_first(&sm->interfaces, 476 iface = dl_list_first(&sm->interfaces, 583 dl_list_for_each(iface, &sm->interfaces, 650 dl_list_for_each(iface, &sm->interfaces, [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectStreamClass.java | 464 * JDK 1.1.7. So, JDK 1.2 "pretends" arrays have no interfaces when 469 Class<?>[] interfaces = cl.getInterfaces(); local 470 if (interfaces.length > 1) { 478 Arrays.sort(interfaces, interfaceComparator); 482 for (int i = 0; i < interfaces.length; i++) { 483 output.writeUTF(interfaces[i].getName()); [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 1327 Class interfaces[] = badClass.getInterfaces(); local [all...] |
/external/chromium_org/dbus/ |
test_service.cc | 662 std::vector<std::string> interfaces; local 663 interfaces.push_back("org.chromium.TestInterface"); 664 writer.AppendArrayOfStrings(interfaces);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 39 * MT-safety: this class and all interfaces used by it are not safe for 281 // ACC_STATIC is never written for nested classes/interfaces; 297 // if/when emma decides to instrument interfaces for <clinit> 310 final IInterfaceCollection interfaces = getInterfaces (); local 311 final String [] ifcs = new String [interfaces.size ()]; 317 ifcs [i] = Types.vmNameToJavaName (((CONSTANT_Class_info) m_constants.get (interfaces.get (i))).getName (this));
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
ReflectUtils.java | 354 Class[] interfaces = type.getInterfaces(); local 355 for (int i = 0; i < interfaces.length; i++) { 356 addAllMethods(interfaces[i], list);
|