Searched refs:junk (Results 1 – 5 of 5) sorted by relevance
69 byte[] junk = new byte[512]; in dump()70 for (int i = 0; i < junk.length; i++) junk[i] = (byte) i; // Write nonzero bytes in dump()79 fos.write(junk); in dump()
48 struct NoBitfield junk; // just to make this an exported type
159 Object junk[] = new Object[NUM_OBJECTS]; in xxtestSoftRefPartialClean() local166 while (i < junk.length && totalSize < 8 * 1024 * 1024) { in xxtestSoftRefPartialClean()170 junk[i++] = o; in xxtestSoftRefPartialClean()
26 struct NoBitfield junk; // just to make this an exported type
1236 sp<ABuffer> junk = new ABuffer(16); in initDownloadState() local1237 junk->setRange(0, 16); in initDownloadState()1238 status_t err = decryptBuffer(mSeqNumber - firstSeqNumberInPlaylist, junk, in initDownloadState()