HomeSort by relevance Sort by last modified time
    Searched refs:END_MSG (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
sys_mman_test.cpp 95 #define END_MSG "E"
107 ASSERT_NE(-1, lseek(tf.fd, 3 * pagesize - sizeof(END_MSG), SEEK_SET));
108 ASSERT_EQ(STR_SSIZE(END_MSG), write(tf.fd, END_MSG, sizeof(END_MSG)));
125 ASSERT_STREQ(END_MSG, data+pagesize-sizeof(END_MSG));
143 ASSERT_NE(-1, lseek(tf.fd, 3 * pagesize - sizeof(END_MSG), SEEK_SET));
144 ASSERT_EQ(STR_SSIZE(END_MSG), write(tf.fd, END_MSG, sizeof(END_MSG)))
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageParser.java 57 private final static Property END_MSG = new Property("END", "MSG");
315 if (prop != null && prop.equals(END_MSG)) {
332 if (!prop.equals(END_MSG)) {
333 throw expected(END_MSG);

Completed in 51 milliseconds