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

1 2

  /frameworks/native/libs/vr/libpdx/
client.cpp 123 ///////////////////////////// Transaction implementation //////////////////////
125 Transaction::Transaction(Client& client) : client_{client} {}
127 Transaction::~Transaction() {
132 bool Transaction::EnsureStateAllocated() {
140 void Transaction::SendTransaction(int opcode, Status<void>* ret,
164 void Transaction::SendTransaction(int opcode, Status<int>* ret,
185 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret,
206 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret
    [all...]
  /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 {
65 // Call native method but catch the transaction exception.
77 // 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;
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 165 XENSTORE_TRANSACTION Transaction;
223 Status = XenBusIo->XsTransactionStart (XenBusIo, &Transaction);
225 DEBUG ((EFI_D_WARN, "XenPvBlk: Failed to start transaction, %d\n", Status));
229 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName, "ring-ref", "%d",
235 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName,
241 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName,
248 Status = XenBusIo->SetState (XenBusIo, &Transaction, XenbusStateConnected);
254 Status = XenBusIo->XsTransactionEnd (XenBusIo, &Transaction, FALSE);
333 XenBusIo->XsTransactionEnd (XenBusIo, &Transaction, TRUE);
  /art/runtime/
transaction.cc 17 #include "transaction.h"
34 Transaction::Transaction()
35 : log_lock_("transaction log lock", kTransactionLogLock), aborted_(false) {
39 Transaction::~Transaction() {
54 LOG(INFO) << "Transaction::~Transaction"
64 void Transaction::Abort(const std::string& abort_message) {
69 // transaction to be rolled back anyway
    [all...]
  /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/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/
crittercism-android-agent-5.6.4.jar 
  /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/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 

Completed in 821 milliseconds

1 2