Searched refs:APPEND (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | pyexpat.c | 1476 #define APPEND(list, str) \ in xmlparse_getattr() macro 1495 APPEND(rc, "ErrorCode"); in xmlparse_getattr() 1496 APPEND(rc, "ErrorLineNumber"); in xmlparse_getattr() 1497 APPEND(rc, "ErrorColumnNumber"); in xmlparse_getattr() 1498 APPEND(rc, "ErrorByteIndex"); in xmlparse_getattr() 1499 APPEND(rc, "CurrentLineNumber"); in xmlparse_getattr() 1500 APPEND(rc, "CurrentColumnNumber"); in xmlparse_getattr() 1501 APPEND(rc, "CurrentByteIndex"); in xmlparse_getattr() 1502 APPEND(rc, "buffer_size"); in xmlparse_getattr() 1503 APPEND(rc, "buffer_text"); in xmlparse_getattr() [all …]
|
D | cPickle.c | 53 #define APPEND 'a' macro 1627 static char append = APPEND; in batch_list() 4864 case APPEND: in load() 5281 case APPEND: in noload()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | pyexpat.c | 1459 #define APPEND(list, str) \ in xmlparse_getattr() macro 1478 APPEND(rc, "ErrorCode"); in xmlparse_getattr() 1479 APPEND(rc, "ErrorLineNumber"); in xmlparse_getattr() 1480 APPEND(rc, "ErrorColumnNumber"); in xmlparse_getattr() 1481 APPEND(rc, "ErrorByteIndex"); in xmlparse_getattr() 1482 APPEND(rc, "CurrentLineNumber"); in xmlparse_getattr() 1483 APPEND(rc, "CurrentColumnNumber"); in xmlparse_getattr() 1484 APPEND(rc, "CurrentByteIndex"); in xmlparse_getattr() 1485 APPEND(rc, "buffer_size"); in xmlparse_getattr() 1486 APPEND(rc, "buffer_text"); in xmlparse_getattr() [all …]
|
D | cPickle.c | 53 #define APPEND 'a' macro 1596 static char append = APPEND; in batch_list() 4829 case APPEND: in load() 5246 case APPEND: in noload()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickle.py | 122 APPEND = 'a' # append stack top to list below it variable 616 write(APPEND) 637 write(APPEND) 1183 dispatch[APPEND] = load_append
|