Searched refs:staticmethod (Results 1 – 25 of 51) sorted by relevance
123
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFdsGlobalVariable.py | 90 @staticmethod 125 @staticmethod 199 @staticmethod 342 @staticmethod 364 @staticmethod 419 @staticmethod 428 @staticmethod 460 @staticmethod 492 @staticmethod 509 @staticmethod [all …]
|
D | Section.py | 171 GetFileList = staticmethod(GetFileList)
|
D | GenFds.py | 726 GenFd = staticmethod(GenFd) 727 GetFvBlockSize = staticmethod(GetFvBlockSize) 728 DisplayFvSpaceInfo = staticmethod(DisplayFvSpaceInfo) 729 PreprocessImage = staticmethod(PreprocessImage) 730 GenerateGuidXRefFile = staticmethod(GenerateGuidXRefFile)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_setups.py | 188 @staticmethod 191 @staticmethod 196 @staticmethod 199 @staticmethod 269 @staticmethod 290 @staticmethod 294 @staticmethod 346 @staticmethod 366 @staticmethod 428 @staticmethod [all …]
|
D | test_suite.py | 322 @staticmethod 325 @staticmethod
|
D | test_result.py | 366 @staticmethod 535 @staticmethod 554 @staticmethod
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/ |
D | __init__.py | 16 loads = staticmethod(pyjson.loads) 17 dumps = staticmethod(pyjson.dumps) 23 loads = staticmethod(cjson.loads) 24 dumps = staticmethod(cjson.dumps)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
D | __init__.py | 16 loads = staticmethod(pyjson.loads) 17 dumps = staticmethod(pyjson.dumps) 23 loads = staticmethod(cjson.loads) 24 dumps = staticmethod(cjson.dumps)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | funcobject.c | 767 } staticmethod; typedef 770 sm_dealloc(staticmethod *sm) in sm_dealloc() 778 sm_traverse(staticmethod *sm, visitproc visit, void *arg) in sm_traverse() 785 sm_clear(staticmethod *sm) in sm_clear() 794 staticmethod *sm = (staticmethod *)self; in sm_descr_get() 808 staticmethod *sm = (staticmethod *)self; in sm_init() 821 {"__func__", T_OBJECT, offsetof(staticmethod, sm_callable), READONLY}, 846 sizeof(staticmethod), 888 staticmethod *sm = (staticmethod *) in PyStaticMethod_New()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | funcobject.c | 767 } staticmethod; typedef 770 sm_dealloc(staticmethod *sm) in sm_dealloc() 778 sm_traverse(staticmethod *sm, visitproc visit, void *arg) in sm_traverse() 785 sm_clear(staticmethod *sm) in sm_clear() 796 staticmethod *sm = (staticmethod *)self; in sm_descr_get() 810 staticmethod *sm = (staticmethod *)self; in sm_init() 823 {"__func__", T_OBJECT, offsetof(staticmethod, sm_callable), READONLY}, 848 sizeof(staticmethod), 890 staticmethod *sm = (staticmethod *) in PyStaticMethod_New()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | VariableAttributes.py | 31 @staticmethod 44 @staticmethod
|
D | Expression.py | 145 @staticmethod 538 @staticmethod
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threading.py | 671 locktype = staticmethod(threading.Lock) 674 locktype = staticmethod(threading.RLock) 677 eventtype = staticmethod(threading.Event) 681 locktype = staticmethod(threading.Condition) 684 condtype = staticmethod(threading.Condition) 687 semtype = staticmethod(threading.Semaphore) 690 semtype = staticmethod(threading.BoundedSemaphore)
|
D | pyclbr_input.py | 29 @staticmethod
|
D | test_doctest2.py | 87 @staticmethod
|
D | test_decorators.py | 11 @staticmethod 75 @staticmethod 81 @staticmethod
|
D | test_bufio.py | 69 open = staticmethod(pyio.open)
|
D | test_doctest.py | 71 a_staticmethod = staticmethod(a_staticmethod)
|
D | test_file.py | 141 open = staticmethod(pyio.open) 333 open = staticmethod(pyio.open)
|
D | pydocfodder.py | 109 A_staticmethod = staticmethod(A_staticmethod)
|
D | test_univnewlines.py | 128 open = staticmethod(pyio.open)
|
D | tokenize_tests.txt | 176 @staticmethod
|
D | test_pyclbr.py | 11 StaticMethodType = type(staticmethod(lambda: None))
|
D | test_largefile.py | 182 TestCase.open = staticmethod(_open)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/ |
D | Eiffel.py | 37 @staticmethod
|
123