Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py114 PERSID = 'P' # push persistent object; id is taken from string arg variable
343 self.write(PERSID + str(pid) + '\n')
892 dispatch[PERSID] = load_persid
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c45 #define PERSID 'P' macro
2326 static char persid = PERSID, binpersid = BINPERSID; in save_pers()
4956 case PERSID: in load()
5374 case PERSID: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c45 #define PERSID 'P' macro
2294 static char persid = PERSID, binpersid = BINPERSID; in save_pers()
4921 case PERSID: in load()
5339 case PERSID: in noload()