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

1 2

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 26 var STATUS = "STATUS: ";
86 print (STATUS + lines[i]);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/
shell.js 26 var STATUS = "STATUS: ";
86 print (STATUS + lines[i]);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/
shell.js 43 var STATUS = "STATUS: ";
108 writeLineToLog (STATUS + lines[i]);
  /external/libpcap/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
  /external/tcpdump/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
nameser.h 93 #define STATUS 0x2 /* nameserver status query */
216 * Status return codes for T_UNSPEC conversion routines
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 177 * The name of the column containing the current status of the transfer.
187 public static final String STATUS = "status";
272 * Returns whether the status is informational (i.e. 1xx).
274 public static boolean isStatusInformational(int status) {
275 return (status >= 100 && status < 200);
282 public static boolean isStatusSuspended(int status) {
283 return (status == STATUS_PENDING);
287 * Returns whether the status is a success (i.e. 2xx)
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 61 private static final int STATUS = 0;
199 assertEquals(STATUS, sms.getStatus());
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessageTest.java 61 private static final int STATUS = 0;
197 assertEquals(STATUS, sms.getStatus());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 76 public static final String STATUS = "STATUS";
  /bionic/libc/private/
arpa_nameser_compat.h 158 #define STATUS ns_o_status
  /external/qemu/fpu/
softfloat.h 98 #define STATUS_PARAM , float_status *status
99 #define STATUS(field) status->field
100 #define STATUS_VAR , status
201 STATUS(flush_to_zero) = val;
205 STATUS(default_nan_mode) = val;
207 INLINE int get_float_exception_flags(float_status *status)
209 return STATUS(float_exception_flags);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 106 #define STATUS ns_o_status
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 42 * <p>Otherwise, expect a series of test results, each one containing a set of status key/value
43 * pairs, delimited by a start(1)/pass(0)/fail(-2)/error(-1) status code result. At end of test
63 /** Relevant test status keys. */
73 /** Test result status codes. */
83 private static final String STATUS = "INSTRUMENTATION_STATUS: ";
126 /** Stores the status values for the test result currently being parsed */
129 /** Stores the status values for the test result last parsed */
132 /** Stores the current "key" portion of the status key-value being parsed. */
135 /** Stores the current "value" portion of the status key-value being parsed. */
201 * The start of a new status line (starts with Prefixes.STATUS or Prefixes.STATUS_CODE)
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 32 private STATUS mStatus;
36 enum STATUS {
51 mStatus = STATUS.INIT;
130 * Get status.
132 * @return The status.
134 public STATUS getStatus() {
218 mStatus = STATUS.STARTED;
246 mStatus = STATUS.RESUMED;
301 mStatus = STATUS.STARTED;
442 mStatus = STATUS.FINISHED
    [all...]
  /external/dnsmasq/src/
nameser.h 122 #define STATUS 0x2 /* nameserver status query */
257 * Status return codes for T_UNSPEC conversion routines
  /frameworks/base/core/java/android/provider/
Telephony.java 110 * The TP-Status value for the message, or -1 if no status has
113 public static final String STATUS = "status";
247 values.put(STATUS, STATUS_PENDING);
809 * The response-status of the message.
815 * The status of the message.
818 public static final String STATUS = "st";
827 * The retrieve-status of the message.
845 * The read-status of the message
    [all...]
Calendar.java 292 * Can the organizer respond to the event? If no, the status of the
342 * The attendance status of the attendee.
397 * The event status
400 public static final String STATUS = "eventStatus";
407 * This is a copy of the attendee status for the owner of this event.
531 * The allDay status (true or false) of the original recurring event
674 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, STATUS);
    [all...]
ContactsContract.java 85 * {@link StatusUpdates}, which contains social status updates including IM
405 * Contact presence status. See {@link StatusUpdates} for individual status
420 * Contact's latest status update.
426 * The absolute time in milliseconds when the latest status was
433 * The package containing resources for this status: label and icon.
440 * status, e.g. "Google Talk". This resource is scoped by the
447 * The resource ID of the icon for the source of contact status. This
812 * <td>Contact IM presence status. See {@link StatusUpdates} for individual
813 * status definitions. Automatically computed as the highest presence of al
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 51 public static final int STATUS = 0x95;
171 * X-Mms-Status Field.
210 * X-Mms-Response-Status field types.
245 * X-Mms-Retrieve-Status field types.
264 * X-Mms-Read-Status field types.
270 * X-Mms-Cancel-Status field types.
310 * X-Mms-Store-Status field types.
401 case STATUS:
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 394 setHeaderText(R.id.status, null);
672 private Drawable getTrackPresenceIcon(int status) {
674 switch (status) {
1194 final DataStatus status = new DataStatus(); local
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 860 milliseconds

1 2