/external/chromium_org/net/http/ |
http_cache_transaction.cc | 71 // A cache transaction hit in cache (data was present and not stale) 168 HttpCache::Transaction::Transaction( 196 io_callback_(base::Bind(&Transaction::OnIOComplete, 201 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders == 209 HttpCache::Transaction::~Transaction() { 244 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len, 260 bool HttpCache::Transaction::AddTruncatedFlag() { 281 LoadState HttpCache::Transaction::GetWriterLoadState() const [all...] |
http_transaction_factory.h | 25 // transaction to |*trans| and returns OK.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
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...] |
SIPServerTransaction.java | 72 * Represents a server transaction. Implements the following state machines. 120 * Figure 7: INVITE server transaction 176 // force the listener to see transaction 251 * The reliable provisional response is passed to the transaction layer periodically 253 * is defined in Section 17 of RFC 3261). Once passed to the server transaction, it is 255 * transaction layer will forward each retransmission passed from the UAS core. 261 // If the transaction has terminated, 274 // transaction abandons retransmitting the response 289 * This timer task will terminate the transaction if the listener does not respond in a 292 * fails to respond to a server transaction) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorPanel.java | 124 FragmentTransaction transaction = null; local 130 transaction = getChildFragmentManager().beginTransaction(); 136 transaction = getFragmentManager().beginTransaction(); 141 transaction.setCustomAnimations(android.R.anim.fade_in, android.R.anim.fade_out); 146 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG); 153 transaction.remove(statePanel); 156 transaction.commit();
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 18 package com.android.mms.transaction; 57 public class SendTransaction extends Transaction implements Runnable { 69 // Attach the transaction to the instance of RetryScheduler. 75 * @see com.android.mms.Transaction#process() 117 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 127 // Check whether the responding Transaction-ID is consistent 132 Log.e(TAG, "Inconsistent Transaction-ID: req="
|
RetryScheduler.java | 18 package com.android.mms.transaction; 73 Transaction t = (Transaction) observable; 75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 136 // Send Transaction case 159 // Notification Transaction case 174 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 295 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
Database.cpp | 175 void Database::transaction(PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback, PassRefPtr<VoidCallback> successCallback) function in class:WebCore::Database 194 RefPtr<SQLTransaction> transaction = SQLTransaction::create(this, callback, successCallback, anotherRefToErrorCallback, readOnly); local 197 transactionBackend = backend()->runTransaction(transaction.release(), readOnly, changeVersionData); 206 static PassOwnPtr<DeliverPendingCallbackTask> create(PassRefPtr<SQLTransaction> transaction) 208 return adoptPtr(new DeliverPendingCallbackTask(transaction)); 217 DeliverPendingCallbackTask(PassRefPtr<SQLTransaction> transaction) 218 : m_transaction(transaction) 225 void Database::scheduleTransactionCallback(SQLTransaction* transaction) 227 m_scriptExecutionContext->postTask(DeliverPendingCallbackTask::create(transaction));
|
SQLTransactionBackend.cpp | 54 // The work of the transaction states are defined in section of 4.3.2 of the 244 // doCleanup() to nullify m_frontend. This is done at the end of the transaction's 245 // clean up state (i.e. when the transaction should no longer be in use thereafter), 246 // or if the database was interrupted. See comments on "What happens if a transaction 249 // After scheduling the transaction with the DatabaseThread (DatabaseBackend::scheduleTransaction()): 257 // When executing the transaction (in DatabaseThread::databaseThread()): 281 // the "When executing the transaction" chain above). This will keep the 285 // What happens if a transaction is interrupted? 287 // If the transaction is interrupted half way, it won't get to run to state 291 // to cleanup the transaction by other means [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpserver.cc | 72 HttpServer::Respond(HttpServerTransaction* transaction) { 73 int connection_id = transaction->connection_id(); 75 connection->Respond(transaction); 77 delete transaction; 143 // It's possible that an object hosted inside this transaction signalled 165 HttpServer::Connection::Respond(HttpServerTransaction* transaction) { 167 current_ = transaction; 227 HttpServerTransaction* transaction = current_; local 229 server_->SignalHttpRequest(server_, transaction);
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 196 tdb_off_t recovery_start; /* offset of transaction recovery region */ 246 struct tdb_transaction *transaction; member in struct:tdb_context 582 get the transaction lock 591 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_lock: failed to get transaction lock\n")); 600 release the transaction lock 1171 if ((tdb->transaction == NULL) && (tdb->map_ptr != NULL)) { [all...] |
/external/chromium_org/net/dns/ |
dns_transaction.h | 37 // Starts the transaction. Always completes asynchronously. 50 typedef base::Callback<void(DnsTransaction* transaction, 61 // The transaction will run |callback| upon asynchronous completion.
|
/external/chromium_org/net/url_request/ |
url_request_http_job_unittest.cc | 73 // transaction on start. 87 // its transaction. 112 // Creates a second transaction.
|
/external/chromium_org/sync/internal_api/ |
read_node.cc | 17 ReadNode::ReadNode(const BaseTransaction* transaction) 18 : entry_(NULL), transaction_(transaction) { 19 DCHECK(transaction);
|
/external/libnfc-nxp/inc/ |
phNfcInterface.h | 176 * Transaction Completion Information Structure 179 * transaction passed from the lower layer to the upper layer 185 /* Returns the status of the Transaction Completion routine */ 187 /* Indicates the Type of the Transaction */ 189 /* To contain more Transaction Notification specific info */ 191 /* The data response from the Transaction */ 193 /* The size of the data response from the Transaction */ 250 * \param [out] pInfo Pointer to the Transaction Information Structure 263 * asynchronous Interface Transaction Completion callback 270 * \param [out] pInfo Pointer to the Transaction Information Structur [all...] |
/frameworks/base/core/java/android/app/ |
FragmentTransaction.java | 121 * @return <code>true</code> if this transaction contains no operations, 150 * entering and exiting in this transaction. These animations will not be 157 * entering and exiting in this transaction. The <code>popEnter</code> 165 * Select a standard transition animation for this transaction. May be 178 * Add this transaction to the back stack. This means that the transaction 191 * @return True if {@link #addToBackStack(String)} is permitted on this transaction. 203 * Set the full title to show as a bread crumb when this transaction 218 * Set the short title to show as a bread crumb when this transaction 233 * Schedules a commit of this transaction. The commit doe [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
AcknowledgeInd.java | 30 * @param transactionId the transaction-id value 72 * Get X-Mms-Transaction-Id field value. 81 * Set X-Mms-Transaction-Id field value.
|
NotifyRespInd.java | 30 * @param transactionId the transaction-id value 96 * Get X-Mms-Transaction-Id field value. 105 * Set X-Mms-Transaction-Id field value.
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipErrorCode.java | 36 /** When transaction is terminated unexpectedly. */ 42 /** When the transaction gets timed out. */ 54 /** The client is in a transaction and cannot initiate a new one. */
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTransaction.java | 135 * @return <code>true</code> if this transaction contains no operations, 164 * entering and exiting in this transaction. These animations will not be 171 * entering and exiting in this transaction. The <code>popEnter</code> 179 * Select a standard transition animation for this transaction. May be 192 * Add this transaction to the back stack. This means that the transaction 205 * @return True if {@link #addToBackStack(String)} is permitted on this transaction. 217 * Set the full title to show as a bread crumb when this transaction 232 * Set the short title to show as a bread crumb when this transaction 247 * Schedules a commit of this transaction. The commit doe [all...] |
/external/e2fsprogs/debugfs/ |
logdump.c | 344 tid_t transaction; local 389 transaction = be32_to_cpu(jsb->s_sequence); 392 fprintf(out_file, "Journal starts at block %u, transaction %u\n", 393 blocknr, transaction); 418 if (sequence != transaction) { 421 sequence, transaction, blocknr); 436 transaction); 440 transaction++; 448 transaction); 467 tid_t transaction) [all...] |
/external/chromium/net/http/ |
http_transaction_factory.h | 24 // transaction to |*trans| and returns OK.
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_transaction.h | 86 static scoped_ptr<TreeIterator> Create(LevelDBTransaction* transaction); 100 explicit TreeIterator(LevelDBTransaction* transaction); 111 scoped_refptr<LevelDBTransaction> transaction); 123 explicit TransactionIterator(scoped_refptr<LevelDBTransaction> transaction);
|
/external/chromium_org/content/test/data/ |
simple_database.html | 19 g_db.transaction( 33 g_db.transaction( 51 g_db.transaction( 78 g_db.transaction(
|
/external/chromium_org/sync/syncable/ |
write_transaction_info.h | 14 // A struct describing the changes made during a transaction.
|