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

1 2 34 5 6 7 8 910

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 85 * Commit any changes found during parsing
88 public abstract void commit() throws IOException; method in class:AbstractSyncParser
198 // Commit any changes
199 commit(); method
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 159 editor.commit();
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 213 ed.commit();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 62 xact.commit();
101 // commit is actually async, so add in details at largePane, which will be correct
105 xact.commit();
109 xact.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 85 // This will force a commit() operation to store the data in the model.
122 public void commit(boolean onSave) { method in class:AbstractPropertiesFieldsPart
137 super.commit(onSave);
  /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
274 ui_attr.commit();
280 // We need to call super's commit after we synchronized the nodes to make sure we
282 super.commit(onSave);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 201 editor.commit();
210 editor.commit();
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 195 editor.commit();
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 223 editor.commit();
238 editor.commit();
262 editor.commit();
276 editor.commit();
349 editor.commit();
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 153 public boolean commit() { method in class:ComboPreferences.MyEditor
154 boolean result1 = mEditorGlobal.commit();
155 boolean result2 = mEditorLocal.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 157 // another thread). Same check is applied in commit() and drop()
164 public synchronized void commit(Thread t) { method in class:Profile.Watchdog
210 // Hold the future samples coming from current thread until commit() or
217 public static void commit() { method in class:Profile
218 sWatchdog.commit(Thread.currentThread());
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 144 public boolean commit() { method in class:ComboPreferences.MyEditor
145 boolean result1 = mEditorGlobal.commit();
146 boolean result2 = mEditorLocal.commit();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 104 editor.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 118 * Instructs it to commit the new (modified) data back into the model.
121 public void commit(boolean onSave) { method in class:UiElementDetail
128 mCurrentUiElementNode.commit();
134 AdtPlugin.log(e, "Detail node failed to commit XML attribute!"); //$NON-NLS-1$
234 // Before changing the table, commit all dirty state.
236 commit(false);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java 852 public boolean commit() throws LoginException { method in class:LoginContextTest.MyModule
987 public boolean commit() throws LoginException { method in class:LoginContextTest.MyLoginModule
1037 public boolean commit() throws LoginException { method in class:LoginContextTest.TestLoginModule
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 241 public void commit() throws SQLException { method in class:JDBCConnection
249 db.exec("COMMIT", null);
  /external/tinyalsa/
pcm.c 310 int commit; local
317 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
318 if (commit < 0) {
319 oops(pcm, commit, "failed to commit %d frames\n", frames);
320 return commit;
323 offset += commit;
324 count += commit;
325 size -= commit;
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 64 transaction.commit();
1004 virtual void commit() { m_transaction.commit(); } function in class:WebCore::__anon14924::TransactionImpl
    [all...]
  /frameworks/base/core/java/android/app/
DialogFragment.java 230 ft.commit();
240 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
247 mBackStackId = transaction.commit();
292 ft.commit();
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 127 ft.commit();
137 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
144 mBackStackId = transaction.commit();
189 ft.commit();
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java 440 editor.commit();
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxConfig.java 425 editor.commit();
473 editor.commit();
523 editor.commit();
576 editor.commit();
628 editor.commit();
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 195 editor.commit();
283 editor.commit();
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 178 ft.commit();
193 ft.commit();
239 ft.commit();
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 274 ft.commit();
391 ft.commit();

Completed in 1010 milliseconds

1 2 34 5 6 7 8 910