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

1 2 3 4 5 6

  /external/webkit/WebKitTools/Scripts/
check-webkit-style 78 commit = options.git_commit
79 if '..' in commit:
82 commit = commit[:commit.find('..')]
83 print >> sys.stderr, "Warning: Ranges are not supported for --git-commit. Checking all changes since %s.\n" % commit
84 patch = scm.create_patch_since_local_commit(commit)
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
59 __webkit-patch_generate_reply "--force-clean --local-commit --no-clean --no-update"
62 commit-message)
77 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit -m --open-bug"
81 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit --cc -m --open-bug"
93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
  /frameworks/base/core/jni/
android_nio_utils.h 51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
55 jboolean commit);
59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
android_nio_utils.cpp 54 jboolean commit) {
56 commit ? 0 : JNI_ABORT);
62 jboolean commit) {
64 fCommit = commit;
  /external/dnsmasq/contrib/wrt/
lease_update.sh 48 ${NVRAM} commit
  /external/webkit/WebKitTools/Scripts/webkitpy/
style_references.py 70 def create_patch_since_local_commit(self, commit):
71 return self._scm.create_patch_since_local_commit(commit)
  /external/webkit/WebCore/platform/sql/
SQLiteTransaction.h 42 void commit();
SQLiteTransaction.cpp 65 void SQLiteTransaction::commit() function in class:WebCore::SQLiteTransaction
69 m_inProgress = !m_db.executeCommand("COMMIT");
99 // the auto-commit flag should be off in the middle of a transaction
  /packages/apps/Email/src/com/android/email/
Preferences.java 133 mSharedPreferences.edit().putString(DEFAULT_ACCOUNT_UUID, account.getUuid()).commit();
137 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).commit();
145 mSharedPreferences.edit().putBoolean(ENABLE_SENSITIVE_LOGGING, value).commit();
153 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).commit();
161 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).commit();
177 mSharedPreferences.edit().putString(DEVICE_UID, result).commit();
187 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).commit();
194 mSharedPreferences.edit().clear().commit();
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.cpp 57 commit(true);
64 commit(true);
89 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
AudioShelvingFilter.cpp 63 commit(true);
69 commit(true);
91 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
AudioPeakingFilter.h 62 // Sets gain value. Actual change will only take place upon commit().
70 // Sets bandwidth value. Actual change will only take place upon commit().
78 // Sets frequency value. Actual change will only take place upon commit().
96 void commit(bool immediate = false);
AudioShelvingFilter.h 68 // Sets gain value. Actual change will only take place upon commit().
77 // commit().
90 void commit(bool immediate = false);
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
50 editor.commit();
  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
52 editor.commit();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
51 editor.commit();
LatinImeLogger.java 34 public static void commit() { method in class:LatinImeLogger
  /frameworks/base/libs/rs/
rsHandcode.h 18 io->mToCore.commit(RS_CMD_ID_AllocationData, size);
41 io->mToCore.commit(RS_CMD_ID_Allocation1DSubData, size);
rsLocklessFifo.h 72 void commit(uint32_t command, uint32_t bytes);
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 63 prefs.edit().clear().commit();
83 prefs.edit().putString("foo", "bar").commit(); method
102 // Do some initial operation on editor. No commit needed.
106 // No commit needed.
120 prefs.edit().commit();
125 editor.commit();
136 editor.commit();
218 prefs.edit().putString("foo", "bar").commit(); method
229 prefs.edit().putString("foo", "bar").commit(); method
238 prefs.edit().clear().commit();
    [all...]
  /external/skia/include/core/
SkBounder.h 78 virtual void commit();
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 60 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
87 * Commit changes.
89 public void commit() { method in class:JournaledFile
91 throw new IllegalStateException("no file to commit");
  /packages/apps/Email/tests/src/com/android/email/
AccountUnitTests.java 69 editor.commit();
104 editor.commit();
126 editor.commit();
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 43 item.commit();
101 public void commit(DisplayItem item) { method in class:DisplayList
102 item.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 259 * instructs it to commit the new (modified) data back into the model.
262 * indicates if commit is called during 'save' operation or for
268 public void commit(boolean onSave) { method in class:UiElementPart
273 ui_attr.commit();
279 // We need to call super's commit after we synchronized the nodes to make sure we
281 super.commit(onSave);

Completed in 699 milliseconds

1 2 3 4 5 6