HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 226 - 250 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 386 transaction.commit();
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 564 # git-commit and force are not used by SVN.
565 svn_commit_args = ["svn", "commit"]
581 # Return a string which looks like a commit so that things which parse this output will succeed.
582 return "Dry run, no commit.\nCommitted revision 0."
727 # --pretty="format:" makes git show not print the commit log header,
778 # git svn find-rev always exits 0, even when the revision or commit is not found.
792 raise ScriptError(message='Failed to find git commit for revision %s, your checkout likely needs an (…)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 311 prefs.edit().remove(KEY_ALERTS_TYPE).commit();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 135 editor.commit();
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 324 editor.commit();
508 editor.commit();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 64 transaction.commit();
1004 virtual void commit() { m_transaction.commit(); } function in class:WebCore::__anon16271::TransactionImpl
    [all...]
SQLTransaction.cpp 459 // Transacton Step 8+9 - Commit the transaction, jumping to the error callback if that fails
463 m_sqliteTransaction->commit();
466 // If the commit failed, the transaction will still be marked as "in progress"
469 m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "failed to commit the transaction");
478 // The commit was successful. If the transaction modified this database, notify the delegates.
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 46 # Add SVN version numbers for commit (can't do that until
122 "git-commit|g:s" => \$gitCommit,
130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
477 # Silently allow --git-commit to win, we could warn if $nameFromArgs is defined.
486 # Silently allow --git-commit to win, we could warn if $emailAddressFromArgs is defined
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 1713 void commit() function in class:LineWidth
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 132 /** Bit flag for English auto commit mode (ON) */
134 /** Bit flag for English auto commit mode (OFF) */
136 /** Bit flag for English auto commit mode (symbol list) */
349 /** Auto commit state (in English mode) */
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 493 * See javax.security.auth.spi.LoginModule.commit()
495 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule
566 * A special-purpose LoginModule whose commit() method throws
573 "commit: test runtime exception."
954 * If a module fails during it's ctor/init/commit - it must be processed
1986 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule_Contexted
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 600 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
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 74 fm.beginTransaction().add(android.R.id.content, list).commit();
LoaderThrottle.java 379 fm.beginTransaction().add(android.R.id.content, list).commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 77 fm.beginTransaction().add(android.R.id.content, list).commit();
LoaderThrottleSupport.java 380 fm.beginTransaction().add(android.R.id.content, list).commit();
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 211 editor.commit();
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 241 public void commit() throws SQLException { method in class:JDBCConnection
249 db.exec("COMMIT", null);
  /external/kernel-headers/original/linux/
tty.h 51 int commit; member in struct:tty_buffer
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 436 m_reservation.commit(pointer, size);
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 393 // a memory commit comes in when we're already
452 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl
499 * the write proceeds. if null (from a regular commit()),
524 // Typical #commit() path with fewer allocations, doing a write on
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java 440 editor.commit();

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>