/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | config.py | 112 def _gen_temp_sourcefile(self, body, headers, lang): argument 125 def _preprocess(self, body, headers, include_dirs, lang): argument 132 def _compile(self, body, headers, include_dirs, lang): argument 141 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 178 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 196 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument 225 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 241 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument 260 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | Python-ast.c | 971 Module(asdl_seq * body, PyArena *arena) in Module() 983 Interactive(asdl_seq * body, PyArena *arena) in Interactive() 995 Expression(expr_ty body, PyArena *arena) in Expression() 1012 Suite(asdl_seq * body, PyArena *arena) in Suite() 1024 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() 1052 ClassDef(identifier name, asdl_seq * bases, asdl_seq * body, asdl_seq * in ClassDef() 1173 For(expr_ty target, expr_ty iter, asdl_seq * body, asdl_seq * orelse, int in For() 1201 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() 1223 If(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in If() 1245 With(expr_ty context_expr, expr_ty optional_vars, asdl_seq * body, int lineno, in With() [all …]
|
D | ast.c | 898 asdl_seq *body; in ast_for_funcdef() local 980 expr_ty expression, body, orelse; in ast_for_ifexpr() local 2991 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() 3049 asdl_seq *body, *orelse = NULL, *finally = NULL; in ast_for_try_stmt() local
|
D | compile.c | 1778 basicblock *body, *end; in compiler_try_finally() local 1837 basicblock *body, *orelse, *except, *end; in compiler_try_except() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | Python-ast.c | 988 Module(asdl_seq * body, PyArena *arena) in Module() 1000 Interactive(asdl_seq * body, PyArena *arena) in Interactive() 1012 Expression(expr_ty body, PyArena *arena) in Expression() 1029 Suite(asdl_seq * body, PyArena *arena) in Suite() 1041 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() 1069 ClassDef(identifier name, asdl_seq * bases, asdl_seq * body, asdl_seq * in ClassDef() 1190 For(expr_ty target, expr_ty iter, asdl_seq * body, asdl_seq * orelse, int in For() 1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() 1240 If(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in If() 1262 With(expr_ty context_expr, expr_ty optional_vars, asdl_seq * body, int lineno, in With() [all …]
|
D | ast.c | 898 asdl_seq *body; in ast_for_funcdef() local 980 expr_ty expression, body, orelse; in ast_for_ifexpr() local 3008 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() 3066 asdl_seq *body, *orelse = NULL, *finally = NULL; in ast_for_try_stmt() local
|
D | compile.c | 1800 basicblock *body, *end; in compiler_try_finally() local 1859 basicblock *body, *orelse, *except, *end; in compiler_try_except() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/ |
D | lua.css | 5 body { selector
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | h2py.py | 93 def pytify(body): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 44 asdl_seq *body; member 48 asdl_seq *body; member 52 expr_ty body; member 56 asdl_seq *body; member 75 asdl_seq *body; member 82 asdl_seq *body; member 114 asdl_seq *body; member 120 asdl_seq *body; member 126 asdl_seq *body; member 133 asdl_seq *body; member [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 44 asdl_seq *body; member 48 asdl_seq *body; member 52 expr_ty body; member 56 asdl_seq *body; member 75 asdl_seq *body; member 82 asdl_seq *body; member 114 asdl_seq *body; member 120 asdl_seq *body; member 126 asdl_seq *body; member 133 asdl_seq *body; member [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | quoprimime.py | 178 def encode(body, binary=False, maxlinelen=76, eol=NL): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mhlib.py | 62 def writeMessage(folder, n, headers, body): argument
|
D | test_xmlrpc.py | 695 def send_content(self, connection, body): argument 981 def send_request(self, conn, url, body): argument 991 def send_content(self, conn, body): argument
|
D | test_httpservers.py | 84 def request(self, uri, method='GET', body=None, headers={}): argument
|
D | test_urllib2.py | 296 def request(self, method, url, body=None, headers=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | httplib.py | 953 def request(self, method, url, body=None, headers={}): argument 957 def _set_content_length(self, body): argument 974 def _send_request(self, method, url, body, headers): argument
|
D | nntplib.py | 422 def body(self, id, file=None): member in NNTP
|
D | decimal.py | 5991 def _format_align(sign, body, spec): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 100 def __init__(self, name, body, condition=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | ast.py | 503 def __init__(self, assign, list, body, else_, lineno=None): argument 1270 def __init__(self, body, handlers, else_, lineno=None): argument 1295 def __init__(self, body, final, lineno=None): argument 1354 def __init__(self, test, body, else_, lineno=None): argument 1379 def __init__(self, expr, vars, body, lineno=None): argument
|
D | transformer.py | 978 def com_with_item(self, nodelist, body, lineno): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 319 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 319 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 788 static void body (LexState *ls, expdesc *e, int ismethod, int line) { in body() function
|