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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 58 prefs.edit().clear().commit();
78 prefs.edit().putString("foo", "bar").commit(); method
97 // Do some initial operation on editor. No commit needed.
101 // No commit needed.
115 prefs.edit().commit();
120 editor.commit();
131 editor.commit();
213 prefs.edit().putString("foo", "bar").commit(); method
224 prefs.edit().putString("foo", "bar").commit(); method
233 prefs.edit().clear().commit();
    [all...]
  /docs/source.android.com/src/source/
version-control.md 50 1. Use `git commit` to commit changes.
71 Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature. A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you can isolate one aspect of your work from the others. For an interesting article about using topic branches, see [Separating topic branches](http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt).
106 By default, Git notices but does not track the changes you make in a project. In order to tell git to preserve your changes, you must mark them for inclusion in a commit. This is also called "staging".
124 The `repo diff` command shows every local edit that you have made that would *not* go into the commit, if you were to commit right now. To see every edit that would go into the commit if you were to commit right now, you need a Git command, `git diff`. Before running it, be sure you are in the project directory:
131 A commit is the basic unit of revision control in git, consisting of a snapshot of directory structure and file contents for the entire project. Creating a commit in git is as simple as typin
    [all...]
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 67 // Check if a text needs commit by forwarding a char event instead of
71 // Check if the input method returned any result, eg. preedit and commit text.
81 // Real code of "commit" signal handler.
136 // GtkIMContext object sends a "commit" signal with the CJK characters
148 // This flag is used in "commit" signal handler of the GtkIMContext object,
159 // method may fire "preedit_end" signal before "commit" signal.
169 // If it's true, then preedit-changed and commit handler will backup the
170 // preedit or commit text instead of sending them down to webkit.
180 // Stores a copy of the most recent commit text received by commit signa
    [all...]
  /external/chromium/app/sql/
transaction.cc 41 bool Transaction::Commit() {
43 NOTREACHED() << "Attempting to commit a nonexistent transaction. "
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/templates/
root.html 19 <li><a href="http://webkit-commit-queue.appspot.com/">Commit Queue Status</a> information.</li>
  /external/webkit/Tools/Scripts/
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
59 __webkit-patch_generate_reply "--force-clean --local-commit --no-clean --no-update"
62 commit-message)
77 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit -m --open-bug"
81 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit --cc -m --open-bug"
93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseLockedException.java 21 * database locks it needs to do its job. If the statement is a [COMMIT]
23 * statement. If the statement is not a [COMMIT] and occurs within a
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
50 editor.commit();
  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
52 editor.commit();
  /external/webkit/Tools/QueueStatusServer/model/
queues_unittest.py 51 self._assert_short_name("commit-queue", "Commit")
60 self._assert_display_name("commit-queue", "Commit Queue")
69 self._assert_name_with_underscores("commit-queue", "commit_queue")
  /external/clang/lib/Rewrite/
FixItRewriter.cpp 17 #include "clang/Edit/Commit.h"
143 edit::Commit commit(Editor);
150 commit.insertFromRange(Hint.RemoveRange.getBegin(),
154 commit.remove(Hint.RemoveRange);
158 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
160 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
164 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
178 if (!Editor.commit(commit)) {
    [all...]
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java 87 ft.commit();
95 ft.commit();
103 ft.commit();
  /external/clang/lib/Edit/
EditedSource.cpp 11 #include "clang/Edit/Commit.h"
214 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource
215 if (!commit.isCommitable())
218 for (edit::Commit::edit_iterator
219 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) {
220 const edit::Commit::Edit &edit = *I;
222 case edit::Commit::Act_Insert
    [all...]
Android.mk 4 Commit.cpp \
  /external/dbus/
README.dbus4win 9 the dbus-1.2.14 tag, i.e. commit f719d454329a1a54ff2d569feaf10ceee7cead50.
13 especially if the commit message didn't say much. For each commit left
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser_unittest.py 52 self.assertEquals('--filter=+foo,-bar --git-commit=git '
56 # This is to check that --filter and --git-commit do not
162 (files, options) = parse(['-g', 'commit'])
163 self.assertEquals(options.git_commit, 'commit')
164 (files, options) = parse(['--git-commit=commit'])
165 self.assertEquals(options.git_commit, 'commit')
166 (files, options) = parse(['--git-diff=commit'])
167 self.assertEquals(options.git_commit, 'commit')
219 git_commit="commit",
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
55 jboolean commit);
59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 79 // Commit pending operations as soon as possible.
82 // Commit any pending operations and close the database. This must be called
129 // Commit our pending operations to the database.
131 void Commit(Task* completion_task);
133 void Commit();
151 // Number of cookies that have actually been saved. Updated during Commit().
312 transaction.Commit();
346 transaction.Commit();
377 // Commit every 30 seconds.
379 // Commit right away if we have more than 512 outstanding operations
    [all...]
  /external/android-mock/
regenerate_from_source.sh 4 # This script imports the src, test, etc. from android-mock It DOESN'T commit
  /external/clang/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
24 class Commit {
56 explicit Commit(EditedSource &Editor);
57 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /external/libvpx/vp8/encoder/arm/
quantize_arm.h 29 * quantizer introduced in commit e04e2935
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 51 // These methods are symmetric; they commit or decommit a region of VM (uncommitted VM should
53 // Clients should only call commit on uncommitted regions and decommit on committed regions.
54 static void commit(void*, size_t, bool writable, bool executable);
73 commit(base, commitSize, writable, executable);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 51 name = "commit-message"
52 help_text = "Print a commit message suitable for the uncommitted changes"
67 name = "clean-pending-commit"
68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list."
70 # NOTE: This was designed to be generic, but right now we're only processing patches from the pending-commit list, so only r+ matters.
91 message = "Cleared %s from obsolete attachment %s so that this bug does not appear in http://webkit.org/pending-commit." % (flags_to_clear, patch.id())
98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list."
146 log("All reviewed patches on bug %s already have commit-queue+, ignoring." % bug_id)
153 log("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id))
156 reassign_message = "Attachment %s was posted by a committer and has review+, assigning to %s for commit." % (latest_patch.id(), committer.full_name
    [all...]
  /frameworks/base/core/java/android/database/
IContentObserver.aidl 30 * commit on the cursor that is being observed.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
TOOLCHAIN_SOURCES 6 toolchain/gold.git: 8d401cf711539af5a2f78d12447341d774892618 Empty initial commit.

Completed in 620 milliseconds

1 23 4 5 6 7 8 91011>>