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

1234567891011>>

/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/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp23 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const { function in class:PDBSymbolData
/external/skia/src/animator/
H A DSkOpArray.h21 SkOperand2::OpType getType() { return fType; } function in class:SkOpArray
H A DSkTypedArray.h21 SkDisplayTypes getType() { return fType; } function in class:SkTypedArray
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DBasicAnnotation.java17 @Nonnull String getType(); method in interface:BasicAnnotation
H A DMethodParameter.java58 @Nonnull String getType(); method in interface:MethodParameter
/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/
H A DgluDummyRenderContext.hpp52 virtual ContextType getType (void) const { return ContextType(); } function in class:glu::DummyRenderContext
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp210 glu::ContextType getType (void) { return m_type; } function in class:sglr::Context
/external/jmdns/src/javax/jmdns/
H A DServiceEvent.java43 public abstract String getType(); method in class:ServiceEvent
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DLocal.java34 public Type getType() { method in class:Local
/external/skia/src/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.java39 public Type getType() { method in class:ParameterDescriptor
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedTypeReference.java49 @Nonnull public String getType() { method in class:DexBackedTypeReference
50 return dexFile.getType(typeIndex);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DLocalInfo.java38 @Nullable String getType(); method in interface:LocalInfo
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
H A DSmalideaMethodParameter.java61 @Nonnull @Override public String getType() { method in class:SmalideaMethodParameter
62 return NameUtils.javaToSmaliType(psiParameter.getType());
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliArrayTypeElement.java55 @NotNull @Override public PsiType getType() { method in class:SmaliArrayTypeElement
61 PsiArrayType arrayType = new PsiArrayType(baseType.getType());
H A DSmaliPrimitiveTypeElement.java50 @NotNull @Override public PsiType getType() { method in class:SmaliPrimitiveTypeElement
H A DSmaliVoidTypeElement.java50 @NotNull @Override public PsiType getType() { method in class:SmaliVoidTypeElement
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonErrorNode.java45 stop.getType()!=Token.EOF) )
63 public int getType() { method in class:CommonErrorNode
72 if ( ((Token)stop).getType() == Token.EOF ) {

Completed in 913 milliseconds

1234567891011>>