/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)
|
D | stored_object.py | 74 def Delete(key): function 77 MultipartCache.Delete(key) 179 def Delete(cls, key): member in MultipartCache
|
/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/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/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/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/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/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/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 … 102 PASS 'use strict'; (function (){var a; delete a;}) threw exception SyntaxError: Delete of an unqual… 103 … strict'; (function (){var a; delete a;})}) threw exception SyntaxError: Delete of an unqualified … 104 PASS 'use strict'; var a; (function (){ delete a;}) threw exception SyntaxError: Delete of an unqua… 105 …strict'; var a; (function (){ delete a;})}) threw exception SyntaxError: Delete of an unqualified … [all …]
|
/external/skia/include/private/ |
D | SkOncePtr.h | 20 template <typename T, typename Delete = skstd::default_delete<T>> 26 Delete()(ptr); in ~SkOncePtr()
|
/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_()
|