Searched refs:commit (Results 1 - 25 of 60) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_nio_utils.h51 * @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);
H A Dandroid_nio_utils.cpp54 jboolean commit) {
56 commit ? 0 : JNI_ABORT);
62 jboolean commit) {
64 fCommit = commit;
53 nio_releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
61 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit) argument
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp55 commit(true);
62 commit(true);
87 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp61 commit(true);
67 commit(true);
89 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
H A DAudioShelvingFilter.h68 // Sets gain value. Actual change will only take place upon commit().
77 // commit().
90 void commit(bool immediate = false);
H A DAudioEqualizer.h105 // Sets gain value. Actual change will only take place upon commit().
118 // commit().
130 // Sets bandwidth value. Actual change will only take place upon commit().
167 // Change will not be applied until commit() is called.
177 void commit(bool immediate = false);
H A DAudioPeakingFilter.h62 // 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);
H A DAudioEqualizer.cpp101 commit(true);
216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
H A DEffectEqualizer.cpp551 pEqualizer->commit(true);
562 pEqualizer->commit(true);
582 pEqualizer->commit(true);
/frameworks/base/core/java/android/content/
H A DUndoOperation.java93 public abstract void commit(); method in class:UndoOperation
H A DSharedPreferences.java65 * back to the original {@link SharedPreferences} until you call {@link #commit}
71 * {@link #commit} or {@link #apply} are called.
85 * back once {@link #commit} is called.
98 * {@link #commit} or {@link #apply} are called.
110 * {@link #commit} or {@link #apply} are called.
122 * {@link #commit} or {@link #apply} are called.
134 * once {@link #commit} or {@link #apply} are called.
146 * will be done in the actual preferences once {@link #commit} is
162 * preferences. Once commit is called, the only remaining preferences
181 * time, the last one to call commit win
190 boolean commit(); method in interface:SharedPreferences.Editor
[all...]
/frameworks/ex/common/java/com/android/common/
H A DSharedPreferencesCompat.java26 * falling back to commit when apply isn't available.
50 editor.commit();
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
98 public void commit() { method in class:JournaledFile
100 throw new IllegalStateException("no file to commit");
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java233 * Schedules a commit of this transaction. The commit does
238 * prior to its containing activity saving its state. If the commit is
240 * because the state after the commit can be lost if the activity needs to
242 * situations where it may be okay to lose the commit.</p>
248 public abstract int commit(); method in class:FragmentTransaction
251 * Like {@link #commit} but allows the commit to be executed after an
252 * activity's state is saved. This is dangerous because the commit can
H A DDialogFragment.java230 ft.commit();
240 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
247 mBackStackId = transaction.commit();
292 ft.commit();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSettingsActivity.java46 .beginTransaction().replace(android.R.id.content, new SettingsFragment()).commit();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTransaction.java247 * Schedules a commit of this transaction. The commit does
252 * prior to its containing activity saving its state. If the commit is
254 * because the state after the commit can be lost if the activity needs to
256 * situations where it may be okay to lose the commit.</p>
262 public abstract int commit(); method in class:FragmentTransaction
265 * Like {@link #commit} but allows the commit to be executed after an
266 * activity's state is saved. This is dangerous because the commit can
H A DDialogFragment.java127 ft.commit();
137 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
144 mBackStackId = transaction.commit();
189 ft.commit();
H A DFragmentTabHost.java240 ft.commit();
282 ft.commit();
313 ft.commit();
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py36 AUTOGEN_MESSAGE = 'This commit was generated by merge_from_chromium.py.'
140 version: The version to mention in generated commit messages.
196 merge_common.GetCommandStdout(['git', 'merge', '--no-commit', sha1],
215 merge_common.GetCommandStdout(['git', 'merge', '--no-commit', root_sha1],
240 merge_common.GetCommandStdout(['git', 'commit', '-m',
258 version: The version to mention in generated commit messages.
315 # Only try to commit the makefiles if something has actually changed.
318 ['git', 'commit', '-m',
337 version: The version to mention in generated commit messages.
346 # Only try to commit th
[all...]
H A Dmerge_to_master.py29 AUTOGEN_MESSAGE = 'This commit was generated by merge_to_master.py.'
64 merge_common.GetCommandStdout(['git', 'merge', '--no-commit', '--squash',
81 ['git', 'commit', '-m',
102 merge_common.GetCommandStdout(['git', 'merge', '--no-commit', '--no-ff',
114 commit = merge_common.GetCommandStdout([
116 svn_revision = re.search(r'^git-svn-id: .*@([0-9]+)', commit,
149 merge_common.GetCommandStdout(['git', 'merge', '--no-commit', '--no-ff',
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java232 ft.commit();
274 ft.commit();
305 ft.commit();
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java90 * If in no-commit mode, the shared editor to give out (which will be
91 * committed when exiting no-commit mode).
495 editor.commit();
503 * Do NOT commit unless {@link #shouldCommit()} returns true.
522 * Whether it is the client's responsibility to commit on the
526 * @return Whether the client should commit.
540 mEditor.commit();
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp104 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
107 commit ? 0 : JNI_ABORT);
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp146 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
149 commit ? 0 : JNI_ABORT);

Completed in 458 milliseconds

123