/external/virglrenderer/src/ |
D | vrend_renderer.c | 210 #define FEAT(NAME, GLVER, GLESVER, ...) \ macro 219 …FEAT(arb_or_gles_ext_texture_buffer, 31, UNAVAIL, "GL_ARB_texture_buffer_object", "GL_EXT_texture_… 220 FEAT(arb_robustness, UNAVAIL, UNAVAIL, "GL_ARB_robustness" ), 221 FEAT(arb_buffer_storage, 44, UNAVAIL, "GL_ARB_buffer_storage", "GL_EXT_buffer_storage"), 222 FEAT(arrays_of_arrays, 43, 31, "GL_ARB_arrays_of_arrays"), 223 FEAT(ati_meminfo, UNAVAIL, UNAVAIL, "GL_ATI_meminfo" ), 224 FEAT(atomic_counters, 42, 31, "GL_ARB_shader_atomic_counters" ), 225 FEAT(base_instance, 42, UNAVAIL, "GL_ARB_base_instance", "GL_EXT_base_instance" ), 226 FEAT(barrier, 42, 31, NULL), 227 FEAT(bind_vertex_buffers, 44, UNAVAIL, NULL), [all …]
|
/external/python/pybind11/.github/ISSUE_TEMPLATE/ |
D | feature-request.md | 4 title: "[FEAT] "
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 1037 #define FEATURE(FEAT) FEAT, in getFeaturePriority() argument 1041 #define FEATURE(FEAT) \ in getFeaturePriority() argument 1042 case llvm::X86::FEAT: \ in getFeaturePriority() 1043 return static_cast<unsigned>(FeatPriority::FEAT); in getFeaturePriority()
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 143 // The FEAT command is not supported out of the box 145 ftpServer.setCommandHandler("FEAT", featCommandHandler); 148 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 143 // The FEAT command is not supported out of the box 145 ftpServer.setCommandHandler("FEAT", featCommandHandler); 148 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 143 // The FEAT command is not supported out of the box 145 ftpServer.setCommandHandler("FEAT", featCommandHandler); 148 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 174 // The FEAT command is not supported out of the box 176 ftpServer.setCommandHandler("FEAT", featCommandHandler); 179 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 175 // The FEAT command is not supported out of the box 177 ftpServer.setCommandHandler("FEAT", featCommandHandler); 180 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 175 // The FEAT command is not supported out of the box 177 ftpServer.setCommandHandler("FEAT", featCommandHandler); 180 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 165 // The FEAT command is not supported out of the box 167 ftpServer.setCommandHandler("FEAT", featCommandHandler); 170 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 175 // The FEAT command is not supported out of the box 177 ftpServer.setCommandHandler("FEAT", featCommandHandler); 180 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 175 // The FEAT command is not supported out of the box 177 ftpServer.setCommandHandler("FEAT", featCommandHandler); 180 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 174 // The FEAT command is not supported out of the box 176 ftpServer.setCommandHandler("FEAT", featCommandHandler); 179 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/ |
D | FakeFtpServerIntegrationTest.groovy | 165 // The FEAT command is not supported out of the box 167 ftpServer.setCommandHandler("FEAT", featCommandHandler); 170 assert ftpClient.sendCommand("FEAT") == 211
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 86 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 95 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | stubftpserver-getting-started.apt | 88 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 97 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 88 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 97 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | stubftpserver-getting-started.apt | 88 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 97 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | stubftpserver-getting-started.apt | 88 the <<<StaticReplyCommandHandler>>> to add support for the FEAT command. 97 stubFtpServer.setCommandHandler("FEAT", featCommandHandler);
|