HomeSort by relevance Sort by last modified time
    Searched defs:statements (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
prsa_par.y 154 statements: label
155 statements statement
  /frameworks/base/core/tests/coretests/src/android/database/
NewDatabasePerformanceTests.java 110 private String[] statements = new String[SIZE]; field in class:NewDatabasePerformanceTests.Insert1000
119 statements[i] =
130 mDatabase.execSQL(statements[i]);
142 private String[] statements = new String[SIZE]; field in class:NewDatabasePerformanceTests.InsertIndexed1000
151 statements[i] =
163 mDatabase.execSQL(statements[i]);
DatabasePerformanceTests.java 199 private String[] statements = new String[SIZE]; field in class:DatabasePerformanceTests.Perf1Test
208 statements[i] =
220 mDatabase.execSQL(statements[i]);
232 private String[] statements = new String[SIZE]; field in class:DatabasePerformanceTests.Perf2Test
241 statements[i] =
254 mDatabase.execSQL(statements[i]);
    [all...]
  /frameworks/base/tools/aidl/
AST.h 109 vector<Statement*> statements; member in struct:StatementBlock
229 StatementBlock* statements; member in struct:IfStatement
248 StatementBlock* statements; member in struct:TryStatement
257 StatementBlock* statements; member in struct:CatchStatement
267 StatementBlock* statements; member in struct:FinallyStatement
277 StatementBlock* statements; member in struct:Case
304 StatementBlock* statements; member in struct:Method
  /libcore/luni/src/test/java/tests/java/sql/
QueryTimeoutTest.java 62 * what connection/transaction it and other statements are executed in the
68 * multiple statements on the same connection; since only one statement per
73 * verify that the correct statements are affected by the timeout, while the
74 * other statements execute to completion.
142 * Used for executing the SQL statements for setting up this test (the
363 // The idea with these 4 statements is as follows:
455 PreparedStatement statements[] = new PreparedStatement[connections.length]; local
456 for (int i = 0; i < statements.length; ++i) {
457 statements[i] = prepare(connections[i], getExecQuery("t"));
460 StatementExecutor[] executors = new StatementExecutor[statements.length]
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 1123 String[] statements = TextUtils.split(sqlStatements, ";\\n"); local
    [all...]
  /external/v8/src/
ast.h 295 ZoneList<Statement*>* statements() { return &statements_; } function in class:v8::internal::Block
559 CaseClause(Expression* label, ZoneList<Statement*>* statements)
560 : label_(label), statements_(statements) { }
568 ZoneList<Statement*>* statements() const { return statements_; } function in class:v8::internal::CaseClause
599 // If-statements always have non-null references to their then- and
600 // else-parts. When parsing if-statements with no explicit else-part,
    [all...]
parser.cc 142 Target* target_stack_; // for break, continue statements
2464 ZoneListWrapper<Statement> statements = factory()->NewList<Statement>(5); local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 273 milliseconds