HomeSort by relevance Sort by last modified time
    Searched defs:Commit (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/app/sql/
transaction.cc 41 bool Transaction::Commit() {
43 NOTREACHED() << "Attempting to commit a nonexistent transaction. "
  /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))
__init__.py 40 from webkitpy.tool.steps.commit import Commit
  /external/webkit/Source/WebKit/win/
MemoryStream.cpp 210 HRESULT STDMETHODCALLTYPE MemoryStream::Commit(
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 130 void Commit() { rollback_ = false; }
  /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/chromium/chrome/common/
sqlite_utils.h 53 // goes out of scope if the caller has not already called Commit or Rollback.
81 int Commit() {
82 return EndCommand("COMMIT");
  /external/v8/src/
platform-nullos.cc 290 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-openbsd.cc 342 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-cygwin.cc 327 // This causes VirtualMemory::Commit to not always commit the memory region
348 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-freebsd.cc 374 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-macos.cc 375 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-solaris.cc 357 bool VirtualMemory::Commit(void* address, size_t size, bool executable) {
platform-linux.cc 572 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
spaces.cc 238 // Commit the requested memory at the start of the current allocation block.
246 if (!code_range_->Commit(current.start, *allocated, true)) {
534 if (!initial_chunk_->Commit(start, size, owner->executable() == EXECUTABLE)) {
560 if (!initial_chunk_->Commit(start, size, executable)) return false;
    [all...]
platform-win32.cc     [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 624 void WebDataService::Commit() {
645 ScheduleTask(NewRunnableMethod(this, &WebDataService::Commit));
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.cc 72 // The number of milliseconds we'll wait to do a commit, so that things are
141 history_backend_->Commit();
220 // Commit the long-running transaction.
261 // Any scheduled commit will have a reference to us, we must make it
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 558 /// after the token consumption is done, Commit() or Revert() is called to
559 /// either "commit the consumed tokens" or revert to the previously marked
578 void Commit() {
590 assert(!isActive && "Forgot to call Commit or Revert!");
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 3989 milliseconds

1 2