HomeSort by relevance Sort by last modified time
    Searched refs:FunctionGenerator (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/randomshaders/
rsgFunctionGenerator.hpp 35 class FunctionGenerator
38 FunctionGenerator (GeneratorState& state, Function& function);
39 ~FunctionGenerator (void);
rsgFunctionGenerator.cpp 32 FunctionGenerator::FunctionGenerator (GeneratorState& state, Function& function)
38 FunctionGenerator::~FunctionGenerator (void)
42 void FunctionGenerator::generate (void)
rsgShaderGenerator.cpp 225 FunctionGenerator funcGen(m_state, main);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGeneratorGroup.py 32 from bgenGenerator import FunctionGenerator
34 eggs = FunctionGenerator(void, "eggs")
macsupport.py 178 class OSErrFunctionGenerator(OSErrMixIn, FunctionGenerator): pass
189 class WeakLinkFunctionGenerator(WeakLinkMixIn, FunctionGenerator): pass
191 class OSErrWeakLinkFunctionGenerator(OSErrMixIn, WeakLinkMixIn, FunctionGenerator): pass
bgenModule.py 87 from bgenGenerator import FunctionGenerator
89 g = FunctionGenerator(None, "bacon")
bgenGenerator.py 112 class FunctionGenerator(BaseFunctionGenerator):
277 class MethodGenerator(FunctionGenerator):
286 FunctionGenerator.parseArgumentList(self, args)
290 eggs = FunctionGenerator(void, "eggs",
  /external/python/cpython2/Tools/bgen/bgen/
bgenGeneratorGroup.py 32 from bgenGenerator import FunctionGenerator
34 eggs = FunctionGenerator(void, "eggs")
macsupport.py 178 class OSErrFunctionGenerator(OSErrMixIn, FunctionGenerator): pass
189 class WeakLinkFunctionGenerator(WeakLinkMixIn, FunctionGenerator): pass
191 class OSErrWeakLinkFunctionGenerator(OSErrMixIn, WeakLinkMixIn, FunctionGenerator): pass
bgenModule.py 87 from bgenGenerator import FunctionGenerator
89 g = FunctionGenerator(None, "bacon")
bgenGenerator.py 112 class FunctionGenerator(BaseFunctionGenerator):
277 class MethodGenerator(FunctionGenerator):
286 FunctionGenerator.parseArgumentList(self, args)
290 eggs = FunctionGenerator(void, "eggs",
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 75 FunctionGenerator.parseArgumentList(self, args)
166 Function = FunctionGenerator
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 142 Function = FunctionGenerator
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 87 FunctionGenerator.parseArgumentList(self, args)
  /external/python/cpython2/Mac/Modules/res/
ressupport.py 16 FunctionGenerator.checkit(self) # XXX
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 39 FunctionGenerator.parseArgumentList(self, args)
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 800 FunctionGenerator.parseArgumentList(self, args)

Completed in 405 milliseconds