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

1 2

  /external/smack/src/org/xbill/DNS/
Opcode.java 19 /** A server status request (not used) */
20 public static final int STATUS = 2;
40 opcodes.add(STATUS, "STATUS");
  /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";
278 * Returns whether the status is informational (i.e. 1xx).
280 public static boolean isStatusInformational(int status) {
281 return (status >= 100 && status < 200);
288 public static boolean isStatusSuspended(int status) {
289 return (status == STATUS_PENDING);
293 * 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 58 private static final int STATUS = 0;
103 assertEquals(STATUS, sms.getStatus());
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 48 public static final String STATUS = "fm.rx.intent.STATUS";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 106 #define STATUS ns_o_status
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 106 #define STATUS ns_o_status
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /frameworks/opt/mms/src/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/model/
ContactLoader.java 176 Data.STATUS,
248 public static final int STATUS = 56;
373 // status data. Initially, result has empty entities and statuses.
394 || !cursor.isNull(ContactQuery.STATUS)) {
395 final DataStatus status = new DataStatus(cursor); local
397 statusesBuilder.put(dataId, status);
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 425 * Can the organizer respond to the event? If no, the status of the
    [all...]
ContactsContract.java 92 * {@link StatusUpdates}, which contains social status updates including IM
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 113 * The TP-Status value for the message, or -1 if no status has
116 public static final String STATUS = "status";
250 values.put(STATUS, STATUS_PENDING);
854 * The response-status of the message.
860 * The status of the message.
863 public static final String STATUS = "st";
872 * The retrieve-status of the message.
890 * The read-status of the message
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 397 ALLOWED_IN_EXCEPTION.add(Events.STATUS);
2194 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local
2817 int status = Attendees.ATTENDEE_STATUS_NONE; local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 

Completed in 504 milliseconds

1 2