HomeSort by relevance Sort by last modified time
    Searched full:transaction (Results 626 - 650 of 1579) sorted by null

<<21222324252627282930>>

  /external/tcpdump/
appletalk.h 74 /* AppleTalk Transaction Protocol */
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 57 wpa_hexdump(MSG_DEBUG, "IEEE 802.11: SA Query Transaction ID",
85 wpa_hexdump(MSG_DEBUG, "IEEE 802.11: SA Query Transaction ID",
133 wpa_hexdump(MSG_DEBUG, "IEEE 802.11: SA Query Transaction ID",
154 "transaction identifier found");
  /frameworks/av/include/drm/
DrmInfo.h 27 * server registration, license acquisition and any other server related transaction
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 324 FragmentTransaction transaction = getFragmentManager().beginTransaction(); local
328 transaction.remove(oldFragment);
335 transaction.add(newFragment, FRAGMRNT_TAG_ADD_PRINTER_DIALOG);
336 transaction.commit();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 78 /** USSD or SS transaction terminated by the user */
  /hardware/libhardware/include/hardware/
bt_hh.h 46 BTHH_HS_TRANS_NOT_SPT, /* handshake error : transaction not spt */
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 17 package com.android.mms.transaction;
SmsReceiver.java 18 package com.android.mms.transaction;
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 28 import com.android.mms.transaction.SmsMessageSender;
  /packages/apps/Nfc/res/values-en-rGB/
strings.xml 34 <string name="transaction_failure" msgid="7828102078637936513">"This transaction couldn\'t be completed with <xliff:g id="APP">%1$s</xliff:g>."</string>
  /packages/apps/Nfc/res/values-en-rIN/
strings.xml 34 <string name="transaction_failure" msgid="7828102078637936513">"This transaction couldn\'t be completed with <xliff:g id="APP">%1$s</xliff:g>."</string>
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 28 * Accumulates information for an entire transaction. {@link ContactsProvider2} consumes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 99 NIS_RESYNC = 39, /* Transaction log too far out of date */
167 uint32_t stamp; /* timestamp of the transaction */
171 * These are the type of entries that are stored in the transaction log,
192 * dump logged entries from its transaction log. Information base updates
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 99 NIS_RESYNC = 39, /* Transaction log too far out of date */
167 uint32_t stamp; /* timestamp of the transaction */
171 * These are the type of entries that are stored in the transaction log,
192 * dump logged entries from its transaction log. Information base updates
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 99 NIS_RESYNC = 39, /* Transaction log too far out of date */
167 uint32_t stamp; /* timestamp of the transaction */
171 * These are the type of entries that are stored in the transaction log,
192 * dump logged entries from its transaction log. Information base updates
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 15 # DBLockDeadlockError happens the current transaction is supposed to be
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 15 # DBLockDeadlockError happens the current transaction is supposed to be
  /external/chromium/net/url_request/
url_request_http_job.cc 274 // The HTTP transaction may be restarted several times for the purposes
302 // If we already have a transaction, then we should restart the transaction
327 // transaction.
335 // The transaction started synchronously, but we need to notify the
389 // Since we're tagging this transaction as advertising a dictionary, we'll
648 // If the transaction was destroyed, then the job was cancelled, and
    [all...]
url_request_context.h 111 // Gets the http transaction factory for this context.
119 // Gets the ftp transaction factory for this context.
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 78 int inTransaction; /* True if within a transaction */
941 /* Ticket #3083 - make sure we always start a transaction prior to
1072 /* Ticket #3083 - do not start a transaction if we are already in
1073 ** a transaction */
1104 ** transaction */
1130 ** a transaction */
1148 ** a transaction */
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 343 final FragmentTransaction transaction = fragmentManager.beginTransaction(); local
379 transaction.add(R.id.tab_pager, mFavoritesFragment, FAVORITE_TAG);
380 transaction.add(R.id.tab_pager, mAllFragment, ALL_TAG);
381 transaction.add(R.id.tab_pager, mGroupsFragment, GROUPS_TAG);
393 transaction.hide(mFavoritesFragment);
394 transaction.hide(mAllFragment);
395 transaction.hide(mGroupsFragment);
423 transaction.hide(mContactDetailFragment);
425 transaction.hide(mGroupDetailFragment);
433 transaction.commitAllowingStateLoss()
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h 32 // handled similar to a SQL transaction cycle, with the new data being
218 // visible until the end of the transaction.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h 77 // Return the sync transaction version of the bookmark model root.
202 // Sync transaction version set on bookmark model root.
  /external/chromium_org/chrome/browser/history/android/
android_cache_database.cc 266 // transaction stack again.
277 // Keep the transaction open, even though we failed.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.h 32 // handled similar to a SQL transaction cycle, with the new data being
213 // visible until the end of the transaction.

Completed in 1187 milliseconds

<<21222324252627282930>>