HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 76 - 100 of 415) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/selectcalendars/
SelectVisibleCalendarsActivity.java 49 ft.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 59 prefs.edit().putInt(KEY_PACKAGES_VERSION, version + 1).commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 73 pref.edit().putInt(KEY_CACHE_UP_TO_DATE, 1).commit();
  /packages/apps/Launcher2/
fill_screens.py 77 conn.commit()
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 68 public void commit() { method in class:UsageBarPreference
  /packages/apps/Settings/src/com/android/settings/users/
ProfileUpdateReceiver.java 60 prefs.edit().putBoolean(KEY_PROFILE_NAME_COPIED_ONCE, true).commit();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 37 public static void commit() { method in class:LatinImeLogger
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 59 editor.commit();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 62 prefs.edit().putInt(PREF_DB_VERSION, CalendarDatabaseHelper.DATABASE_VERSION).commit();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 62 PREF_DB_VERSION, ContactsDatabaseHelper.DATABASE_VERSION).commit();
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 52 editor.commit();
SetURLInteractive.java 52 editor.commit();
  /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
  /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);
  /external/qemu/block/
vvfat.c 1373 commit_t* commit = array_get(&(s->commits), i); local
1387 commit_t* commit = array_get_next(&(s->commits)); local
1396 commit_t* commit = array_get_next(&(s->commits)); local
1406 commit_t* commit = array_get_next(&(s->commits)); local
1414 commit_t* commit = array_get_next(&(s->commits)); local
2351 commit_t* commit = array_get(&(s->commits), i); local
2357 commit_t* commit = array_get(&(s->commits), i); local
2462 commit_t* commit = array_get(&(s->commits), i); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 77 getFragmentManager().beginTransaction().add(android.R.id.content, details).commit();
159 ft.commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 79 android.R.id.content, details).commit();
162 ft.commit();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java 86 ft.commit();
120 ft.commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 115 assertEquals(LoginModuleUtils.ACTION.commit, status
131 assertEquals(LoginModuleUtils.ACTION.commit, status
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 118 // Create a new unsynced item in the database, and synthesize a commit
119 // record and a commit response for it in the syncer session. If item_id
144 // ProcessCommitResponseCommand looks at both the commit message as well
145 // as the commit response, so we need to synthesize both here.
146 sync_pb::ClientToServerMessage* commit = local
148 commit->set_message_contents(ClientToServerMessage::COMMIT);
150 commit->mutable_commit()->add_entries());
177 for (int i = 0; i < commit->commit().entries_size(); ++i)
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.h 178 m_reservation.commit(base, committedSize);
206 m_reservation.commit(m_commitEnd, size);
  /external/webkit/Source/WebCore/storage/
DatabaseSync.cpp 126 if ((ec = transaction->commit()))
152 if ((ec = transaction->begin()) || (ec = transaction->execute()) || (ec = transaction->commit()))
SQLTransactionSync.cpp 168 ExceptionCode SQLTransactionSync::commit() function in class:WebCore::SQLTransactionSync
177 m_sqliteTransaction->commit();
180 // If the commit failed, the transaction will still be marked as "in progress"
190 // The commit was successful. If the transaction modified this database, notify the delegates.
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.mm 69 [CATransaction commit];

Completed in 1231 milliseconds

1 2 34 5 6 7 8 91011>>