HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 126 - 150 of 1180) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetConfigure.java 49 prefs.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 */
  /docs/source.android.com/src/source/
using-repo.md 94 commit into a change so that reviewers can comment on each commit
96 single commit, use git rebase -i before you run repo upload.
100 To make edits to changes after they have been uploaded, you should use a tool like `git rebase -i` or `git commit --amend` to update your local commits. After your edits are complete:
106 - For each commit in the series, enter the Gerrit change ID inside the brackets:
122 Shows outstanding changes between commit and working tree using `git diff`.
192 Compares the working tree to the staging area (index) and the most recent commit on this branch (HEAD) in each project specified. Displays a summary line for each file where there is a difference between these three states.
  /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/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 16 #include "clang/Edit/Commit.h"
154 edit::Commit commit(SM, LangOpts);
160 commit.insertFromRange(Hint.RemoveRange.getBegin(),
164 commit.remove(Hint.RemoveRange);
168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
170 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
176 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
  /external/llvm/docs/
DeveloperPolicy.html 22 <li><a href="#commitaccess">Obtaining Commit Access</a></li>
162 commit.</li>
184 combination of code review plus post-commit review for trusted maintainers.
186 most people do the right thing most of the time, and only commit patches
187 without pre-commit review when they are confident they are right.</p>
193 The sole responsibility of a code owner is to ensure that a commit to their
326 making progress. The developer is welcome to re-commit the change after the
331 <h3><a name="commitaccess">Obtaining Commit Access</a></h3>
334 <p>We grant commit access to contributors with a track record of submitting high
335 quality patches. If you would like commit access, please send an email t
    [all...]
  /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);
  /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 52 ft.add(R.id.simple_fragment, newFragment).commit();
77 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();
FragmentStackSupport.java 65 ft.add(R.id.simple_fragment, newFragment).commit();
90 ft.commit();
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 85 editor.commit();
164 prefs.edit().clear().commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 115 assertEquals(LoginModuleUtils.ACTION.commit, status
131 assertEquals(LoginModuleUtils.ACTION.commit, status

Completed in 673 milliseconds

1 2 3 4 56 7 8 91011>>