Searched defs:statement (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cProfile.py | 14 def run(statement, filename=None, sort=-1): argument 39 def runctx(statement, globals, locals, filename=None, sort=-1): argument
|
D | profile.py | 57 def run(statement, filename=None, sort=-1): argument 78 def runctx(statement, globals, locals, filename=None, sort=-1): argument
|
D | pdb.py | 1237 def run(statement, globals=None, locals=None): argument 1243 def runctx(statement, globals, locals): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | util.c | 27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step()
|
D | connection.c | 218 pysqlite_Statement* statement; in pysqlite_flush_statement_cache() local 239 PyObject* statement; in pysqlite_do_all_statements() local 414 sqlite3_stmt* statement; in _pysqlite_connection_begin() local 453 sqlite3_stmt* statement; in pysqlite_connection_commit() local 499 sqlite3_stmt* statement; in pysqlite_connection_rollback() local 1178 pysqlite_Statement* statement; in pysqlite_connection_call() local
|
D | cursor.h | 42 pysqlite_Statement* statement; member
|
D | cursor.c | 41 static pysqlite_StatementKind detect_statement_type(char* statement) in detect_statement_type() 795 sqlite3_stmt* statement; in pysqlite_cursor_executescript() local
|
D | module.c | 90 char* statement; in module_complete() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_support.py | 469 def check_syntax_error(testcase, statement): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 1529 static void statement (LexState *ls) { in statement() function
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CParser.py | 8843 def statement(self, ): member in CParser
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | CParser.py | 8843 def statement(self, ): member in CParser
|