HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 276 - 300 of 441) sorted by null

<<1112131415161718

  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /cts/tools/dasm/src/dasm/
DAsm.java 100 Vector<String> interfaces = new Vector<String>(); field in class:DAsm
258 interfaces.clear();
285 int sz = interfaces.size();
289 String s = interfaces.elementAt(i);
296 if (found == false) interfaces.add(name);
325 TypeList tl = createTypeListFromStrings(interfaces);
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 217 // blow open super class and interfaces
852 ArrayList<ClassInfo> interfaces = cl.realInterfaces(); local
853 Collections.sort(interfaces, ClassInfo.comparator);
854 for (ClassInfo iface : interfaces) {
1074 ArrayList<ClassInfo> interfaces = cl.realInterfaces(); local
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/expat/amiga/
expat_vectors.c 26 #include <exec/interfaces.h>
27 #include <interfaces/expat.h>
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 132 iface = dl_list_first(&sm->interfaces,
584 &sm->interfaces,
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 462 String signature, String superName, String[] interfaces) {
464 // one, and does not extend or implement generic classes or interfaces.
471 // For interfaces, the super class is Object. May be null but only for the Object class.
474 // interfaces is the internal names of the class's interfaces (see getInternalName).
476 considerNames(interfaces);
DependencyFinder.java 399 String signature, String superName, String[] interfaces) {
401 // one, and does not extend or implement generic classes or interfaces.
408 // For interfaces, the super class is Object. May be null but only for the Object class.
411 // interfaces is the internal names of the class's interfaces (see getInternalName).
413 considerNames(interfaces);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 33 import javax.crypto.interfaces.DHKey;
34 import javax.crypto.interfaces.DHPublicKey;
ServerHandshakeImpl.java 31 import java.security.interfaces.RSAPublicKey;
35 import javax.crypto.interfaces.DHPublicKey;
HandshakeProtocol.java 26 import java.security.interfaces.RSAKey;
  /build/tools/droiddoc/templates-ds/
customizations.cs 250 <?cs call:list("Interfaces", class.package.interfaces) ?>
258 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
  /build/tools/droiddoc/templates-sdk/
customizations.cs 250 <?cs call:list("Interfaces", class.package.interfaces) ?>
258 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
  /dalvik/vm/oo/
Object.h 189 * which holds the vtables for all interfaces declared by this class.
338 * classes and interfaces, including synthesized classes (arrays and
381 * interfaces and abstract classes this will be zero.)
406 /* array of interfaces this class implements directly */
408 ClassObject** interfaces; member in struct:ClassObject
431 * implement any interfaces.
445 * them all in a single pool for each class that implements interfaces,
  /external/expat/amiga/include/interfaces/
expat.h 16 #include <exec/interfaces.h>
  /frameworks/base/tools/aidl/
AST.h 347 vector<Type*> interfaces; member in struct:Class
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 349 Set<ITypeReference> interfaces = new HashSet<ITypeReference>(); local
356 interfaces.add(new SigClassReference(interfaze));
358 sigClass.setInterfaces(interfaces);
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 160 Set<ITypeReference> interfaces = new HashSet<ITypeReference>(); local
162 interfaces.add(convertTypeReference(interfaceType));
164 c.setInterfaces(interfaces);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 176 String[] interfaces = new String[interfaceNames.length]; local
179 interfaces[index] = c.getName();
182 Class<?> s = mockIn.resolveProxyClass(interfaces);
191 fail("Should return a proxy class that implements the interfaces named in a proxy class descriptor");
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 436 Class [] interfaces = {TestInterface.class, Serializable.class, local
439 assertEquals(interfaces.length, types.length);
441 assertEquals(interfaces[i], types[i]);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 175 String[] interfaces = new String[interfaceNames.length]; local
178 interfaces[index] = c.getName();
181 Class<?> s = mockIn.resolveProxyClass(interfaces);
190 fail("Should return a proxy class that implements the interfaces named in a proxy class descriptor");
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1005 const DexTypeList* interfaces = local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 121 the interfaces, namely it sets not tunnel endpoint,
444 on real physical interfaces and to map tunneled packets to them.
446 on all outgoing interfaces, or, alternatively,

Completed in 831 milliseconds

<<1112131415161718