Searched defs:commit (Results 1 - 24 of 24) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java573 public int commit() { method in class:BackStackRecord
582 if (mCommitted) throw new IllegalStateException("commit already called");
604 throw new IllegalStateException("addToBackStack() called after commit()");
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
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp93 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
96 commit ? 0 : JNI_ABORT);
H A DGLES10cHeader.cpp104 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
107 commit ? 0 : JNI_ABORT);
H A DGLES11ExtcHeader.cpp101 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
104 commit ? 0 : JNI_ABORT);
H A DGLES11cHeader.cpp100 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
103 commit ? 0 : JNI_ABORT);
H A DGLES20cHeader.cpp93 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
96 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);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp651 status_t HWComposer::commit() { function in class:android::HWComposer
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java573 public int commit() { method in class:BackStackRecord
582 if (mCommitted) throw new IllegalStateException("commit already called");
604 throw new IllegalStateException("addToBackStack() called after commit()");
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 DSharedPreferencesImpl.java393 // 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
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java65 * back to the original {@link SharedPreferences} until you call {@link #commit}
71 * {@link #commit} or {@link #apply} are called.
83 * back once {@link #commit} is called.
94 * {@link #commit} or {@link #apply} are called.
106 * {@link #commit} or {@link #apply} are called.
118 * {@link #commit} or {@link #apply} are called.
130 * once {@link #commit} or {@link #apply} are called.
142 * will be done in the actual preferences once {@link #commit} is
158 * preferences. Once commit is called, the only remaining preferences
177 * time, the last one to call commit win
186 boolean commit(); method in interface:SharedPreferences.Editor
[all...]
/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/jni/
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
H A Dandroid_opengl_GLES10.cpp105 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
108 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES10Ext.cpp94 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
97 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES11.cpp101 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
104 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES11Ext.cpp102 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
105 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES20.cpp94 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
97 commit ? 0 : JNI_ABORT);
H A Dcom_google_android_gles_jni_GLImpl.cpp147 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
150 commit ? 0 : JNI_ABORT);
/frameworks/av/media/libeffects/testlibs/
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 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

Completed in 349 milliseconds