Home
last modified time | relevance | path

Searched defs:getType (Results 26 – 50 of 6448) sorted by relevance

12345678910>>...258

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A 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
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A 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
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
H A DLZ77Compressor.java100 public abstract BlockType getType(); in getType() method in LZ77Compressor.Block
144 public BlockType getType() { in getType() method in LZ77Compressor.LiteralBlock
177 public BlockType getType() { in getType() method in LZ77Compressor.BackReference
189 public BlockType getType() { in getType() method in LZ77Compressor.EOD
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java331 public abstract int getType(); in getType() method in BackingStore.Backing
438 public int getType() { in getType() method in BackingStore.ObjectBacking
516 public int getType() { in getType() method in BackingStore.BitmapBacking
610 public int getType() { in getType() method in BackingStore.TextureBacking
718 public int getType() { in getType() method in BackingStore.ByteBufferBacking
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h59 Type *getType() const { return V->getType(); } in getType() function
85 Type *getType() const { return Ty; } in getType() function
173 Type *getType() const { return getOperand(0)->getType(); } in getType() function
230 Type *getType() const { in getType() function
273 Type *getType() const { in getType() function
501 Type *getType() const { return getValPtr()->getType(); } in getType() function
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DType.java176 public static Type getType(final String typeDescriptor) { in getType() method in Type
186 public static Type getType(final Class<?> clazz) { in getType() method in Type
220 public static Type getType(final Constructor<?> constructor) { in getType() method in Type
230 public static Type getType(final Method method) { in getType() method in Type
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java73 public String getType(int index) { in getType() method in ExpatAttributes
108 public String getType(String uri, String localName) { in getType() method in ExpatAttributes
118 public String getType(String qName) { in getType() method in ExpatAttributes
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp147 const VariableType &getType(void) const in getType() function in rsg::StridedValueRead
174 const VariableType &getType(void) const in getType() function in rsg::ConstStridedValueAccess
412 const VariableType &getType(void) const in getType() function in rsg::ConstValueRangeAccess
507 const VariableType &getType(void) const in getType() function in rsg::ValueRange
645 const VariableType &getType(void) const in getType() function in rsg::VariableValue
/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java167 public String getType (int index) in getType() method in AttributesImpl
248 public String getType (String uri, String localName) in getType() method in AttributesImpl
268 public String getType (String qName) in getType() method in AttributesImpl
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributesImpl.java161 public String getType (int index) in getType() method in AttributesImpl
242 public String getType (String uri, String localName) in getType() method in AttributesImpl
262 public String getType (String qName) in getType() method in AttributesImpl
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DType.java108 public byte getType() { in getType() method in Type
196 public static Type getType( final String signature ) throws StringIndexOutOfBoundsException { in getType() method in Type
273 public static Type getType( final java.lang.Class<?> cl ) { in getType() method in Type
H A DReturnInstruction.java47 public Type getType() { in getType() method in ReturnInstruction
79 public Type getType( final ConstantPoolGen cp ) { in getType() method in ReturnInstruction
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-documentfile-nodeps/android_common/aar/
Dclasses.jarandroid/support/v4/provider/DocumentFile.class DocumentFile.java package android.support. ...
Dandroid-support-documentfile-nodeps.jarandroid/support/v4/provider/DocumentFile.class DocumentFile.java package android.support. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common/aar/
Dandroidx.documentfile_documentfile.jarandroidx/ androidx/documentfile/ androidx/documentfile/provider/ androidx/documentfile/provider/DocumentFile ...
Dclasses.jarandroidx/ androidx/documentfile/ androidx/documentfile/provider/ androidx/documentfile/provider/DocumentFile ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common_apex30/aar/
Dclasses.jarandroidx/ androidx/documentfile/ androidx/documentfile/provider/ androidx/documentfile/provider/DocumentFile ...
Dandroidx.documentfile_documentfile.jarandroidx/ androidx/documentfile/ androidx/documentfile/provider/ androidx/documentfile/provider/DocumentFile ...
/aosp_15_r20/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java102 public String getType(int index) { return pp.getAttributeType(index); } in getType() method in Driver
130 public String getType(String uri, String localName) { in getType() method in Driver
142 public String getType(String qName) { in getType() method in Driver
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V4-java-source/gen/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.java99 @Override public int getType() throws android.os.RemoteException in getType() method in ISupplicantP2pNetwork.Default
461 @Override public int getType() throws android.os.RemoteException in getType() method in ISupplicantP2pNetwork.Stub.Proxy
698 public int getType() throws android.os.RemoteException; in getType() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/shared/model/
DCommunalWidgetContentModel.java24 public abstract int getType(); in getType() method
66 public int getType() { in getType() method in CommunalWidgetContentModel.Available
226 public int getType() { in getType() method in CommunalWidgetContentModel.Pending
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java134 public abstract String getType (int i); in getType() method
173 public abstract String getType (String name); in getType() method
/aosp_15_r20/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayHelperInterface.java42 int getType(Display display); in getType() method
59 public int getType(Display display) { in getType() method in DisplayHelperInterface.DefaultImpl
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DParameterizedRobolectricTestRunnerConfigTest.java52 public int getType(int columnIndex) { in getType() method in ParameterizedRobolectricTestRunnerConfigTest.ShadowCursorWrapper1
62 public int getType(int columnIndex) { in getType() method in ParameterizedRobolectricTestRunnerConfigTest.ShadowCursorWrapperEcho
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/ow2/asm/asm-tree/9.6/
HDasm-tree-9.6.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...

12345678910>>...258