Home
last modified time | relevance | path

Searched refs:Commit (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/clang/lib/Edit/
DCommit.cpp19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation()
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange()
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange()
38 Commit::Commit(EditedSource &Editor) in Commit() function in Commit
43 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
59 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
86 bool Commit::remove(CharSourceRange range) { in remove()
98 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap()
111 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
127 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
[all …]
DRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral()
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver()
182 Commit &commit) { in rewriteToSubscriptGetCommon()
206 Commit &commit) { in rewriteToArraySubscriptGet()
216 Commit &commit) { in rewriteToDictionarySubscriptGet()
226 Commit &commit) { in rewriteToArraySubscriptSet()
260 Commit &commit) { in rewriteToDictionarySubscriptSet()
291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax()
328 const NSAPI &NS, Commit &commit,
331 const NSAPI &NS, Commit &commit);
[all …]
DEditedSource.cpp260 bool EditedSource::commit(const Commit &commit) { in commit()
274 for (edit::Commit::edit_iterator in commit()
276 const edit::Commit::Edit &edit = *I; in commit()
278 case edit::Commit::Act_Insert: in commit()
281 case edit::Commit::Act_InsertFromRange: in commit()
286 case edit::Commit::Act_Remove: in commit()
/external/syzkaller/pkg/bisect/
Dbisect.go33 Commit string member
42 Commit string member
55 head *vcs.Commit
66 func Run(cfg *Config) (*vcs.Commit, error) {
76 env.log("searching for fixing commit since %v", cfg.Kernel.Commit)
78 env.log("searching for guilty commit starting from %v", cfg.Kernel.Commit)
101 func (env *env) bisect() (*vcs.Commit, error) {
114 env.log("building syzkaller on %v", cfg.Syzkaller.Commit)
115 if err := env.inst.BuildSyzkaller(cfg.Syzkaller.Repo, cfg.Syzkaller.Commit); err != nil {
118 if _, err := env.repo.SwitchCommit(cfg.Kernel.Commit); err != nil {
[all …]
/external/syzkaller/pkg/vcs/
Dakaros.go24 func (ctx *akaros) Poll(repo, branch string) (*Commit, error) {
31 func (ctx *akaros) CheckoutBranch(repo, branch string) (*Commit, error) {
35 func (ctx *akaros) CheckoutCommit(repo, commit string) (*Commit, error) {
39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) {
43 func (ctx *akaros) HeadCommit() (*Commit, error) {
55 …os) Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error) {
Dfuchsia.go29 func (ctx *fuchsia) Poll(repo, branch string) (*Commit, error) {
62 func (ctx *fuchsia) CheckoutBranch(repo, branch string) (*Commit, error) {
66 func (ctx *fuchsia) CheckoutCommit(repo, commit string) (*Commit, error) {
70 func (ctx *fuchsia) SwitchCommit(commit string) (*Commit, error) {
74 func (ctx *fuchsia) HeadCommit() (*Commit, error) {
86 …ia) Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error) {
Dvcs.go22 Poll(repo, branch string) (*Commit, error)
25 CheckoutBranch(repo, branch string) (*Commit, error)
28 CheckoutCommit(repo, commit string) (*Commit, error)
31 SwitchCommit(commit string) (*Commit, error)
34 HeadCommit() (*Commit, error)
52 Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error)
55 type Commit struct { struct
Dgit.go36 func (git *git) Poll(repo, branch string) (*Commit, error) {
68 func (git *git) CheckoutBranch(repo, branch string) (*Commit, error) {
86 func (git *git) CheckoutCommit(repo, commit string) (*Commit, error) {
101 func (git *git) SwitchCommit(commit string) (*Commit, error) {
138 func (git *git) HeadCommit() (*Commit, error) {
142 func (git *git) getCommit(commit string) (*Commit, error) {
150 func gitParseCommit(output []byte) (*Commit, error) {
181 com := &Commit{
283 …it) Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error) {
/external/clang/include/clang/Edit/
DRewriters.h25 class Commit; variable
28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
DCommit.h25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
DEditedSource.h26 class Commit; variable
66 bool commit(const Commit &commit);
/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena_test.cc62 ASSERT_EQ(arena.Commit(&context), kTfLiteOk); in TEST()
95 arena.Commit(&context); in TEST()
107 arena.Commit(&context); in TEST()
119 arena.Commit(&context); in TEST()
Darena_planner.cc194 TF_LITE_ENSURE_STATUS(Commit()); in ExecuteAllocations()
207 TfLiteStatus ArenaPlanner::Commit() { in Commit() function in tflite::ArenaPlanner
208 TF_LITE_ENSURE_STATUS(arena_.Commit(context_)); in Commit()
209 TF_LITE_ENSURE_STATUS(persistent_arena_.Commit(context_)); in Commit()
/external/libaom/
DREADME.android9 Commit: 250bc3a61c501344523eec07fec35f304767260b
29 3. Update this file with any Version, Date, Branch, or Commit changes. The
32 4. Commit the changes. The commit message should look like this and is printed
/external/libvpx/
DREADME.android9 Commit: b85ac11737430a7f600ac4efb643d4833afd7428
31 3. Update this file with any Version, Date, Branch, or Commit changes. The
34 4. Commit the changes. The commit message should look like this and is printed
/external/clang/lib/ARCMigrate/
DObjCMT.cpp233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
707 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
761 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
892 edit::Commit commit(*Editor); in migrateProtocolConformance()
945 edit::Commit commit(*Editor); in migrateNSEnumDecl()
[all …]
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.cpp144 Commit(); in OnOK()
155 CSecondPage::Commit() in Commit() function in CSecondPage
161 err = Commit( m_regDomainsBox, m_setupKey, m_advertiseServicesButton.GetCheck() == BST_CHECKED ); in Commit()
172 CSecondPage::Commit( CComboBox & box, HKEY key, DWORD enabled ) in Commit() function in CSecondPage
271 dlg.Commit( name ); in OnBnClickedSharedSecret()
DSecondPage.h87 Commit();
90 Commit( CComboBox & box, HKEY key, DWORD enabled );
DFourthPage.cpp138 Commit(); in OnOK()
149 CFourthPage::Commit() in Commit() function in CFourthPage
/external/libchrome/libchrome_tools/patch/
Dc7ce19d.patch12 Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org>
13 Cr-Commit-Position: refs/heads/master@{#580794}
D8fbafc9.patch10 Commit-Queue: Gabriel Charette <gab@chromium.org>
11 Cr-Commit-Position: refs/heads/master@{#594806}
/external/libvpx/libwebm/
DREADME.android4 Commit: 81de00c43ea3c087b48a8c20337db7531b9f7612
26 4. Commit the changes. The commit message should look like this:
/external/syzkaller/tools/syz-bisect/
Dbisect.go76 loadString("syzkaller.commit", &cfg.Syzkaller.Commit)
77 loadString("kernel.commit", &cfg.Kernel.Commit)
/external/skqp/src/utils/win/
DSkIStream.h58 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
128 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
/external/skia/src/utils/win/
DSkIStream.h58 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
128 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);

1234567891011