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

1 2 34 5 6 7 8 91011>>

  /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.
  /prebuilts/tools/linux-x86/sdl/
PREBUILT 4 The current version was built from 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
  /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);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentExt.h 43 /** Set/query the commit mode */
50 /** Explicit 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/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...]
  /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;
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 122 * Commit block header for storing transactional checksums:
183 __u32 s_sequence; /* first commit ID expected in log */
344 * COMMIT: All data on disk, writing commit record
370 /* Where in the log does this transaction's commit start? */
442 /* When will the transaction expire (become due for commit), in
498 /* Wait queue for waiting for commit to complete */
504 /* Wait queue to trigger commit */
554 /* Sequence number of the most recent transaction wanting commit */
565 /* Pointer to the current commit thread for this journal *
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 160 void IDBTransactionBackendImpl::commit() function in class:WebCore::IDBTransactionBackendImpl
163 // commit steps below. We therefore take a self reference to keep ourselves
169 m_transaction->commit();
201 // queue is empty. Commit the transaction.
202 commit();
  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 157 // another thread). Same check is applied in commit() and drop()
164 public synchronized void commit(Thread t) { method in class:Profile.Watchdog
210 // Hold the future samples coming from current thread until commit() or
217 public static void commit() { method in class:Profile
218 sWatchdog.commit(Thread.currentThread());
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
MainActivity.java 51 .add(R.id.fragment_container, firstFragment).commit();
83 // Commit the transaction
84 transaction.commit();
  /external/chromium/app/sql/
transaction_unittest.cc 43 TEST_F(SQLTransactionTest, Commit) {
52 t.Commit();
104 inner1.Commit();
  /external/dbus/
HACKING 51 "doxygen Doxyfile" prior to commit and be sure there are no
105 . commit your change using "git commit"
106 in the commit message, write a short sentence describing what
135 files and then git commit
171 - once distcheck succeeds, "git commit -a". This is the version
179 - bump the version number up in configure.in, and commit
264 env variable unset before you commit.
299 dbus, and also post to the mailing list for discussion. The commit
307 in the reviewer group have to review and approve the commit, and
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 40 // To support the "reserve then commit" model, we have to initially decommit.
89 void OSAllocator::commit(void* address, size_t bytes, bool, bool) function in class:WTF::OSAllocator
94 // Non-MADV_FREE_REUSE reservations automatically commit on demand.

Completed in 1684 milliseconds

1 2 34 5 6 7 8 91011>>