Searched defs:Registry (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DRegistry.cpp17 #include "Registry.h"
21 static Registry* gHead = 0;
24 Registry::Registry(const RegistryEntry& entry) { function in class:Registry
35 const RegistryEntry* Registry::Find(Stream* stream) {
36 Registry* registry = gHead;
H A DRegistry.h38 class Registry { class
40 Registry(const RegistryEntry& entry);
46 Registry* mNext;
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py208 # Registry.apiGen() and by base OutputGenerator objects.
642 # Registry - object representing an API registry, loaded from an XML file
675 class Registry: class in inherits:
692 """Load ElementTree into a Registry object and parse it"""
696 """Load an API registry XML file into a Registry object and parse it"""
801 """Dump all the dictionaries constructed from the Registry object"""
803 write(' ** Dumping Registry contents **', file=filehandle)
985 self.gen.logMsg('diag', ' Registry.apiGen file:', genOpts.filename,

Completed in 137 milliseconds