HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 101 - 125 of 254) sorted by null

1 2 3 45 6 7 8 91011

  /external/libweave/src/
device_registration_info.cc 637 change.Commit();
815 change.Commit();
    [all...]
  /external/avahi/avahi-sharp/
EntryGroup.cs 178 public void Commit ()
  /external/v8/test/cctest/compiler/
function-tester.h 229 info.dependencies()->Commit(code);
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 28 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
81 logging.error('Failed to parse commit position id from:\n%s\n',
153 """Reads a remote Chromium commit message. Returns a string."""
345 _RunCommand(['git', 'commit', '-m', commit_msg])
383 'any local branch, commit, upload CL or send any '
433 logging.debug('Commit message:\n%s', commit_msg)
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 205 hwc_display->Commit(solid_fill_layers_);
hwc_display_primary.cpp 200 int HWCDisplayPrimary::Commit(hwc_display_contents_1_t *content_list) {
297 // Skip Prepare and call Flush for null commit
blit_engine_c2d.cpp 384 int BlitEngineC2d::Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) {
hwc_display.cpp 581 // To prevent surfaceflinger infinite wait, flush the previous frame during Commit()
592 DLOGI("SecureDisplay %s, Skip Prepare/Commit and Flush", secure_display_active_ ? "Starting" :
636 status = blit_engine_->Commit(content_list, &layer_stack_);
645 error = display_intf_->Commit(&layer_stack_);
650 // A commit is successfully submitted, start flushing on failure now onwards.
657 DLOGE("Commit failed. Error = %d", error);
658 // To prevent surfaceflinger infinite wait, flush the previous frame during Commit()
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.cpp 205 int HWCDisplayPrimary::Commit(hwc_display_contents_1_t *content_list) {
302 // Skip Prepare and call Flush for null commit
blit_engine_c2d.cpp 399 int BlitEngineC2d::Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) {
hwc_color_manager.cpp 205 hwc_display->Commit(solid_fill_layers_);
hwc_display.cpp 618 // To prevent surfaceflinger infinite wait, flush the previous frame during Commit()
630 DLOGI("SecureDisplay %s, Skip Prepare/Commit and Flush", secure_display_active_ ? "Starting" :
688 status = blit_engine_->Commit(content_list, &layer_stack_);
697 error = display_intf_->Commit(&layer_stack_);
702 // A commit is successfully submitted, start flushing on failure now onwards.
709 DLOGE("Commit failed. Error = %d", error);
710 // To prevent surfaceflinger infinite wait, flush the previous frame during Commit()
714 DLOGI("Commit failed for Display = %d Error = %d", type_, error);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h 359 STDMETHOD_(HRESULT,Commit)(THIS) PURE;
394 #define IFsrmReportJob_Commit() (This)->lpVtbl->Commit(This)
wincodec.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 21 #include "clang/Edit/Commit.h"
    [all...]
  /external/v8/src/heap/
spaces.cc 133 if (!code_range_->Commit(base, reserved_area, true)) {
262 // Commit the requested memory at the start of the current allocation block.
470 if (reservation.Commit(base, commit_size, false)) {
478 // Failed to commit the body. Release the mapping and any partially
544 // Commit MemoryChunk area to the requested size.
555 // Commit size should be less or equal than the reserved size.
952 // Commit page header (not executable).
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 14 #include "clang/Edit/Commit.h"
95 edit::Commit commit(SM, LangOpts);
101 commit.insertFromRange(Hint.RemoveRange.getBegin(),
105 commit.remove(Hint.RemoveRange);
109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
117 if (Editor.commit(commit)) {
  /external/clang/lib/Parse/
ParseExprCXX.cpp 329 TPA.Commit();
338 TPA.Commit();
354 // Commit to parsing the template-id.
355 TPA.Commit();
    [all...]
ParseTemplate.cpp     [all...]
  /external/libweave/src/privet/
auth_manager.cc 317 change.Commit();
auth_manager_unittest.cc 329 change.Commit();
  /external/tpm2/
Makefile 29 SOURCES += Commit.c
  /external/v8/src/crankshaft/
lithium.cc 417 info_->dependencies()->Commit(code);
  /external/selinux/libsemanage/src/
semanage_store.c     [all...]
  /external/v8/src/base/platform/
platform-win32.cc     [all...]

Completed in 817 milliseconds

1 2 3 45 6 7 8 91011