HomeSort by relevance Sort by last modified time
    Searched refs:_stmt (Results 1 - 9 of 9) sorted by null

  /frameworks/support/room/compiler/src/test/data/daoWriter/output/
DeletionDao.java 189 final SupportSQLiteStatement _stmt = __preparedStmtOfDeleteByUid.acquire(); local
193 _stmt.bindLong(_argIndex, uid);
194 final int _result = _stmt.executeUpdateDelete();
199 __preparedStmtOfDeleteByUid.release(_stmt);
205 final SupportSQLiteStatement _stmt = __preparedStmtOfDeleteEverything.acquire(); local
208 final int _result = _stmt.executeUpdateDelete();
213 __preparedStmtOfDeleteEverything.release(_stmt);
225 SupportSQLiteStatement _stmt = __db.compileStatement(_sql); local
228 _stmt.bindLong(_argIndex, _item);
233 final int _result = _stmt.executeUpdateDelete()
    [all...]
UpdateDao.java 211 final SupportSQLiteStatement _stmt = __preparedStmtOfAgeUserByUid.acquire(); local
216 _stmt.bindNull(_argIndex);
218 _stmt.bindString(_argIndex, uid);
220 _stmt.executeUpdateDelete();
224 __preparedStmtOfAgeUserByUid.release(_stmt);
230 final SupportSQLiteStatement _stmt = __preparedStmtOfAgeUserAll.acquire(); local
233 _stmt.executeUpdateDelete();
237 __preparedStmtOfAgeUserAll.release(_stmt);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /external/python/cpython2/Include/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 7 typedef struct _stmt *stmt_ty;
69 struct _stmt { struct

Completed in 176 milliseconds