/external/clang/lib/Edit/ |
D | Commit.cpp | 19 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 …]
|
D | RewriteObjCFoundationAPI.cpp | 60 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 …]
|
D | EditedSource.cpp | 260 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/ |
D | bisect.go | 33 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/ |
D | akaros.go | 24 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) {
|
D | fuchsia.go | 29 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) {
|
D | vcs.go | 22 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
|
D | git.go | 36 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/ |
D | Rewriters.h | 25 class Commit; variable 28 const NSAPI &NS, Commit &commit); 31 const NSAPI &NS, Commit &commit, 35 const NSAPI &NS, Commit &commit);
|
D | Commit.h | 25 class Commit { 59 explicit Commit(EditedSource &Editor); 60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
D | EditedSource.h | 26 class Commit; variable 66 bool commit(const Commit &commit);
|
/external/tensorflow/tensorflow/lite/ |
D | simple_memory_arena_test.cc | 62 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()
|
D | arena_planner.cc | 194 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/ |
D | README.android | 9 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/ |
D | README.android | 9 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/ |
D | ObjCMT.cpp | 233 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/ |
D | SecondPage.cpp | 144 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()
|
D | SecondPage.h | 87 Commit(); 90 Commit( CComboBox & box, HKEY key, DWORD enabled );
|
D | FourthPage.cpp | 138 Commit(); in OnOK() 149 CFourthPage::Commit() in Commit() function in CFourthPage
|
/external/libchrome/libchrome_tools/patch/ |
D | c7ce19d.patch | 12 Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> 13 Cr-Commit-Position: refs/heads/master@{#580794}
|
D | 8fbafc9.patch | 10 Commit-Queue: Gabriel Charette <gab@chromium.org> 11 Cr-Commit-Position: refs/heads/master@{#594806}
|
/external/libvpx/libwebm/ |
D | README.android | 4 Commit: 81de00c43ea3c087b48a8c20337db7531b9f7612 26 4. Commit the changes. The commit message should look like this:
|
/external/syzkaller/tools/syz-bisect/ |
D | bisect.go | 76 loadString("syzkaller.commit", &cfg.Syzkaller.Commit) 77 loadString("kernel.commit", &cfg.Kernel.Commit)
|
/external/skqp/src/utils/win/ |
D | SkIStream.h | 58 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD); 128 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
|
/external/skia/src/utils/win/ |
D | SkIStream.h | 58 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD); 128 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
|