HomeSort by relevance Sort by last modified time
    Searched defs:Transaction (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
Internals.h 123 class Transaction {
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
132 ~Transaction() {
  /external/nist-sip/java/javax/sip/
Transaction.java 6 public interface Transaction extends Serializable {
  /art/test/Transaction/
Transaction.java 17 public class Transaction {
61 // Call native method but catch the transaction exception.
73 // Helper class to abort transaction: finalizable class with natve methods.
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 25 * An entity that represents a single transaction (purchase) of an item.
27 public class Transaction {
32 /** The unique user ID who made the transaction */
41 public Transaction(String userId, long itemId, long clientNonce) {
85 Transaction that = (Transaction) o;
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 25 * An entity that represents a single transaction (purchase) of an item.
27 public class Transaction {
32 /** The unique user ID who made the transaction */
41 public Transaction(String userId, long itemId, long clientNonce) {
85 Transaction that = (Transaction) o;
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
Transaction.java 25 * An entity that represents a single transaction (purchase) of an item.
27 public class Transaction {
32 /** The unique user ID who made the transaction */
41 public Transaction(String userId, long itemId, long clientNonce) {
85 Transaction that = (Transaction) o;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
response.py 160 class Transaction(ResponseElement):
163 super(Transaction, self).__init__(*args, **kw)
172 return super(Transaction, self).startElement(name, attrs, connection)
177 self.Transaction = []
181 if name == 'Transaction':
182 getattr(self, name).append(Transaction(name=name))
190 if name == 'Transaction':
191 setattr(self, name, Transaction(name=name))
  /art/runtime/
transaction.cc 17 #include "transaction.h"
34 Transaction::Transaction()
35 : log_lock_("transaction log lock", kTransactionLogLock), aborted_(false) {
39 Transaction::~Transaction() {
53 LOG(INFO) << "Transaction::~Transaction"
62 void Transaction::Abort(const std::string& abort_message) {
67 // transaction to be rolled back anyway
    [all...]
  /external/libweave/src/
config.h 53 class Transaction final {
55 explicit Transaction(Config* config)
60 ~Transaction();
config.cc 109 Transaction change{this};
146 void Config::Transaction::LoadState() {
289 Config::Transaction::~Transaction() {
293 void Config::Transaction::Commit() {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 41 * at most one read-write transaction is performed at a time. When WAL is not
51 * has its own session object and therefore its own transaction state independent
64 * There are two kinds of transaction: implicit transactions and explicit
67 * An implicit transaction is created whenever a database operation is requested
68 * and there is no explicit transaction currently in progress. An implicit transaction
72 * An explicit transaction is started by calling {@link #beginTransaction} and
73 * specifying the desired transaction mode. Once an explicit transaction has begun,
74 * all subsequent database operations will be performed as part of that transaction
345 Transaction transaction = obtainTransaction(transactionMode, transactionListener); local
936 Transaction transaction = mTransactionPool; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 55 private static class Transaction {
65 Transaction(String pattern, String[] responses) {
71 Transaction(int otherType) {
94 private ArrayList<Transaction> mPairs = new ArrayList<Transaction>();
127 Transaction pair = new Transaction(pattern, responses);
145 mPairs.add(new Transaction(Transaction.ACTION_CLIENT_CLOSE));
149 mPairs.add(new Transaction(Transaction.ACTION_IO_EXCEPTION))
    [all...]
  /external/guice/extensions/persist/lib/
jta.jar 
hsqldb.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1784 milliseconds

1 2