Home
last modified time | relevance | path

Searched refs:STOP (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py103 STOP = '.' # every pickle ends with STOP variable
225 self.write(STOP)
1257 dispatch[STOP] = load_stop
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/
DTIS-620.TXT83 0x2E 0x002E # FULL STOP
DCP1140.TXT110 0x4B 0x002E #FULL STOP
DKOI8-U.TXT81 0x2E 0x002E # FULL STOP
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c33 #define STOP '.' macro
2814 static char stop = STOP; in dump()
4953 case STOP: in load()
5371 case STOP: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c33 #define STOP '.' macro
2782 static char stop = STOP; in dump()
4918 case STOP: in load()
5336 case STOP: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py635 build_none = pickle.NONE + pickle.STOP