HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 176 - 200 of 1180) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvpx/
AUTHORS 1 # This file is automatically generated from the git commit history
  /external/protobuf/gtest/
CONTRIBUTORS 3 # who commit code to the project are encouraged to add their names
  /external/v8/test/cctest/
test-platform-linux.cc 75 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-nullos.cc 74 CHECK(vm->Commit(block_addr, block_size, false));
  /external/webkit/Source/WebCore/platform/sql/
SQLiteTransaction.h 43 void commit();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
roll.py 42 steps.Commit,
upload_unittest.py 37 expected_stdout = "This is a fake commit message that is at least 50 characters.\n"
47 tool.bugs.reassign_bug.assert_called_with(42, "eric@webkit.org", "Attachment 128 was posted by a committer and has review+, assigning to Eric Seidel for commit.")
123 expected_stderr = """Bug: <http://example.com/42> Bug with two r+'d and cq+'d patches, one of which has an invalid commit-queue setter.
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebugforlanddiff_unittest.py 40 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
ensurelocalcommitifneeded.py 43 error("--local-commit passed, but %s does not support local commits" % self._tool.scm.display_name())
  /frameworks/compile/mclinker/utils/gtest/
CONTRIBUTORS 3 # who commit code to the project are encouraged to add their names
  /packages/apps/Contacts/src/com/android/contacts/activities/
TransactionSafeActivity.java 55 * Returns true if it is safe to commit {@link FragmentTransaction}s at this time, based on
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 85 * Commit any changes found during parsing
88 public abstract void commit() throws IOException; method in class:AbstractSyncParser
198 // Commit any changes
199 commit(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 57 prefs.edit().putInt(KEY_PACKAGES_VERSION, version + 1).commit();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 65 public void commit() { method in class:UsageBarPreference
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 37 public static void commit() { method in class:LatinImeLogger
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 39 // Default number of items a client can commit in a single message.
120 // can correlate commit traffic with extension-related bookmark mutations.
130 // The server limits the number of items a client can commit in one batch.
  /external/iptables/tests/
options-ipv4.rules 22 COMMIT
36 COMMIT
51 COMMIT
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.cpp 62 be_clipboard->Commit();
73 be_clipboard->Commit();
110 be_clipboard->Commit();
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 61 queue_name = "commit-queue"
99 comment_text = "Rejecting attachment %s from commit-queue." % attachment_id
101 "commit-queue",
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 68 // Sets gain value. Actual change will only take place upon commit().
77 // commit().
90 void commit(bool immediate = false);
  /libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java 99 * Tears down a unit test, by setting the auto commit property of the first
159 * - commit data from connection one
169 firstStmt.getConnection().commit();
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 153 public boolean commit() { method in class:ComboPreferences.MyEditor
154 boolean result1 = mEditorGlobal.commit();
155 boolean result2 = mEditorLocal.commit();
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 144 public boolean commit() { method in class:ComboPreferences.MyEditor
145 boolean result1 = mEditorGlobal.commit();
146 boolean result2 = mEditorLocal.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 58 * the section and then should set to false when the commit() method completed.
143 public void commit() { method in class:UiSeparatorAttributeNode
144 // No value to commit.
  /libcore/luni/src/main/java/java/sql/
Connection.java 113 * Commits all of the changes made since the last {@code commit} or
116 * connection objects in {@code auto-commit} mode leads to an error.
120 * connection instance is in auto-commit mode.
122 public void commit() throws SQLException; method in interface:Connection
204 * the {@code auto-commit} operating mode.
206 * @return {@code true} if {@code auto-commit} is on, otherwise {@code
621 * operation when in auto-commit mode.
625 * called while in auto-commit mode of operation.
631 * set. This method should only be used when auto-commit mode is disabled.
641 * Sets this connection's auto-commit mode {@code on} or {@code off}
    [all...]

Completed in 1609 milliseconds

1 2 3 4 5 6 78 91011>>