Home
last modified time | relevance | path

Searched refs:staticmethod (Results 1 – 25 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py90 @staticmethod
125 @staticmethod
199 @staticmethod
342 @staticmethod
364 @staticmethod
419 @staticmethod
428 @staticmethod
460 @staticmethod
492 @staticmethod
509 @staticmethod
[all …]
DSection.py171 GetFileList = staticmethod(GetFileList)
DGenFds.py726 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/
Dtest_setups.py188 @staticmethod
191 @staticmethod
196 @staticmethod
199 @staticmethod
269 @staticmethod
290 @staticmethod
294 @staticmethod
346 @staticmethod
366 @staticmethod
428 @staticmethod
[all …]
Dtest_suite.py322 @staticmethod
325 @staticmethod
Dtest_result.py366 @staticmethod
535 @staticmethod
554 @staticmethod
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
D__init__.py16 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__.py16 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/
Dfuncobject.c767 } 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/
Dfuncobject.c767 } 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/
DVariableAttributes.py31 @staticmethod
44 @staticmethod
DExpression.py145 @staticmethod
538 @staticmethod
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threading.py671 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)
Dpyclbr_input.py29 @staticmethod
Dtest_doctest2.py87 @staticmethod
Dtest_decorators.py11 @staticmethod
75 @staticmethod
81 @staticmethod
Dtest_bufio.py69 open = staticmethod(pyio.open)
Dtest_doctest.py71 a_staticmethod = staticmethod(a_staticmethod)
Dtest_file.py141 open = staticmethod(pyio.open)
333 open = staticmethod(pyio.open)
Dpydocfodder.py109 A_staticmethod = staticmethod(A_staticmethod)
Dtest_univnewlines.py128 open = staticmethod(pyio.open)
Dtokenize_tests.txt176 @staticmethod
Dtest_pyclbr.py11 StaticMethodType = type(staticmethod(lambda: None))
Dtest_largefile.py182 TestCase.open = staticmethod(_open)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEiffel.py37 @staticmethod

123