/external/tcpdump/ |
tcpdump.1 | [all...] |
/frameworks/av/media/libmedia/ |
IOMX.cpp | 313 ALOGW("binder transaction failed: %d", err); 335 ALOGW("binder transaction failed: %d", err);
|
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 515 // Please keep these transaction codes the same -- they are also 523 // Remaining non-native transaction codes. [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowAnimator.java | 473 TAG, ">>> OPEN TRANSACTION animateLocked"); 539 TAG, "<<< CLOSE TRANSACTION animateLocked");
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 241 dump_file("BINDER FAILED TRANSACTION LOG", "/sys/kernel/debug/binder/failed_transaction_log"); 242 dump_file("BINDER TRANSACTION LOG", "/sys/kernel/debug/binder/transaction_log");
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationViewFragment.java | 307 // to be removed, but the remove transaction failed. When the Activity is later 482 // N.B. this may involve a fragment transaction, which
|
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.cc | 331 // All accesses to the cryptographer are protected by a transaction. 484 // All accesses to the cryptographer are protected by a transaction. 645 // Note: this is called from within a syncable transaction, so we need to post 646 // tasks if we want to do any work that creates a new sync_api transaction. [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduParser.java | [all...] |
/external/netperf/ |
nettest_sctp.c | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 100 // results of the transaction can now be found in the data buffer 111 * inside libusb_bulk_transfer() until the transaction has completed. If it 116 * Another issue is that by tieing up the thread with that single transaction 119 * per transaction. 137 * call with the results of the transaction when it has completed. 431 * of bytes per transaction by the number of transaction opportunities per [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fkey2.test | 28 # constraints work when not inside a transaction. 33 # fkey2-3.*: Tests that a statement transaction is rolled back if an 48 # transaction is active is not possible. 347 # constraint that causes the statement-transaction to be rolled back, 349 # had before the statement-transaction was opened. 373 # opens a statement transaction if required. 568 # transaction is open. [all...] |
backup.test | 478 # rollback the transaction. 698 # write-transaction is underway on the source pager (return 781 # database while a read transaction is active.
|
/external/libusb/libusb/ |
io.c | 98 // results of the transaction can now be found in the data buffer 109 * inside libusb_bulk_transfer() until the transaction has completed. If it 114 * Another issue is that by tieing up the thread with that single transaction 117 * per transaction. 135 * call with the results of the transaction when it has completed. 429 * of bytes per transaction by the number of transaction opportunities per [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteInt.h | 664 u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */ [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend.h | 135 // the refs owned by the delegate and any pending transaction so it will 634 // We always keep a transaction open on the history database so that multiple 637 // disk and opens a new transaction. This will be called automatically by [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.cc | 71 // Given a transaction, returns the GUID-based string that should be used for 474 // transaction to avoid jank. [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Sequence.c | 125 * discovered target for performing the transaction. 150 * discovered target for performing the transaction. [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 690 FragmentTransaction transaction = fragmentManager.beginTransaction(); 692 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); 695 transaction.add(android.R.id.content, newFragment) [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/wallet/ |
NotifyTransactionStatusRequest.html | 770 <p itemprop="articleBody">Parcelable representing a notify transaction status request. [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
CalendarSyncParser.java | [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 362 barrier1.acquire(); // wait for contention thread to start transaction
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 52 * open a new transaction. This prevents ANR (application not responding)
|
/device/asus/flo/camera/ |
QCamera_Intf.h | 981 uint32_t trans_id; /* transaction id */
|
/external/chromium/ |
Android.mk | 47 app/sql/transaction.cc \
|