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

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 26 var STATUS = "STATUS: ";
86 print (STATUS + lines[i]);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 26 var STATUS = "STATUS: ";
86 print (STATUS + lines[i]);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java 27 STATUS("status"),
28 STATUS_ID("status/#");
  /external/webkit/Source/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...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 78 public static final String STATUS = "STATUS";
  /bionic/libc/private/
arpa_nameser_compat.h 158 #define STATUS ns_o_status
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 63 private static final int STATUS = 0;
205 assertEquals(STATUS, sms.getStatus());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 106 #define STATUS ns_o_status
  /external/dnsmasq/src/
nameser.h 122 #define STATUS 0x2 /* nameserver status query */
257 * Status return codes for T_UNSPEC conversion routines
  /external/qemu/fpu/
softfloat.h 95 #define STATUS_PARAM , float_status *status
96 #define STATUS(field) status->field
97 #define STATUS_VAR , status
218 STATUS(float_detect_tininess) = val;
222 STATUS(flush_to_zero) = val;
226 STATUS(flush_inputs_to_zero) = val;
230 STATUS(default_nan_mode) = val;
232 INLINE int get_float_exception_flags(float_status *status)
234 return STATUS(float_exception_flags)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 382 final DataStatus status = new DataStatus(); local
389 // Handle any social status updates from this row
390 status.possibleUpdate(cursor);
666 Data.STATUS,
692 final int STATUS = 5;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 48 * <p>Otherwise, expect a series of test results, each one containing a set of status key/value
49 * pairs, delimited by a start(1)/pass(0)/fail(-2)/error(-1) status code result. At end of test
69 /** Relevant test status keys. */
79 /** The set of expected status keys. Used to filter which keys should be stored as metrics */
88 // unused, but regularly occurring status keys.
94 /** Test result status codes. */
105 private static final String STATUS = "INSTRUMENTATION_STATUS: ";
151 /** Stores the status values for the test result currently being parsed */
154 /** Stores the status values for the test result last parsed */
157 /** Stores the current "key" portion of the status key-value being parsed. *
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 116 * The TP-Status value for the message, or -1 if no status has
119 public static final String STATUS = "status";
253 values.put(STATUS, STATUS_PENDING);
831 * The response-status of the message.
837 * The status of the message.
840 public static final String STATUS = "st";
849 * The retrieve-status of the message.
867 * The read-status of the message
    [all...]
CalendarContract.java 383 * Can the organizer respond to the event? If no, the status of the
749 * The attendance status of the attendee. Column name.
    [all...]
ContactsContract.java 92 * {@link StatusUpdates}, which contains social status updates including IM
    [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/
ContactLoader.java 95 private enum Status {
138 private final Status mStatus;
144 private Result(Uri requestedUri, Status status, Exception exception) {
145 if (status == Status.ERROR && exception == null) {
148 mStatus = status;
175 return new Result(requestedUri, Status.ERROR, exception);
179 return new Result(requestedUri, Status.NOT_FOUND, null);
190 mStatus = Status.LOADED
744 final DataStatus status = new DataStatus(cursor); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 377 ALLOWED_IN_EXCEPTION.add(Events.STATUS);
2130 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local
2725 int status = Attendees.ATTENDEE_STATUS_NONE; local
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 1461 milliseconds

1 2