Searched defs:getType (Results 251 - 275 of 751) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetree.h111 ANTLR3_UINT32 (*getType) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c44 static ANTLR3_UINT32 getType (pANTLR3_BASE_TREE tree);
309 tree->baseTree.getType = getType;
423 getType (pANTLR3_BASE_TREE tree) function
435 return theTree->token->getType(theTree->token);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonToken.java74 type = oldToken.getType();
86 public int getType() { method in class:CommonToken
H A DToken.java67 public int getType(); method in interface:Token
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTree.java78 public int getType() { method in class:CommonTree
82 return token.getType();
177 if ( getType()==Token.INVALID_TOKEN_TYPE ) {
H A DCommonTreeAdaptor.java119 public int getType(Object t) { method in class:CommonTreeAdaptor
121 return ((Tree)t).getType();
H A DTree.java115 int getType(); method in interface:Tree
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtokens.py59 def getType(self): member in class:Token
241 def getType(self): member in class:CommonToken
350 def getType(self): member in class:ClassicToken
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java193 public String getType() { method in class:Field
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java130 public int getType() method in class:XRTreeFrag
260 if (XObject.CLASS_NODESET == obj2.getType())
268 else if (XObject.CLASS_BOOLEAN == obj2.getType())
272 else if (XObject.CLASS_NUMBER == obj2.getType())
276 else if (XObject.CLASS_NODESET == obj2.getType())
280 else if (XObject.CLASS_STRING == obj2.getType())
284 else if (XObject.CLASS_RTREEFRAG == obj2.getType())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DDigestSignatureSpi.java75 throw new InvalidKeyException("Supplied key (" + getType(publicKey) + ") is not a RSAPublicKey instance");
90 throw new InvalidKeyException("Supplied key (" + getType(privateKey) + ") is not a RSAPrivateKey instance");
100 private String getType( method in class:DigestSignatureSpi
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBCPBEKey.java92 int getType() method in class:BCPBEKey
/external/clang/lib/Driver/
H A DInputInfo.h47 return A != nullptr ? A->getType() : types::TY_Nothing;
78 types::ID getType() const { return Type; } function in class:clang::driver::InputInfo
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp179 FilePath::Type FilePath::getType (void) const function in class:de::FilePath
266 else if (parentPath.getType() != FilePath::TYPE_DIRECTORY)
H A DdeSocket.hpp56 deSocketType getType (void) const { return deSocketAddress_getType(m_address); } function in class:de::SocketAddress
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp75 glu::ContextType getType (void) const { return m_type; } function in class:tcu::CGLRenderContext
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp71 glu::ContextType getType (void) const { return m_contextType; } function in class:tcu::wgl::__anon4830::WGLContext
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.hpp66 glu::ShaderType getType (void) const { return m_shaderType; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::Shader
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java55 public String getType () method in class:ReportGenerator
88 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms");
114 m_log.info ("writing [" + getType () + "] report to [" + fullOutFile.getAbsolutePath () + "] ...");
/external/guice/core/src/com/google/inject/
H A DTypeLiteral.java126 public final Type getType() { method in class:TypeLiteral
137 return (TypeLiteral<Provider<T>>) get(Types.providerOf(getType()));
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCopticCalendar.java217 public String getType() { method in class:CopticCalendar
H A DJapaneseCalendar.java616 public String getType() { method in class:JapaneseCalendar
H A DPersianCalendar.java452 public String getType() { method in class:PersianCalendar
H A DRegion.java265 if ( mapping.getType() == UResourceBundle.ARRAY ) {
334 if ( parentRegion.getType() != RegionType.GROUPING) {
502 if ( r.getType() == type ) {
572 public RegionType getType() { method in class:Region
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestInputDataStructure.java145 public String getType() { method in class:TestInputDataStructure

Completed in 2688 milliseconds

<<11121314151617181920>>