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

1 2 3 4 5 6 7 8 9

  /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_org/sync/engine/
commit.h 30 // commit operation.
37 class SYNC_EXPORT_PRIVATE Commit {
39 Commit(
46 ~Commit();
48 static Commit* Init(
61 // Cleans up state associated with this commit. Must be called before the
commit.cc 5 #include "sync/engine/commit.h"
16 Commit::Commit(
27 Commit::~Commit() {
31 Commit* Commit::Init(
62 // Give up if no one had anything to commit.
67 message.set_message_contents(sync_pb::ClientToServerMessage::COMMIT);
98 // If we made it this far, then we've successfully prepared a commit message
    [all...]
  /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 41 TEST_F(SQLTransactionTest, Commit) {
50 t.Commit();
102 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-linux.cc 47 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-win32.cc 46 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/chrome/browser/ui/search/
instant_search_prerenderer.h 63 void Commit(const string16& query);
  /external/chromium_org/components/precache/core/
precache_database.cc 107 transaction.Commit();
155 transaction.Commit();
  /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);

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 9