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

1 2 3 4 5 6

  /external/gemmlowp/internal/
allocator.h 20 // and only reallocated as needed when the commit size gets larger.
30 // 2. Call Commit() once.
35 // it retained its allocated storage, so the next Commit() will be faster.
103 void Commit() {
190 // Set to true by Commit() and to false by Decommit(). Initially false.
205 // bad GetPointer() calls still referring to a previous commit.
  /external/v8/src/
compilation-dependencies.cc 70 void CompilationDependencies::Commit(Handle<Code> code) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 187 DisplayError ColorManagerProxy::Commit() {
display_virtual.cpp 77 DisplayError DisplayVirtual::Commit(LayerStack *layer_stack) {
79 return DisplayBase::Commit(layer_stack);
display_primary.cpp 87 DisplayError DisplayPrimary::Commit(LayerStack *layer_stack) {
94 // Enabling auto refresh is async and needs to happen before commit ioctl
101 error = DisplayBase::Commit(layer_stack);
display_hdmi.cpp 108 DisplayError DisplayHDMI::Commit(LayerStack *layer_stack) {
110 return DisplayBase::Commit(layer_stack);
display_base.cpp 217 // Strategy is successful now, wait for Commit().
236 DisplayError DisplayBase::Commit(LayerStack *layer_stack) {
248 DLOGE("Commit: Corresponding Prepare() is not called for display = %d", display_type_);
268 error = rotator_intf_->Commit(display_rotator_ctx_, &hw_layers_);
277 error = color_mgr_->Commit();
279 DLOGW("ColorManager::Commit(...) isn't working");
282 error = hw_intf_->Commit(&hw_layers_);
  /external/clang/include/clang/Edit/
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/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...]
  /external/skia/src/utils/win/
SkIStream.cpp 76 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
262 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) {
  /external/v8/src/base/platform/
platform-solaris.cc 147 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-aix.cc 191 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-cygwin.cc 131 // This causes VirtualMemory::Commit to not always commit the memory region
204 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-freebsd.cc 194 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-linux.cc 312 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-macos.cc 187 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-openbsd.cc 225 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
platform-qnx.cc 251 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
  /external/webrtc/webrtc/base/
diskcache.h 113 void Commit() { rollback_ = false; }
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 113 int HWCDisplayExternal::Commit(hwc_display_contents_1_t *content_list) {
hwc_display_primary.cpp 186 int HWCDisplayPrimary::Commit(hwc_display_contents_1_t *content_list) {
285 // Skip Prepare and call Flush for null commit
hwc_display_virtual.cpp 163 int HWCDisplayVirtual::Commit(hwc_display_contents_1_t *content_list) {
  /external/avahi/avahi-sharp/
EntryGroup.cs 178 public void Commit ()
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 185 prefs.Commit()
188 commit, respectively, upon entering and leaving the context.
230 """True if properties have changed and a commit would be needed."""
243 A empty xml document, which may be modified and saved on |commit|, is
260 def Commit(self):
357 self.Commit()
  /external/libweave/src/
config.cc 290 Commit();
293 void Config::Transaction::Commit() {

Completed in 909 milliseconds

1 2 3 4 5 6