/external/libjpeg-turbo/release/ |
D | libjpeg-turbo.nsi.in | 112 Delete $INSTDIR\bin\libjpeg-@DLL_VERSION@.dll 113 Delete $INSTDIR\bin\libturbojpeg.dll 114 Delete $SYSDIR\libturbojpeg.dll 115 Delete $INSTDIR\lib\libturbojpeg.dll.a" 116 Delete $INSTDIR\lib\libturbojpeg.a" 117 Delete $INSTDIR\lib\libjpeg.dll.a" 118 Delete $INSTDIR\lib\libjpeg.a" 120 Delete $INSTDIR\bin\jpeg@DLL_VERSION@.dll 121 Delete $INSTDIR\bin\turbojpeg.dll 122 Delete $SYSDIR\turbojpeg.dll [all …]
|
/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() 105 bool Delete = in runOnModule() local 107 if (!Delete) { in runOnModule() 112 makeVisible(*I, Delete); in runOnModule() 114 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() 25 static void Delete(void* p); 84 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } in INLINE()
|
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/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | InstallerRT.nsi | 383 Delete "$SMPROGRAMS\Vulkan\vulkaninfo32.lnk" 384 Delete "$SMPROGRAMS\Vulkan\vulkaninfo.lnk" 460 Delete ConfigLayersAndVulkanDLL.ps1 539 Delete /REBOOTOK "$IDir\Instance_$IC\Uninstall${PRODUCTNAME}.exe" 567 # Delete vulkaninfo.exe in C:\Windows\System32 and C:\Windows\SysWOW64 568 Delete /REBOOTOK $WINDIR\SysWow64\vulkaninfo.exe 569 Delete /REBOOTOK "$WINDIR\SysWow64\vulkaninfo-$FileVersion.exe" 570 Delete /REBOOTOK $WINDIR\System32\vulkaninfo.exe 571 Delete /REBOOTOK "$WINDIR\System32\vulkaninfo-$FileVersion.exe" 573 …# Delete vullkan dll files: vulkan-<majorabi>.dll and vulkan-<majorabi>-<major>-<minor>-<patch>-<b… [all …]
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | set_warning_message.py | 40 layered_cache.Delete('warning_message') 41 layered_cache.Delete('warning_bug') 51 layered_cache.Delete('warning_bug')
|
D | namespaced_stored_object.py | 35 def Delete(key): function 39 stored_object.Delete(internal_key) 40 stored_object.Delete(external_key)
|
/external/v8/src/base/ |
D | smart-pointers.h | 56 if (p_) Deallocator::Delete(p_); in Reset() 79 if (p_) Deallocator::Delete(p_); in ~SmartPointerBase() 91 static void Delete(T* array) { delete[] array; } in Delete() function 108 static void Delete(T* object) { delete object; } in Delete() function
|
/external/libchrome/base/memory/ |
D | singleton_unittest.cc | 57 static void Delete(Type* instance) { in Delete() function 60 DefaultSingletonTraits<Type>::Delete(instance); in Delete() 107 static void Delete(CallbackSingletonWithStaticTrait* instance) { in Delete() function 110 StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait>::Delete( in Delete() 142 DefaultSingletonTraits<CallbackSingletonWithLeakTrait>::Delete( in DeleteLeakySingleton()
|
D | singleton.h | 58 static void Delete(Type* x) { in Delete() function 120 static void Delete(Type* p) { in Delete() function 273 Traits::Delete(reinterpret_cast<Type*>(subtle::NoBarrier_Load(&instance_))); in OnExit()
|
/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/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/libchrome/base/ |
D | lazy_instance.h | 74 static void Delete(Type* instance) { in Delete() function 102 static void Delete(Type* /* instance */) { in Delete() function 202 Traits::Delete(me->instance()); in OnExit()
|
/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/gmock/test/ |
D | gmock-nice-strict_test.cc | 79 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo 138 .WillByDefault(Invoke(raw_foo, &MockFoo::Delete)); in TEST() 179 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST() 283 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete)); in TEST() 380 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
|
/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 88 EXPECT_TRUE(dir.Delete()); in TEST() 106 EXPECT_FALSE(dir.Delete()); // We should not be able to delete. in TEST() 110 EXPECT_TRUE(dir.Delete()); in TEST()
|
D | scoped_temp_dir.cc | 16 if (!path_.empty() && !Delete()) in ~ScopedTempDir() 60 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
|
/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/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 | 68 src.Delete(i); in CopyOneItem() 78 src.Delete(i); in RemoveOneItem() 88 dest.Delete(i); in InsertToHead()
|
/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()
|