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

1 2

  /external/libpcap/
atmuni31.h 54 #define STATUS 0x7d /* status */
55 #define STATUS_ENQ 0x75 /* status ack */
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 48 testrecognizers.py | LN | STATUS
test-streams.rb 422 teststreams.py | LN | 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...]
CalendarTest.java 316 Events.STATUS,
377 values.put(Events.STATUS, seed % 2); // avoid STATUS_CANCELED for general testing
486 values.put(Events.STATUS, seed % 3);
618 String email, int status, int relationship, int type) {
625 attendee.put(Attendees.ATTENDEE_STATUS, status);
1235 int status = EventHelper.lookupSelfAttendeeStatus(mContentResolver, eventId1); local
1271 int status = EventHelper.lookupSelfAttendeeStatus(mContentResolver, eventId2); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 49 private static final String STATUS = "status";
93 int status; field in class:InteractiveVerifierActivity.InteractiveTestCase
109 /** Set status to {@link #READY} to proceed, or {@link #SETUP} to try again. */
110 void setUp() { status = READY; next(); };
112 /** Set status to {@link #PASS} or @{link #FAIL} to proceed, or {@link #READY} to retry. */
113 void test() { status = FAIL; next(); };
115 /** Do not modify status. */
134 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP);
135 Log.i(TAG, "restored state(" + savedStateIndex + "}, status(" + savedStatus + ")")
186 ImageView status = (ImageView) item.findViewById(R.id.nls_status); local
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 160 #define STATUS ns_o_status
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 160 #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/libpcap/Win32/Include/arpa/
nameser.h 112 #define STATUS 0x2 /* nameserver status query */
196 * Status return codes for T_UNSPEC conversion routines
  /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/ipc/
ipc_channel_posix_unittest.cc 34 enum STATUS {
83 STATUS status() { return status_; } function in class:__anon13098::IPCChannelPosixTestListener
96 // The current status of the listener.
97 STATUS status_;
263 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, out_listener.status());
284 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, out_listener.status());
301 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
311 ASSERT_EQ(IPCChannelPosixTestListener::CHANNEL_ERROR, listener.status());
331 ASSERT_EQ(IPCChannelPosixTestListener::CONNECTED, listener.status());
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 97 GET_STATUS = (_Method.GET, '/session/:sessionId/application_cache/status')
141 STATUS = (_Method.GET, '/status')
170 if response.status == 303:
173 if response.status != 200:
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /external/chromium_org/ui/native_theme/
native_theme_win.h 45 STATUS,
native_theme_win.cc     [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 314 diff |= CT_DIFF(STATUS, (a->ct_status ^ b->ct_status) &
317 diff |= CT_DIFF(STATUS, a->ct_status != b->ct_status);
330 __ADD(CT_ATTR_STATUS, status)
456 void nfnl_ct_set_status(struct nfnl_ct *ct, uint32_t status)
458 ct->ct_status_mask |= status;
459 ct->ct_status |= status;
463 void nfnl_ct_unset_status(struct nfnl_ct *ct, uint32_t status)
465 ct->ct_status_mask |= status;
466 ct->ct_status &= ~status;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 52 * Custom IM protocol used when storing status messages.
221 * Update the status messages for a list of users. This is typically called
223 * the contact's status until they have a profileId.
295 // If we have a serverId, then go ahead and create our status profile.
319 * @param updateStatus should we update this user's status
419 // If we don't have a status profile, then create one. This could
421 // create the status profile until after the first sync...
515 * Update the status message associated with the specified user. The status
521 * @param rawContact the contact whose status we should updat
531 final String status = rawContact.getStatus(); local
    [all...]
  /external/oprofile/utils/
opcontrol 141 --status show configuration
744 --status)
745 STATUS=yes
    [all...]
  /external/eigen/blas/testing/
cblat2.f 129 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
138 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
dblat2.f 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
dblat3.f 99 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
108 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
sblat2.f 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]

Completed in 843 milliseconds

1 2