/packages/apps/Calendar/src/com/android/calendar/ |
CalendarBackupAgent.java | 45 GeneralPreferences.DEFAULT_RINGTONE).commit();
|
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumActivity.java | 39 albumFragment).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();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 36 * The default maximum commit age, in seconds. 148 __be32 s_sequence; /* first commit ID expected in log */ 234 #define BJ_SyncData 1 /* Normal data: flush before commit */ 241 #define BJ_Locked 8 /* Locked for I/O during commit */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 36 * The default maximum commit age, in seconds. 148 __be32 s_sequence; /* first commit ID expected in log */ 234 #define BJ_SyncData 1 /* Normal data: flush before commit */ 241 #define BJ_Locked 8 /* Locked for I/O during commit */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 36 * The default maximum commit age, in seconds. 148 __be32 s_sequence; /* first commit ID expected in log */ 234 #define BJ_SyncData 1 /* Normal data: flush before commit */ 241 #define BJ_Locked 8 /* Locked for I/O during commit */
|
/external/chromium/chrome/browser/sync/engine/ |
syncer.cc | 110 // the commit request fails (e.g. due to lost connection), as we will 180 VLOG(1) << "Processing Commit Request"; 190 VLOG(1) << "Getting the Commit IDs"; 196 VLOG(1) << "Building a commit message"; 208 VLOG(1) << "Posting a commit request"; 215 VLOG(1) << "Processing the commit response"; 297 // The server limits the number of items a client can commit in one batch.
|
/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/bison/build-aux/ |
do-release-commit-and-tag | 4 # the date, release-type and version string in the NEWS file. That commit 38 recorded. Commit that result with a log entry marking the release, 141 *) die 'this tree is dirty; commit your changes first';; 169 | git commit -F - -a || die 'git commit failed'
|
/external/grub/stage2/ |
fsys_reiserfs.c | 64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */ 84 /* must be correct to keep the desc and commit structs at 4k */ 87 /* first block written in a commit. */ 89 __u32 j_trans_id; /* id of commit */ 90 __u32 j_len; /* length of commit. len +1 is the commit block */ 96 /* last block written in a commit */ 101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */ 426 struct reiserfs_journal_commit commit; local 440 sizeof (commit), (char *) &commit) 481 struct reiserfs_journal_commit commit; local [all...] |
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 14 #include "clang/Edit/Commit.h" 95 edit::Commit commit(SM, LangOpts); 101 commit.insertFromRange(Hint.RemoveRange.getBegin(), 105 commit.remove(Hint.RemoveRange); 109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); 111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, 117 if (Editor.commit(commit)) {
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queries.py | 62 name = "bugs-to-commit" 63 help_text = "List bugs in the commit-queue" 66 # FIXME: This command is poorly named. It's fetching the commit-queue list here. The name implies it's fetching pending-commit (all r+'d patches). 73 name = "patches-in-commit-queue" 74 help_text = "List patches in the commit-queue" 78 log("Patches in commit queue:") 84 name = "patches-to-commit-queue" 85 help_text = "Patches which should be added to the commit queue"
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_im_context_wrapper.cc | 86 g_signal_connect(context_, "commit", 95 g_signal_connect(context_simple_, "commit", 120 // Indicates preedit-changed and commit signal handlers that we are 151 // It sends a "commit" signal when it has a character to be inserted 153 // (or an IME event) to the renderer in our "commit"-signal handler. 200 // 5. commit "a" 205 // Backspace is sent to webkit before commit "a" and preedit end. 380 // To emulate windows behavior, when input method is enabled, if the commit 422 // We do commit before preedit change, so that we can optimize some 429 // Only commit text generated by a filtered key down event can be sen [all...] |
/external/qemu/block/ |
vvfat.c | 1373 commit_t* commit = array_get(&(s->commits), i); local 1387 commit_t* commit = array_get_next(&(s->commits)); local 1396 commit_t* commit = array_get_next(&(s->commits)); local 1406 commit_t* commit = array_get_next(&(s->commits)); local 1414 commit_t* commit = array_get_next(&(s->commits)); local 2351 commit_t* commit = array_get(&(s->commits), i); local 2357 commit_t* commit = array_get(&(s->commits), i); local 2462 commit_t* commit = array_get(&(s->commits), i); local [all...] |
/external/chromium/chrome/browser/sync/sessions/ |
sync_session_unittest.cc | 135 // unsynced handles still exceeds the number of commit ids we added, there is 136 // more to sync. For example, this occurs if we had more commit ids 137 // than could fit in a single commit batch. 155 // to get updates & commit again. 249 // Conflict resolution happens after get updates and commit, 250 // so we need to loop back and get updates / commit again now
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 101 commit(true); 216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer 217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate); 218 mpLowShelf->commit(immediate); 220 mpPeakingFilters[i].commit(immediate); 222 mpHighShelf->commit(immediate);
|
/hardware/qcom/display/libhwcomposer/ |
hwc_fbupdate.cpp | 119 if (!ov.commit(dest)) { 120 ALOGE("%s: commit fails", __FUNCTION__); 252 if (!ov.commit(destL)) { 253 ALOGE("%s: commit fails for left", __FUNCTION__); 256 if (!ov.commit(destR)) { 257 ALOGE("%s: commit fails for right", __FUNCTION__);
|
/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);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentCustomAnimations.java | 56 ft.add(R.id.simple_fragment, newFragment).commit(); 84 ft.commit();
|
FragmentMenu.java | 67 ft.commit(); 93 ft.commit();
|
FragmentStack.java | 58 ft.add(R.id.simple_fragment, newFragment).commit(); 83 ft.commit();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentCustomAnimationSupport.java | 53 ft.add(R.id.simple_fragment, newFragment).commit(); 81 ft.commit();
|
FragmentMenuSupport.java | 69 ft.commit(); 95 ft.commit();
|
FragmentStackFragmentSupport.java | 42 ft.add(R.id.simple_fragment, newFragment).commit(); 99 ft.commit();
|
FragmentStackSupport.java | 65 ft.add(R.id.simple_fragment, newFragment).commit(); 90 ft.commit();
|