Searched defs:getTypeName (Results 1 - 25 of 51) sorted by relevance

123

/external/emma/core/java12/com/vladium/emma/report/
H A DIItemMetadata.java28 String getTypeName (); method in interface:IItemMetadata
H A DItem.java104 public String getTypeName () method in class:Item.ItemMetadata
/external/clang/utils/ABITest/
H A DABITestGen.py81 def getTypeName(self, T): member in class:TypePrinter
86 self.types[T] = name = T.getTypeName(self)
90 tyName = self.getTypeName(ty)
104 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
112 retvalTypeName = self.getTypeName(FT.returnType)
174 typeName = self.getTypeName(type)
187 typeName = self.getTypeName(type)
H A DTypeGen.py27 def getTypeName(self, printer): member in class:Type
49 def getTypeName(self, printer): member in class:BuiltinType
101 return '%s : 0;'%(printer.getTypeName(t),)
103 return '%s field%d : %d;'%(printer.getTypeName(t),i,
106 return '%s field%d;'%(printer.getTypeName(t),i)
139 elementName = printer.getTypeName(self.elementType)
160 return 'typedef _Complex %s %s;'%(printer.getTypeName(self.elementType), name)
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java216 buf.append(getTypeName());
237 public String getTypeName() { method in class:Annotation
295 MemberValue.loadClass(cl, getTypeName()),
333 if (getTypeName().equals(other.getTypeName()) == false)
H A DAnnotationImpl.java85 public String getTypeName() { method in class:AnnotationImpl
86 return annotation.getTypeName();
97 String typeName = annotation.getTypeName();
154 String classname = annotation.getTypeName();
208 throw new RuntimeException("Error retrieving value " + name + " for annotation " + annotation.getTypeName(), e);
269 throw new RuntimeException("Error retrieving value " + name + " for annotation " + annotation.getTypeName(), e);
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DEnumConstantElementValue.java80 public String getTypeName(Clazz clazz) method in class:EnumConstantElementValue
/external/skia/include/core/
H A DSkFlattenable.h82 const char* getTypeName() const { return FactoryToName(getFactory()); } function in class:SkFlattenable
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtokens.py247 def getTypeName(self): member in class:CommonToken
250 typeName = property(lambda s: s.getTypeName())
/external/chromium_org/third_party/skia/include/core/
H A DSkFlattenable.h125 const char* getTypeName() const { return FactoryToName(getFactory()); } function in class:SkFlattenable
/external/clang/lib/Driver/
H A DTypes.cpp39 const char *types::getTypeName(ID Id) { function in class:types
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItemType.java89 public String getTypeName() { method in class:ItemType
/external/clang/lib/Basic/
H A DTargetInfo.cpp102 /// getTypeName - Return the user string for the specified integer type enum.
104 const char *TargetInfo::getTypeName(IntType T) { function in class:TargetInfo
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h118 const char *getTypeName() const { return TypeName; } function in class:__ubsan::TypeDescriptor
/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp139 const char* getTypeName (void) const { return m_typeName.c_str(); } function in class:rsg::VariableType
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java354 cname = getTypeName(type);
365 static String getTypeName(int type) throws CompileError { method in class:MemberResolver
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java113 * @see org.w3c.dom.TypeInfo#getTypeName()
115 public String getTypeName() {return null; } method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputGLSLBase.cpp104 out << getTypeName(type);
158 out << getTypeName(type) << "(";
925 TString TOutputGLSLBase::getTypeName(const TType &type) function in class:TOutputGLSLBase
1010 out << getTypeName(*field->type()) << " " << hashName(field->name());
/external/llvm/include/llvm/Object/
H A DObjectFile.h62 std::error_code getTypeName(SmallVectorImpl<char> &Result) const;
515 RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { function in class:llvm::object::RelocationRef
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp150 const char* getTypeName (void) const { return m_typeName.empty() ? DE_NULL : m_typeName.c_str(); } function in class:deqp::gls::ub::StructType
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp354 std::string getTypeName(Type *T) { function in class:__anon26253::DIUpdater
405 Layout.getPrefTypeAlignment(T), getTypeName(T));
422 N = Builder.createBasicType(getTypeName(T), T->getPrimitiveSizeInBits(),
/external/deqp/framework/opengl/
H A DgluVarType.hpp150 const char* getTypeName (void) const { return hasTypeName() ? m_typeName.c_str() : DE_NULL; } function in class:glu::StructType
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp108 static const char* getTypeName (GLenum type) function in namespace:deqp::gles3::Functional
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat);
132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h696 StringRef getTypeName() const { return TypeName; } function in class:llvm::CheckValueTypeMatcher
/external/clang/lib/Sema/
H A DSemaDecl.cpp198 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, function in class:Sema
308 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr,
547 SuggestedType = getTypeName(*Corrected.getCorrectionAsIdentifierInfo(),

Completed in 510 milliseconds

123