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

1 2 3 4 5 6 7 8

  /external/clang/include/clang/Edit/
Rewriters.h 25 class Commit;
28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
EditedSource.h 24 class Commit;
60 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /external/chromium/app/sql/
transaction.h 19 // constructor will roll back the transaction. If you want to commit, you
20 // need to manually call Commit before this goes out of scope.
40 // false if sqlite could not commit it, or if another transaction in the
43 bool Commit();
transaction.cc 41 bool Transaction::Commit() {
43 NOTREACHED() << "Attempting to commit a nonexistent transaction. "
transaction_unittest.cc 43 TEST_F(SQLTransactionTest, Commit) {
52 t.Commit();
104 inner1.Commit();
  /external/chromium_org/sql/
transaction.h 19 // constructor will roll back the transaction. If you want to commit, you
20 // need to manually call Commit before this goes out of scope.
43 // false if sqlite could not commit it, or if another transaction in the
46 bool Commit();
transaction.cc 41 bool Transaction::Commit() {
43 NOTREACHED() << "Attempting to commit a nonexistent transaction. "
transaction_unittest.cc 43 TEST_F(SQLTransactionTest, Commit) {
52 t.Commit();
104 inner1.Commit();
  /external/clang/lib/Edit/
Commit.cpp 1 //===----- Commit.cpp - A unit of edits -----------------------------------===//
10 #include "clang/Edit/Commit.h"
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
38 Commit::Commit(EditedSource &Editor)
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit::remove(CharSourceRange range)
    [all...]
Android.mk 4 Commit.cpp \
RewriteObjCFoundationAPI.cpp 20 #include "clang/Edit/Commit.h"
60 const NSAPI &NS, Commit &commit) {
86 commit.replaceWithInner(Msg->getSourceRange(),
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) {
177 commit.insertWrap("(", RecRange, ")");
182 Commit &commit) {
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin()
    [all...]
  /external/chromium_org/chrome/installer/test/
resource_updater.h 38 bool Commit();
  /external/v8/test/cctest/
test-platform-win32.cc 21 CHECK(vm->Commit(block_addr, block_size, false));
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 30 void Commit();
  /external/chromium_org/v8/test/cctest/
test-platform-win32.cc 47 CHECK(vm->Commit(block_addr, block_size, false));
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit_unittest.py 35 from webkitpy.tool.steps.commit import Commit
47 step = Commit(tool, options)
  /external/chromium_org/chrome_frame/
stream_impl.cc 52 STDMETHODIMP StreamImpl::Commit(DWORD flags) {
55 hr = delegate_->Commit(flags);
  /external/chromium_org/components/webdata/common/
web_data_service_backend.cc 90 Commit();
117 void WebDataServiceBackend::Commit() {
122 NOTREACHED() << "Commit scheduled after Shutdown()";
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
  /external/skia/include/utils/win/
SkIStream.h 55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
  /external/bison/build-aux/
do-release-commit-and-tag 4 # the date, release-type and version string in the NEWS file. That commit
38 recorded. Commit that result with a log entry marking the release,
141 *) die 'this tree is dirty; commit your changes first';;
169 | git commit -F - -a || die 'git commit failed'
  /external/chromium/chrome/browser/history/
archived_database.cc 72 return transaction.Commit();
  /external/chromium_org/chrome/browser/history/
archived_database.cc 74 return transaction.Commit();

Completed in 380 milliseconds

1 2 3 4 5 6 7 8