HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 151 - 175 of 778) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
README 35 a number of interfaces to work with:
70 It is allowed to add function interfaces while only bumping minor. Any
71 user that uses these function interfaces must therefore use lazy symbol
  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepFindVisitor.java 34 public void visit(int version, int access, String name, String signature, String superName, String[] interfaces) {
36 super.visit(version, access, name, signature, superName, interfaces);
  /external/mesa3d/src/gallium/state_trackers/xa/
README 35 a number of interfaces to work with:
70 It is allowed to add function interfaces while only bumping minor. Any
71 user that uses these function interfaces must therefore use lazy symbol
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DebuggingClassWriter.java 55 String[] interfaces) {
58 super.visit(version, access, name, signature, superName, interfaces);
ClassEmitter.java 62 public void begin_class(int version, final int access, String className, final Type superType, final Type[] interfaces, String source) {
72 return interfaces;
83 TypeUtils.toInternalNames(interfaces));
246 String[] interfaces) {
251 TypeUtils.fromInternalNames(interfaces),
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackHelper.java 32 public CallbackHelper(Class superclass, Class[] interfaces)
35 Enhancer.getMethods(superclass, interfaces, methods);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DexBuilder.java 112 @Nullable List<String> interfaces,
117 if (interfaces == null) {
118 interfaces = ImmutableList.of();
120 interfaces = Lists.newArrayList(interfaces);
121 Collections.sort(interfaces);
123 Iterator<String> interfaceIterator = interfaces.iterator();
136 context.typeListPool.internTypeList(interfaces),
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 26 import java.security.interfaces.DSAPrivateKey;
27 import java.security.interfaces.DSAPublicKey;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoverynotification.h 14 #warning COM interfaces layout in this header has not been verified.
15 #warning COM interfaces with incorrect layout may not work at all.
identitystore.h 23 #warning COM interfaces layout in this header has not been verified.
24 #warning COM interfaces with incorrect layout may not work at all.
vsadmin.h 14 #warning COM interfaces layout in this header has not been verified.
15 #warning COM interfaces with incorrect layout may not work at all.
wsdhost.h 18 #warning COM interfaces layout in this header has not been verified.
19 #warning COM interfaces with incorrect layout may not work at all.
48 #warning COM interfaces layout in this header has not been verified.
49 #warning COM interfaces with incorrect layout may not work at all.
74 #warning COM interfaces layout in this header has not been verified.
75 #warning COM interfaces with incorrect layout may not work at all.
82 #warning COM interfaces layout in this header has not been verified.
83 #warning COM interfaces with incorrect layout may not work at all.
wsdxml.h 18 #warning COM interfaces layout in this header has not been verified.
19 #warning COM interfaces with incorrect layout may not work at all.
audioengineendpoint.h 92 #warning COM interfaces layout in this header has not been verified.
93 #warning COM interfaces with incorrect layout may not work at all.
126 #warning COM interfaces layout in this header has not been verified.
127 #warning COM interfaces with incorrect layout may not work at all.
162 #warning COM interfaces layout in this header has not been verified.
163 #warning COM interfaces with incorrect layout may not work at all.
194 #warning COM interfaces layout in this header has not been verified.
195 #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
    [all...]
msrdc.h 106 #warning COM interfaces layout in this header has not been verified.
107 #warning COM interfaces with incorrect layout may not work at all.
138 #warning COM interfaces layout in this header has not been verified.
139 #warning COM interfaces with incorrect layout may not work at all.
178 #warning COM interfaces layout in this header has not been verified.
179 #warning COM interfaces with incorrect layout may not work at all.
212 #warning COM interfaces layout in this header has not been verified.
213 #warning COM interfaces with incorrect layout may not work at all.
242 #warning COM interfaces layout in this header has not been verified.
243 #warning COM interfaces with incorrect layout may not work at all
    [all...]
wsdclient.h 18 #warning COM interfaces layout in this header has not been verified.
19 #warning COM interfaces with incorrect layout may not work at all.
50 #warning COM interfaces layout in this header has not been verified.
51 #warning COM interfaces with incorrect layout may not work at all.
78 #warning COM interfaces layout in this header has not been verified.
79 #warning COM interfaces with incorrect layout may not work at all.
118 #warning COM interfaces layout in this header has not been verified.
119 #warning COM interfaces with incorrect layout may not work at all.
164 #warning COM interfaces layout in this header has not been verified.
165 #warning COM interfaces with incorrect layout may not work at all
    [all...]
winsync.h 181 #warning COM interfaces layout in this header has not been verified.
182 #warning COM interfaces with incorrect layout may not work at all.
215 #warning COM interfaces layout in this header has not been verified.
216 #warning COM interfaces with incorrect layout may not work at all.
245 #warning COM interfaces layout in this header has not been verified.
246 #warning COM interfaces with incorrect layout may not work at all.
287 #warning COM interfaces layout in this header has not been verified.
288 #warning COM interfaces with incorrect layout may not work at all.
342 #warning COM interfaces layout in this header has not been verified.
343 #warning COM interfaces with incorrect layout may not work at all
    [all...]
  /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...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 470 WebTestInterfaces* interfaces = local
472 interfaces->setTestIsRunning(false);
473 if (interfaces->testRunner()->ShouldDumpBackForwardList()) {
562 WebTestInterfaces* interfaces = local
564 interfaces->setTestIsRunning(true);
565 interfaces->configureForTestWithURL(GURL(), false);
610 WebTestInterfaces* interfaces = local
614 if (interfaces->testRunner()->ShouldDumpAsAudio()) {
616 interfaces->testRunner()->GetAudioData(&vector_data);
623 interfaces->testRunner()->ShouldGeneratePixelResults())
675 WebTestInterfaces* interfaces = local
    [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 176 TypeList interfaces = c.getInterfaces(); local
177 int sz = interfaces.size();
179 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPrivateKey.java 7 import java.security.interfaces.DSAParams;
8 import java.security.interfaces.DSAPrivateKey;
23 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;
  /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/conscrypt/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 25 import java.security.interfaces.RSAPrivateCrtKey;
26 import java.security.interfaces.RSAPrivateKey;
27 import java.security.interfaces.RSAPublicKey;

Completed in 522 milliseconds

1 2 3 4 5 67 8 91011>>