Home
last modified time | relevance | path

Searched refs:constmode (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenBuffer.py41 def getArgDeclarations(self, name, reference=False, constmode=False, outmode=False): argument
44 return (self.getBufferDeclarations(name, constmode, outmode) +
47 def getBufferDeclarations(self, name, constmode=False, outmode=False): argument
48 return self.getInputBufferDeclarations(name, constmode) + \
49 self.getOutputBufferDeclarations(name, constmode, outmode)
51 def getInputBufferDeclarations(self, name, constmode=False): argument
52 if constmode:
58 def getOutputBufferDeclarations(self, name, constmode=False, outmode=False): argument
59 if constmode:
123 def getOutputBufferDeclarations(self, name, constmode=False, outmode=False): argument
[all …]
DbgenVariable.py50 constmode = False
53 constmode = (self.flags & ConstMode)
56 reference=refmode, constmode=constmode, outmode=outmode)
DbgenHeapBuffer.py19 def getOutputBufferDeclarations(self, name, constmode=False, outmode=False): argument
20 if constmode:
83 def getInputBufferDeclarations(self, name, constmode=False): argument
DbgenType.py32 def getArgDeclarations(self, name, reference=False, constmode=False, outmode=False): argument
39 if constmode:
220 def getArgDeclarations(self, name, reference=False, constmode=False, outmode=False): argument