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

1234

/external/llvm/include/llvm/Support/
H A DTypeName.h28 inline StringRef getTypeName() { function in namespace:llvm
42 StringRef Key = "getTypeName<";
/external/llvm/tools/llvm-pdbdump/
H A DBuiltinDumper.cpp23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
26 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { function in class:BuiltinDumper
/external/autotest/frontend/client/src/autotest/tko/
H A DIterationAttributeField.java13 public String getTypeName() { method in class:IterationAttributeField
H A DIterationResultField.java13 public String getTypeName() { method in class:IterationResultField
H A DJobKeyvalField.java13 public String getTypeName() { method in class:JobKeyvalField
H A DMachineLabelField.java8 public String getTypeName() { method in class:MachineLabelField
H A DTestAttributeField.java13 public String getTypeName() { method in class:TestAttributeField
H A DTestLabelField.java22 public String getTypeName() { method in class:TestLabelField
H A DParameterizedField.java20 this.type = field.getTypeName();
53 prototypeNames.add(prototype.getTypeName());
76 if (name.startsWith(prototype.getTypeName())) {
109 public abstract String getTypeName(); method in class:ParameterizedField
118 return getTypeName() + ": " + getValue();
/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
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)
/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.h116 virtual const char* getTypeName() const { return FactoryToName(getFactory()); } function in class:SkFlattenable
/external/skqp/include/core/
H A DSkFlattenable.h116 virtual 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/clang/lib/Basic/
H A DTargetInfo.cpp108 /// getTypeName - Return the user string for the specified integer type enum.
110 const char *TargetInfo::getTypeName(IntType T) { function in class:TargetInfo
/external/clang/lib/Driver/
H A DTypes.cpp39 const char *types::getTypeName(ID Id) { function in class:types
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
H A DBaseNodeMetaModel.java162 return getTypeName() + "<?>";
164 return getTypeName();
170 public String getTypeName() { method in class:BaseNodeMetaModel
H A DPropertyMetaModel.java144 return "(" + getTypeName() + ")\t" + containingNodeMetaModel + "#" + name;
172 return getTypeName() + "<?>";
174 return getTypeName();
180 public String getTypeName() { method in class:PropertyMetaModel
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h111 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

Completed in 2422 milliseconds

1234