Searched refs:referant (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java397 * @throws NullPointerException if referant is <code>null</code>
399 private Referenced(Object referant) { argument
400 reference = new WeakReference(referant);
403 hashCode = referant.hashCode();
436 // non-null referant, the above check breaks the
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...

Completed in 48 milliseconds