HomeSort by relevance Sort by last modified time
    Searched refs:getType (Results 1 - 25 of 2749) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValue.java 30 DexEncodedValueType getType();
DexField.java 30 String getType();
  /cts/tools/signature-tools/src/signature/model/
IParameter.java 29 ITypeReference getType();
IAnnotation.java 32 IClassReference getType();
IField.java 38 ITypeReference getType();
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 22 CHECK(getType().isSignedIntegerTy());
27 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
30 if (getType().getIntegerBitWidth() == 64)
33 if (getType().getIntegerBitWidth() == 128)
36 if (getType().getIntegerBitWidth() == 128)
43 CHECK(getType().isUnsignedIntegerTy());
46 if (getType().getIntegerBitWidth() == 64)
49 if (getType().getIntegerBitWidth() == 128)
52 if (getType().getIntegerBitWidth() == 128)
59 if (getType().isUnsignedIntegerTy()
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
IDelta.java 33 DeltaType getType();
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
TypedConstant.java 37 return getType().getBasicType();
42 return getType().getBasicFrameType();
  /dalvik/dx/src/com/android/dx/rop/cst/
TypedConstant.java 37 return getType().getBasicType();
42 return getType().getBasicFrameType();
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
TypedConstant.java 37 return getType().getBasicType();
42 return getType().getBasicFrameType();
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 42 * String type = atts.getType(i);
133 * @see #getType(java.lang.String)
135 public abstract String getType (int i);
165 * getType(int).</p>
173 * @see #getType(int)
175 public abstract String getType (String name);
Attributes.java 89 * @see #getType(int)
151 public abstract String getType (int index);
202 * <p>See {@link #getType(int) getType(int)} for a description
212 public abstract String getType (String uri, String localName);
218 * <p>See {@link #getType(int) getType(int)} for a description
226 public abstract String getType (String qName);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.h 68 virtual SkDisplayTypes getType() const;
71 SkDisplayTypes type = getType();
73 bool isApply() const { return getType() == SkType_Apply; }
74 bool isColor() const { return getType() == SkType_Color; }
76 bool isGroup() const { return getType() == SkType_Group ||
77 getType() == SkType_Save || getType() == SkType_DrawTo ||
78 getType() == SkType_SaveLayer; }
79 bool isMatrix() const { return getType() == SkType_Matrix; }
80 virtual bool isPaint() const { return getType() == SkType_Paint;
    [all...]
  /external/skia/src/animator/
SkDisplayable.h 68 virtual SkDisplayTypes getType() const;
71 SkDisplayTypes type = getType();
73 bool isApply() const { return getType() == SkType_Apply; }
74 bool isColor() const { return getType() == SkType_Color; }
76 bool isGroup() const { return getType() == SkType_Group ||
77 getType() == SkType_Save || getType() == SkType_DrawTo ||
78 getType() == SkType_SaveLayer; }
79 bool isMatrix() const { return getType() == SkType_Matrix; }
80 virtual bool isPaint() const { return getType() == SkType_Paint;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 74 if (ain.getType().getElement().getVectorSize() <
75 mOut.getType().getElement().getVectorSize()) {
80 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
81 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
123 if (mOut.getType().getElement() != Element.U32(mRS) &&
124 mOut.getType().getElement() != Element.U32_2(mRS) &&
125 mOut.getType().getElement() != Element.U32_3(mRS) &&
126 mOut.getType().getElement() != Element.U32_4(mRS) &&
127 mOut.getType().getElement() != Element.I32(mRS) &&
128 mOut.getType().getElement() != Element.I32_2(mRS) &
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
EnumMemberValue.java 62 return getType(cl).getField(getValue()).get(null);
65 throw new ClassNotFoundException(getType() + "." + getValue());
68 throw new ClassNotFoundException(getType() + "." + getValue());
72 Class getType(ClassLoader cl) throws ClassNotFoundException {
73 return loadClass(cl, getType());
81 public String getType() {
109 return getType() + "." + getValue();
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeBearer.java 31 public Type getType();
TypeList.java 49 public Type getType(int n);
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 31 public Type getType();
TypeList.java 49 public Type getType(int n);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
TypeBearer.java 31 public Type getType();
TypeList.java 49 public Type getType(int n);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
AmbientLight.java 22 public Type getType() {
  /libcore/luni/src/main/java/java/security/cert/
CRL.java 46 public final String getType() {
  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 70 public String getType();

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011>>