Searched defs:keyword (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | BaseHTTPServer.py | 398 def send_header(self, keyword, value): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | BaseHTTPServer.py | 401 def send_header(self, keyword, value): argument
|
D | smtpd.py | 214 def __getaddr(self, keyword, arg): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_util.py | 17 def KeywordArg(keyword, value): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | getargs.c | 1544 const char *fname, *msg, *custom_msg, *keyword; in vgetargskeywords() local
|
D | ceval.c | 3101 PyObject *keyword = kws[2*i]; in PyEval_EvalCodeEx() local
|
D | Python-ast.c | 2094 keyword(identifier arg, expr_ty value, PyArena *arena) in keyword() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getargs.c | 1544 const char *fname, *msg, *custom_msg, *keyword; in vgetargskeywords() local
|
D | ceval.c | 3086 PyObject *keyword = kws[2*i]; in PyEval_EvalCodeEx() local
|
D | Python-ast.c | 2077 keyword(identifier arg, expr_ty value, PyArena *arena) in keyword() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 528 #define keyword(a0, a1, a2) _Py_keyword(a0, a1, a2) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 528 #define keyword(a0, a1, a2) _Py_keyword(a0, a1, a2) macro
|