Searched defs:getType (Results 351 - 375 of 514) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp149 const char *ChineseCalendar::getType() const { function in class:ChineseCalendar
H A Dfmtable.cpp375 Formattable::getType() const function in class:Formattable
851 switch(obj.getType()) {
928 return (UFormattableType)obj->getType();
966 (obj->getType() != Formattable::kObject) &&
978 if( obj->getType() != Formattable::kString ) {
H A Dregion.cpp564 if ( r->getType() == type ) {
641 Region::getType() const { function in class:Region
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h172 inline TypeMask getType() const { function in class:SkMatrix44
184 return kIdentity_Mask == this->getType();
191 return !(this->getType() & ~kTranslate_Mask);
198 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
202 return SkToBool(this->getType() & kPerspective_Mask);
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h145 const char* getType() const { return fType; } function in class:SkView::Click
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.cpp71 SkDisplayTypes type = getType();
103 elementType = dispArray->values.getType();
146 SkDisplayTypes type = getType();
193 elementType = dispArray->values.getType();
242 SkDisplayTypes type = getType();
284 SkDisplayTypes type = getType();
406 temp.fType = values->getType();
410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value);
472 SkDisplayTypes SkDisplayable::getType() const { function in class:SkDisplayable
514 scriptValue.fType = displayable->getType();
[all...]
H A DSkDrawExtraPathEffect.cpp120 if (fDraw->addMatrix->getType() == SkType_Matrix)
265 if (fDraw->matrix->getType() == SkType_Matrix)
480 virtual SkDisplayTypes getType(const char name[], size_t len ) { function in class:SkExtraPathEffects
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp108 SkDOM::Type SkDOM::getType(const Node* node) const function in class:SkDOM
/external/clang/include/clang/AST/
H A DDecl.h66 QualType getType() const { return Ty; } function in class:clang::TypeSourceInfo
479 QualType getType() const { return DeclType; } function in class:clang::ValueDecl
1895 return getType()->getAs<FunctionType>()->getReturnType();
1905 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
2452 : MaybeModedTInfo.get<TypeSourceInfo*>()->getType();
2939 return IntegerType.get<TypeSourceInfo*>()->getType().getUnqualifiedType();
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp562 ContextType ES3PlusWrapperContext::getType (void) const function in class:glu::ES3PlusWrapperContext
564 return ContextType(ApiType::es(3,1), m_context->getType().getFlags());
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp145 inline Type getType (void) const { return m_type; } function in class:rsg::Token
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp132 const VarType& getType (void) const { return m_type; } function in class:deqp::gls::ub::StructMember
170 const VarType& getType (void) const { return m_type; } function in class:deqp::gls::ub::Uniform
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java523 public Type getType() { method in class:Type
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java492 String nodeTags = gNode.getType();
495 if (n.getType().equals(nodeTags)) { //find any matching type node
553 return one.getType().compareTo(other.getType());
850 public String getType() { method in class:PageMetadata.Node
H A DSampleCode.java503 if (("dir".equals(list.get(i).getType())) &&
725 public String getType() { method in class:SampleCode.Node
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java76 public final String getType () method in class:ReportGenerator
120 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms");
149 m_log.info ("writing [" + getType () + "] report to [" + fullOutFile.getAbsolutePath () + "] ...");
/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp149 const char *ChineseCalendar::getType() const { function in class:ChineseCalendar
H A Dfmtable.cpp375 Formattable::getType() const function in class:Formattable
851 switch(obj.getType()) {
928 return (UFormattableType)obj->getType();
966 (obj->getType() != Formattable::kObject) &&
978 if( obj->getType() != Formattable::kString ) {
H A Dmeasunit.cpp607 const char *MeasureUnit::getType() const { function in class:MeasureUnit
H A Dregion.cpp564 if ( r->getType() == type ) {
641 Region::getType() const { function in class:Region
/external/javassist/src/main/javassist/
H A DCtField.java345 public CtClass getType() throws NotFoundException { method in class:CtField
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java390 public ObjectType getType() { return arg; } method in class:SignatureAttribute.TypeArgument
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h47 Type *getType() const { return V->getType(); } function in class:llvm::SCEVConstant
68 Type *getType() const { return Ty; } function in class:llvm::SCEVCastExpr
162 Type *getType() const { return getOperand(0)->getType(); }
216 Type *getType() const { function in class:llvm::SCEVAddExpr
220 return getOperand(getNumOperands() - 1)->getType();
263 Type *getType() const { function in class:llvm::SCEVUDivExpr
269 return getRHS()->getType();
518 Type *getType() cons function in class:llvm::SCEVUnknown
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h186 /// getType - Returns the MachineOperandType for this operand.
188 MachineOperandType getType() const { return (MachineOperandType)OpKind; } function in class:llvm::MachineOperand
/external/llvm/include/llvm/IR/
H A DConstants.h136 /// getType - Specialize the getType() method to always return an IntegerType,
139 inline IntegerType *getType() const { function in class:llvm::ConstantInt
140 return cast<IntegerType>(Value::getType());
352 /// getType - Specialize the getType() method to always return an ArrayType,
355 inline ArrayType *getType() const { function in class:llvm::ConstantArray
356 return cast<ArrayType>(Value::getType());
411 /// getType() specialization - Reduce amount of casting...
413 inline StructType *getType() cons function in class:llvm::ConstantStruct
456 inline VectorType *getType() const { function in class:llvm::ConstantVector
505 inline PointerType *getType() const { function in class:llvm::ConstantPointerNull
581 inline SequentialType *getType() const { function in class:llvm::ConstantDataSequential
680 inline ArrayType *getType() const { function in class:llvm::ConstantDataArray
733 inline VectorType *getType() const { function in class:llvm::ConstantDataVector
[all...]

Completed in 1960 milliseconds

<<11121314151617181920>>