Home
last modified time | relevance | path

Searched refs:TypeInfo (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc63 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/
Dreg.py110 class TypeInfo(BaseInfo): class
753 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
Dandroid-22.txt53891 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/
Dpreloaded-classes16701 org.w3c.dom.TypeInfo
Dboot-image-profile.txt49291 Lorg/w3c/dom/TypeInfo;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...