Searched refs:buf1 (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/ |
D | poc.c | 51 char buf1[10], buf2[10], buf3[10]; in udp_recv() local 60 memset(buf1, 0, sizeof(buf1)); in udp_recv() 67 iov[0].iov_base = buf1; in udp_recv() 68 iov[0].iov_len = sizeof(buf1); in udp_recv() 73 memset(buf1, 0, sizeof(buf1)); in udp_recv()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | InstallUtilTest.java | 91 byte[] buf1 = new byte[64]; in assertSameResource() 94 int n1 = is1.read(buf1); in assertSameResource() 98 assertThat(buf1).isEqualTo(buf2); in assertSameResource()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecoderTest.java | 800 ByteBuffer buf1 = ByteBuffer.allocate(1024*1024); in testTrackSelection() local 808 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 833 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 853 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 873 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 905 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 938 int n1 = ex1.readSampleData(buf1, 0); in testTrackSelection() 984 ByteBuffer buf1 = ByteBuffer.allocate(1024*1024); in testDecodeFragmented() local 996 int n1 = ex1.readSampleData(buf1, 0); in testDecodeFragmented() 1004 buf1.limit(n1); in testDecodeFragmented() [all …]
|