Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/autotest/contrib/
Dservo-stat82 STATUS=()
96 STATUS=("${STATUS[@]}" "pwr_button is '$BUTTON'")
102 STATUS=("${STATUS[@]}" "lid_open is '$LID'")
106 STATUS=("${STATUS[@]}" "not running servod")
113 STATUS=("${STATUS[@]}" "ssh is down")
120 STATUS=("${STATUS[@]}" "not running chromeos")
136 STATUS=("servod not configured")
142 STATUS=("servod failed")
148 STATUS=("${STATUS[@]}" "is down")
153 STATUS=("is up")
[all …]
Ddeploy_puppet.sh29 STATUS=
40 STATUS=$OPTARG
69 if [ -n "${STATUS}" ]; then
70 STATUS_OPT="-s ${STATUS}"
73 if [ -z "${ROLE}" ] && [ -z "${STATUS}" ] && [ -z "${HOSTNAME}" ]; then
/external/ltp/pan/cgi/
Dreconsile.cgi89 $rec->{STATUS} = $status;
107 || $a->{STATUS} cmp $b->{STATUS}} @$rtcs;
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
173 && @$rtcs[0]->{STATUS} eq $LCR->{STATUS}) {
216 if ($match->{STATUS} =~ /PASS/) {
218 } elsif ($match->{STATUS} =~ /FAIL/) {
220 } elsif ($match->{STATUS} =~ /CONF/) {
222 } elsif ($match->{STATUS} =~ /BROK/) {
246 $copy->{STATUS} = $rec->{STATUS};
/external/eigen/cmake/
DEigenTesting.cmake326 message(STATUS "Checking failtest: ${testname}")
335 message(STATUS "FAILED: ${testname} build succeeded when it should have failed")
343 message(STATUS "FAILED: ${testname} build failed when it should have succeeded")
358 message(STATUS "************************************************************")
359 message(STATUS "*** Eigen's unit tests configuration summary ***")
360 message(STATUS "************************************************************")
361 message(STATUS "")
362 message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
363 message(STATUS "Build site: ${SITE}")
364 message(STATUS "Build string: ${BUILDNAME}")
[all …]
DEigenUninstall.cmake11 message(STATUS "============== Uninstalling Eigen ===================")
16 message(STATUS "Removing file: '${file}'")
28 message(STATUS "File '${file}' does not exist.")
32 message(STATUS "========== Finished Uninstalling Eigen ==============")
34 message(STATUS "Cannot find install manifest: '${MANIFEST}'")
35 message(STATUS "Probably make install has not been performed")
36 message(STATUS " or install_manifest.txt has been deleted.")
DFindBLASEXT.cmake70 message(STATUS "In FindBLASEXT")
71 message(STATUS "If you want to force the use of one specific library, "
74 message(STATUS "List of possible BLAS vendor: Goto, ATLAS PhiPACK, CXML, "
101 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
109 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
117 message(STATUS "A BLAS library has been found (${BLAS_LIBRARIES}) but we"
194 message(STATUS "Look for the sequential version Intel10_64lp_seq")
206 message(STATUS "Look for the multithreaded version Intel10_64lp")
314 message(STATUS "BLAS found is Intel MKL:"
317 message(STATUS "BLAS sequential libraries stored in BLAS_SEQ_LIBRARIES")
[all …]
DFindComputeCpp.cmake44 message(STATUS
47 message(STATUS "host compiler - gcc ${CMAKE_CXX_COMPILER_VERSION}")
55 message(STATUS "host compiler - clang ${CMAKE_CXX_COMPILER_VERSION}")
75 message(STATUS "ComputeCpp package - Found")
84 message(STATUS "compute++ - Found")
94 message(STATUS "computecpp_info - Found")
106 message(STATUS "libComputeCpp.so - Found")
116 message(STATUS "ComputeCpp includes - Found")
127 message(STATUS "Package version - ${COMPUTECPP_PACKAGE_VERSION}")
138 message(STATUS "compute++ flags - ${COMPUTECPP_DEVICE_COMPILER_FLAGS}")
[all …]
DFindBLAS.cmake141 …message(STATUS "A cache variable, namely BLAS_DIR, has been set to specify the install directory o…
163 message(STATUS "Looking for BLAS... - NOT found (Unsupported languages)")
406 message(STATUS "Looking for BLAS -- mkl.h not found")
693 message(STATUS "Looking for MKL BLAS: found")
695 message(STATUS "Looking for MKL BLAS: not found")
720 message(STATUS "Looking for Goto BLAS: found")
722 message(STATUS "Looking for Goto BLAS: not found")
748 message(STATUS "Looking for Open BLAS: found")
750 message(STATUS "Looking for Open BLAS: not found")
776 message(STATUS "Looking for Eigen BLAS: found")
[all …]
/external/eigen/
DCMakeLists.txt95 message(STATUS "Standard libraries to link to explicitly: ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO}")
97 message(STATUS "Standard libraries to link to explicitly: none")
194 message(STATUS "Enabling SSE2 in tests/examples")
200 message(STATUS "Enabling SSE3 in tests/examples")
206 message(STATUS "Enabling SSSE3 in tests/examples")
212 message(STATUS "Enabling SSE4.1 in tests/examples")
218 message(STATUS "Enabling SSE4.2 in tests/examples")
224 message(STATUS "Enabling AVX in tests/examples")
230 message(STATUS "Enabling FMA in tests/examples")
236 message(STATUS "Enabling AVX512 in tests/examples")
[all …]
/external/autotest/site_utils/
Dserver_manager.py64 server.status == server_models.Server.STATUS.PRIMARY):
66 roles__role=role, status=server_models.Server.STATUS.PRIMARY)
96 if server.status == server_models.Server.STATUS.PRIMARY:
115 server.status == server_models.Server.STATUS.PRIMARY):
118 server.status = server_models.Server.STATUS.BACKUP
140 status == server_models.Server.STATUS.PRIMARY):
151 if unique_roles and status == server_models.Server.STATUS.PRIMARY:
155 status=server_models.Server.STATUS.PRIMARY)
164 if server.status == server_models.Server.STATUS.PRIMARY:
168 enable = status == server_models.Server.STATUS.PRIMARY
[all …]
Dserver_manager_unittest.py64 'status': server_models.Server.STATUS.PRIMARY,
70 'status': server_models.Server.STATUS.BACKUP,
76 'status': server_models.Server.STATUS.PRIMARY,
82 'status': server_models.Server.STATUS.BACKUP,
204 server_models.validate(status=server_models.Server.STATUS.PRIMARY)
216 status=server_models.Server.STATUS.PRIMARY
222 status=server_models.Server.STATUS.PRIMARY,
229 server_models.validate(status=server_models.Server.STATUS.BACKUP)
242 status=server_models.Server.STATUS.PRIMARY
248 status=server_models.Server.STATUS.BACKUP,
[all …]
/external/llvm/test/CodeGen/AArch64/
Datomic-ops.ll27 ; 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 …]
Dcmpxchg-O0.ll9 ; CHECK: stlxrb [[STATUS:w[3-9]]], w2, [x0]
10 ; CHECK: cbnz [[STATUS]], [[RETRY]]
24 ; CHECK: stlxrh [[STATUS:w[3-9]]], w2, [x0]
25 ; CHECK: cbnz [[STATUS]], [[RETRY]]
39 ; CHECK: stlxr [[STATUS:w[3-9]]], w2, [x0]
40 ; CHECK: cbnz [[STATUS]], [[RETRY]]
54 ; CHECK: stlxr [[STATUS:w[3-9]]], x2, [x0]
55 ; CHECK: cbnz [[STATUS]], [[RETRY]]
70 ; CHECK: stlxp [[STATUS:w[0-9]+]], x4, x5, [x0]
71 ; CHECK: cbnz [[STATUS]], [[RETRY]]
Dcmpxchg-idioms.ll11 ; 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/llvm/test/CodeGen/ARM/
Dcmpxchg-O0.ll16 ; CHECK: strexb [[STATUS:r[0-9]+]], r2, [r0]
17 ; CHECK: cmp{{(\.w)?}} [[STATUS]], #0
35 ; CHECK: strexh [[STATUS:r[0-9]+]], r2, [r0]
36 ; CHECK: cmp{{(\.w)?}} [[STATUS]], #0
54 ; CHECK: strex [[STATUS:r[0-9]+]], r2, [r0]
55 ; CHECK: cmp{{(\.w)?}} [[STATUS]], #0
72 ; CHECK: sbcs{{(\.w)?}} [[STATUS:r[0-9]+]], [[OLDHI]], r7
74 ; CHECK: strexd [[STATUS]], r4, r5, [r0]
75 ; CHECK: cmp{{(\.w)?}} [[STATUS]], #0
90 ; CHECK: sbcs{{(\.w)?}} [[STATUS:r[0-9]+]], [[OLDHI]], {{r[0-9]+}}
[all …]
Datomic-ops-v8.ll24 ; 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 …]
Dcmpxchg-idioms.ll13 ; CHECK: strex [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0]
14 ; CHECK: cbz [[STATUS]], [[SUCCESS:LBB[0-9]+_[0-9]+]]
51 ; CHECK: strexb [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0]
52 ; CHECK: cbz [[STATUS]], [[SUCCESS:LBB[0-9]+_[0-9]+]]
89 ; CHECK: strex [[STATUS:r[0-9]+]], r2, [r0]
90 ; CHECK: cbz [[STATUS]], [[SUCCESS:LBB[0-9]+_[0-9]+]]
/external/curl/tests/data/
Dtest8096 STATUS
15 * STATUS 809 (MESSAGES 231 UIDNEXT 44292)
26 IMAP mailbox STATUS (CUSTOMREQUEST)
29 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'STATUS 809 (UIDNEXT MESSAGES)'
39 A003 STATUS 809 (UIDNEXT MESSAGES)
/external/pcre/dist2/
DCMakeLists.txt256 MESSAGE(STATUS "** PCRE2_BUILD_PCRE2_8 must be enabled for the pcre2grep program")
476 …MESSAGE(STATUS "** MSVC and PCRE2_STATIC_RUNTIME: modifying compiler flags to use static runtime l…
740 MESSAGE(STATUS "")
741 MESSAGE(STATUS "")
742 MESSAGE(STATUS "PCRE2 configuration summary:")
743 MESSAGE(STATUS "")
744 MESSAGE(STATUS " Install prefix .................. : ${CMAKE_INSTALL_PREFIX}")
745 MESSAGE(STATUS " C compiler ...................... : ${CMAKE_C_COMPILER}")
746 …MESSAGE(STATUS " C compiler flags ................ : ${CMAKE_C_FLAGS}${cfsp}${CMAKE_C_FLAGS_${bui…
747 MESSAGE(STATUS "")
[all …]
/external/llvm/cmake/platforms/
DiOS.cmake18 message(STATUS "Using SDKROOT ${SDKROOT}")
27 message(STATUS "Using c compiler ${CMAKE_C_COMPILER}")
35 message(STATUS "Using c compiler ${CMAKE_CXX_COMPILER}")
44 message(STATUS "Using ar ${CMAKE_AR}")
53 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUTaglet.java105 protected static final String STATUS = "<dt><b>Status:</b></dt>"; field in ICUTaglet
140 return STATUS + "<dd><em>Technology Preview</em>. <font color='red'>" + in toString()
143 return STATUS + "<dd><em>Internal</em>. <font color='red'>" + in toString()
164 return STATUS + "<dd>Draft " + tag.text() + ".</dd>"; in toString()
182 return STATUS + "<dd>Stable " + text + ".</dd>"; in toString()
184 return STATUS + "<dd>Stable.</dd>"; in toString()
226 return STATUS + "<dd><em>Obsolete.</em> <font color='red'>Will be removed in " + in toString()
/external/libcxx/cmake/Modules/
DHandleCompilerRT.cmake16 message(STATUS "Found compiler-rt library: ${LIBRARY_FILE}")
19 message(STATUS "Failed to find compiler-rt library")
50 message(STATUS "Found compiler-rt directory: ${LIBRARY_DIR}")
53 message(STATUS "Failed to find compiler-rt directory")
/external/curl/CMake/
DMacros.cmake38 message(STATUS "Performing Curl Test ${CURL_TEST}")
47 message(STATUS "Performing Curl Test ${CURL_TEST} - Success")
52 message(STATUS "Performing Curl Test ${CURL_TEST} - Failed")
70 message(STATUS "Performing Curl Test ${CURL_TEST}")
79 message(STATUS "Performing Curl Test ${CURL_TEST} - Success")
81 message(STATUS "Performing Curl Test ${CURL_TEST} - Failed")
/external/deqp/
DCMakeLists.txt52 message(STATUS "System version of zlib not found, using external/zlib")
64 message(STATUS "System version of libpng not found, using external/libpng")
77 message(STATUS "DEQP_TARGET_NAME = ${DEQP_TARGET_NAME}")
78 message(STATUS "DEQP_SUPPORT_GLES1 = ${DEQP_SUPPORT_GLES1}")
79 message(STATUS "DEQP_GLES1_LIBRARIES = ${DEQP_GLES1_LIBRARIES}")
80 message(STATUS "DEQP_GLES2_LIBRARIES = ${DEQP_GLES2_LIBRARIES}")
81 message(STATUS "DEQP_GLES3_LIBRARIES = ${DEQP_GLES3_LIBRARIES}")
82 message(STATUS "DEQP_SUPPORT_VG = ${DEQP_SUPPORT_VG}")
83 message(STATUS "DEQP_VG_LIBRARIES = ${DEQP_VG_LIBRARIES}")
84 message(STATUS "DEQP_EGL_LIBRARIES = ${DEQP_EGL_LIBRARIES}")
[all …]
/external/libunwind_llvm/cmake/Modules/
DHandleCompilerRT.cmake19 message(STATUS "Found compiler-rt library: ${LIBRARY_FILE}")
22 message(STATUS "Failed to find compiler-rt library")
53 message(STATUS "Found compiler-rt directory: ${LIBRARY_DIR}")
56 message(STATUS "Failed to find compiler-rt directory")

12345678910