Searched defs:Commit (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Edit/
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/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...]
/external/skia/src/utils/win/
H A DSkIStream.cpp74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD) function in class:SkBaseIStream
260 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) { function in class:SkWIStream
/external/v8/src/base/platform/
H A Dplatform-cygwin.cc179 // This causes VirtualMemory::Commit to not always commit the memory region
252 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-macos.cc245 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-solaris.cc215 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-freebsd.cc243 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-linux.cc370 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-openbsd.cc274 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-qnx.cc310 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
H A Dplatform-win32.cc1252 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { function in class:v8::base::VirtualMemory
/external/v8/src/heap/
H A Dspaces.cc197 // Commit the requested memory at the start of the current allocation block.
372 if (reservation.Commit(base, commit_size, false)) {
475 // Commit MemoryChunk area to the requested size.
486 // Commit size should be less or equal than the reserved size.
837 // Commit page header (not executable).
838 if (!vm->Commit(start, CodePageGuardStartOffset(), false)) {
847 // Commit page body (executable).
848 if (!vm->Commit(start + CodePageAreaStartOffset(),
1214 if (!to_space_.Commit()) {
1488 bool SemiSpace::Commit() { function in class:v8::internal::SemiSpace
[all...]
/external/clang/include/clang/Parse/
H A DParser.h635 /// after the token consumption is done, Commit() or Revert() is called to
662 void Commit() { function in class:clang::Parser::TentativeParsingAction
681 assert(!isActive && "Forgot to call Commit or Revert!");
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1076 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD) function in class:FX_FINAL
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 362 milliseconds