Searched refs:getTypeName (Results 1 - 25 of 99) sorted by relevance

1234

/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/include/clang/Driver/
H A DTypes.h27 /// getTypeName - Return the name of the type for \p Id.
28 const char *getTypeName(ID Id);
/external/javassist/src/main/javassist/bytecode/annotation/
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);
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 DAnnotationMemberValue.java57 return loadClass(cl, value.getTypeName());
/external/deqp/modules/gles2/performance/
H A Des2pTextureCountTests.cpp78 string description = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
H A Des2pTextureFormatTests.cpp77 string descriptionBase = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItemType.java89 public String getTypeName() { method in class:ItemType
H A DMapItem.java221 out.annotate(0, offsetString() + ' ' + type.getTypeName() +
/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.h97 const char* getTypeName() const { return FactoryToName(getFactory()); } function in class:SkFlattenable
/external/clang/utils/ABITest/
H A DTypeGen.py27 def getTypeName(self, printer): member in class:Type
49 def getTypeName(self, printer): member in class:BuiltinType
105 return '%s : 0;'%(printer.getTypeName(t),)
107 return '%s field%d : %d;'%(printer.getTypeName(t),i,
110 return '%s field%d;'%(printer.getTypeName(t),i)
143 elementName = printer.getTypeName(self.elementType)
164 return 'typedef _Complex %s %s;'%(printer.getTypeName(self.elementType), name)
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)
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h111 const char *getTypeName() const { return TypeName; } function in class:__ubsan::TypeDescriptor
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp99 return str << tcu::Format::Enum<int, 2>(getTypeName, *fmt.value);
H A DgluVarType.cpp381 str << structPtr->getTypeName();
409 str << " " << decl.structPtr->getTypeName();
/external/proguard/src/proguard/classfile/util/
H A DEnumFieldReferenceInitializer.java79 enumTypeName = enumConstantElementValue.getTypeName(clazz);
/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/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java185 if (annotations[i].getTypeName().equals(type))
199 String type = annotation.getTypeName();
202 if (annotations[i].getTypeName().equals(type)) {
/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/llvm/include/llvm/Object/
H A DObjectFile.h64 std::error_code getTypeName(SmallVectorImpl<char> &Result) const;
475 RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { function in class:llvm::object::RelocationRef
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp442 return CVT->getTypeName() != getTypeName();
/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

Completed in 1144 milliseconds

1234