Searched refs:compileStatement (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | SQLiteStatementTest.java | 28 …SQLiteStatement createStatement = database.compileStatement("CREATE TABLE `routine` (`id` INTEGER … in setUp() 31 …SQLiteStatement createStatement2 = database.compileStatement("CREATE TABLE `countme` (`id` INTEGER… in setUp() 42 …SQLiteStatement insertStatement = database.compileStatement("INSERT INTO `routine` (`name` ,`lastU… in testExecuteInsert() 82 SQLiteStatement insertStatement = database.compileStatement("INSERT INTO `routine` " + in testExecuteInsertShouldCloseGeneratedKeysResultSet() 97 …SQLiteStatement insertStatement = database.compileStatement("INSERT INTO `routine` (`name`) VALUES… in testExecuteUpdateDelete() 102 …SQLiteStatement updateStatement = database.compileStatement("UPDATE `routine` SET `name`=? WHERE `… in testExecuteUpdateDelete() 115 SQLiteStatement stmt = database.compileStatement("SELECT count(*) FROM `countme`"); in simpleQueryTest() 119 …SQLiteStatement insertStatement = database.compileStatement("INSERT INTO `countme` (`name` ,`lastU… in simpleQueryTest() 135 …SQLiteStatement stmt = database.compileStatement("SELECT * FROM `countme` where `name`= 'cessation… in simpleQueryForStringThrowsSQLiteDoneExceptionTest() 143 …SQLiteStatement stmt = database.compileStatement("SELECT * FROM `countme` where `name`= 'cessation… in simpleQueryForLongThrowsSQLiteDoneExceptionTest() [all …]
|
D | ShadowSQLiteConnectionTest.java | 41 SQLiteStatement createStatement = database.compileStatement( in setUp()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1067 this->compileStatement(builder, *stmt); in compileBlock() 1099 this->compileStatement(builder, *i.fIfTrue); in compileIf() 1105 this->compileStatement(builder, *i.fIfFalse); in compileIf() 1115 this->compileStatement(builder, *f.fInitializer); in compileFor() 1134 this->compileStatement(builder, *f.fStatement); in compileFor() 1162 this->compileStatement(builder, *d.fStatement); in compileDo() 1185 this->compileStatement(builder, *w.fStatement); in compileWhile() 1210 void JIT::compileStatement(LLVMBuilderRef builder, const Statement& stmt) { in compileStatement() function in SkSL::JIT 1310 this->compileStatement(builder, *f.fBody); in compileStageFunctionLoop() 1788 this->compileStatement(builder, *f.fBody); in compileFunction()
|
D | SkSLJIT.h | 200 void compileStatement(LLVMBuilderRef builder, const Statement& stmt);
|