HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 26 - 50 of 227) sorted by null

12 3 4 5 6 7 8 910

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuSupport.java 69 ft.commit();
95 ft.commit();
FragmentStackSupport.java 65 ft.add(R.id.simple_fragment, newFragment).commit();
90 ft.commit();
FragmentArgumentsSupport.java 49 ft.commit();
FragmentCustomAnimationSupport.java 53 ft.add(R.id.simple_fragment, newFragment).commit();
81 ft.commit();
FragmentLayoutSupport.java 79 android.R.id.content, details).commit();
158 ft.commit();
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorSymbian.cpp 96 // Commit what was previously reserved via reserveUncommitted()
97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) function in class:WTF::OSAllocator
99 // For code chunks, we commit (early) in reserveUncommitted(), so NOOP
102 dataAllocatorInstance()->commit(address, bytes);
116 commit(base, bytes, writable, executable);
121 // The PageAllocatorSymbian class helps map OSAllocator calls for reserve/commit/decommit
130 // - OSAllocator::commit() actually calls RChunk.commit() and commits *all or part* of the region
177 // Actually commit memory from the OS, after a previous call to reserve()
178 bool PageAllocatorSymbian::commit(void* address, size_t bytes) function in class:WTF::PageAllocatorSymbian
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 271 void DrawingBuffer::commit(long x, long y, long width, long height) function in class:WebCore::DrawingBuffer
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 233 * 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
  /frameworks/base/core/java/android/content/
SharedPreferences.java 64 * back to the original {@link SharedPreferences} until you call {@link #commit}
70 * {@link #commit} or {@link #apply} are called.
82 * back once {@link #commit} is called.
93 * {@link #commit} or {@link #apply} are called.
105 * {@link #commit} or {@link #apply} are called.
117 * {@link #commit} or {@link #apply} are called.
129 * once {@link #commit} or {@link #apply} are called.
141 * will be done in the actual preferences once {@link #commit} is
157 * preferences. Once commit is called, the only remaining preferences
170 * Commit your preferences changes back from this Editor to th
185 boolean commit(); method in interface:SharedPreferences.Editor
    [all...]
  /libcore/luni/src/test/java/libcore/io/
DiskLruCacheTest.java 78 creator.commit();
89 creator.commit();
104 creator.commit();
130 creator.commit();
139 k1Creator.commit();
143 k2Creator.commit();
156 editor.commit();
172 editor.commit();
187 v1Creator.commit();
197 v1Updater.commit();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 37 public static void commit() { method in class:LatinImeLogger
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java 102 public void commit() { method in class:UiAbstractTextAttributeNode
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.
UiTextValueNode.java 83 public void commit() { method in class:UiTextValueNode
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java 56 ft.add(R.id.simple_fragment, newFragment).commit();
84 ft.commit();
FragmentLayout.java 77 getFragmentManager().beginTransaction().add(android.R.id.content, details).commit();
155 ft.commit();
  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 96 lm.commit();
  /external/clang/lib/Edit/
EditedSource.cpp 11 #include "clang/Edit/Commit.h"
214 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource
215 if (!commit.isCommitable())
218 for (edit::Commit::edit_iterator
219 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) {
220 const edit::Commit::Edit &edit = *I;
222 case edit::Commit::Act_Insert
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 101 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);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 65 ft.commit();
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 200 status_t HWComposer::commit() const { function in class:android::HWComposer
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 247 * 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
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 106 ft.commit();
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 90 ft.commit();
  /packages/apps/Calendar/tests/src/com/android/calendar/
FakeSharedPreferences.java 157 public boolean commit() { method in class:FakeSharedPreferences
164 commit(); method

Completed in 1120 milliseconds

12 3 4 5 6 7 8 910