/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 87 defined for statement codes that do not use sub-codes. 90 are never used in the same statement class. 93 statement code can hold up to 16 bitflags). 107 /* True on an GIMPLE_OMP_RETURN statement if the return does not require 109 that would otherwise be emitted is dependent on the OMP statement with 162 /* Return the first statement in GIMPLE sequence S. */ 181 /* Return the last statement in GIMPLE sequence S. */ 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If 223 During gimplification, we need to manipulate statement sequences 256 /* Iterator object for GIMPLE statement sequences. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.h | 87 defined for statement codes that do not use sub-codes. 90 are never used in the same statement class. 93 statement code can hold up to 16 bitflags). 107 /* True on an GIMPLE_OMP_RETURN statement if the return does not require 109 that would otherwise be emitted is dependent on the OMP statement with 162 /* Return the first statement in GIMPLE sequence S. */ 181 /* Return the last statement in GIMPLE sequence S. */ 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If 223 During gimplification, we need to manipulate statement sequences 256 /* Iterator object for GIMPLE statement sequences. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 87 defined for statement codes that do not use sub-codes. 90 are never used in the same statement class. 93 statement code can hold up to 16 bitflags). 107 /* True on an GIMPLE_OMP_RETURN statement if the return does not require 109 that would otherwise be emitted is dependent on the OMP statement with 162 /* Return the first statement in GIMPLE sequence S. */ 181 /* Return the last statement in GIMPLE sequence S. */ 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If 223 During gimplification, we need to manipulate statement sequences 256 /* Iterator object for GIMPLE statement sequences. * [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 25 import java.sql.Statement; 32 Statement st = null; 78 Statement st = null; 105 Statement st = null; 122 Statement st = null; 164 Statement st = null; 229 Statement st = null; 233 assertEquals("different result for statement no. "+i, results[i], res); 252 Statement st = null; 281 Statement st = null [all...] |
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 14 #include "app/sql/statement.h" 61 sql::Statement* s) { 84 AutofillProfile* AutofillProfileFromStatement(const sql::Statement& s) { 103 sql::Statement* s) { 121 CreditCard* CreditCardFromStatement(const sql::Statement& s) { 148 sql::Statement s(db->GetUniqueStatement( 153 NOTREACHED() << "Statement prepare failed"; 175 sql::Statement s(db->GetUniqueStatement( 180 NOTREACHED() << "Statement prepare failed"; 196 sql::Statement s(db->GetUniqueStatement [all...] |
/external/chromium_org/v8/src/ |
preparser.h | 464 class Statement { 466 static Statement Default() { 467 return Statement(kUnknownStatement); 470 static Statement FunctionDeclaration() { 471 return Statement(kFunctionDeclaration); 474 // Creates expression statement from expression. 477 static Statement ExpressionStatement(Expression expression) { 480 return Statement(kUseStrictExpressionStatement); 483 return Statement(kStringLiteralExpressionStatement); 509 explicit Statement(Type code) : code_(code) { [all...] |
hydrogen-osr.cc | 34 // True iff. we are compiling for OSR and the statement is the entry. 35 bool HOsrBuilder::HasOsrEntryAt(IterationStatement* statement) { 36 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); 40 HBasicBlock* HOsrBuilder::BuildOsrLoopEntry(IterationStatement* statement) { 41 ASSERT(HasOsrEntryAt(statement)); 64 BailoutId osr_entry_id = statement->OsrEntryId(); 101 loop_predecessor->SetJoinId(statement->EntryId());
|
preparser.cc | 139 PreParser::Statement PreParser::ParseSourceElement(bool* ok) { 142 // Statement 166 // (Statement)* <end_token> 170 Statement statement = ParseSourceElement(CHECK_OK); local 172 if (statement.IsUseStrictLiteral()) { 175 } else if (!statement.IsStringLiteral()) { 186 if (!*ok) return Statement::Default(); \ 192 PreParser::Statement PreParser::ParseStatement(bool* ok) { 193 // Statement : 266 Statement statement = ParseFunctionDeclaration(CHECK_OK); local [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | 1 //===--- ParseStmt.cpp - Statement and Block Parser -----------------------===// 10 // This file implements the Statement and Block portions of the Parser 44 /// ParseStatementOrDeclaration - Read 'statement' or 'declaration'. 46 /// statement 49 /// statement: 50 /// labeled-statement 51 /// compound-statement 52 /// expression-statement 53 /// selection-statement 54 /// iteration-statement [all...] |
/external/chromium/app/sql/ |
meta_table.h | 16 class Statement; 73 bool PrepareSetStatement(Statement* statement, const char* key); 74 bool PrepareGetStatement(Statement* statement, const char* key);
|
sqlite_features_unittest.cc | 8 #include "app/sql/statement.h" 25 sql::Statement* stmt) { 28 sql_text_ = sql_txt ? sql_txt : "no statement available"; 55 // The |error_handler_| will be called if any sqlite statement operation 61 // If any error happened the original sql statement can be found in
|
connection.h | 23 class Statement; 25 // Uniquely identifies a statement. There are two modes of operation: 28 // identify your statement. This is a convienient way to get uniqueness for 29 // a statement that is only used in one place. Use the SQL_FROM_HERE macro 32 // - In the "custom" mode you may use the statement from different places or 42 // Creates a uniquely named statement with the given file ane line number. 49 // Creates a uniquely named statement with the given user-defined name. 57 // a statement name that will be deallocated and will cause a crash later. 75 // false while the actual error code and causing statement are delivered using 85 // our best guess at the statement that triggered the error. Do not stor [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy.cc | 356 sql::Statement locate_statement(db->GetCachedStatement( 363 // bound. But to be completely clear, and in case a cached statement 375 sql::Statement update_statement(db->GetCachedStatement( 384 sql::Statement insert_statement(db->GetCachedStatement( 464 sql::Statement query(db->GetUniqueStatement(query_str.c_str())); 536 sql::Statement statement; local 537 statement.Assign(db->GetCachedStatement( 540 if (!statement.Run()) { 542 << statement.GetSQLStatement() 560 sql::Statement statement; local [all...] |
activity_database_unittest.cc | 26 #include "sql/statement.h" 86 sql::Statement statement(db->GetCachedStatement( 88 statement.BindString(0, action.extension_id()); 89 statement.BindInt64(1, action.time().ToInternalValue()); 90 statement.BindInt(2, static_cast<int>(action.action_type())); 91 statement.BindString(3, action.api_name()); 92 if (!statement.Run()) { 153 sql::Statement statement(db->GetCachedStatement [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteProgram.java | 13 import java.sql.Statement; 27 Statement.RETURN_GENERATED_KEYS); 34 * Bind a NULL value to this statement. The value remains bound until 52 * Bind a long value to this statement. The value remains bound until 80 * Bind a double value to this statement. The value remains bound until 97 * Bind a String value to this statement. The value remains bound until 117 * Bind a byte array value to this statement. The value remains bound until
|
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 28 import java.sql.Statement; 46 private static Statement statement; field in class:SelectFunctionalityTest 57 statement = conn.createStatement(); 67 statement.close(); 79 statement.execute(DatabaseCreator.DROP_TABLE2); 82 statement 86 statement 90 statement 96 statement.execute(DatabaseCreator.CREATE_TABLE2) [all...] |
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 77 static bool Create(const char* statement, const RE* regex, 137 virtual bool Create(const char* statement, const RE* regex, 144 virtual bool Create(const char* statement, const RE* regex, 154 #define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ 159 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, \ 175 GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ 233 // statement - A statement that a macro such as EXPECT_DEATH would test 235 // statement is compiled but not executed, to ensure that 239 // the output of statement. This parameter has to b [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 77 static bool Create(const char* statement, const RE* regex, 137 virtual bool Create(const char* statement, const RE* regex, 144 virtual bool Create(const char* statement, const RE* regex, 154 #define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ 159 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, \ 175 GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ 233 // statement - A statement that a macro such as EXPECT_DEATH would test 235 // statement is compiled but not executed, to ensure that 239 // the output of statement. This parameter has to b [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
construction.rb | 50 : 'if'^ expression s1=statement ('else'! s2=statement)? 54 : 'while'^ expression statement 95 : expression? statement* type+ 96 -> ^(EXPR expression? statement* type+) 108 : 'for' '(' start=statement ';' expression ';' next=statement ')' statement 109 -> ^('for' $start expression $next statement) 137 : r=statement expression -> ^($r expression [all...] |
/external/chromium_org/third_party/icu/source/common/ |
utracimp.h | 107 * Trace function used inside functions that have a UTRACE_ENTRY() statement. 144 * Trace statement for the entry point of a function. 166 * Trace statement for the entry point of open and close functions. 183 * Trace statement for each exit point of a function that has a UTRACE_ENTRY() 184 * statement. 200 * Trace statement for each exit point of a function that has a UTRACE_ENTRY() 201 * statement, and that returns a value. 228 * Trace statement used inside functions that have a UTRACE_ENTRY() statement. 241 * Trace statement used inside functions that have a UTRACE_ENTRY() statement [all...] |
/external/icu4c/common/ |
utracimp.h | 107 * Trace function used inside functions that have a UTRACE_ENTRY() statement. 144 * Trace statement for the entry point of a function. 166 * Trace statement for the entry point of open and close functions. 183 * Trace statement for each exit point of a function that has a UTRACE_ENTRY() 184 * statement. 200 * Trace statement for each exit point of a function that has a UTRACE_ENTRY() 201 * statement, and that returns a value. 228 * Trace statement used inside functions that have a UTRACE_ENTRY() statement. 241 * Trace statement used inside functions that have a UTRACE_ENTRY() statement [all...] |
/external/chromium/chrome/browser/history/ |
text_database.cc | 11 #include "app/sql/statement.h" 51 // create statement. These are the 0-based indices (as strings) of the 214 sql::Statement add_to_pages(db_.GetCachedStatement(SQL_FROM_HERE, 231 sql::Statement add_to_info(db_.GetCachedStatement(SQL_FROM_HERE, 251 sql::Statement select_ids(db_.GetCachedStatement(SQL_FROM_HERE, 264 sql::Statement delete_page(db_.GetCachedStatement(SQL_FROM_HERE, 279 sql::Statement delete_info(db_.GetCachedStatement(SQL_FROM_HERE, 295 sql::Statement statement(db_.GetCachedStatement(SQL_FROM_HERE, 297 if (!statement) [all...] |
/external/chromium/chrome/browser/password_manager/ |
login_database.cc | 10 #include "app/sql/statement.h" 138 sql::Statement s(db_.GetCachedStatement(SQL_FROM_HERE, 142 NOTREACHED() << "Statement prepare failed"; 161 sql::Statement s(db_.GetCachedStatement(SQL_FROM_HERE, 170 NOTREACHED() << "Statement prepare failed"; 197 sql::Statement s(db_.GetCachedStatement(SQL_FROM_HERE, 209 NOTREACHED() << "Statement prepare failed"; 237 sql::Statement s(db_.GetCachedStatement(SQL_FROM_HERE, 246 NOTREACHED() << "Statement prepare failed"; 266 sql::Statement s(db_.GetCachedStatement(SQL_FROM_HERE [all...] |
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 125 * Returns a new instance of {@code Statement} for issuing SQL commands to 128 * {@code ResultSets} generated by the returned statement will default to 132 * @return a {@code Statement} object with default settings. 137 public Statement createStatement() throws SQLException; 140 * Returns a new instance of {@code Statement} whose associated {@code 157 * @return a new instance of {@code Statement} capable of manufacturing 163 public Statement createStatement(int resultSetType, int resultSetConcurrency) 167 * Returns a new instance of {@code Statement} whose associated 190 * @return a new instance of {@code Statement} capable of 198 public Statement createStatement(int resultSetType [all...] |
/external/chromium_org/sync/syncable/ |
directory_backing_store.cc | 18 #include "sql/statement.h" 33 // This just has to be big enough to hold an UPDATE or INSERT statement that 40 // Iterate over the fields of |entry| and bind each to |statement| for 43 sql::Statement* statement) { 47 statement->BindInt64(index++, entry.ref(static_cast<Int64Field>(i))); 50 statement->BindInt64(index++, 55 statement->BindString(index++, entry.ref(static_cast<IdField>(i)).s_); 58 statement->BindInt(index++, entry.ref(static_cast<BitField>(i))); 61 statement->BindString(index++, entry.ref(static_cast<StringField>(i))) [all...] |