/external/eigen/ |
D | CMakeLists.txt | 89 message(STATUS "Standard libraries to link to explicitly: ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO}") 91 message(STATUS "Standard libraries to link to explicitly: none") 172 message(STATUS "Enabling SSE2 in tests/examples") 178 message(STATUS "Enabling SSE3 in tests/examples") 184 message(STATUS "Enabling SSSE3 in tests/examples") 190 message(STATUS "Enabling SSE4.1 in tests/examples") 196 message(STATUS "Enabling SSE4.2 in tests/examples") 202 message(STATUS "Enabling AltiVec in tests/examples") 208 message(STATUS "Enabling NEON in tests/examples") 216 message(STATUS "Enabling OpenMP in tests/examples") [all …]
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 165 message(STATUS "Checking failtest: ${testname}") 174 message(STATUS "FAILED: ${testname} build succeeded when it should have failed") 182 message(STATUS "FAILED: ${testname} build failed when it should have succeeded") 197 message(STATUS "************************************************************") 198 message(STATUS "*** Eigen's unit tests configuration summary ***") 199 message(STATUS "************************************************************") 200 message(STATUS "") 201 message(STATUS "Build type: ${CMAKE_BUILD_TYPE}") 202 message(STATUS "Build site: ${SITE}") 203 message(STATUS "Build string: ${BUILDNAME}") [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 27 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 28 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1 47 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 48 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1 67 ; CHECK-NEXT: stlxr [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 68 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1 87 ; CHECK-NEXT: stxr [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 88 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1 107 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 108 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1 [all …]
|
D | cmpxchg-idioms.ll | 11 ; CHECK: stlxr [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0] 12 ; CHECK: cbnz [[STATUS]], [[LOOP]] 37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0] 38 ; CHECK: cbnz [[STATUS]], [[LOOP]] 66 ; CHECK: stlxr [[STATUS:w[0-9]+]], w2, [x0] 67 ; CHECK: cbnz [[STATUS]], [[LOOP]]
|
/external/pcre/dist/ |
D | CMakeLists.txt | 272 MESSAGE(STATUS "** PCRE_BUILD_PCRE8 must be enabled for the C++ library support") 277 MESSAGE(STATUS "** PCRE_BUILD_PCRE8 must be enabled for the pcregrep program") 921 MESSAGE(STATUS "") 922 MESSAGE(STATUS "") 923 MESSAGE(STATUS "PCRE configuration summary:") 924 MESSAGE(STATUS "") 925 MESSAGE(STATUS " Install prefix .................. : ${CMAKE_INSTALL_PREFIX}") 926 MESSAGE(STATUS " C compiler ...................... : ${CMAKE_C_COMPILER}") 927 MESSAGE(STATUS " C++ compiler .................... : ${CMAKE_CXX_COMPILER}") 928 …MESSAGE(STATUS " C compiler flags ................ : ${CMAKE_C_FLAGS}${cfsp}${CMAKE_C_FLAGS_${bui… [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | atomic-ops-v8.ll | 24 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 25 ; CHECK-NEXT: cmp [[STATUS]], #0 47 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 48 ; CHECK-NEXT: cmp [[STATUS]], #0 70 ; CHECK-NEXT: stlex [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 71 ; CHECK-NEXT: cmp [[STATUS]], #0 96 ; CHECK-NEXT: strexd [[STATUS:r[0-9]+]], [[NEW1]], [[NEW2]], [r[[ADDR]]] 97 ; CHECK-NEXT: cmp [[STATUS]], #0 120 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 121 ; CHECK-NEXT: cmp [[STATUS]], #0 [all …]
|
D | cmpxchg-idioms.ll | 13 ; CHECK: strex [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0] 14 ; CHECK: cmp [[STATUS]], #0 45 ; CHECK: strexb [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0] 46 ; CHECK: cmp [[STATUS]], #0 77 ; CHECK: strex [[STATUS:r[0-9]+]], r2, [r0] 78 ; CHECK: cmp [[STATUS]], #0
|
D | cmpxchg-weak.ll | 34 ; CHECK: strexeq [[STATUS:r[0-9]+]], r3, [r1] 35 ; CHECK: cmpeq [[STATUS]], #0
|
/external/deqp/ |
D | CMakeLists.txt | 61 message(STATUS "System version of zlib not found, using external/zlib") 73 message(STATUS "System version of libpng not found, using external/libpng") 80 message(STATUS "DEQP_TARGET_NAME = ${DEQP_TARGET_NAME}") 81 message(STATUS "DEQP_SUPPORT_GLES1 = ${DEQP_SUPPORT_GLES1}") 82 message(STATUS "DEQP_GLES1_LIBRARIES = ${DEQP_GLES1_LIBRARIES}") 83 message(STATUS "DEQP_SUPPORT_GLES2 = ${DEQP_SUPPORT_GLES2}") 84 message(STATUS "DEQP_GLES2_LIBRARIES = ${DEQP_GLES2_LIBRARIES}") 85 message(STATUS "DEQP_SUPPORT_GLES3 = ${DEQP_SUPPORT_GLES3}") 86 message(STATUS "DEQP_GLES3_LIBRARIES = ${DEQP_GLES3_LIBRARIES}") 87 message(STATUS "DEQP_SUPPORT_VG = ${DEQP_SUPPORT_VG}") [all …]
|
/external/ceres-solver/cmake/ |
D | FindSuiteSparse.cmake | 131 MESSAGE(STATUS "Failed to find SuiteSparse - " ${REASON_MSG} ${ARGN}) 194 MESSAGE(STATUS "Found AMD library: ${AMD_LIBRARY}") 205 MESSAGE(STATUS "Found AMD header in: ${AMD_INCLUDE_DIR}") 219 MESSAGE(STATUS "Found CAMD library: ${CAMD_LIBRARY}") 230 MESSAGE(STATUS "Found CAMD header in: ${CAMD_INCLUDE_DIR}") 244 MESSAGE(STATUS "Found COLAMD library: ${COLAMD_LIBRARY}") 255 MESSAGE(STATUS "Found COLAMD header in: ${COLAMD_INCLUDE_DIR}") 269 MESSAGE(STATUS "Found CCOLAMD library: ${CCOLAMD_LIBRARY}") 280 MESSAGE(STATUS "Found CCOLAMD header in: ${CCOLAMD_INCLUDE_DIR}") 294 MESSAGE(STATUS "Found CHOLMOD library: ${CHOLMOD_LIBRARY}") [all …]
|
/external/eigen/failtest/ |
D | CMakeLists.txt | 1 message(STATUS "Running the failtests") 41 message(STATUS "Failtest SUCCESS: all ${EIGEN_FAILTEST_COUNT} failtests passed.") 42 message(STATUS "")
|
/external/llvm/cmake/platforms/ |
D | iOS.cmake | 40 message(STATUS "Using c compiler ${CMAKE_C_COMPILER}") 48 message(STATUS "Using c compiler ${CMAKE_CXX_COMPILER}") 57 message(STATUS "Using ar ${CMAKE_AR}") 66 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
|
/external/llvm/cmake/ |
D | config-ix.cmake | 375 message(STATUS 378 message(STATUS "Native target architecture is ${LLVM_NATIVE_ARCH}") 464 message(STATUS "Threads enabled.") 466 message(STATUS "Threads disabled.") 479 message(STATUS "Doxygen enabled.") 497 message(STATUS "Doxygen disabled.") 501 message(STATUS "Sphinx enabled.") 507 message(STATUS "Sphinx disabled.") 512 message(STATUS "Go bindings disabled.") 516 message(STATUS "Go bindings disabled.") [all …]
|
/external/deqp/framework/delibs/cmake/ |
D | Defs.cmake | 154 message(STATUS "DE_OS = ${DE_OS}") 155 message(STATUS "DE_COMPILER = ${DE_COMPILER}") 156 message(STATUS "DE_CPU = ${DE_CPU}") 157 message(STATUS "DE_PTR_SIZE = ${DE_PTR_SIZE}") 158 message(STATUS "DE_DEBUG = ${DE_DEBUG}") 160 message(STATUS "DE_ANDROID_API = ${DE_ANDROID_API}")
|
/external/llvm/cmake/modules/ |
D | CrossCompile.cmake | 6 message(STATUS "Setting native build dir to " ${LLVM_${target_name}_BUILD}) 35 message(STATUS "Configuring ${target_name} build...") 39 message(STATUS "Configuring ${target_name} targets...")
|
/external/eigen/lapack/ |
D | CMakeLists.txt | 45 message(STATUS "Download lapack_addons_3.4.1.tgz...") 51 STATUS download_status 55 message(STATUS ${download_status}) 59 message(STATUS "Setup lapack reference and lapack unit tests") 62 … message(STATUS "Download of lapack_addons_3.4.1.tgz failed, LAPACK unit tests wont be enabled") 118 message(STATUS "Looking for Python found - ${PYTHONINTERP_FOUND}") 120 message(STATUS "Using Python version ${PYTHON_VERSION_STRING}")
|
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 207 final String STATUS = "some information 123"; in testStat() local 209 statCommandHandler.setStatus(STATUS); in testStat() 215 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 227 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 183 final String STATUS = "some information 123"; in testStat() local 185 statCommandHandler.setStatus(STATUS); in testStat() 191 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 203 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 207 final String STATUS = "some information 123"; in testStat() local 209 statCommandHandler.setStatus(STATUS); in testStat() 215 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 227 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 183 final String STATUS = "some information 123"; in testStat() local 185 statCommandHandler.setStatus(STATUS); in testStat() 191 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 203 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 182 final String STATUS = "some information 123"; in testStat() local 184 statCommandHandler.setStatus(STATUS); in testStat() 190 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 199 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 202 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 195 final String STATUS = "some information 123"; in testStat() local 197 statCommandHandler.setStatus(STATUS); in testStat() 203 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 212 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 215 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 183 final String STATUS = "some information 123"; in testStat() local 185 statCommandHandler.setStatus(STATUS); in testStat() 191 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 203 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 207 final String STATUS = "some information 123"; in testStat() local 209 statCommandHandler.setStatus(STATUS); in testStat() 215 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 227 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 207 final String STATUS = "some information 123"; in testStat() local 209 statCommandHandler.setStatus(STATUS); in testStat() 215 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim()); in testStat() 224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local 227 statCommandHandler.setStatus(STATUS); in testStat_MultilineReplyText()
|