/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | ucnhash.h | 26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code); member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | ucnhash.h | 26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code); member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lcode.c | 361 SETARG_C(getcode(fs, e), nresults+1); in luaK_setreturns() 364 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns() 365 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns() 374 e->u.info = GETARG_A(getcode(fs, e)); in luaK_setoneret() 377 SETARG_B(getcode(fs, e), 2); in luaK_setoneret() 441 Instruction *pc = &getcode(fs, e); in discharge2reg() 608 Instruction ie = getcode(fs, e); in jumponcond() 832 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 833 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1); in luaK_posfix() 835 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
|
D | lcode.h | 39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
|
D | lparser.c | 1491 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */ in exprstat() 1508 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat() 1509 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar); in retstat()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_upload.py | 52 def getcode(self): member in FakeOpen
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllibnet.py | 110 code = open_url.getcode()
|
D | test_urllib.py | 87 self.assertEqual(self.returned_obj.getcode(), None) 148 self.assertEqual(fp.getcode(), 200)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | upload.py | 177 status = result.getcode()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | pyexpat.c | 262 getcode(enum HandlerTypes slot, char* func_name, int lineno) in getcode() function 441 temp = call_with_frame(getcode(CharacterData, "CharacterData", __LINE__), in call_character_handler() 566 rv = call_with_frame(getcode(StartElement, "StartElement", __LINE__), in my_StartElementHandler() 593 rv = call_with_frame(getcode(NAME,#NAME,__LINE__), \ 750 rv = call_with_frame(getcode(ElementDecl, "ElementDecl", __LINE__), in my_ElementDeclHandler()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | pyexpat.c | 262 getcode(enum HandlerTypes slot, char* func_name, int lineno) in getcode() function 441 temp = call_with_frame(getcode(CharacterData, "CharacterData", __LINE__), in call_character_handler() 566 rv = call_with_frame(getcode(StartElement, "StartElement", __LINE__), in my_StartElementHandler() 593 rv = call_with_frame(getcode(NAME,#NAME,__LINE__), \ 750 rv = call_with_frame(getcode(ElementDecl, "ElementDecl", __LINE__), in my_ElementDeclHandler()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib.py | 993 def getcode(self): member in addinfourl
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 2956 ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 2903 if (ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
|