HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 251 - 275 of 1025) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/storage/
DatabaseSync.cpp 126 if ((ec = transaction->commit()))
152 if ((ec = transaction->begin()) || (ec = transaction->execute()) || (ec = transaction->commit()))
SQLTransaction.cpp 459 // Transacton Step 8+9 - Commit the transaction, jumping to the error callback if that fails
463 m_sqliteTransaction->commit();
466 // If the commit failed, the transaction will still be marked as "in progress"
469 m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "failed to commit the transaction");
478 // The commit was successful. If the transaction modified this database, notify the delegates.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 70 // of a composition, then treat this 'commit' as a normal key event and just
78 // of a composition, skip this 'commit' because the composition is already confirmed.
778 // keystroke and just issue a 'commit' signal during handling. In situations
779 // where the 'commit' signal happens during filtering and there is no active
826 // When a mouse press fires, the commit signal happens during a composition.
827 // In this case, if the focused node is changed, the commit signal happens in a diffrent node.
828 // Therefore, we need to confirm the current compositon and ignore the next commit signal.
850 g_signal_connect(priv->imContext.get(), "commit", G_CALLBACK(imContextCommitted), this);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 61 "commit-queue": "+",
76 "commit-queue": "+",
102 "commit-queue": "?",
128 "commit-queue": "+",
151 _commit_queue_email = "commit-queue@webkit.org"
160 "invalid commit-queue setter.",
240 # test_assign_to_committer the real pending-commit query on bugzilla
551 commit_message.message = lambda:"This is a fake commit message that is at least 50 characters."
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 97 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit)
100 commit ? 0 : JNI_ABORT);
  /frameworks/base/libs/rs/
rsThreadIO.cpp 85 mToCore.commit(mCoreCommandID, mCoreCommandSize);
233 mToClient.commit(cmdID, dataLen + sizeof(usrID));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 212 /* if the character is a space, commit the composing text */
217 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */
843 * Commit the composing text.
845 * @param layer {@link mComposingText}'s layer to commit.
860 * Commit a word
862 * @param word A word to commit
879 * Commit a string
883 * @param str A string to commit
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.h 541 // Commit any pending transaction and deletes the database.
544 // Commit the current transaction and creates a new one.
545 void Commit();
550 // Schedule a commit if one is not already pending.
646 // Whether we should commit the database.
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 203 [CATransaction commit];
228 [CATransaction commit];
295 [CATransaction commit];
348 [CATransaction commit];
362 [CATransaction commit];
  /frameworks/base/core/java/android/preference/
Preference.java     [all...]
PreferenceManager.java 90 * If in no-commit mode, the shared editor to give out (which will be
91 * committed when exiting no-commit mode).
472 editor.commit();
480 * Do NOT commit unless {@link #shouldCommit()} returns true.
499 * Whether it is the client's responsibility to commit on the
503 * @return Whether the client should commit.
517 mEditor.commit();
  /frameworks/base/docs/html/guide/topics/fundamentals/
fragments.jd 176 should commit any changes that should be persisted beyond the current user session (because
351 fragmentTransaction.commit();
359 call {@link android.app.FragmentTransaction#commit} for the changes to take effect.</p>
418 commit to the activity is called a transaction and you can perform one using APIs in {@link
435 to the activity, you must call {@link android.app.FragmentTransaction#commit()}.</p>
439 android.app.FragmentTransaction#commit()}, however, you might want to call {@link
457 // Commit the transaction
458 transaction.commit();
471 before you call {@link android.app.FragmentTransaction#commit commit()} are added to th
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 151 // on the server, if two clients commit the same tag at the same time.
195 // If a commit succeeds, but the response does not come back fast enough
197 // The server will track the client that sent up the original commit and
200 // the committed version of the same item whose commit response was lost.
202 // completed the commit by the time the syncer tries to get updates
204 // a reasonable span, our commit batches have to be small enough
218 // If it exists, then our local client lost a commit response. Use
232 VLOG(1) << "Reuniting lost commit response IDs. server id: "
446 // commit we don't apply it as time differences may occur.
745 // commit of a delete, before undeleting
    [all...]
  /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/webkit/Source/WebCore/loader/
HistoryController.cpp 207 // When we are pre-commit, the currentItem is where the pageCache data resides
252 // Set the BF cursor before commit, which lets the user quickly click back/forward again.
261 // navigations can commit immediately (such as about:blank). We must be sure that
262 // all frames have provisional items set before the commit.
417 LOG(History, "WebCoreHistory: Updating History for commit in frame %s", frameLoader->documentLoader()->title().string().utf8().data());
433 // Tell all other frames in the tree to commit their provisional items and
445 // while m_provisionalItem is set, so we need to commit it.
466 // Now commit the provisional item
507 // Commit the provisional item.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteDatabaseTest.java 182 // do 5 more changes in a transaction but do a query before and after the commit
199 // do a query before commit - should still have 5 rows
218 // commit and then query. should see changes from the transaction
246 * commit
373 // Commit
687 // same as above, instead now do "COMMIT" or "ROLLBACK" instead of "END" transaction
688 runExecSqlToStartAndEndTransaction("COMMIT");
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 150 mPrefs.edit().putString(CUSTOM_LOCALES, customLocales).commit();
401 boolean ok = mPrefs.edit().putString(CUSTOM_LOCALES, newLocales).commit();
403 Log.d(TAG, "Prefs commit:" + Boolean.toString(ok) + ". Saved: " + newLocales);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 87 .hide(getFragmentManager().findFragmentById(R.id.titles_frag)).commit();
200 fm.beginTransaction().show(f).commit();
225 fm.beginTransaction().hide(f).commit();
  /external/chromium/chrome/browser/history/
top_sites_database.cc 157 transaction.Commit();
225 transaction.Commit();
362 return transaction.Commit();
  /external/chromium/chrome/browser/instant/
instant_controller.h 101 // false a commit does not result in committing the last url passed to update.
121 // lost focus. Commit or discard the preview accordingly.
280 // reset/commit.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 185 * CVS: If we are doing pre-commit code reviews and someone else has
208 * CVS: If we are doing pre-commit code reviews and someone else has
243 * CVS: If we are doing pre-commit code reviews and someone else has
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 155 * CVS: If we are doing pre-commit code reviews and someone else has
178 * CVS: If we are doing pre-commit code reviews and someone else has
219 * CVS: If we are doing pre-commit code reviews and someone else has
RAckParser.java 140 * CVS: If we are doing pre-commit code reviews and someone else has
163 * CVS: If we are doing pre-commit code reviews and someone else has
201 * CVS: If we are doing pre-commit code reviews and someone else has
TimeStampParser.java 168 * CVS: If we are doing pre-commit code reviews and someone else has
191 * CVS: If we are doing pre-commit code reviews and someone else has
236 * CVS: If we are doing pre-commit code reviews and someone else has
  /external/webkit/Source/WebKit/gtk/tests/
testkeyevents.c 198 g_signal_emit_by_name(imContext, "commit", "a");
200 g_signal_emit_by_name(imContext, "commit", "b");
202 g_signal_emit_by_name(imContext, "commit", "c");

Completed in 1641 milliseconds

<<11121314151617181920>>