/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 28 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument 30 if (Local || Delete) { in makeVisible() 85 bool Delete = in runOnModule() local 87 if (!Delete) { in runOnModule() 94 makeVisible(*I, Delete); in runOnModule() 96 if (Delete) in runOnModule() 102 bool Delete = in runOnModule() local 104 if (!Delete) { in runOnModule() 109 makeVisible(*I, Delete); in runOnModule() 111 if (Delete) in runOnModule() [all …]
|
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 122 void Delete(CharClass* cc) { in Delete() function 123 cc->Delete(); in Delete() 132 void Delete(CharClassBuilder* cc) { in Delete() function 179 Delete(ncc); in CorrectCC() 187 Delete(ncc); in CorrectCC() 191 Delete(ncc); in CorrectCC() 209 cc->Delete(); in TEST() 217 cc->Delete(); in TEST()
|
/external/v8/src/ |
D | allocation.h | 22 void operator delete(void* p) { Delete(p); } in delete() 26 static void Delete(void* p); 85 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } in INLINE()
|
D | smart-pointers.h | 60 if (p_) Deallocator::Delete(p_); in Reset() 82 ~SmartPointerBase() { if (p_) Deallocator::Delete(p_); } in ~SmartPointerBase() 93 static void Delete(T* array) { in Delete() function 112 static void Delete(T* object) { in Delete() function
|
D | splay-tree.h | 47 AllocationPolicy::Delete(p); in INLINE() 112 return AllocationPolicy::Delete(p); in INLINE() 185 void Call(Node* node) { AllocationPolicy::Delete(node); } in Call()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 308 public virtual void Delete(int index) { in Delete() method in Antlr.Runtime.TokenRewriteStream 309 Delete(DEFAULT_PROGRAM_NAME, index, index); in Delete() 312 public virtual void Delete(int from, int to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 313 Delete(DEFAULT_PROGRAM_NAME, from, to); in Delete() 316 public virtual void Delete(IToken indexT) { in Delete() method in Antlr.Runtime.TokenRewriteStream 317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT); in Delete() 320 public virtual void Delete(IToken from, IToken to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 321 Delete(DEFAULT_PROGRAM_NAME, from, to); in Delete() 324 public virtual void Delete(string programName, int from, int to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 328 public virtual void Delete(string programName, IToken from, IToken to) { in Delete() method in Antlr.Runtime.TokenRewriteStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 352 public virtual void Delete( int index ) in Delete() method in Antlr.Runtime.TokenRewriteStream 354 Delete( DEFAULT_PROGRAM_NAME, index, index ); in Delete() 357 public virtual void Delete( int from, int to ) in Delete() method in Antlr.Runtime.TokenRewriteStream 359 Delete( DEFAULT_PROGRAM_NAME, from, to ); in Delete() 362 public virtual void Delete( IToken indexT ) in Delete() method in Antlr.Runtime.TokenRewriteStream 364 Delete( DEFAULT_PROGRAM_NAME, indexT, indexT ); in Delete() 367 public virtual void Delete( IToken from, IToken to ) in Delete() method in Antlr.Runtime.TokenRewriteStream 369 Delete( DEFAULT_PROGRAM_NAME, from, to ); in Delete() 372 public virtual void Delete( string programName, int from, int to ) in Delete() method in Antlr.Runtime.TokenRewriteStream 377 public virtual void Delete( string programName, IToken from, IToken to ) in Delete() method in Antlr.Runtime.TokenRewriteStream
|
/external/lzma/CPP/Common/ |
D | MyVector.cpp | 21 void CBaseRecordVector::DeleteBack() { Delete(_size - 1); } in DeleteBack() 22 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); } in DeleteFrom() 79 void CBaseRecordVector::Delete(int index, int num) in Delete() function in CBaseRecordVector
|
D | MyString.h | 116 Delete(0, (int)(p - _chars)); in TrimLeftWithCharSet() 136 Delete(i, _length - i); in TrimRightWithCharSet() 421 Delete(0, p - _chars); in TrimLeft() 460 Delete(i, _length - i); in TrimRight() 522 Delete(pos, oldStringLength); in Replace() 529 int Delete(int index, int count = 1) 540 void DeleteBack() { Delete(_length - 1); } in DeleteBack()
|
D | Wildcard.cpp | 238 item.PathParts.Delete(0); in AddItem() 297 pathParts2.Delete(0); in CheckPath() 347 path2.Delete(path.Length() - 1); in AddItem2() 418 pathParts.Delete(0); in AddItem()
|
/external/lldb/source/DataFormatters/ |
D | TypeCategory.cpp | 139 TypeCategoryImpl::Delete (ConstString name, in Delete() function in TypeCategoryImpl 144 success = m_summary_nav->Delete(name) || success; in Delete() 146 success = m_regex_summary_nav->Delete(name) || success; in Delete() 148 success = m_filter_nav->Delete(name) || success; in Delete() 150 success = m_regex_filter_nav->Delete(name) || success; in Delete() 153 success = m_synth_nav->Delete(name) || success; in Delete() 155 success = m_regex_synth_nav->Delete(name) || success; in Delete()
|
D | DataVisualization.cpp | 66 DataVisualization::ValueFormats::Delete (const ConstString &type) in Delete() function in DataVisualization::ValueFormats 68 return GetFormatManager().GetValueNavigator().Delete(type); in Delete() 174 DataVisualization::Categories::Delete (const ConstString &category) in Delete() function in DataVisualization::Categories 258 DataVisualization::NamedSummaryFormats::Delete (const ConstString &type) in Delete() function in DataVisualization::NamedSummaryFormats 260 return GetFormatManager().GetNamedSummaryNavigator().Delete(type); in Delete()
|
/external/lldb/source/API/ |
D | SBTypeCategory.cpp | 327 return DataVisualization::ValueFormats::Delete(ConstString(type_name.GetName())); in DeleteTypeFormat() 397 return m_opaque_sp->GetRegexSummaryNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeSummary() 399 return m_opaque_sp->GetSummaryNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeSummary() 433 return m_opaque_sp->GetRegexFilterNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeFilter() 435 return m_opaque_sp->GetFilterNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeFilter() 504 return m_opaque_sp->GetRegexSyntheticNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeSynthetic() 506 return m_opaque_sp->GetSyntheticNavigator()->Delete(ConstString(type_name.GetName())); in DeleteTypeSynthetic()
|
/external/lldb/include/lldb/DataFormatters/ |
D | DataVisualization.h | 52 Delete (const ConstString &type); 113 Delete (const ConstString &type); 138 Delete (const ConstString &category);
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ExtractingFilePath.cpp | 24 res.Delete(res.Length() - 1); in ReplaceIncorrectChars() 93 pathParts.Delete(i); in MakeCorrectPath() 136 s.Delete(s.Length() - 1); in GetCorrectFullFsPath()
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 58 (*fields_)[i].Delete(); in ClearFallback() 161 (*fields_)[i + start].Delete(); in DeleteSubrange() 179 field->Delete(); in DeleteByNumber() 217 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | LogChannelDWARF.cpp | 80 LogChannelDWARF::Delete () in Delete() function in LogChannelDWARF 115 Delete (); in Disable() 131 Delete (); in Enable()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-nice-strict_test.cc | 78 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo 128 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST() 240 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 69 src.Delete(i); in CopyOneItem() 79 src.Delete(i); in RemoveOneItem() 89 dest.Delete(i); in InsertToHead()
|
D | 7zHandlerOut.cpp | 428 srcString.Delete(0, index); in GetBindInfoPart() 431 srcString.Delete(0); in GetBindInfoPart() 435 srcString.Delete(0, index); in GetBindInfoPart() 445 srcString.Delete(0); in GetBindInfo() 469 name.Delete(0); in SetProperties()
|
/external/v8/test/webkit/fast/js/ |
D | basic-strict-mode-expected.txt | 74 PASS (function (a){'use strict'; delete a;})() threw exception SyntaxError: Delete of an unqualifie… 75 PASS (function(){(function (a){'use strict'; delete a;})()}) threw exception SyntaxError: Delete of… 76 PASS (function (){'use strict'; var a; delete a;})() threw exception SyntaxError: Delete of an unqu… 77 …ion (){'use strict'; var a; delete a;})()}) threw exception SyntaxError: Delete of an unqualified … 78 …function f() {'use strict'; delete a;} })() threw exception SyntaxError: Delete of an unqualified … 79 …nction f() {'use strict'; delete a;} })()}) threw exception SyntaxError: Delete of an unqualified … 100 PASS 'use strict'; (function (){var a; delete a;}) threw exception SyntaxError: Delete of an unqual… 101 … strict'; (function (){var a; delete a;})}) threw exception SyntaxError: Delete of an unqualified … 102 PASS 'use strict'; var a; (function (){ delete a;}) threw exception SyntaxError: Delete of an unqua… 103 …strict'; var a; (function (){ delete a;})}) threw exception SyntaxError: Delete of an unqualified … [all …]
|
/external/mesa3d/src/mesa/main/ |
D | shared.c | 263 if (fb->Delete) in delete_framebuffer_cb() 264 fb->Delete(fb); in delete_framebuffer_cb() 277 if (rb->Delete) in delete_renderbuffer_cb() 278 rb->Delete(ctx, rb); in delete_renderbuffer_cb()
|
D | renderbuffer.c | 46 rb->Delete = _mesa_delete_renderbuffer; in _mesa_init_renderbuffer() 163 oldRb->Delete(ctx, oldRb); in _mesa_reference_renderbuffer_()
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 362 p1->Delete(); in TEST() 379 p2->Delete(); in TEST() 383 p3->Delete(); in TEST() 586 profile->Delete(); in TEST() 652 profile->Delete(); in TEST() 684 profile->Delete(); in TEST() 752 profile->Delete(); in TEST() 854 profile->Delete(); in TEST() 911 profile->Delete(); in TEST() 964 profile->Delete(); in TEST() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 34 - After calling Gen* or Create*, then Delete* 36 - After calling Gen*, then Bind*, then Delete* 70 followed by the Delete* function. They then check that the generated 77 followed by its Bind* function and Delete* function. They then check
|