Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_StringIO.py18 constructor = str variable in TestGenericStringIO
137 constructor = buffer variable in TestBufferStringIO
140 constructor = buffer variable in TestBuffercStringIO
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py27 def constructor(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py27 def constructor(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py167 def p_sum_0(self, (constructor,)):
171 def p_sum_1(self, (constructor, _, sum)):
175 def p_sum_2(self, (constructor, _, sum)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py1077 def com_binary(self, constructor, nodelist): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c730 static void constructor (LexState *ls, expdesc *t) { in constructor() function