/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 539 Transaction Trans(TA);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 76 javax.sip.Transaction, gov.nist.javax.sip.TransactionExt { 112 * INVITE transaction timeout timer 138 protected String transactionId; // Transaction Id. 183 // Parent stack for this transaction 186 // Original request that is being handled by this transaction 189 // Underlying channel being used to send messages for this transaction 212 // Transaction branch ID 215 // Method of the Request used to create the transaction. 218 // Sequence number of request used to create the transaction 221 // Current transaction stat 285 SIPTransaction transaction = SIPTransaction.this; local [all...] |
SIPDialog.java | 87 import javax.sip.Transaction; 263 // We store here the useful data from the first transaction without having to 264 // keep the whole transaction object for the duration of the dialog. It also 389 SIPServerTransaction transaction; field in class:SIPDialog.DialogTimerTask 391 public DialogTimerTask(SIPServerTransaction transaction) { 392 this.transaction = transaction; 403 SIPServerTransaction transaction = this.transaction; local 418 if (transaction != nul 653 SIPTransaction transaction = (SIPTransaction) this.getFirstTransaction(); local [all...] |
/prebuilts/tools/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/ |
crittercism-android-agent-5.6.4.jar | |
/frameworks/native/cmds/surfacereplayer/replayer/ |
Replayer.cpp | 283 std::thread(&Replayer::doTransaction, this, increment.transaction(), event).detach(); 338 status_t Replayer::doTransaction(const Transaction& t, const std::shared_ptr<Event>& event) { 339 ALOGV("Started Transaction"); 356 ALOGV("Ended Transaction"); 420 ALOGE("SET TRANSACTION FAILED"); 429 ALOGV("Doing display transaction"); 543 ALOGV("Layer %d: Setting Deferred Transaction -- layer_id=%d, " 547 ALOGE("Layer %d not found in Deferred Transaction", dtc.layer_id());
|
/prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/ |
firebase-client-jvm-2.5.2.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
scardssp.h | [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
fakedb_test.go | 299 return nil, errors.New("already in a transaction") 343 return errors.New("can't close fakeConn; in a Transaction")
|
sql.go | 117 // IsolationLevel is the transaction isolation level used in TxOptions. 135 // TxOptions holds the transaction options to be used in DB.BeginTx. 137 // Isolation is the transaction isolation level. 293 // observed within a transaction. Once DB.Begin is called, the 295 // Rollback is called on the transaction, that transaction's [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
fakedb_test.go | 299 return nil, errors.New("already in a transaction") 343 return errors.New("can't close fakeConn; in a Transaction")
|
sql.go | 117 // IsolationLevel is the transaction isolation level used in TxOptions. 135 // TxOptions holds the transaction options to be used in DB.BeginTx. 137 // Isolation is the transaction isolation level. 293 // observed within a transaction. Once DB.Begin is called, the 295 // Rollback is called on the transaction, that transaction's [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.cc | 54 #include "transaction.h" 79 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg; 85 // it's easy. Abort the transaction otherwise. 154 // actually the transaction abort exception. This must not be wrapped, as it signals an 159 // If it is not the transaction abort exception, wrap it. 161 if (type != Transaction::kAbortExceptionDescriptor) { 252 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer). 264 // Note that 2) could likely be handled here, but for safety abort the transaction. 353 bool transaction = runtime->IsActiveTransaction(); local 356 if (transaction) { 387 bool transaction = runtime->IsActiveTransaction(); local [all...] |
/art/runtime/ |
runtime.cc | 154 #include "transaction.h" 670 // We can't run in a transaction yet. [all...] |
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |
hsqldb.jar | |
hibernate3.jar | |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/art/compiler/driver/ |
compiler_driver.cc | 73 #include "transaction.h" 2326 Transaction transaction; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wdm.h | [all...] |
/frameworks/base/config/ |
preloaded-classes | 706 android.database.sqlite.SQLiteSession$Transaction [all...] |
compiled-classes-phone | [all...] |
/external/guice/extensions/struts2/lib/ |
ant-1.6.5.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |