/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | installer.nsi.in | 126 Delete $INSTDIR\bin\libjpeg-@SO_MAJOR_VERSION@.dll 127 Delete $INSTDIR\bin\libturbojpeg.dll 128 Delete $SYSDIR\libturbojpeg.dll 129 Delete $INSTDIR\lib\libturbojpeg.dll.a 130 Delete $INSTDIR\lib\libturbojpeg.a 131 Delete $INSTDIR\lib\libjpeg.dll.a 132 Delete $INSTDIR\lib\libjpeg.a 133 Delete $INSTDIR\lib\pkgconfig\libjpeg.pc 134 Delete $INSTDIR\lib\pkgconfig\libturbojpeg.pc 136 Delete $INSTDIR\bin\jpeg@SO_MAJOR_VERSION@.dll [all …]
|
/third_party/libjpeg-turbo/release/ |
D | installer.nsi.in | 126 Delete $INSTDIR\bin\libjpeg-@SO_MAJOR_VERSION@.dll 127 Delete $INSTDIR\bin\libturbojpeg.dll 128 Delete $SYSDIR\libturbojpeg.dll 129 Delete $INSTDIR\lib\libturbojpeg.dll.a 130 Delete $INSTDIR\lib\libturbojpeg.a 131 Delete $INSTDIR\lib\libjpeg.dll.a 132 Delete $INSTDIR\lib\libjpeg.a 134 Delete $INSTDIR\bin\jpeg@SO_MAJOR_VERSION@.dll 135 Delete $INSTDIR\bin\turbojpeg.dll 136 Delete $SYSDIR\turbojpeg.dll [all …]
|
/third_party/libwebsockets/win32port/ |
D | libwebsockets.nsi | 80 Delete "$INSTDIR\libwebsockets-api-doc.html" 81 Delete "$INSTDIR\LICENSE" 82 Delete "$INSTDIR\README.md" 83 Delete "$INSTDIR\README.build.md" 84 Delete "$INSTDIR\README.coding.md" 85 Delete "$INSTDIR\README.test-apps.md" 86 Delete "$INSTDIR\libwebsockets-test-client.exe" 87 Delete "$INSTDIR\libwebsockets-test-echo.exe" 88 Delete "$INSTDIR\libwebsockets-test-fraggle.exe" 89 Delete "$INSTDIR\libwebsockets-test-ping.exe" [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 25 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument 27 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(F, Delete); in runOnModule() 114 if (Delete) { in runOnModule() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_handle_test.cc | 58 CordzHandle::Delete(handle); in TEST() 78 CordzHandle::Delete(handle); in TEST() 96 CordzHandle::Delete(handle[i]); in TEST() 124 CordzHandle::Delete(handle1); in TEST() 134 CordzHandle::Delete(handle2); in TEST() 153 CordzHandle::Delete(handle); in TEST() 170 CordzHandle::Delete(snapshot1); in TEST() 173 CordzHandle::Delete(snapshot2); in TEST() 234 CordzHandle::Delete(old_handle); in TEST() 243 CordzHandle::Delete(handle); in TEST()
|
D | cord_internal.cc | 62 CordRepExternal::Delete(rep); in Destroy() 74 CordRepFlat::Delete(rep); in Destroy()
|
/third_party/re2/re2/testing/ |
D | charclass_test.cc | 125 void Delete(CharClass* cc) { in Delete() function 126 cc->Delete(); in Delete() 135 void Delete(CharClassBuilder* cc) { in Delete() function 182 Delete(ncc); in CorrectCC() 190 Delete(ncc); in CorrectCC() 194 Delete(ncc); in CorrectCC() 212 cc->Delete(); in TEST() 220 cc->Delete(); in TEST()
|
/third_party/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 220 class Delete; variable 222 class Delete<T, true> { 224 explicit Delete(T* t) { delete t; } in Delete() function 227 class Delete<T, false> { 229 explicit Delete(T* /*t*/) {} in Delete() function 290 internal::Delete<Child, DeleteUponUnref>(static_cast<Child*>(this)); in Unref() 295 internal::Delete<Child, DeleteUponUnref>(static_cast<Child*>(this)); in Unref()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 209 void Texture::Delete(const Functions& gl, GLuint& id) in Delete() function in gl4cts::Texture 382 Texture::Delete(gl, texture); in iterate() 406 Texture::Delete(gl, texture); in iterate() 1169 Texture::Delete(gl, texture); in positiveTesting() 1185 Texture::Delete(gl, texture); in positiveTesting() 1189 Texture::Delete(gl, texture); in positiveTesting() 1218 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1228 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1291 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1320 Texture::Delete(gl, texture); in verifyTexStorageVirtualPageSizeIndexError() [all …]
|
/third_party/node/test/js-native-api/test_object/ |
D | test.js | 188 assert.strictEqual(test_object.Delete(obj, 'foo'), true); 192 assert.strictEqual(test_object.Delete(obj, sym), true); 203 assert.strictEqual(test_object.Delete(obj, 'foo'), false); 218 assert.strictEqual(test_object.Delete(obj, 'foo'), true); 220 assert.strictEqual(test_object.Delete(obj, 'foo'), true);
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_scoped_temp_dir.cc | 13 if (!path_.empty() && !Delete()) in ~CefScopedTempDir() 56 bool CefScopedTempDir::Delete() { in Delete() function in CefScopedTempDir
|
/third_party/gn/src/base/files/ |
D | scoped_temp_dir.cc | 22 if (!path_.empty() && !Delete()) in ~ScopedTempDir() 64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
|
/third_party/mindspore/mindspore/lite/examples/runtime_java/app/ |
D | download.gradle | 61 task cleanUnusedmindsporeFiles(type: Delete, dependsOn: ['copyAARToRoot']) { 67 task cleanUnuseFiles(type: Delete, dependsOn: ['cleanUnusedmindsporeFiles']) { 71 task cleanUnuseFileAAR(type: Delete, dependsOn: ['cleanUnuseFiles']) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 46 if (Kind == DominatorTree::Delete && HasEdge) in isUpdateValid() 366 assert(isUpdateValid({DominatorTree::Delete, From, To}) && in deleteEdge() 385 PendUpdates.push_back({DominatorTree::Delete, From, To}); in deleteEdge() 395 if (!isUpdateValid({DominatorTree::Delete, From, To})) in deleteEdgeRelaxed() 406 PendUpdates.push_back({DominatorTree::Delete, From, To}); in deleteEdgeRelaxed()
|
/third_party/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 89 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo 166 .WillByDefault(Invoke(raw_foo, &MockFoo::Delete)); in TEST() 214 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST() 352 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete)); in TEST() 475 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 149 OSWindow::Delete(&osWindow); in TEST_P() 173 OSWindow::Delete(&osWindow); in TEST_P() 203 OSWindow::Delete(&osWindow); in TEST_P()
|
/third_party/toybox/scripts/ |
D | help.txt | 12 clean - Delete temporary files. 13 distclean - Delete everything that isn't shipped.
|
/third_party/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 61 (fields_)[--n].Delete(); in ClearFallback() 184 (fields_)[i + start].Delete(); in DeleteSubrange() 201 field->Delete(); in DeleteByNumber() 239 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | CaptureReplayTests.cpp | 47 EGLWindow::Delete(&mEGLWindow); in ~CaptureReplayTests() 48 OSWindow::Delete(&mOSWindow); in ~CaptureReplayTests() 65 EGLWindow::Delete(&mEGLWindow); in initializeTest()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 155 OSWindow::Delete(&osWindow); in TEST_P() 179 OSWindow::Delete(&osWindow); in TEST_P() 220 OSWindow::Delete(&osWindow); in TEST_P()
|
D | EGLBufferAgeTest.cpp | 155 OSWindow::Delete(&osWindow); in TEST_P() 223 OSWindow::Delete(&osWindow); in TEST_P() 270 OSWindow::Delete(&osWindow); in TEST_P() 340 OSWindow::Delete(&osWindow); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 56 EGLWindow::Delete(&eglWindow); in IsAngleEGLConfigSupported() 72 WGLWindow::Delete(&wglWindow); in IsSystemWGLConfigSupported() 93 EGLWindow::Delete(&eglWindow); in IsSystemEGLConfigSupported() 640 OSWindow::Delete(&osWindow); in IsConfigSupported()
|
/third_party/mesa3d/src/mesa/main/ |
D | shared.c | 278 if (fb->Delete) in delete_framebuffer_cb() 279 fb->Delete(fb); in delete_framebuffer_cb() 292 if (rb->Delete) in delete_renderbuffer_cb() 293 rb->Delete(ctx, rb); in delete_renderbuffer_cb()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | mutex.h | 145 pthread_key_create(&key_, &ThreadLocalStorage::Delete); in ThreadLocalStorage() 159 static void Delete(void* value) { in Delete() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator 91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete; in LegalizeUpdates()
|