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

1 2 3 4 5 6 7 8 91011

  /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 26 class Commit;
66 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,
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 58 virtual int Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) = 0;
hwc_display_external.h 41 virtual int Commit(hwc_display_contents_1_t *content_list);
hwc_display_virtual.h 44 virtual int Commit(hwc_display_contents_1_t *content_list);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine.h 58 virtual int Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) = 0;
hwc_display_external.h 41 virtual int Commit(hwc_display_contents_1_t *content_list);
hwc_display_virtual.h 44 virtual int Commit(hwc_display_contents_1_t *content_list);
  /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 6 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/v8/test/cctest/
test-platform-win32.cc 46 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-linux.cc 47 CHECK(vm->Commit(block_addr, block_size, false));
  /hardware/qcom/display/msm8996/sdm/include/private/
rotator_interface.h 41 virtual DisplayError Commit(Handle display_ctx, HWLayers *hw_layers) = 0;
  /hardware/qcom/display/msmcobalt/sdm/include/private/
rotator_interface.h 41 virtual DisplayError Commit(Handle display_ctx, HWLayers *hw_layers) = 0;
  /external/chromium-trace/catapult/experimental/bisect_lib/
fetch_intervening_revisions.py 7 """Gets list of revisions between two commits and their commit positions.
36 start (str): A git commit hash in the Chromium src repository.
37 end (str): Another git commit hash, after start.
41 A list of pairs (commit hash, commit position), from earliest to latest,
77 return (commit_dict['commit'],
83 if line.startswith('Cr-Commit-Position:'):
  /external/curl/scripts/
log2changes.pl 32 if($l =~/^commit ([[:xdigit:]]*) ?(.*)/) {
43 elsif($l =~ /^Commit: *(.*) +</) {
  /external/libvpx/
update_libvpx.sh 42 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.android | awk '{ print $2 }')"
60 # Get the current commit hash.
68 echo "Commit: $hash"
72 # Commit message header.
73 echo "Commit message:"
78 # Output the current commit hash.
107 # Commit message footer.
  /external/skia/include/utils/win/
SkIStream.h 59 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
129 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
  /external/bison/build-aux/
do-release-commit-and-tag 4 # the date, release-type and version string in the NEWS file. That commit
38 recorded. Commit that result with a log entry marking the release,
141 *) die 'this tree is dirty; commit your changes first';;
169 | git commit -F - -a || die 'git commit failed'
  /external/gemmlowp/test/
test_allocator.cc 25 a->Commit();
  /external/v8/src/
compilation-dependencies.h 47 void Commit(Handle<Code> code);
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.h 74 DisplayError Commit();
display_primary.h 45 virtual DisplayError Commit(LayerStack *layer_stack);

Completed in 307 milliseconds

1 2 3 4 5 6 7 8 91011