HomeSort by relevance Sort by last modified time
    Searched defs:interfaces (Results 201 - 225 of 1072) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 431 Class [] interfaces = {TestInterface.class, Serializable.class, local
434 assertEquals(interfaces.length, types.length);
436 assertEquals(interfaces[i], types[i]);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 642 String[] interfaces = new String[interfaceNames.length]; local
645 interfaces[index] = c.getName();
648 Class<?> s = mockIn.resolveProxyClass(interfaces);
657 fail("Should return a proxy class that implements the interfaces named in a proxy class descriptor");
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 1765 Class<?>[] interfaces = cl.getInterfaces(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /external/dnsmasq/src/
dnsmasq.h 627 struct irec *interfaces; member in struct:daemon
745 void set_interfaces(const char *interfaces);
  /external/doclava/src/com/google/doclava/
ClassInfo.java 146 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces,
154 mRealInterfaces = new ArrayList<ClassInfo>(interfaces);
385 // add the interface's interfaces
395 * List of only direct interface's classes, and any hidden superclass's direct interfaces
482 private static void gatherHiddenInterfaces(ClassInfo cl, HashSet<ClassInfo> interfaces) {
485 interfaces.add(iface);
487 gatherHiddenInterfaces(iface, interfaces);
492 public ArrayList<ClassInfo> interfaces() { method in class:ClassInfo
495 HashSet<ClassInfo> interfaces = new HashSet<ClassInfo>(); local
498 gatherHiddenInterfaces(superclass, interfaces);
629 ArrayList<ClassInfo> interfaces = interfaces(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 165 assertThat(types.interfaces()).isEmpty();
166 assertThat(types.interfaces().rawTypes()).isEmpty();
175 assertThat(types.interfaces()).has().item(TypeToken.of(Interface1.class));
176 assertThat(types.interfaces().rawTypes()).has().item(Interface1.class);
185 assertThat(types.interfaces()).isEmpty();
186 assertThat(types.interfaces().rawTypes()).isEmpty();
205 makeUnmodifiable(types.interfaces()).has().exactly(
232 makeUnmodifiable(types.interfaces().rawTypes()).has().exactly(
253 makeUnmodifiable(types.interfaces())
266 makeUnmodifiable(types.interfaces().rawTypes()
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c 623 /* interfaces .1.3.6.1.2.1.2 */
636 const struct mib_array_node interfaces = { variable in typeref:struct:mib_array_node
698 (struct mib_node*)&interfaces,
796 /** mib-2.interfaces.ifTable.ifEntry.ifSpecific (zeroDotZero) */
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 219 * Tests the initialization flow, with listInterfaces returning 0 interfaces.
2581 ArrayList<ISupplicant.IfaceInfo> interfaces; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/lifecycle/common/1.0.3/
common-1.0.3.jar 
  /prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.0.0-alpha1/
lifecycle-common-2.0.0-alpha1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/lifecycle/common/28.0.0/
common-28.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /prebuilts/misc/common/asm/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.0/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.1.1/
asm-commons-6.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/6.0/
asm-util-6.0.jar 

Completed in 455 milliseconds

1 2 3 4 5 6 7 891011>>