Searched refs:checkit (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_long.py | 628 def checkit(*args): function 638 checkit('-', x) 645 checkit(x, '+', y) 649 checkit(x, '-', y) 653 checkit(x, '*', y) 659 checkit(x, '/', y) 663 checkit(x, '//', y) 667 checkit(x, 'divmod', y) 672 checkit(x, '**', y) 679 checkit('pow', x, y, '%', z)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | texcheck.py | 74 def checkit(source, opts, morecmds=[]): function 226 err.append(checkit(f, opts, morecmds))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 182 self.checkit() 246 def checkit(self): member in FunctionGenerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | typeobject.c | 1615 int checkit = 0; in mro_internal() local 1622 checkit = 1; in mro_internal() 1635 if (checkit) { in mro_internal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | typeobject.c | 1633 int checkit = 0; in mro_internal() local 1640 checkit = 1; in mro_internal() 1653 if (checkit) { in mro_internal()
|