HomeSort by relevance Sort by last modified time
    Searched defs:nextReference (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 198 Referenced nextReference = (Referenced) enumer.nextElement();
199 return nextReference.getValue();
  /libcore/luni/src/test/java/libcore/dalvik/system/
EmulatedStackFrameTest.java 55 assertEquals("foo", reader.nextReference(String.class));
113 assertEquals("foo", reader.nextReference(String.class));
135 assertNull(reader.nextReference(String.class));
  /libcore/dalvik/src/main/java/dalvik/system/
EmulatedStackFrame.java 384 writer.putNextReference(reader.nextReference(type), type);
518 public <T> T nextReference(Class<T> expectedType) {
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 254 final Object[] array = (Object[]) reader.nextReference(arrayClass);
283 final Object[] array = (Object[]) reader.nextReference(arrayClass);
285 final Object value = reader.nextReference(arrayClass.getComponentType());
310 writer.putNextReference(reader.nextReference(type), type);
518 filterWriter.putNextReference(returnValueReader.nextReference(returnType),
574 arguments[i] = reader.nextReference(ptype);
736 case 'L': { o = reader.nextReference(argumentType); break; }
761 arityArray[i] = (Integer) reader.nextReference(argumentType);
    [all...]
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 110 milliseconds

1 2