HomeSort by relevance Sort by last modified time
    Searched defs:TypeReference (Results 1 - 14 of 14) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
TypeReference.java 40 * When possible, elsewhere in the interface, a type is referenced directly as a String. A TypeReference is only used
47 * calling toString() on a TypeReference yields the type descriptor as a String. This is the same value returned by
50 public interface TypeReference extends Reference, CharSequence, Comparable<CharSequence> {
61 * Returns a hashcode for this TypeReference.
65 * @return The hash code value for this TypeReference
70 * Compares this TypeReference to another TypeReference, or more generally to another CharSequence for equality.
72 * This TypeReference is equal to a CharSequence iff this.getType().equals(other.toString()).
74 * Equivalently, This TypeReference is equal to another TypeReference iff this.getType().equals(other.getType())
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 33 * TypeReference&lt;Integer> intToken = new TypeReference&lt;Integer>() {{ }};
36 * class IntTypeReference extends TypeReference&lt;Integer> {...}
37 * TypeReference&lt;Integer> intToken = new IntTypeReference();
47 public abstract class TypeReference<T> {
56 * @see TypeReference
58 protected TypeReference() {
61 // extract the "T" from TypeReference<T>
67 * class GenericListToken<T> extends TypeReference<List<T>>
87 private TypeReference(Type type)
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1069 milliseconds