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

1 2 3

  /external/skia/src/sksl/ir/
SkSLTypeReference.h 20 struct TypeReference : public Expression {
21 TypeReference(const Context& context, Position position, const Type& type)
  /art/runtime/
type_reference.h 31 struct TypeReference {
32 TypeReference(const DexFile* file = nullptr, dex::TypeIndex index = dex::TypeIndex())
41 bool operator()(TypeReference mr1, TypeReference mr2) const {
51 bool operator()(TypeReference tr1, TypeReference tr2) const {
  /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...]
  /external/guice/lib/build/
asm-5.0.3.jar 
  /external/r8/deps/
asm-5.1.jar 
  /prebuilts/devtools/tools/lib/
asm-5.0.3.jar 
asm-5.0.4.jar 
  /prebuilts/misc/common/asm/
asm-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.1/
asm-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.3/
asm-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.4/
asm-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.1/
asm-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.2/
asm-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm/5.0.4/
asm-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 

Completed in 1150 milliseconds

1 2 3