Searched defs:getType (Results 51 - 75 of 751) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/
H A DgluDummyRenderContext.hpp52 virtual ContextType getType (void) const { return m_ctxType; } function in class:glu::DummyRenderContext
H A DgluFboRenderContext.hpp51 virtual ContextType getType (void) const { return m_context->getType(); } function in class:glu::FboRenderContext
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp59 virtual glu::ContextType getType (void) const { return m_ctxType; } function in class:tcu::null::RenderContext
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DFieldId.java53 public TypeId<V> getType() { method in class:FieldId
H A DLocal.java67 public TypeId getType() { method in class:Local
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java25 String getType (); method in interface:IReportGenerator
/external/guice/core/src/com/google/inject/spi/
H A DInjectionRequest.java57 public TypeLiteral<T> getType() { method in class:InjectionRequest
H A DStaticInjectionRequest.java49 public Class<?> getType() { method in class:StaticInjectionRequest
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBytesDictionaryMatcher.java89 public int getType() { method in class:BytesDictionaryMatcher
H A DCharsDictionaryMatcher.java68 public int getType() { method in class:CharsDictionaryMatcher
H A DDictionaryMatcher.java42 public abstract int getType(); method in class:DictionaryMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DDangiCalendar.java131 public String getType() { method in class:DangiCalendar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsDictionaryMatcher.java67 public int getType() { method in class:CharsDictionaryMatcher
H A DDictionaryMatcher.java41 public abstract int getType(); method in class:DictionaryMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDangiCalendar.java129 public String getType() { method in class:DangiCalendar
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithType.java34 * The main reason for this interface is to permit users to manipulate homogeneously all nodes with getType/setType
45 T getType(); method in interface:NodeWithType
76 return getType().asString();
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
H A DJavaParserAnnotationMemberDeclaration.java32 public ResolvedType getType() { method in class:JavaParserAnnotationMemberDeclaration
H A DJavaParserEnumConstantDeclaration.java41 public ResolvedType getType() { method in class:JavaParserEnumConstantDeclaration
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
H A DJavassistFieldDeclaration.java45 public ResolvedType getType() { method in class:JavassistFieldDeclaration
51 return JavassistFactory.typeUsageFor(ctField.getType(), typeSolver);
H A DJavassistParameterDeclaration.java77 public ResolvedType getType() { method in class:JavassistParameterDeclaration
/external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/resolution/
H A DValue.java40 ResolvedType type = decl.getType();
56 public ResolvedType getType() { method in class:Value
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DCastExpr.java68 public Type getType() { method in class:CastExpr
H A DClassExpr.java65 public Type getType() { method in class:ClassExpr
H A DTypeExpr.java57 public Type<?> getType() { method in class:TypeExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DClassExpr.java57 public Type getType() { method in class:ClassExpr

Completed in 469 milliseconds

1234567891011>>