HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 26 - 50 of 1025) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorSymbian.cpp 96 // Commit what was previously reserved via reserveUncommitted()
97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) function in class:WTF::OSAllocator
99 // For code chunks, we commit (early) in reserveUncommitted(), so NOOP
102 dataAllocatorInstance()->commit(address, bytes);
116 commit(base, bytes, writable, executable);
121 // The PageAllocatorSymbian class helps map OSAllocator calls for reserve/commit/decommit
130 // - OSAllocator::commit() actually calls RChunk.commit() and commits *all or part* of the region
177 // Actually commit memory from the OS, after a previous call to reserve()
178 bool PageAllocatorSymbian::commit(void* address, size_t bytes) function in class:WTF::PageAllocatorSymbian
    [all...]
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h 52 // Update the BASE_VERSION and SERVER_VERSION, post-commit.
60 // If the server generated an ID for us during a commit, apply the new ID.
74 // The server can override some values during a commit; the overridden values
78 // locally while the commit was in flight.
  /external/javassist/
regenerate_from_source.sh 4 # This script imports the src, test, etc. from javassist. It DOESN'T commit
  /external/v8/test/cctest/
test-platform-win32.cc 21 CHECK(vm->Commit(block_addr, block_size, false));
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 38 class Commit(AbstractStep):
41 return ('There are %s local commits%s. Everything will be committed as a single commit. '
42 'To avoid this prompt, set "git config webkit-patch.commit-should-always-squash true".' % (
48 raise Exception("Attempted to commit with a commit message shorter than 50 characters. Either your patch is missing a ChangeLog or webkit-patch may have a bug.")
71 # This will correctly interrupt the rest of the commit process.
72 raise ScriptError(message="Did not commit")
76 raise ScriptError("You need to specify the username on %s to perform the commit as." % e.server_host)
80 raise ScriptError("You need to specify the password for %s on %s to perform the commit." % (username, e.server_host))
  /frameworks/base/core/jni/
android_nio_utils.cpp 54 jboolean commit) {
56 commit ? 0 : JNI_ABORT);
62 jboolean commit) {
64 fCommit = commit;
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);
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
SOURCES 6 toolchain/gold.git 8d401cf711539af5a2f78d12447341d774892618 Empty initial commit.
  /frameworks/base/core/java/android/content/
SharedPreferences.java 64 * back to the original {@link SharedPreferences} until you call {@link #commit}
70 * {@link #commit} or {@link #apply} are called.
82 * back once {@link #commit} is called.
93 * {@link #commit} or {@link #apply} are called.
105 * {@link #commit} or {@link #apply} are called.
117 * {@link #commit} or {@link #apply} are called.
129 * once {@link #commit} or {@link #apply} are called.
141 * will be done in the actual preferences once {@link #commit} is
157 * preferences. Once commit is called, the only remaining preferences
170 * Commit your preferences changes back from this Editor to th
185 boolean commit(); method in interface:SharedPreferences.Editor
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 64 prefs.edit().clear().commit();
84 prefs.edit().putString("foo", "bar").commit(); method
103 // Do some initial operation on editor. No commit needed.
107 // No commit needed.
121 prefs.edit().commit();
126 editor.commit();
137 editor.commit();
219 prefs.edit().putString("foo", "bar").commit(); method
230 prefs.edit().putString("foo", "bar").commit(); method
239 prefs.edit().clear().commit();
    [all...]
  /docs/source.android.com/src/source/
version-control.md 41 1. Use `git commit` to commit changes.
62 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).
97 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".
115 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:
122 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();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
51 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")
  /development/pdk/docs/source/
submit-patches.jd 38 <li>Use git commit to commit changes.<br></li>
48 To indicate that every new and modified file in your working directory should be "staged" for inclusion in the next commit, run git add without any arguments. You can also specify files or filetypes. For example, the following command would stage all the new and modified files under the bionic directory and its subdirectories:<br><br>$ git add bionic/*<br><br>Run git help add to see more ways to use git add.<br><br><b>When is git add optional?<br></b>
49 <br>If you add new files, you must stage them using git add before you run git commit. However, if you are only modifying or deleting files, you can skip git add if you use the -a option with git commit. For more details, see the "Committing changes" section further down.<br><br><h3>
60 To see every edit that would go into the commit if you were to commit right now, make sure you are in the project directory and then run <br><br>$ git diff --cached <br><br><h3>
62 At intervals while you are working, commit your edits by using git commit from within the project directory:<br><span>$ cd ~/mydroid/<i>project-name</i>
64 <span><br>$ git commit</span
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 95 // Commit pending operations as soon as possible.
98 // Commit any pending operations and close the database. This must be called
145 // Commit our pending operations to the database.
147 void Commit(Task* completion_task);
149 void Commit();
167 // Number of cookies that have actually been saved. Updated during Commit().
328 transaction.Commit();
362 transaction.Commit();
393 // Commit every 30 seconds.
395 // Commit right away if we have more than 512 outstanding operations
    [all...]
  /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...]
  /external/android-mock/
regenerate_from_source.sh 4 # This script imports the src, test, etc. from android-mock It DOESN'T commit

Completed in 815 milliseconds

12 3 4 5 6 7 8 91011>>