HomeSort by relevance Sort by last modified time
    Searched refs:STATUS (Results 1 - 25 of 395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
StringParse.h 25 STATUS
56 STATUS
83 STATUS
104 STATUS
IfrParse.h 60 STATUS
83 STATUS
108 STATUS
131 STATUS
152 STATUS
173 STATUS
198 STATUS
219 STATUS
244 STATUS
IfrParse.c 42 typedef STATUS (*IFR_PARSE_FUNCTION) (IFR_PARSE_CONTEXT * Context);
51 STATUS
56 STATUS
61 STATUS
66 STATUS
71 STATUS
76 STATUS
81 STATUS
86 STATUS
91 STATUS
    [all...]
  /external/eigen/cmake/
EigenUninstall.cmake 11 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.")
FindBLASEXT.cmake 70 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"
175 ## Print status if not found
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:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.h 39 STATUS
50 STATUS
63 STATUS
71 STATUS
79 STATUS
86 STATUS
94 STATUS
101 STATUS
110 STATUS
117 STATUS
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.h 64 STATUS
69 STATUS
74 STATUS
81 STATUS
86 STATUS
91 STATUS
96 STATUS
CommonUtils.h 34 typedef UINT32 STATUS;
  /external/autotest/contrib/
deploy_puppet.sh 11 given the server role and status and/or server name.\n\
22 -s server status as in server db, e.g. 'primary'.\n\
29 STATUS=
40 STATUS=$OPTARG
69 if [ -n "${STATUS}" ]; then
70 STATUS_OPT="-s ${STATUS}"
73 if [ -z "${ROLE}" ] && [ -z "${STATUS}" ] && [ -z "${HOSTNAME}" ]; then
servo-stat 6 # Reports the status of the servo (if any) attached to the DUT.
82 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"
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.h 145 STATUS
156 STATUS
169 STATUS
177 STATUS
185 STATUS
192 STATUS
200 STATUS
208 STATUS
215 STATUS
223 STATUS
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.h 20 STATUS
26 STATUS
92 STATUS
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.h 27 STATUS
32 STATUS
88 STATUS
EfiUtilityMsgs.h 26 // Status codes returned by EFI utility programs and functions
33 typedef int STATUS;
43 STATUS
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/
Types.h 53 typedef UINT32 STATUS;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java 27 STATUS("status"),
28 STATUS_ID("status/#");
  /external/ltp/pan/cgi/
reconsile.cgi 79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line);
89 $rec->{STATUS} = $status;
107 || $a->{STATUS} cmp $b->{STATUS}} @$rtcs;
111 # print "$_->{TAG}:$_->{TCID}:$_->{TC}:$_->{STATUS}\n";
131 print "<th>TCID<th>Test Case<th>Status";
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
173 && @$rtcs[0]->{STATUS} eq $LCR->{STATUS})
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DeliveryInd.java 86 * Get Status value.
91 return mPduHeaders.getOctet(PduHeaders.STATUS);
95 * Set Status value.
101 mPduHeaders.setOctet(value, PduHeaders.STATUS);
NotifyRespInd.java 31 * @param status the status value
38 int status) throws InvalidHeaderValueException {
43 setStatus(status);
76 * Set X-Mms-Status field value.
83 mPduHeaders.setOctet(value, PduHeaders.STATUS);
87 * GetX-Mms-Status field value.
89 * @return the X-Mms-Status value
92 return mPduHeaders.getOctet(PduHeaders.STATUS);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
DeliveryInd.java 84 * Get Status value.
89 return mPduHeaders.getOctet(PduHeaders.STATUS);
93 * Set Status value.
99 mPduHeaders.setOctet(value, PduHeaders.STATUS);
NotifyRespInd.java 29 * @param status the status value
36 int status) throws InvalidHeaderValueException {
41 setStatus(status);
74 * Set X-Mms-Status field value.
81 mPduHeaders.setOctet(value, PduHeaders.STATUS);
85 * GetX-Mms-Status field value.
87 * @return the X-Mms-Status value
90 return mPduHeaders.getOctet(PduHeaders.STATUS);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DeliveryInd.java 86 * Get Status value.
91 return mPduHeaders.getOctet(PduHeaders.STATUS);
95 * Set Status value.
101 mPduHeaders.setOctet(value, PduHeaders.STATUS);
NotifyRespInd.java 31 * @param status the status value
38 int status) throws InvalidHeaderValueException {
43 setStatus(status);
76 * Set X-Mms-Status field value.
83 mPduHeaders.setOctet(value, PduHeaders.STATUS);
87 * GetX-Mms-Status field value.
89 * @return the X-Mms-Status value
92 return mPduHeaders.getOctet(PduHeaders.STATUS);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
FixupMessageStatusOnStartupAction.java 30 * Action used to fixup actively downloading or sending status at startup - just in case we
55 // in wrong status within a short window if that happens. But this should
58 // keep the status for platform sent/downloaded MMS and timeout these messages.
61 values.put(DatabaseHelper.MessageColumns.STATUS,
64 DatabaseHelper.MessageColumns.STATUS + " IN (?, ?)",
72 values.put(DatabaseHelper.MessageColumns.STATUS,
75 DatabaseHelper.MessageColumns.STATUS + " IN (?, ?)",
  /external/autotest/site_utils/
server_manager.py 9 Create a server with given role, with status backup.
12 Delete a server from the database. If the server is in primary status, its
15 modify(hostname, role=None, status=None, note=None, delete=False,
17 Modify a server's role, status, note, or attribute:
18 1. Add role to a server. If the server is in primary status, proper actions
20 2. Delete a role from a server. If the server is in primary status, proper
22 3. Change status of a server. If the server is changed from or to primary
23 status, proper actions like service restart will be executed to enable
48 @param action: Execute actions after role or status is changed. Default to
64 server.status == server_models.Server.STATUS.PRIMARY)
    [all...]

Completed in 2039 milliseconds

1 2 3 4 5 6 7 8 91011>>