/external/libjpeg-turbo/release/ |
D | libjpeg-turbo.nsi.in | 113 Delete $INSTDIR\bin\libjpeg-@DLL_VERSION@.dll 114 Delete $INSTDIR\bin\libturbojpeg.dll 115 Delete $SYSDIR\libturbojpeg.dll 116 Delete $INSTDIR\lib\libturbojpeg.dll.a" 117 Delete $INSTDIR\lib\libturbojpeg.a" 118 Delete $INSTDIR\lib\libjpeg.dll.a" 119 Delete $INSTDIR\lib\libjpeg.a" 121 Delete $INSTDIR\bin\jpeg@DLL_VERSION@.dll 122 Delete $INSTDIR\bin\turbojpeg.dll 123 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() 88 bool Delete = in runOnModule() local 90 if (!Delete) { in runOnModule() 97 makeVisible(*I, Delete); in runOnModule() 99 if (Delete) { in runOnModule() 108 bool Delete = in runOnModule() local 110 if (!Delete) { in runOnModule() 115 makeVisible(F, Delete); in runOnModule() 117 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/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | InstallerRT.nsi | 243 Delete "$TEMP\VulkanRT\configure_rt.log" 483 Delete $WINDIR\SysWow64\vulkan-${VERSION_ABI_MAJOR}.dll 484 Delete $WINDIR\SysWow64\vulkaninfo.exe 488 Delete $WINDIR\System32\vulkan-${VERSION_ABI_MAJOR}.dll 489 Delete $WINDIR\System32\vulkaninfo.exe 499 Delete ConfigureRT.exe 547 Delete /REBOOTOK "$IDir\Instance_$IC\Uninstall${PRODUCTNAME}.exe" 579 # Delete vulkaninfo.exe in C:\Windows\System32 and C:\Windows\SysWOW64 580 Delete /REBOOTOK $WINDIR\SysWow64\vulkaninfo.exe 581 Delete /REBOOTOK $WINDIR\System32\vulkaninfo.exe [all …]
|
/external/pdfium/xfa/fde/ |
D | cfde_txtedtbuf_unittest.cpp | 88 buf_->Delete(6, 6); in TEST_F() 99 buf_->Delete(5, 6); in TEST_F() 110 buf_->Delete(0, 6); in TEST_F() 121 buf_->Delete(0, 11); in TEST_F() 179 EXPECT_DEATH(buf_->Delete(-10, 4), "Assertion"); in TEST_F() 180 EXPECT_DEATH(buf_->Delete(1, -5), "Assertion"); in TEST_F() 181 EXPECT_DEATH(buf_->Delete(5, 1), "Assertion"); in TEST_F() 182 EXPECT_DEATH(buf_->Delete(0, 10000), "Assertion"); in TEST_F()
|
/external/v8/src/ |
D | allocation.h | 23 void operator delete(void* p) { Delete(p); } in delete() 26 static void Delete(void* p); 70 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } in INLINE()
|
D | identity-map.h | 114 V Delete(Handle<Object> key) { return Delete(*key); } in Delete() function 115 V Delete(Object* key) { return reinterpret_cast<V>(DeleteEntry(key)); } in Delete() function 171 void DeleteArray(void* array) override { allocator_.Delete(array); } in DeleteArray()
|
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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FormattedStream.h | 84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) 86 setStream(Stream, Delete); in raw_ostream() 98 void setStream(raw_ostream &Stream, bool Delete = false) { 102 DeleteStream = Delete;
|
/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()
|
D | shared_memory_unittest.cc | 54 memory.Delete(s_test_name_); in CleanUp() 103 bool rv = memory1.Delete(test_name); in TEST() 105 rv = memory1.Delete(test_name); in TEST() 138 rv = memory1.Delete(test_name); in TEST() 140 rv = memory2.Delete(test_name); in TEST() 206 rv = memory1.Delete(test_name); in TEST() 627 memory.Delete(s_test_name_); in CleanUp()
|
/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 | 75 static void Delete(Type* instance) { in Delete() function 104 static void Delete(Type*) {} in Delete() function 203 Traits::Delete(me->instance()); in OnExit()
|
/external/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 78 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo 137 .WillByDefault(Invoke(raw_foo, &MockFoo::Delete)); in TEST() 178 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST() 282 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete)); in TEST() 379 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
|
/external/v8/testing/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/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 62 name.Delete(0); in SetProperty() 69 name.Delete(0, 2); in SetProperty() 78 name.Delete(0, 3); in SetProperty()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 60 src.Delete(i); in CopyOneItem() 70 src.Delete(i); in RemoveOneItem() 80 dest.Delete(i); in InsertToHead()
|
/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/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 83 (*fields_)[i].Delete(); in ClearFallback() 217 (*fields_)[i + start].Delete(); in DeleteSubrange() 240 field->Delete(); in DeleteByNumber() 283 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mutex.h | 111 pthread_key_create(&key_, &ThreadLocalStorage::Delete); in ThreadLocalStorage() 125 static void Delete(void* value) { in Delete() function
|
/external/mesa3d/src/mesa/main/ |
D | shared.c | 264 if (fb->Delete) in delete_framebuffer_cb() 265 fb->Delete(fb); in delete_framebuffer_cb() 278 if (rb->Delete) in delete_renderbuffer_cb() 279 rb->Delete(ctx, rb); in delete_renderbuffer_cb()
|