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

  /frameworks/base/core/tests/coretests/src/android/content/pm/
LimitedLengthInputStreamTest.java 28 private final byte[] TEST_STRING1 = "This is a test".getBytes();
36 mTestStream1 = new ByteArrayInputStream(TEST_STRING1);
42 InputStream is = new LimitedLengthInputStream(mTestStream1, -1, TEST_STRING1.length);
82 byte[] temp = new byte[TEST_STRING1.length];
86 System.arraycopy(TEST_STRING1, offset, expected, 0, length);
111 checkReadBytesWithOffsetAndLength_WithString1(0, TEST_STRING1.length);
117 checkReadBytesWithOffsetAndLength_WithString1(3, TEST_STRING1.length - 3);
122 byte[] temp = new byte[TEST_STRING1.length + 10];
123 InputStream is = new LimitedLengthInputStream(mTestStream1, 0, TEST_STRING1.length + 10);
124 assertEquals(TEST_STRING1.length, is.read(temp, 0, TEST_STRING1.length + 10))
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 1163 #define TEST_STRING1(OP, size, DF, REP)\
1187 TEST_STRING1(OP, "b", "", REP);\
1188 TEST_STRING1(OP, "w", "", REP);\
1189 TEST_STRING1(OP, "l", "", REP);\
1190 TEST_STRING1(OP, "b", "std", REP);\
1191 TEST_STRING1(OP, "w", "std", REP);\
1192 TEST_STRING1(OP, "l", "std", REP)
    [all...]
test-i386.c 1123 #define TEST_STRING1(OP, size, DF, REP)\
1147 TEST_STRING1(OP, "b", "", REP);\
1148 TEST_STRING1(OP, "w", "", REP);\
1149 TEST_STRING1(OP, "l", "", REP);\
1150 TEST_STRING1(OP, "b", "std", REP);\
1151 TEST_STRING1(OP, "w", "std", REP);\
1152 TEST_STRING1(OP, "l", "std", REP)
    [all...]

Completed in 187 milliseconds