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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 222 .commit();
237 .commit();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 119 public void commit() { method in class:SearchIndexManager.IndexBuilder
374 mIndexBuilder.commit();
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 195 editor.commit();
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageFetcher.java 216 editor.commit();
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 80 SCREEN_ID_KEY, mCurrentScreenId).commit();
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 199 editor.commit();
  /external/v8/tools/
merge-to-branch.sh 205 echo ">>> Step $CURRENT_STEP: Commit to local branch."
206 git commit -a -F "$COMMITMSG_FILE" \
207 || die "'git commit -a' failed."
214 echo ">>> Step $CURRENT_STEP: Commit to the repository."
219 git cl dcommit || die "failed to commit to $MERGE_TO_BRANCH"
224 echo ">>> Step $CURRENT_STEP: Determine svn commit revision"
230 [[ -z "$COMMIT_HASH" ]] && die "Unable to map git commit to svn revision"
  /external/webkit/Tools/Scripts/
commit-log-editor 73 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
80 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
87 my $builtEditorApplication = "$ENV{HOME}/Applications/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
144 # Don't change anything if there's already a log message (as can happen with git-commit --amend).
239 # populate git commit message with WebKit-format ChangeLog entries unless explicitly disabled
292 # When this script gets run from inside git commit, msys-style paths in the
342 return $editor =~ m/commit-log-editor/
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 65 ft.commit();
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 95 prefs.commit();
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 127 editor.commit();
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 40 sp.edit().clear().commit();
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 92 status_t commit();
115 // the release fence is only valid after commit()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 201 // commit and log the result.
202 if (! editor.commit()) {
203 Log.e(LOG_TAG, "failed to commit network selection preference");
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 68 fm.beginTransaction().add(android.R.id.content, listFragment).commit();
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 198 .commit();
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 213 ed.commit();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 125 editor.commit();
  /external/chromium/net/tools/testserver/
chromiumsync.py 495 """Preserve immutable fields by copying pre-commit state.
509 Clients are only allowed to commit if they report having seen the most
557 A commit batch sent by a client may contain new items for which the
558 server has not generated IDs yet. And within a commit batch, later
566 commit request.
586 """Attempt to commit one entry to the user's account.
595 during commit, the change will be recorded here.
597 A SyncEntity reflecting the post-commit value of the entry, or None
608 # Clients are not allowed to commit unless they indicate that they've seen
620 # At this point, the commit is definitely going to happen
    [all...]
  /external/okhttp/src/main/java/libcore/net/http/
HttpResponseCache.java 200 editor.commit();
288 editor.commit();
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 194 editor.commit();
282 editor.commit();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
FolderSyncParser.java 207 commit(); method
496 // Clear the parent key; it will be fixed up after the commit
531 // Commit the mailboxes
594 // On initial sync, we commit what we have every 20 mailboxes
608 // Commit the sync key and mailboxes
657 public void commit() throws IOException { method in class:FolderSyncParser
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 399 mPrimaryAccountSelector.commit(newProfile);
585 void commit(SipProfile profile) { method in class:SipEditor.PrimaryAccountSelector
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 305 mUsageBarPreference.commit();
350 mUsageBarPreference.commit();
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 271 void DrawingBuffer::commit(long x, long y, long width, long height) function in class:WebCore::DrawingBuffer

Completed in 636 milliseconds

1 2 3 4 5 6 7 891011>>