/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaLocalTxnInterceptor.java | 65 final EntityTransaction txn = em.getTransaction(); in invoke() local 131 EntityTransaction txn) { in rollbackIfNecessary()
|
/external/python/cpython2/Lib/bsddb/ |
D | dbshelve.py | 163 def keys(self, txn=None): argument 198 def items(self, txn=None): argument 209 def values(self, txn=None): argument 220 def __append(self, value, txn=None): argument 224 def append(self, value, txn=None): argument 255 def get_both(self, key, value, txn=None, flags=0): argument 261 def cursor(self, txn=None, flags=0): argument 267 def put(self, key, value, txn=None, flags=0): argument
|
D | dbtables.py | 220 def cursor(self, txn=None) : argument 223 def has_key(self, key, txn=None) : argument 227 def put(self, key, value, flags=0, txn=None) : argument 233 def put_bytes(self, key, value, txn=None) : argument 237 def get(self, key, txn=None, flags=0) : argument 244 def get_bytes(self, key, txn=None, flags=0) : argument 248 def delete(self, key, txn=None) : argument 453 def __new_rowid(self, table, txn) : argument
|
D | dbrecio.py | 35 def __init__(self, db, key, txn=None): argument
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_all.py | 246 def has_key(self, k, txn=None) : argument 265 def put(self, key, data, txn=None, flags=0, dlen=-1, doff=-1) : argument 273 def append(self, value, txn=None) : argument 288 def get(self, key, default="MagicCookie", txn=None, flags=0, dlen=-1, doff=-1) : argument 301 def pget(self, key, txn=None) : argument 313 def get_both(self, key, value, txn=None, flags=0) : argument 323 def delete(self, key, txn=None) : argument 345 def associate(self, secondarydb, callback, flags=0, txn=None) : argument 371 def cursor(self, txn=None, flags=0) : argument
|
D | test_associate.py | 140 def addDataToDB(self, d, txn=None): argument 146 def createDB(self, txn=None): argument 230 def finish_test(self, secDB, txn=None): argument 324 def txn_finish_test(self, sDB, txn): argument
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite_test.cc | 244 SqliteTransaction txn(*db_); in TEST_F() local 257 SqliteTransaction txn(*db_); in TEST_F() local 271 SqliteTransaction txn(*db_); in TEST_F() local
|
/external/tensorflow/tensorflow/contrib/tensorboard/db/ |
D | summary_db_writer.cc | 237 static Status Save(Sqlite* db, SqliteTransaction* txn, IdAllocator* ids, in Save() 250 GraphWriter(Sqlite* db, SqliteTransaction* txn, GraphDef* graph, uint64 now, in GraphWriter() 433 SqliteTransaction txn(*db); // only to increase performance in SetGraph() local 743 SqliteTransaction txn(*db); in Finish() local 773 SqliteTransaction txn(*db); in Write() local 843 SqliteTransaction txn(*db); // only for performance in Reserve() local 857 Status ReserveData(Sqlite* db, SqliteTransaction* txn, size_t size) in ReserveData() 866 Status ReserveTensors(Sqlite* db, SqliteTransaction* txn, in ReserveTensors() 892 Status MaybeFlush(Sqlite* db, SqliteTransaction* txn) in MaybeFlush()
|
/external/python/cpython2/Modules/ |
D | bsddb.h | 162 struct DBTxnObject *txn; member 186 struct DBTxnObject *txn; member 193 DB_TXN* txn; member 239 struct DBTxnObject *txn; member
|
D | _bsddb.c | 740 static int checkTxnObj(PyObject* txnobj, DB_TXN** txn) in checkTxnObj() 758 static int _DB_delete(DBObject* self, DB_TXN *txn, DBT *key, int flags) in _DB_delete() 774 static int _DB_put(DBObject* self, DB_TXN *txn, DBT *key, DBT *data, int flags) in _DB_put() 1000 newDBCursorObject(DBC* dbc, DBTxnObject *txn, DBObject* db) in newDBCursorObject() 1170 newDBTxnObject(DBEnvObject* myenv, DBTxnObject *parent, DB_TXN *txn, int flags) in newDBTxnObject() 1423 DB_TXN *txn = NULL; in DB_append() local 1583 DB_TXN *txn = NULL; in DB_associate() local 1706 DB_TXN *txn = NULL; in _DB_consume() local 1773 DB_TXN *txn = NULL; in DB_cursor() local 1798 DB_TXN *txn = NULL; in DB_delete() local [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | FragmentTransactionTest.java | 36 private TestFragmentTransaction txn; field in FragmentTransactionTest
|