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

1 2 3 4

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java 27 STATUS("status"),
28 STATUS_ID("status/#");
  /frameworks/base/core/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);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 200 int status = internalCompile(true); local
201 if (status != 0) {
204 return status;
234 int status = internalCompile(false); local
235 if (status != 0) {
238 return status;
592 #define DELEGATE(STATUS) \
593 case ScriptStatus::STATUS: \
594 m##STATUS->getExportVarList(varListSize, varList); \
625 #define DELEGATE(STATUS) \
    [all...]
  /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 */
  /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/apps/Contacts/src/com/android/contacts/list/
ProviderStatusLoader.java 27 * Checks provider status and configures a list adapter accordingly.
32 * Callback interface invoked when the provider status changes.
39 ProviderStatus.STATUS,
74 // Default to normal status
120 * Sends a provider status update, which will trigger a retry of database upgrade
124 values.put(ProviderStatus.STATUS, ProviderStatus.STATUS_UPGRADING);
  /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...]
BluetoothOppTransferHistory.java 108 String selection = BluetoothShare.STATUS + " >= '200' AND " + direction;
120 "_id", BluetoothShare.FILENAME_HINT, BluetoothShare.STATUS,
231 int statusColumnId = mTransferCursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
232 int status = mTransferCursor.getInt(statusColumnId); local
233 if (BluetoothShare.isStatusCompleted(status)) {
BluetoothOppNotification.java 60 static final String status = "(" + BluetoothShare.STATUS + " == '192'" + ")"; field in class:BluetoothOppNotification
70 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
72 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible;
340 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
347 int status = cursor.getInt(statusIndex); local
349 if (BluetoothShare.isStatusError(status)) {
394 int status = cursor.getInt(statusIndex); local
396 if (BluetoothShare.isStatusError(status)) {
BluetoothOppProvider.java 179 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES
266 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING);
322 + " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.STATUS_SUCCESS);
  /external/qemu/fpu/
softfloat-specialize.h 47 STATUS(float_exception_flags) |= flags;
136 if (STATUS(default_nan_mode)) {
227 if ( STATUS(default_nan_mode) ) {
371 if ( STATUS(default_nan_mode) )
473 if ( STATUS(default_nan_mode) ) {
507 if ( STATUS(default_nan_mode) )
627 if ( STATUS(default_nan_mode) ) {
662 if ( STATUS(default_nan_mode) ) {
772 if ( STATUS(default_nan_mode) ) {
801 if ( STATUS(default_nan_mode) )
    [all...]
softfloat.c 59 STATUS(float_rounding_mode) = val;
64 STATUS(float_exception_flags) = val;
70 STATUS(floatx80_rounding_precision) = val;
119 roundingMode = STATUS(float_rounding_mode);
145 if ( roundBits ) STATUS(float_exception_flags) |= float_flag_inexact;
168 roundingMode = STATUS(float_rounding_mode);
198 if ( absZ1 ) STATUS(float_exception_flags) |= float_flag_inexact;
242 if (STATUS(flush_inputs_to_zero)) {
317 roundingMode = STATUS(float_rounding_mode);
344 if (STATUS(flush_to_zero))
    [all...]
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/util/
DataStatus.java 30 * Storage for a social status update. Holds a single update, but can use
31 * {@link #possibleUpdate(Cursor)} to consider updating when a better status
56 final boolean hasStatus = !isNull(cursor, Data.STATUS);
59 // Bail early when not valid status, or when previous status was
65 // Compare timestamps and bail if older status
78 mStatus = getString(cursor, Data.STATUS);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 28 * Storage for a social status update. Holds a single update, but can use
29 * {@link #possibleUpdate(Cursor)} to consider updating when a better status
54 final boolean hasStatus = !isNull(cursor, Data.STATUS);
57 // Bail early when not valid status, or when previous status was
63 // Compare timestamps and bail if older status
76 mStatus = getString(cursor, Data.STATUS);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 78 public static final String STATUS = "STATUS";
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 40 Uri.parse("content://sms/status");
65 // Create a "status/#" URL and use it to update the
66 // message's status in the database.
75 int status = message.getStatus(); local
80 log("updateMessageStatus: msgUrl=" + messageUri + ", status=" + status +
84 contentValues.put(Sms.STATUS, status);
88 error("Can't find message for status update: " + messageUri);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 106 #define STATUS ns_o_status
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 91 // Inserting a new status message causes a timestamp to be inserted
101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp)
107 .withValue(StatusUpdates.STATUS, status)
127 private void assertPresence(Uri uri, int status) throws Exception {
130 .withValue(StatusUpdates.PRESENCE, status)
137 private void assertStatus(Uri uri, String status) throws Exception {
140 .withValue(StatusUpdates.STATUS, status)
173 private void assertPrecedence(int status) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 223 // Use the STATUS field to store the state of downloading process
226 values.put(Mms.STATUS, state);
262 uri, new String[] {Mms.STATUS}, null, null, null);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 51 Data._ID, Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
80 + " IS NOT NULL OR " + StatusUpdates.STATUS + " IS NOT NULL", null, null);
88 final DataStatus status = new DataStatus(cursor); local
90 statuses.put(dataId, status);
  /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...]

Completed in 1260 milliseconds

1 2 3 4