Home
last modified time | relevance | path

Searched refs:checkit (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py628 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/
Dtexcheck.py74 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/
DbgenGenerator.py182 self.checkit()
246 def checkit(self): member in FunctionGenerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c1615 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/
Dtypeobject.c1633 int checkit = 0; in mro_internal() local
1640 checkit = 1; in mro_internal()
1653 if (checkit) { in mro_internal()