Searched defs:getType (Results 1 - 25 of 751) sorted by relevance

1234567891011>>

/external/conscrypt/android-stub/src/main/java/javax/net/ssl/
H A DSNIServerName.java27 public final int getType() { method in class:SNIServerName
/external/parameter-framework/upstream/parameter/
H A DComponent.h45 virtual Type getType() const { return EComponent; } function in class:CComponent
H A DParameterBlock.h45 virtual Type getType() const { return EParameterBlock; } function in class:CParameterBlock
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as37 public function getType():int { function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
H A DResolvedValueDeclaration.java37 ResolvedType getType(); method in interface:ResolvedValueDeclaration
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp24 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const { function in class:PDBSymbolData
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DBasicAnnotation.java17 @Nonnull String getType(); method in interface:BasicAnnotation
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DIincInsnNode.java68 public int getType() { method in class:IincInsnNode
H A DLabelNode.java51 public int getType() { method in class:LabelNode
H A DLdcInsnNode.java65 public int getType() { method in class:LdcInsnNode
H A DMultiANewArrayInsnNode.java68 public int getType() { method in class:MultiANewArrayInsnNode
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java43 public int getType() { method in class:BooleanTest
H A DOutputTest.java48 public int getType() { method in class:OutputTest
49 return token.getType();
H A DReturnTest.java45 public int getType() { method in class:ReturnTest
46 return retval.getType();
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3parsetree.h68 ANTLR3_UINT32 (*getType) (struct ANTLR3_PARSE_TREE_struct * tree); member in struct:ANTLR3_PARSE_TREE_struct
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp210 glu::ContextType getType (void) { return m_type; } function in class:sglr::Context
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
H A DJavassistEnumConstantDeclaration.java51 public ResolvedType getType() { method in class:JavassistEnumConstantDeclaration
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
H A DReflectionEnumConstantDeclaration.java28 public ResolvedType getType() { method in class:ReflectionEnumConstantDeclaration
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
H A DNodeWithType.java32 * The main reason for this interface is to permit users to manipulate homogeneously all nodes with getType/setType
43 Type<?> getType(); method in interface:NodeWithType
/external/jmdns/src/javax/jmdns/
H A DServiceEvent.java43 public abstract String getType(); method in class:ServiceEvent
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
H A DGradleManifestFactory.java23 final String type = getType(config);
90 private static String getType(Config config) { method in class:GradleManifestFactory
/external/skia/tools/gpu/gl/debug/
H A DGrShaderObj.h25 GrGLenum getType() { return fType; } function in class:GrShaderObj
/external/skqp/tools/gpu/gl/debug/
H A DGrShaderObj.h25 GrGLenum getType() { return fType; } function in class:GrShaderObj
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DParameterDescriptor.java38 public Type getType() { method in class:ParameterDescriptor
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedTypeReference.java50 @Nonnull public String getType() { method in class:DexBackedTypeReference
51 return dexFile.getType(typeIndex);

Completed in 608 milliseconds

1234567891011>>