Home
last modified time | relevance | path

Searched refs:EMPTY_LIST (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py133 EMPTY_LIST = ']' # push empty list variable
595 write(EMPTY_LIST)
1016 dispatch[EMPTY_LIST] = load_empty_list
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c64 #define EMPTY_LIST ']' macro
1732 s[0] = EMPTY_LIST; in save_list()
4824 case EMPTY_LIST: in load()
5241 case EMPTY_LIST: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c64 #define EMPTY_LIST ']' macro
1701 s[0] = EMPTY_LIST; in save_list()
4789 case EMPTY_LIST: in load()
5206 case EMPTY_LIST: in noload()