HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 276 - 300 of 623) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 122 bool Overlay::commit(utils::eDest dest) { function in class:overlay::Overlay
127 if(mPipeBook[index].mPipe->commit()) {
145 //Queue only if commit() has succeeded (and the bit set)
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.cpp 122 bool Overlay::commit(utils::eDest dest) { function in class:overlay::Overlay
127 if(mPipeBook[index].mPipe->commit()) {
145 //Queue only if commit() has succeeded (and the bit set)
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 140 conn.commit();
162 conn.commit();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 90 The source object can use this to implement the commit action; this is
184 def finish(self, event, commit=0):
196 if commit:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 90 The source object can use this to implement the commit action; this is
184 def finish(self, event, commit=0):
196 if commit:
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 1129 const content::LoadCommittedDetails* commit = local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 296 ft.commit();
358 transaction.commit();
484 ft.commit();
499 ft.commit();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 132 objItem.commit();
624 item.commit();
660 item.commit();
668 // Find any fading leave behind items and commit them all, too.
670 item.commit();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 98 self.cx.commit()
102 A commit should also work when no changes were made to the database.
104 self.cx.commit()
105 self.cx.commit()
510 con.commit()
747 con.commit()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 98 self.cx.commit()
102 A commit should also work when no changes were made to the database.
104 self.cx.commit()
105 self.cx.commit()
510 con.commit()
747 con.commit()
  /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...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 551 pEqualizer->commit(true);
562 pEqualizer->commit(true);
582 pEqualizer->commit(true);
  /frameworks/base/core/java/android/content/
UndoManager.java 582 mWorking.commit();
600 * Commit the last finished undo state. This undo state can no longer be
607 * @param owner The optional owner to determine whether to perform the commit.
608 * If this is non-null, the commit will only execute if the current top undo
899 void commit() { method in class:UndoManager.UndoState
902 mRecent.get(i).commit();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 247 .commit();
260 .commit();
282 .commit();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 201 editor.commit();
210 editor.commit();
  /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);
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationControllerTest.java 218 invalidationPreferences.commit(edit);
257 invalidationPreferences.commit(edit);
  /external/chromium_org/sync/engine/
process_commit_response_command.cc 84 const CommitResponse& cr = commit_response_.commit();
85 const sync_pb::CommitMessage& commit_message = commit_message_.commit();
154 LOG(FATAL) << "Inconsistent counts when processing commit response";
182 LOG(ERROR) << "Commit response has unknown response type! Possibly out "
209 LOG(ERROR) << "Commit response has no id";
229 LOG(WARNING) << "Server returned a zero version on a commit response.";
268 LOG(ERROR) << "Bad version in commit return for " << *local_entry
278 DVLOG(1) << "Commit is changing base version of " << local_entry->Get(ID)
293 // The server can sometimes generate a new ID on commit; for example,
302 << " during commit " << same_id
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 126 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit)
129 commit ? 0 : JNI_ABORT);
  /hardware/qcom/display/msm8974/liboverlay/
overlay.cpp 136 bool Overlay::commit(utils::eDest dest) { function in class:overlay::Overlay
141 if(mPipeBook[index].mPipe->commit()) {
166 //Queue only if commit() has succeeded (and the bit set)
321 //Commit
326 ALOGE("%s: commit failed", __func__);
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 106 prefs.edit().putLong(STATE_CURRENT_FOLDER, fid).commit();
194 .commit();
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 301 ft.commit();
432 ft.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 215 .commit();
230 .commit();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 119 public void commit() { method in class:SearchIndexManager.IndexBuilder
378 mIndexBuilder.commit();
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 116 editor.commit();

Completed in 2706 milliseconds

<<11121314151617181920>>