/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 87 AdbEnumInterfaceArray* interfaces) {
91 // Enumerate interfaces on this device
97 // interfaces exposed by one or more devices defined by our interface
99 // can be called repeatedly to get information about several interfaces
140 interfaces->swap(tmp);
149 AdbEnumInterfaceArray* interfaces) {
164 interfaces);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
AbstractClassDefVisitor.java | 48 public Object visit (final IInterfaceCollection interfaces, final Object ctx)
|
/external/libsepol/include/sepol/ |
sepol.h | 15 #include <sepol/interfaces.h>
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ChainStrengthAnalyzer.java | 21 import java.security.interfaces.RSAPublicKey;
|
OpenSSLServerSocketImpl.java | 23 import java.security.interfaces.ECPrivateKey; 24 import java.security.interfaces.DSAPrivateKey; 25 import java.security.interfaces.RSAPrivateKey;
|
OpenSSLSignatureRawRSA.java | 26 import java.security.interfaces.RSAPrivateCrtKey; 27 import java.security.interfaces.RSAPrivateKey; 28 import java.security.interfaces.RSAPublicKey;
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
ClassStubber.java | 41 String[] interfaces) { 42 super.visit(version, access, name, signature, superName, interfaces);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EncodedKeySpec2Test.java | 24 import java.security.interfaces.DSAPrivateKey; 25 import java.security.interfaces.DSAPublicKey;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
DSAUtil.java | 6 import java.security.interfaces.DSAPrivateKey; 7 import java.security.interfaces.DSAPublicKey;
|
BCDSAPrivateKey.java | 7 import java.security.interfaces.DSAParams; 8 import java.security.interfaces.DSAPrivateKey; 23 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ProxyTest.java | 30 * loaders of its implemented interfaces. http://b/1608481 71 Class[] interfaces = { java.beans.PropertyChangeListener.class }; local 72 Object proxy = Proxy.newProxyInstance(cl, interfaces, new InvocationHandler() {
|
/libcore/luni/src/test/java/tests/security/spec/ |
EncodedKeySpec2Test.java | 26 import java.security.interfaces.DSAPrivateKey; 27 import java.security.interfaces.DSAPublicKey;
|
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 40 * the given interfaces. The calls of the methods inherited from the super class are 43 * the interfaces are also forwarded to the method handler. 126 * if its super class or any of its interfaces implement <code>java.io.Serializable</code>. 154 private Class[] interfaces; field in class:ProxyFactory 335 interfaces = null; 363 * Sets the interfaces of a proxy class. 366 interfaces = ifs; 372 * Obtains the interfaces set by <code>setInterfaces</code>. 376 public Class[] getInterfaces() { return interfaces; } 439 public String getKey(Class superClass, Class[] interfaces, byte[] signature, boolean useWriteReplace [all...] |
/dalvik/vm/oo/ |
Array.cpp | 391 * interfaces. We need to set that up here, so that stuff like 403 * copy of "interfaces" and "iftable" somewhere near the start and 407 newClass->interfaces = (ClassObject**)dvmLinearAlloc(newClass->classLoader, 409 memset(newClass->interfaces, 0, sizeof(ClassObject*) * 2); 410 newClass->interfaces[0] = 412 newClass->interfaces[1] = 414 dvmLinearReadOnly(newClass->classLoader, newClass->interfaces); 415 if (newClass->interfaces[0] == NULL || newClass->interfaces[1] == NULL) { 416 ALOGE("Unable to create array class '%s': missing interfaces", [all...] |
/cts/tools/signature-tools/src/signature/model/impl/ |
SigClassDefinition.java | 43 private Set<ITypeReference> interfaces = Uninitialized.unset(); field in class:SigClassDefinition 102 return interfaces; 105 public void setInterfaces(Set<ITypeReference> interfaces) { 106 this.interfaces = interfaces;
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefsSection.java | 177 TypeList interfaces = c.getInterfaces(); local 178 int sz = interfaces.size(); 180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 177 TypeList interfaces = c.getInterfaces(); local 178 int sz = interfaces.size(); 180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JDKDSAPrivateKey.java | 7 import java.security.interfaces.DSAParams; 8 import java.security.interfaces.DSAPrivateKey; 25 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
ClassDefsSection.java | 177 TypeList interfaces = c.getInterfaces(); local 178 int sz = interfaces.size(); 180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbHostManager.java | 118 Parcelable[] interfaces = new UsbInterface[numInterfaces]; local 139 // don't allow if any interfaces are blacklisted 143 interfaces[intf] = new UsbInterface(interfaceId, interfaceClass, 154 deviceClass, deviceSubclass, deviceProtocol, interfaces);
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
DSAKeyFactoryImpl.java | 26 import java.security.interfaces.DSAParams; 27 import java.security.interfaces.DSAPrivateKey; 28 import java.security.interfaces.DSAPublicKey;
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
FilterClassAdapter.java | 46 String superName, String[] interfaces) { 49 super.visit(version, access, name, signature, superName, interfaces);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator4Test.java | 27 import java.security.interfaces.DSAPublicKey; 28 import java.security.interfaces.DSAParams;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyFactorySpi.java | 11 import javax.crypto.interfaces.DHPrivateKey; 12 import javax.crypto.interfaces.DHPublicKey;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
BCRSAPrivateKey.java | 7 import java.security.interfaces.RSAPrivateKey; 19 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;
|