Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/external/libjpeg-turbo/release/
Dlibjpeg-turbo.nsi.in112 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/
DExtractGV.cpp28 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/
Dcharclass_test.cc122 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/
Dallocation.h22 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()
Dsplay-tree.h47 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/
DInstallerRT.nsi383 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/
Dset_warning_message.py40 layered_cache.Delete('warning_message')
41 layered_cache.Delete('warning_bug')
51 layered_cache.Delete('warning_bug')
Dnamespaced_stored_object.py35 def Delete(key): function
39 stored_object.Delete(internal_key)
40 stored_object.Delete(external_key)
/external/v8/src/base/
Dsmart-pointers.h56 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/
Dsingleton_unittest.cc57 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()
Dsingleton.h58 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/
DTokenRewriteStream.cs308 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/
DTokenRewriteStream.cs352 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/
DTypeCategory.cpp139 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()
DDataVisualization.cpp66 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/
Dlazy_instance.h74 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/
DSBTypeCategory.cpp327 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/
DDataVisualization.h52 Delete (const ConstString &type);
113 Delete (const ConstString &type);
138 Delete (const ConstString &category);
/external/gmock/test/
Dgmock-nice-strict_test.cc79 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/
Dscoped_temp_dir_unittest.cc88 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()
Dscoped_temp_dir.cc16 if (!path_.empty() && !Delete()) in ~ScopedTempDir()
60 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc58 (*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/
Dgmock-nice-strict_test.cc78 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/
D7zProperties.cpp68 src.Delete(i); in CopyOneItem()
78 src.Delete(i); in RemoveOneItem()
88 dest.Delete(i); in InsertToHead()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DLogChannelDWARF.cpp80 LogChannelDWARF::Delete () in Delete() function in LogChannelDWARF
115 Delete (); in Disable()
131 Delete (); in Enable()

12345678910>>...21