HomeSort by relevance Sort by last modified time
    Searched defs:STATUS (Results 1 - 25 of 48) 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");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java 27 STATUS("status"),
28 STATUS_ID("status/#");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 28 /** Column name for a status value indicating where we are with processing this move request. */
29 public static final String STATUS = "status";
31 // Status values.
32 /** Status value indicating this move has not yet been unpsynced. */
35 /** Status value indicating this move is being upsynced right now. */
38 /** Status value indicating this move failed to upsync. */
44 ACCOUNT_KEY + "=? and " + STATUS + "=?";
68 * Update status of all change entries for an account:
84 cv.put(STATUS, STATUS_FAILED)
    [all...]
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 34 enum STATUS {
83 STATUS status() { return status_; } function in class:__anon10726::IPCChannelPosixTestListener
90 // The current status of the listener.
91 STATUS status_;
245 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
255 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, listener.status());
275 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
284 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
295 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, listener.status());
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 45 STATUS,
  /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 80 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());
  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 95 GET_STATUS = (_Method.GET, '/session/:sessionId/application_cache/status')
137 STATUS = (_Method.GET, '/status')
166 if response.status == 303:
169 if response.status != 200:
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 108 * <p>The execution status of tasks may be queried at several levels
189 * responsible for maintaining their "status" field amidst relays
193 * (1) basic status maintenance
201 * The status field holds run control status bits packed into a
203 * CAS). Status is initially zero, and takes on nonnegative
204 * values until completed, upon which status (anded with
218 * bits) of status field. The lower bits are used for user-defined
222 /** The run status of this task */
223 volatile int status; // accessed directly by pool and worker field in class:ForkJoinTask
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /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;
467 // status data. Initially, result has empty entities and statuses.
488 || !cursor.isNull(ContactQuery.STATUS)) {
489 final DataStatus status = new DataStatus(cursor); local
491 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...]

Completed in 1940 milliseconds

1 2