Searched defs:getType (Results 126 - 150 of 514) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DMapItem.java56 public int getType() { method in class:MapItem
62 return ItemType.getItemTypeName(getType());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DClassDef.java54 @Override @Nonnull String getType(); method in interface:ClassDef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableMethodParameter.java72 methodParameter.getType(),
77 @Nonnull @Override public String getType() { return type; } method in class:ImmutableMethodParameter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableEndLocal.java75 endLocal.getType(),
82 @Nullable @Override public String getType() { return type; } method in class:ImmutableEndLocal
H A DImmutableRestartLocal.java75 restartLocal.getType(),
82 @Nullable @Override public String getType() { return type; } method in class:ImmutableRestartLocal
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotationPool.java62 context.typePool.internType(annotation.getType()),
72 @Nonnull @Override public BuilderTypeReference getType(@Nonnull BuilderAnnotation key) { method in class:BuilderAnnotationPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DAnnotationPool.java60 typePool.intern(annotation.getType());
72 @Nonnull @Override public CharSequence getType(@Nonnull Annotation annotation) { method in class:AnnotationPool
73 return annotation.getType();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DClassicToken.java53 type = oldToken.getType();
70 public int getType() { method in class:ClassicToken
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DParseTree.java51 public int getType() { method in class:ParseTree
76 if ( t.getType() == Token.EOF ) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator2Test.java262 public String getType() { method in class:AlgorithmParameterGenerator2Test.tmpAlgorithmParameterSpec
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariable.java170 public int getType() method in class:XUnresolvedVariable
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java154 public String getType(){ method in class:DOMErrorImpl
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java147 public String getType(int i) method in class:AttList
173 public String getType(String name) method in class:AttList
188 public String getType(String uri, String localName) method in class:AttList
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java138 public String getType(int i) method in class:AttList
164 public String getType(String name) method in class:AttList
179 public String getType(String uri, String localName) method in class:AttList
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java71 public int getType() method in class:XNumber
399 int t = obj2.getType();
/external/chromium_org/components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/
H A DBookmarkId.java86 public int getType() { method in class:BookmarkId
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLGetInfo.cpp202 WebGLGetInfo::Type WebGLGetInfo::getType() const function in class:blink::WebGLGetInfo
209 ASSERT(getType() == kTypeBool);
215 ASSERT(getType() == kTypeBoolArray);
221 ASSERT(getType() == kTypeFloat);
227 ASSERT(getType() == kTypeInt);
233 ASSERT(getType() == kTypeString);
239 ASSERT(getType() == kTypeUnsignedInt);
245 ASSERT(getType() == kTypeWebGLBuffer);
251 ASSERT(getType() == kTypeWebGLFloatArray);
257 ASSERT(getType()
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.h24 TBasicType getType() const { return mType; } function in class:TLoopIndexInfo
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.h62 GLenum getType() const { return mType; } function in class:gl::Shader
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoptccal.cpp48 CopticCalendar::getType() const function in class:CopticCalendar
H A Ddangical.cpp72 const char *DangiCalendar::getType() const { function in class:DangiCalendar
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); } function in class:NFRule
/external/clang/lib/Driver/
H A DInputInfo.h62 types::ID getType() const { return Type; } function in class:clang::driver::InputInfo
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh90 virtual glu::ContextType getType (void) const { return m_type; } function in class:tcu::ios::RawContext
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp69 glu::ContextType getType (void) const { return m_contextType; } function in class:tcu::__anon19773::WGLContext

Completed in 1608 milliseconds

1234567891011>>