HomeSort by relevance Sort by last modified time
    Searched refs:getType (Results 1 - 25 of 1613) 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();
  /system/core/nexus/
SupplicantListener.cpp 71 if (evt->getType() == SupplicantEvent::EVENT_ASSOCIATING)
73 else if (evt->getType() == SupplicantEvent::EVENT_ASSOCIATED)
75 else if (evt->getType() == SupplicantEvent::EVENT_CONNECTED)
77 else if (evt->getType() == SupplicantEvent::EVENT_SCAN_RESULTS)
79 else if (evt->getType() == SupplicantEvent::EVENT_STATE_CHANGE)
81 else if (evt->getType() == SupplicantEvent::EVENT_CONNECTIONTIMEOUT)
83 else if (evt->getType() == SupplicantEvent::EVENT_DISCONNECTED)
88 else if (evt->getType() == SupplicantEvent::EVENT_TERMINATING)
90 else if (evt->getType() == SupplicantEvent::EVENT_PASSWORD_CHANGED)
92 else if (evt->getType() == SupplicantEvent::EVENT_EAP_NOTIFICATION
    [all...]
  /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();
  /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 76 virtual SkDisplayTypes getType() const;
79 SkDisplayTypes type = getType();
81 bool isApply() const { return getType() == SkType_Apply; }
82 bool isColor() const { return getType() == SkType_Color; }
84 bool isGroup() const { return getType() == SkType_Group ||
85 getType() == SkType_Save || getType() == SkType_DrawTo ||
86 getType() == SkType_SaveLayer; }
87 bool isMatrix() const { return getType() == SkType_Matrix; }
88 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/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();
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILLayoutElement.java 30 public String getType();
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IResourceValue.java 31 String getType();
  /cts/tools/signature-tools/src/signature/io/html/
ClassByNameComparator.java 27 assert a.getType() == b.getType();

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 91011>>