Searched
full:transaction (Results
476 -
500 of
1579) sorted by null
<<11121314151617181920>>
/external/chromium_org/sync/internal_api/public/ |
write_node.h | 57 // Create a WriteNode using the given transaction. 58 explicit WriteNode(WriteTransaction* transaction); 207 // The sync API transaction that is the parent of this node.
|
/external/chromium_org/third_party/sqlite/src/src/ |
pager.c | 41 ** the transaction has been written into the rollback journal and 44 ** (b) The page was a freelist leaf page at the start of the transaction. 47 ** the database file at the start of the transaction. 55 ** transaction other than the update of the transaction sequence 61 ** transaction. 85 ** equivalent to the database file at the beginning of the transaction. 87 ** (8) When a transaction is rolled back, the xTruncate method of the VFS 89 ** the beginning of the transaction. (In some VFSes, the xTruncate 102 ** of every transaction [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
journal2.test | 148 # modified before the transaction is committed. 151 # and xTruncate before committing the transaction and closing the 204 # delete the journal file when committing the transaction that switches
|
/external/grub/stage2/ |
fsys_reiserfs.c | 61 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */ 65 __u32 s_journal_max_trans_age; /* in seconds, how old can a transaction be */ 104 /* this header block gets written whenever a transaction is considered 106 transaction. 108 on disk, and this transaction does not need to be replayed. 111 /* id of last fully flushed transaction */ 358 * The journal cache. For each transaction it contains the number of 359 * blocks followed by the real block numbers of this transaction. 361 * If the block numbers of some transaction won't fit in this space, 469 * first valid transaction are held in INFO. The transactions are all [all...] |
/frameworks/base/core/java/android/net/ |
SntpClient.java | 71 * @return true if the transaction was successful. 135 * Returns the time computed from the NTP transaction. 154 * Returns the round trip time of the NTP transaction
|
/frameworks/base/services/java/com/android/server/pm/ |
Installer.java | 148 private synchronized String transaction(String cmd) { method in class:Installer 183 String res = transaction(cmd); 326 String s = transaction(builder.toString());
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
SendReq.java | 56 * @param transactionId the transaction-id value 279 * Get X-Mms-Transaction-Id field value. 288 * Set X-Mms-Transaction-Id field value.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
PushReceiver.java | 18 package com.android.mms.transaction; 130 // Start service to finish the notification transaction. 134 Transaction.NOTIFICATION_TRANSACTION);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentStackFragment.java | 81 // Add the fragment to the activity, pushing this transaction
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_act.c | 703 /* if handshake gives an OK code for these transaction, fill in UNSUPT */ 711 /* acknoledgement from HID device for SET_ transaction */ 734 /* unknow transaction handshake response */ 735 APPL_TRACE_DEBUG0("unknown transaction type"); 739 /* transaction achknoledgement received, inform PM for mode change */ 783 /* should not expect control DATA for SET_ transaction */ 792 APPL_TRACE_DEBUG1("invalid transaction type for DATA payload: 4_evt[%s]", [all...] |
/external/chromium/chrome/browser/history/ |
in_memory_url_index_unittest.cc | 13 #include "app/sql/transaction.h" 61 sql::Transaction transaction(&db); 62 transaction.Begin(); 75 transaction.Commit(); 87 sql::Transaction transaction(&db); 88 transaction.Begin(); 98 transaction.Commit();
|
/external/chromium/chrome/browser/sync/glue/ |
change_processor.h | 48 // performed while holding a [Read/Write]Transaction lock. This function
|
password_change_processor.h | 52 // password store only after the sync_api transaction is released, else there
|
/external/chromium_org/chrome/browser/chromeos/login/ |
supervised_user_manager_impl.h | 58 // Returns true if there is non-committed user creation transaction.
|
/external/chromium_org/chrome/browser/sync/glue/ |
password_change_processor.h | 54 // password store only after the sync API transaction is released, else there
|
/external/chromium_org/components/test/data/web_database/ |
version_27.sql | 2 BEGIN TRANSACTION;
|
version_37.sql | 2 BEGIN TRANSACTION;
|
version_38.sql | 2 BEGIN TRANSACTION;
|
version_39.sql | 2 BEGIN TRANSACTION;
|
version_44.sql | 2 BEGIN TRANSACTION;
|
version_45.sql | 2 BEGIN TRANSACTION;
|
version_45_compatible.sql | 2 BEGIN TRANSACTION;
|
version_45_invalid.sql | 2 BEGIN TRANSACTION;
|
version_46.sql | 2 BEGIN TRANSACTION;
|
version_47.sql | 2 BEGIN TRANSACTION;
|
Completed in 478 milliseconds
<<11121314151617181920>>