/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentArguments.java | 47 ft.commit();
|
FragmentHideShow.java | 64 ft.commit();
|
FragmentReceiveResult.java | 51 ft.add(R.id.simple_fragment, newFragment).commit();
|
FragmentTabs.java | 94 ft.commit();
|
LoaderCursor.java | 55 fm.beginTransaction().add(android.R.id.content, list).commit();
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 110 prefs.commit();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentArgumentsSupport.java | 49 ft.commit();
|
FragmentHideShowSupport.java | 65 ft.commit();
|
FragmentReceiveResultSupport.java | 53 ft.add(R.id.simple_fragment, newFragment).commit();
|
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 113 * Commits all of the changes made since the last {@code commit} or 116 * connection objects in {@code auto-commit} mode leads to an error. 120 * connection instance is in auto-commit mode. 122 public void commit() throws SQLException; method in interface:Connection 204 * the {@code auto-commit} operating mode. 206 * @return {@code true} if {@code auto-commit} is on, otherwise {@code 621 * operation when in auto-commit mode. 625 * called while in auto-commit mode of operation. 631 * set. This method should only be used when auto-commit mode is disabled. 641 * Sets this connection's auto-commit mode {@code on} or {@code off} [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
AbstractSqlTest.java | 99 * Tears down a unit test, by setting the auto commit property of the first 159 * - commit data from connection one 169 firstStmt.getConnection().commit();
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoActivity.java | 106 ft.commit();
|
SearchActivity.java | 178 ft.commit(); 193 ft.commit(); 239 ft.commit();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
HomeXLarge.java | 53 transaction.commit();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
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.
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
dashboard.py | 86 entity = data.save(commit=False) 113 entity = data.save(commit=False)
|
/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;
|
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 97 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) 100 commit ? 0 : JNI_ABORT);
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldConnectionTest.java | 194 conn.commit(); 397 conn.commit(); 427 conn.commit(); 428 // Check cursors closed after commit 569 conn.commit(); 581 conn.commit(); [all...] |
/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);
|
/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();
|
/external/chromium/chrome/browser/ |
external_tab_container_win.cc | 743 const NavigationController::LoadCommittedDetails* commit = local 746 if (commit->http_status_code >= kHttpClientErrorStart && 747 commit->http_status_code <= kHttpServerErrorEnd) { 749 tab_handle_, commit->http_status_code, commit->entry->url())); 757 if (InitNavigationInfo(&navigation_info, commit->type, 758 commit->previous_entry_index - [all...] |
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.cc | 74 // TODO(sync): What if we didn't try to commit anything? 75 LOG(WARNING) << "Commit response has no commit body!"; 80 const CommitResponse& cr = response.commit(); 83 LOG(ERROR) << "Commit response has wrong number of entries! Expected:" << 122 const CommitResponse& cr = response.commit(); 124 status->commit_message().commit(); 126 // If we try to commit a parent and child together and the parent conflicts 226 LOG(ERROR) << "Commit response has unknown response type! Possibly out " 257 LOG(ERROR) << "Commit response has no id" [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFullScreenController.mm | 310 [CATransaction commit]; 472 [CATransaction commit]; 491 [CATransaction commit]; 548 [CATransaction commit]; 608 [CATransaction commit]; [all...] |
/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);
|