| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | ReturnInstruction.java | 47 public Type getType() { in getType() method in ReturnInstruction 79 public Type getType( final ConstantPoolGen cp ) { in getType() method in ReturnInstruction
|
| D | TypedInstruction.java | 28 Type getType( ConstantPoolGen cpg ); in getType() method
|
| D | LoadClass.java | 49 Type getType( ConstantPoolGen cpg ); in getType() method
|
| D | FCMPG.java | 36 public Type getType( final ConstantPoolGen cp ) { in getType() method in FCMPG
|
| D | FCMPL.java | 36 public Type getType( final ConstantPoolGen cp ) { in getType() method in FCMPL
|
| D | StackInstruction.java | 45 public Type getType( final ConstantPoolGen cp ) { in getType() method in StackInstruction
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
| D | ParameterizedRobolectricTestRunnerConfigTest.java | 57 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/ |
| D | AttList.java | 138 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/ |
| D | AttList.java | 147 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/skqp/tests/ |
| D | GrTRecorderTest.cpp | 137 virtual ClassType getType() { return kBase_ClassType; } in getType() function in Base 151 virtual ClassType getType() { return kSubclass_ClassType; } in getType() function in Subclass 166 virtual ClassType getType() { return kSubSubclass_ClassType; } in getType() function in SubSubclass 188 virtual ClassType getType() { return kSubclassExtraData_ClassType; } in getType() function in SubclassExtraData 205 virtual ClassType getType() { return kSubclassEmpty_ClassType; } in getType() function in SubclassEmpty
|
| /external/skia/tests/ |
| D | GrTRecorderTest.cpp | 137 virtual ClassType getType() { return kBase_ClassType; } in getType() function in Base 151 virtual ClassType getType() { return kSubclass_ClassType; } in getType() function in Subclass 166 virtual ClassType getType() { return kSubSubclass_ClassType; } in getType() function in SubSubclass 188 virtual ClassType getType() { return kSubclassExtraData_ClassType; } in getType() function in SubclassExtraData 207 virtual ClassType getType() { return kSubclassEmpty_ClassType; } in getType() function in SubclassEmpty
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ICUResourceBundleImpl.java | 65 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/ |
| D | ICUResourceBundleImpl.java | 66 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
| D | ResolvedValueDeclaration.java | 37 ResolvedType getType(); in getType() method
|
| /external/emma/ant/ant14/com/vladium/emma/report/ |
| D | ReportCfg.java | 110 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/parameter-framework/upstream/parameter/ |
| D | ParameterBlock.h | 45 Type getType() const override { return EParameterBlock; } in getType() function
|
| D | Component.h | 45 Type getType() const override { return EComponent; } in getType() function
|
| /external/conscrypt/android-stub/src/main/java/javax/net/ssl/ |
| D | SNIServerName.java | 27 public final int getType() { in getType() method in SNIServerName
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
| D | BasicAnnotation.java | 17 @Nonnull String getType(); in getType() method
|
| D | MethodParameter.java | 58 @Nonnull String getType(); in getType() method
|
| /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
| D | SmaliPrimitiveTypeElement.java | 50 @NotNull @Override public PsiType getType() { in getType() method in SmaliPrimitiveTypeElement
|
| D | SmaliVoidTypeElement.java | 50 @NotNull @Override public PsiType getType() { in getType() method in SmaliVoidTypeElement
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/ |
| D | LocalInfo.java | 38 @Nullable String getType(); in getType() method
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowSensorTest.java | 17 public void getType() { in getType() method in ShadowSensorTest
|
| /external/llvm/lib/DebugInfo/PDB/ |
| D | PDBSymbolData.cpp | 24 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const { in getType() function in PDBSymbolData
|