HomeSort by relevance Sort by last modified time
    Searched full:_statement (Results 1 - 6 of 6) sorted by null

  /frameworks/support/room/compiler/src/test/data/daoWriter/output/
ComplexDao.java 46 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); local
48 _statement.bindLong(_argIndex, id);
49 final Cursor _cursor = __db.query(_statement);
64 _statement.release();
71 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); local
73 _statement.bindLong(_argIndex, id);
74 final Cursor _cursor = __db.query(_statement);
95 _statement.release();
102 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 2); local
105 _statement.bindNull(_argIndex)
149 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, _argCount); local
183 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); local
210 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, _argCount); local
242 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, _argCount); local
274 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); local
331 final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, _argCount); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
debug.h 63 # define _GLIBCXX_DEBUG_ONLY(_Statement) ;
94 # define _GLIBCXX_DEBUG_ONLY(_Statement) _Statement
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
debug.h 63 # define _GLIBCXX_DEBUG_ONLY(_Statement) ;
94 # define _GLIBCXX_DEBUG_ONLY(_Statement) _Statement
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DaoWriter.kt 286 roomSQLiteQueryVar = scope.getTmpVar("_statement")
306 roomSQLiteQueryVar = scope.getTmpVar("_statement")
526 val roomSQLiteQueryVar = scope.getTmpVar("_statement")
  /external/googletest/googletest/docs/
AdvancedGuide.md 530 | `ASSERT_DEATH(`_statement, regex_`);` | `EXPECT_DEATH(`_statement, regex_`);` | _statement_ crashes with the given error |
531 | `ASSERT_DEATH_IF_SUPPORTED(`_statement, regex_`);` | `EXPECT_DEATH_IF_SUPPORTED(`_statement, regex_`);` | if death tests are supported, verifies that _statement_ crashes with the given error; otherwise verifies nothing |
532 | `ASSERT_EXIT(`_statement, predicate, regex_`);` | `EXPECT_EXIT(`_statement, predicate, regex_`);` |_statement_ exits with the given error and its exit code matches _predicate_ |
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ChangeLog-9197     [all...]

Completed in 832 milliseconds