HomeSort by relevance Sort by last modified time
    Searched refs:transaction (Results 226 - 250 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 692 WriteNode::WriteNode(WriteTransaction* transaction)
693 : entry_(NULL), transaction_(transaction) {
694 DCHECK(transaction);
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 60 import com.android.mms.transaction.MessageSender;
61 import com.android.mms.transaction.MmsMessageSender;
62 import com.android.mms.transaction.SmsMessageSender;
    [all...]
Conversation.java 33 import com.android.mms.transaction.MessagingNotification;
34 import com.android.mms.transaction.MmsMessageSender;
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 118 printf("transaction: 0x%x\n", header.lru.transaction);
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 47 import com.android.mms.transaction.TransactionService;
ConversationList.java 79 import com.android.mms.transaction.MessagingNotification;
80 import com.android.mms.transaction.SmsRejectedReceiver;
    [all...]
ComposeMessageActivity.java 21 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_ABORT;
22 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_COMPLETE;
23 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_START;
24 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_STATUS_ACTION;
137 import com.android.mms.transaction.MessagingNotification;
    [all...]
MessageUtils.java 63 import com.android.mms.transaction.MmsMessageSender;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 52 IDBObjectStore::IDBObjectStore(const IDBObjectStoreMetadata& metadata, IDBTransaction* transaction)
54 , m_transaction(transaction)
437 // This is kept alive by being the success handler of the request, which is in turn kept alive by the owning transaction.
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 771 * value of CANCEL. This allows it to be identified and processed as a transaction in its
    [all...]
  /external/oprofile/events/i386/atom/
events 49 event:0x6A counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_PWR : Partial write bus transaction.
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 31 #include "sql/transaction.h"
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 18 package com.android.mms.transaction;
79 "com.android.mms.transaction.MESSAGE_SENT";
85 "com.android.mms.transaction.SEND_MESSAGE";
87 "com.android.mms.transaction.SEND_INACTIVE_MESSAGE";
113 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
169 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
186 * Handle incoming transaction requests.
193 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
201 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
271 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
MessagingNotification.java 18 package com.android.mms.transaction;
    [all...]
  /external/chromium/
Android.mk 47 app/sql/transaction.cc \
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 213 RefPtr<IDBTransaction> idbTransaction = idbDatabase->transaction(scriptExecutionContext, objectStoreName, mode, es);
449 // Continue cursor before making injected script calls, otherwise transaction might be finished.
504 m_requestCallback->sendFailure("Could not get transaction");
741 m_requestCallback->sendFailure("Could not get transaction");
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 149 // Start the transaction, read some data, finish.
398 // Read the result of a particular transaction, knowing that we've got
458 // Start the transaction with basic parameters.
607 // handles a single transaction, and finishes them as soon
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 193 // Start the transaction, read some data, finish.
503 // Read the result of a particular transaction, knowing that we've got
563 // Start the transaction with basic parameters.
780 // handles a single transaction, and finishes them as soon
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 

Completed in 1784 milliseconds

1 2 3 4 5 6 7 8 91011>>