HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 76 - 100 of 1313) sorted by null

1 2 34 5 6 7 8 91011>>

  /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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
TOOLCHAIN_SOURCES 5 toolchain/gold.git: 8d401cf711539af5a2f78d12447341d774892618 Empty initial commit.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
TOOLCHAIN_SOURCES 5 toolchain/gold.git: 8d401cf711539af5a2f78d12447341d774892618 Empty initial commit.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
ICommitXml.java 21 * Interface for an object that can commit its changes to the underlying XML model
  /sdk/templates/other/Daydream/root/src/app_package/
SettingsActivity.java.ftl 23 .replace(android.R.id.content, new DreamPreferenceFragment()).commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LdapLoginModuleTest.java 94 * Test method for {@link org.apache.harmony.auth.module.LdapLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
174 module.commit();
197 module.commit();
227 module.commit();
243 module.commit();
259 module.commit();
271 module.commit();
    [all...]
JndiLoginModuleTest.java 95 * {@link org.apache.harmony.auth.module.JndiLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
175 module.commit();
212 module.commit();
227 module.commit();
246 module.commit();
261 module.commit();
279 module.commit();
    [all...]
  /external/chromium/chrome/browser/history/
archived_database.h 37 // commit when the outermost one is committed (sqlite doesn't support true
52 // may commit the transaction and start a new one if migration requires it.
  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.cc 23 return; // Nothing to commit.
35 // changes to items that happen during the server Commit operation.
  /external/skia/include/utils/win/
SkIStream.h 55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
  /external/skia/legacy/include/utils/win/
SkIStream.h 55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentExt.h 43 /** Set/query the commit mode */
50 /** Explicit commit */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.cpp 27 * Truncates all of the dicNodes so that they start at the given commit point.
39 // up to the commit point. These words have already been committed to the text view.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentManagerTest.java 174 transaction.commit();
180 anotherTransaction.commit();
194 activity.getSupportFragmentManager().beginTransaction().add(CONTAINER_VIEW_ID, fragment).commit();
208 manager.beginTransaction().add(fragment, "fragment1").commit();
209 manager.beginTransaction().add(fragment2, "fragment2").commit();
231 manager.beginTransaction().add(fragment, "tag").commit();
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 47 git_commit = make_option("-g", "--git-commit", action="store", dest="git_commit", help="Operate on a local commit. If a range, the commits are squashed into one. HEAD.. operates on working copy changes only.")
48 local_commit = make_option("--local-commit", action="store_true", dest="local_commit", default=False, help="Make a local commit for each applied patch")
54 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 105 run_command(["svn", "commit", "--quiet", "--message", message])
114 cls._svn_commit("initial commit")
117 # This used to be the last commit, but doing so broke
118 # GitTest.test_apply_git_patch which use the inverse diff of the last commit.
126 cls._svn_commit("second commit")
131 cls._svn_commit("third commit")
133 # This 4th commit is used to make sure that our patch file handling
138 cls._svn_commit("fourth commit")
140 # svn does not seem to update after commit as I would expect.
257 git_failure_message="Merge conflict during commit: Your file or directory 'WebCore/ChangeLog' is probably out-of-date: resource out of date; try upd (…)
    [all...]
  /external/bison/build-aux/
gitlog-to-changelog 64 makes a change to SHA1's commit log text or metadata.
65 --append-dot append a dot to the first line of each commit message if
67 --no-cluster never cluster commit messages under the same date/author
68 header; the default is to cluster adjacent commit messages
69 if their headers are the same and neither commit message
75 --format=FMT set format string for commit subject and body;
78 --strip-tab remove one additional leading TAB from commit message lines.
80 this includes the "cherry picked from commit ..." line,
107 a line) referring to a commit in the current project, and CODE refers to one
150 # (alone on a line) referring to a commit in the current project, an
    [all...]
  /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...]
  /libcore/luni/src/test/java/libcore/io/
DiskLruCacheTest.java 78 creator.commit();
89 creator.commit();
104 creator.commit();
130 creator.commit();
139 k1Creator.commit();
143 k2Creator.commit();
156 editor.commit();
172 editor.commit();
187 v1Creator.commit();
197 v1Updater.commit();
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 79 creator.commit();
90 creator.commit();
105 creator.commit();
131 creator.commit();
140 k1Creator.commit();
144 k2Creator.commit();
155 editor.commit();
171 editor.commit();
186 v1Creator.commit();
196 v1Updater.commit();
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 49 * The default maximum commit age, in seconds.
195 __be32 s_sequence; /* first commit ID expected in log */
410 * COMMIT: All data on disk, writing commit record
462 * Where in the log does this transaction's commit start? [no locking]
477 * commit [j_list_lock]
555 * When will the transaction expire (become due for commit), in jiffies?
586 * @j_wait_done_commit: Wait queue for waiting for commit to complete
588 * @j_wait_commit: Wait queue to trigger commit
612 * commit
    [all...]
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 233 * Schedules a commit of this transaction. The commit does
238 * prior to its containing activity saving its state. If the commit is
240 * because the state after the commit can be lost if the activity needs to
242 * situations where it may be okay to lose the commit.</p>
248 public abstract int commit(); method in class:FragmentTransaction
251 * Like {@link #commit} but allows the commit to be executed after an
252 * activity's state is saved. This is dangerous because the commit can
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 247 * Schedules a commit of this transaction. The commit does
252 * prior to its containing activity saving its state. If the commit is
254 * because the state after the commit can be lost if the activity needs to
256 * situations where it may be okay to lose the commit.</p>
262 public abstract int commit(); method in class:FragmentTransaction
265 * Like {@link #commit} but allows the commit to be executed after an
266 * activity's state is saved. This is dangerous because the commit can
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.js 47 $('import-data-commit').onclick = function() {
65 * Set enabled and checked state of the commit button.
72 $('import-data-commit').disabled = !somethingToImport;
76 * Sets the sensitivity of all the checkboxes and the commit button.
84 $('import-data-commit').disabled = !sensitive;

Completed in 735 milliseconds

1 2 34 5 6 7 8 91011>>