Home
last modified time | relevance | path

Searched refs:bufferEnd (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp154 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local
174 EXPECT_EQ(buffer, bufferEnd); // ensure that we have read the entire buffer in TEST()
192 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local
199 EXPECT_EQ(buffer, bufferEnd); // ensure that we have read the entire buffer in TEST()
217 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local
224 EXPECT_EQ(buffer, bufferEnd); // ensure that we have read the entire buffer in TEST()
242 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local
249 EXPECT_EQ(buffer, bufferEnd); // ensure that we have read the entire buffer in TEST()
268 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local
275 EXPECT_EQ(buffer, bufferEnd); // ensure that we have read the entire buffer in TEST()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DIndentingPrintWriter.java103 final int bufferEnd = offset + count; in write() local
108 while (lineEnd < bufferEnd) { in write()
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DIndentingPrintWriter.java200 final int bufferEnd = offset + count; in write() local
205 while (lineEnd < bufferEnd) { in write()