Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java57 public int getType(int columnIndex) { in getType() method in ParameterizedRobolectricTestRunnerConfigTest.ShadowCursorWrapper1
67 public int getType(int columnIndex) { in getType() method in ParameterizedRobolectricTestRunnerConfigTest.ShadowCursorWrapperEcho
/external/apache-xml/src/main/java/org/apache/xml/utils/
DAttList.java138 public String getType(int i) in getType() method in AttList
164 public String getType(String name) in getType() method in AttList
179 public String getType(String uri, String localName) in getType() method in AttList
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java147 public String getType(int i) in getType() method in AttList
173 public String getType(String name) in getType() method in AttList
188 public String getType(String uri, String localName) in getType() method in AttList
/external/skia/tests/
DGrTRecorderTest.cpp139 virtual ClassType getType() { return kBase_ClassType; } in getType() function in Base
153 virtual ClassType getType() { return kSubclass_ClassType; } in getType() function in Subclass
168 virtual ClassType getType() { return kSubSubclass_ClassType; } in getType() function in SubSubclass
190 virtual ClassType getType() { return kSubclassExtraData_ClassType; } in getType() function in SubclassExtraData
207 virtual ClassType getType() { return kSubclassEmpty_ClassType; } in getType() function in SubclassEmpty
/external/skqp/tests/
DGrTRecorderTest.cpp139 virtual ClassType getType() { return kBase_ClassType; } in getType() function in Base
153 virtual ClassType getType() { return kSubclass_ClassType; } in getType() function in Subclass
168 virtual ClassType getType() { return kSubSubclass_ClassType; } in getType() function in SubSubclass
190 virtual ClassType getType() { return kSubclassExtraData_ClassType; } in getType() function in SubclassExtraData
207 virtual ClassType getType() { return kSubclassEmpty_ClassType; } in getType() function in SubclassEmpty
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedValueDeclaration.java37 ResolvedType getType(); in getType() method
/external/javassist/src/main/javassist/bytecode/annotation/
DEnumMemberValue.java72 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType() method in EnumMemberValue
81 public String getType() { in getType() method in EnumMemberValue
DArrayMemberValue.java78 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType() method in ArrayMemberValue
91 public MemberValue getType() { in getType() method in ArrayMemberValue
/external/javassist/src/main/javassist/runtime/
DDesc.java77 public static Class getType(String desc) { in getType() method in Desc
85 private static Class[] getType(String desc, int descLen, in getType() method in Desc
/external/conscrypt/android-stub/src/main/java/javax/net/ssl/
DSNIServerName.java27 public final int getType() { in getType() method in SNIServerName
/external/parameter-framework/upstream/parameter/
DComponent.h45 virtual Type getType() const { return EComponent; } in getType() function
DParameterBlock.h45 virtual Type getType() const { return EParameterBlock; } in getType() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DBasicAnnotation.java17 @Nonnull String getType(); in getType() method
DMethodParameter.java58 @Nonnull String getType(); in getType() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java65 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceBinary
82 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceInt
100 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceString
122 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceIntVector
176 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceArray
215 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceTable
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleImpl.java66 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceBinary
83 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceInt
101 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceString
123 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceIntVector
177 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceArray
216 public int getType() { in getType() method in ICUResourceBundleImpl.ResourceTable
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
DLocalInfo.java38 @Nullable String getType(); in getType() method
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliVoidTypeElement.java50 @NotNull @Override public PsiType getType() { in getType() method in SmaliVoidTypeElement
DSmaliPrimitiveTypeElement.java50 @NotNull @Override public PsiType getType() { in getType() method in SmaliPrimitiveTypeElement
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java110 protected abstract String getType (); in getType() method in ReportCfg.Element
162 protected final String getType () in getType() method in ReportCfg.Element_HTML
181 protected final String getType () in getType() method in ReportCfg.Element_TXT
200 protected final String getType () in getType() method in ReportCfg.Element_LCOV
218 protected final String getType () in getType() method in ReportCfg.Element_XML
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp24 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const { in getType() function in PDBSymbolData
/external/skqp/tools/gpu/gl/debug/
DGrShaderObj.h25 GrGLenum getType() { return fType; } in getType() function
/external/skia/tools/gpu/gl/debug/
DGrShaderObj.h25 GrGLenum getType() { return fType; } in getType() function
/external/annotation-tools/asmx/src/org/objectweb/asm/
DType.java216 public static Type getType(final String typeDescriptor) { in getType() method in Type
267 public static Type getType(final Class<?> c) { in getType() method in Type
300 public static Type getType(final Constructor<?> c) { in getType() method in Type
311 public static Type getType(final Method m) { in getType() method in Type
446 private static Type getType(final char[] buf, final int off) { in getType() method in Type
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
DSmalideaMethodParameter.java61 @Nonnull @Override public String getType() { in getType() method in SmalideaMethodParameter

12345678910>>...26