Searched refs:TypeInfo (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/binary_translation/tools/nogrod/ |
D | main.cc | 63 class TypeInfo { class 65 TypeInfo(uint64_t id, const char* kind, const std::string& name, uint64_t size_bits) in TypeInfo() function in __anon23a93e9b0111::TypeInfo 67 virtual ~TypeInfo() {} in ~TypeInfo() 77 virtual bool EqualsTo(const TypeInfo* other) const { in EqualsTo() 96 DISALLOW_IMPLICIT_CONSTRUCTORS(TypeInfo); 135 class TypeInfoFunction : public TypeInfo { 138 : TypeInfo(id, kKindFunction, name, 0), in TypeInfoFunction() 155 virtual bool EqualsTo(const TypeInfo*) const override { in EqualsTo() 194 class TypeInfoReference : public TypeInfo { 201 : TypeInfo(id, kind, name, size_bits), pointee_type_(pointee_type) {} in TypeInfoReference() [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 110 class TypeInfo(BaseInfo): class 753 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
D | android-22.txt | 53891 method public abstract org.w3c.dom.TypeInfo getAttributeTypeInfo(int); 53892 method public abstract org.w3c.dom.TypeInfo getElementTypeInfo(); 57795 method public abstract org.w3c.dom.TypeInfo getSchemaTypeInfo(); 57949 method public abstract org.w3c.dom.TypeInfo getSchemaTypeInfo(); 58077 public abstract interface TypeInfo {
|
/frameworks/base/config/ |
D | preloaded-classes | 16701 org.w3c.dom.TypeInfo
|
D | boot-image-profile.txt | 49291 Lorg/w3c/dom/TypeInfo;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |