Searched defs:commit (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/sql/
H A DSQLiteTransaction.cpp65 void SQLiteTransaction::commit() function in class:WebCore::SQLiteTransaction
99 // the auto-commit flag should be off in the middle of a transaction
/external/webkit/WebCore/inspector/front-end/
H A DElementsTreeOutline.js748 function commit() function
774 WebInspector.startEditing(this._htmlEditElement, commit.bind(this), dispose.bind(this), null, true);
/external/webkit/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp62 void commit() function in class:WebCore::StorageIDJournal
453 setDatabaseVersion.commit();
745 storeResourceTransaction.commit();
799 groupStorageIDJournal.commit();
800 resourceStorageIDJournal.commit();
801 storeCacheTransaction.commit();
1104 deleteTransaction.commit();
/external/grub/stage2/
H A Dfsys_reiserfs.c64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */
84 /* must be correct to keep the desc and commit structs at 4k */
87 /* first block written in a commit. */
89 __u32 j_trans_id; /* id of commit */
90 __u32 j_len; /* length of commit. len +1 is the commit block */
96 /* last block written in a commit */
101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */
426 struct reiserfs_journal_commit commit; local
440 sizeof (commit), (cha
481 struct reiserfs_journal_commit commit; local
[all...]
/external/kernel-headers/original/linux/
H A Dtty.h49 int commit; member in struct:tty_buffer
H A Dnfs_xdr.h784 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
/external/qemu/block/
H A Dvvfat.c1343 * 5. commit the contents of the files
1368 commit_t* commit = array_get(&(s->commits), i); local
1369 assert(commit->path || commit->action == ACTION_WRITEOUT);
1370 if (commit->action != ACTION_WRITEOUT) {
1371 assert(commit->path);
1372 free(commit->path);
1374 assert(commit->path == NULL);
1382 commit_t* commit = array_get_next(&(s->commits)); local
1383 commit
1391 commit_t* commit = array_get_next(&(s->commits)); local
1401 commit_t* commit = array_get_next(&(s->commits)); local
1409 commit_t* commit = array_get_next(&(s->commits)); local
2342 commit_t* commit = array_get(&(s->commits), i); local
2348 commit_t* commit = array_get(&(s->commits), i); local
2453 commit_t* commit = array_get(&(s->commits), i); local
[all...]
/external/skia/src/core/
H A DSkDraw.cpp2396 void SkBounder::commit() { function in class:SkBounder

Completed in 132 milliseconds