Searched refs:Commit (Results 1 - 25 of 137) sorted by relevance

123456

/external/clang/include/clang/Edit/
H A DRewriters.h25 class Commit;
28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
H A DEditedSource.h24 class Commit;
60 bool commit(const Commit &commit);
H A DCommit.h1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit { class in namespace:clang::edit
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts, function in class:clang::edit::Commit
/external/chromium_org/sql/
H A Dtransaction.h20 // need to manually call Commit before this goes out of scope.
46 bool Commit();
H A Dtransaction.cc35 bool Transaction::Commit() { function in class:sql::Transaction
H A Dtransaction_unittest.cc41 TEST_F(SQLTransactionTest, Commit) {
50 t.Commit();
102 inner1.Commit();
/external/chromium_org/sync/engine/
H A Dcommit.h37 class SYNC_EXPORT_PRIVATE Commit { class in namespace:syncer
39 Commit(
46 ~Commit();
48 static Commit* Init(
H A Dcommit.cc19 Commit::Commit( function in class:syncer::Commit
30 Commit::~Commit() {
34 Commit* Commit::Init(
82 return new Commit(contributions, message, extensions_activity_buffer);
85 SyncerError Commit::PostAndProcessResponse(
128 LOG(WARNING) << "Commit response has no commit body!";
136 << "Commit respons
[all...]
/external/clang/lib/Edit/
H A DCommit.cpp1 //===----- 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) function in class:Commit
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit
[all...]
H A DAndroid.mk4 Commit.cpp \
H A DRewriteObjCFoundationAPI.cpp20 #include "clang/Edit/Commit.h"
60 const NSAPI &NS, Commit &commit) {
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) {
182 Commit &commit) {
206 Commit &commit) {
216 Commit &commit) {
226 Commit &commit) {
260 Commit &commit) {
291 const NSAPI &NS, Commit &commit) {
328 const NSAPI &NS, Commit
[all...]
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.h38 bool Commit();
H A Dresource_updater.cc57 bool ResourceUpdater::Commit() { function in class:upgrade_test::ResourceUpdater
/external/chromium_org/v8/test/cctest/
H A Dtest-platform-win32.cc46 CHECK(vm->Commit(block_addr, block_size, false));
H A Dtest-platform-linux.cc47 CHECK(vm->Commit(block_addr, block_size, false));
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.h30 void Commit();
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc86 // Commit any pending operations and close the database. This must be called
130 // Commit our pending operations to the database.
131 void Commit();
299 transaction.Commit();
379 transaction.Commit();
452 // Commit every 30 seconds.
454 // Commit right away if we have more than 512 outstanding operations.
471 base::Bind(&Backend::Commit, this),
476 base::Bind(&Backend::Commit, this));
480 void SQLiteChannelIDStore::Backend::Commit() { function in class:net::SQLiteChannelIDStore::Backend
[all...]
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_backend.cc87 Commit();
114 void WebDataServiceBackend::Commit() { function in class:WebDataServiceBackend
H A Dweb_data_service_backend.h94 // Commit the current transaction.
95 void Commit();
/external/chromium_org/third_party/libvpx/
H A Dupdate_libvpx.sh41 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.chromium | awk '{ print $2 }')"
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
/external/skia/include/utils/win/
H A DSkIStream.h55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
125 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
/external/bison/build-aux/
H A Ddo-release-commit-and-tag38 recorded. Commit that result with a log entry marking the release,
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_search_prerenderer.h64 void Commit(const base::string16& query);
/external/chromium_org/content/browser/indexed_db/
H A Dmock_browsertest_indexed_db_class_factory.cc66 virtual leveldb::Status Commit() OVERRIDE {
69 return LevelDBTransaction::Commit();
86 commit_tracer_(s_class_name, "Commit", tx_num),
96 virtual leveldb::Status Commit() OVERRIDE {
98 return LevelDBTransaction::Commit();

Completed in 414 milliseconds

123456