HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 127 editor.commit();
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 40 sp.edit().clear().commit();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 124 /** Bit flag for English auto commit mode (ON) */
126 /** Bit flag for English auto commit mode (OFF) */
128 /** Bit flag for English auto commit mode (symbol list) */
323 /** Auto commit state (in English mode) */
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
QueryTimeoutTest.java 424 conn1.commit();
425 conn2.commit();
  /libcore/luni/src/test/java/tests/sql/
ResultSetTest.java 253 conn.commit();
277 conn.commit();
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 397 mPrimaryAccountSelector.commit(newProfile);
577 void commit(SipProfile profile) { method in class:SipEditor.PrimaryAccountSelector
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 451 // Transacton Step 8+9 - Commit the transaction, jumping to the error callback if that fails
455 m_sqliteTransaction->commit();
458 // If the commit failed, the transaction will still be marked as "in progress"
460 m_transactionError = SQLError::create(0, "failed to commit the transaction");
465 // The commit was successful, notify the delegates if the transaction modified this database
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 386 transaction.commit();
  /packages/apps/Email/src/com/android/exchange/adapter/
FolderSyncParser.java 382 * We don't need to implement commit() because all operations take place atomically within
386 public void commit() throws IOException { method in class:FolderSyncParser
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayItem.java 204 public final void commit() { method in class:DisplayItem
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 333 * Commit all dirty pages then saves the contents of the text editor.
380 * @param onSave <code>true</code> if commit is performed as part
393 managed_form.commit(onSave);
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 46 # Add SVN version numbers for commit (can't do that until
117 "git-commit:s" => \$gitCommit,
125 print STDERR basename($0) . " [--bug] [-d|--diff] [-h|--help] [-o|--open] [--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
128 print STDERR " --git-commit Populate the ChangeLogs from the specified git commit\n";
130 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
131 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
139 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
452 # Silently allow --git-commit to win, we could warn if $nameFromArgs is defined.
461 # Silently allow --git-commit to win, we could warn if $emailAddressFromArgs is defined
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 151 e.commit();
167 e.commit();
481 prefs.edit().putInt(name, i + 1).commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 735 * Called by attributes when they want to commit their value
761 public void commit() { method in class:UiElementNode
763 ui_attr.commit();
767 ui_attr.commit();
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 558 // Start the timer to commit this change - or further delay the timer if it was already started
634 // Start the timer to commit this change - or further delay the timer if it was already started
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /external/kernel-headers/original/linux/
tty.h 49 int commit; member in struct:tty_buffer
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 241 public void commit() throws SQLException { method in class:JDBCConnection
249 db.exec("COMMIT", null);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 238 prefs.edit().putString(PREFERENCE_RINGTONE, mAccount.getRingtone()).commit();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops

Completed in 515 milliseconds

1 2 34 5 6