HomeSort by relevance Sort by last modified time
    Searched refs:getType (Results 1 - 25 of 2040) 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();
  /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/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/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() {
  /external/webkit/Source/WebCore/html/canvas/
WebGLGetInfo.cpp 148 WebGLGetInfo::Type WebGLGetInfo::getType() const
155 ASSERT(getType() == kTypeBool);
161 ASSERT(getType() == kTypeBoolArray);
167 ASSERT(getType() == kTypeFloat);
173 ASSERT(getType() == kTypeInt);
179 ASSERT(getType() == kTypeString);
185 ASSERT(getType() == kTypeUnsignedInt);
191 ASSERT(getType() == kTypeWebGLBuffer);
197 ASSERT(getType() == kTypeWebGLFloatArray);
203 ASSERT(getType() == kTypeWebGLFramebuffer)
    [all...]
  /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();
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 75 assertEquals(multi.getType(i), attrs.getType(i));
94 assertEquals("boolean", multi.getType(3));
101 assertEquals("boolean", multi.getType(4));
107 assertEquals(null, multi.getType(5));
115 assertEquals("string", multi.getType(0));
159 assertEquals("string", multi.getType(0));
160 assertEquals("string", multi.getType(1));
161 assertEquals("int", multi.getType(2));
164 assertEquals(null, multi.getType(-1))
    [all...]
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutParameters.java 51 int getType();

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>