Searched refs:getType (Results 151 - 175 of 1945) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java276 public int getType() { method in class:GrammarAST
278 return token.getType();
388 if ( this.getType()==ttype ) {
394 if ( child.getType()==ttype ) {
409 if ( this.getType()==ttype ) nodes.add(this);
426 return this.getType() == ((Tree)ast).getType();
447 if (this.getType() != other.getType()) return false;
454 if (thisDescendants.next().getType() !
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java66 public int getType() method in class:XUnresolvedVariableSimple
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorHandlerImpl.java60 System.err.println("Type : " + error.getType() + "\t" + "Related Data: "
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DBool.java47 if (XObject.CLASS_BOOLEAN == right.getType())
H A DNumber.java47 if (XObject.CLASS_NUMBER == right.getType())
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupItem.java42 public int getType() { method in class:SelectPopupItem
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DQueryImpl.h32 GLenum getType() const { return mType; } function in class:rx::QueryImpl
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h34 QualType getType() const { return T; } function in class:clang::ento::DynamicTypeInfo
/external/clang/lib/AST/
H A DMangleNumberingContext.cpp24 = CallOperator->getType()->getAs<FunctionProtoType>();
/external/clang/lib/Analysis/
H A DBodyFarm.cpp119 /* T = */ D->getType(),
135 if (Arg->getType() == Ty)
155 IVar->getType(), SourceLocation(),
180 QualType PredicateQPtrTy = Predicate->getType();
190 QualType Ty = Block->getType();
258 QualType Ty = PV->getType();
300 QualType OldValueTy = OldValue->getType();
303 QualType NewValueTy = NewValue->getType();
308 QualType TheValueTy = TheValue->getType();
422 if (!Ctx.hasSameUnqualifiedType(IVar->getType(),
[all...]
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.hpp57 virtual ContextType getType (void) const;
/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/src/dx/java/com/android/dx/rop/cst/
H A DCstBoolean.java76 public Type getType() { method in class:CstBoolean
H A DCstKnownNull.java61 public Type getType() { method in class:CstKnownNull
H A DCstLong.java64 public Type getType() { method in class:CstLong
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DPoloMessage.java73 public PoloMessageType getType() { method in class:PoloMessage
/external/javassist/src/main/javassist/bytecode/annotation/
H A DArrayMemberValue.java69 clazz = type.getType(cl);
78 Class getType(ClassLoader cl) throws ClassNotFoundException { method in class:ArrayMemberValue
82 Object a = Array.newInstance(type.getType(cl), 0);
91 public MemberValue getType() { method in class:ArrayMemberValue
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp96 PointerType *SrcTy = cast<PointerType>(Src->getType());
97 PointerType *DestTy = cast<PointerType>(Cast->getType());
132 new AddrSpaceCastInst(NewGEPI, GEP->getType(), "", GEPI));
140 ConstantExpr::getAddrSpaceCast(NewGEPCE, GEP->getType()));
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DIincInsnNode.java66 public int getType() { method in class:IincInsnNode
H A DJumpInsnNode.java78 public int getType() { method in class:JumpInsnNode
H A DLabelNode.java53 public int getType() { method in class:LabelNode
H A DLineNumberNode.java68 public int getType() { method in class:LineNumberNode
H A DMultiANewArrayInsnNode.java66 public int getType() { method in class:MultiANewArrayInsnNode
H A DTypeInsnNode.java73 public int getType() { method in class:TypeInsnNode
/external/mockito/src/org/mockito/internal/configuration/
H A DCaptorAnnotationProcessor.java19 Class<?> type = field.getType();

Completed in 465 milliseconds

1234567891011>>