Home
last modified time | relevance | path

Searched defs:buffer0 (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
H A Dtrace.ini6 [buffer0] section
7 name=CSTMC_TRACE_FIFO
8 file=CSTMC_TRACE_FIFO.bin
9 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/init-short-addr/
H A Dtrace.ini6 [buffer0] section
7 name=CSTMC_TRACE_FIFO
8 file=tracebuffer.bin
9 format=source_data
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
H A Dtrace.ini6 [buffer0] section
7 name=DSTREAM_0
8 file=DSTREAM_0.bin
9 format=dstream_coresight
H A Dcontents.ini5 buffer0=DSTREAM_0.bin key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/juno-uname-001/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=uname_trace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/Snowball/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/tc2-ptm-rstk-t32/
H A Dtrace.ini10 [buffer0] section
11 name=PTM_0_2
12 file=PTM_0_2.bin
13 format=source_data
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/trace_cov_a15/
H A Dtrace.ini10 [buffer0] section
11 name=PTM_0_2
12 file=PTM_0_2.bin
13 format=source_data
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/TC2/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/juno-uname-002/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=trace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/test-file-mem-offsets/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=trace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/juno-ret-stck/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/bugfix-exact-match/
H A Dtrace.ini4 [buffer0] section
5 name=etr_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots-ete/infrastructure/
H A Dtrace.ini4 [buffer0] section
5 name=ETB_0
6 file=cstrace.bin
7 format=coresight
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h44 const uint16_t buffer0 = buffer[0]; in ReadTwoBytes() local
54 const uint32_t buffer0 = buffer[0]; in ReadThreeBytes() local
65 const uint32_t buffer0 = buffer[0]; in ReadFourBytes() local
77 const uint64_t buffer0 = buffer[0]; in ReadEightBytes() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpage_allocator_unittest.cc177 int* buffer0 = reinterpret_cast<int*>(buffer); in TEST() local
215 int* buffer0 = reinterpret_cast<int*>(buffer); in TEST() local
299 int* buffer0 = reinterpret_cast<int*>(buffer); in TEST() local
357 int* buffer0 = reinterpret_cast<int*>(buffer); in TEST() local
471 int* buffer0 = reinterpret_cast<int*>(buffer); in TEST() local
H A Dtagging_unittest.cc28 int* buffer0 = static_cast<int*>(bufferp); in TEST() local
44 int* buffer0 = static_cast<int*>(bufferp); in TEST() local
/aosp_15_r20/external/libgav1/src/
H A Dresidual_buffer_pool_test.cc120 std::unique_ptr<ResidualBuffer> buffer0 = ResidualBuffer::Create(128, 128); in TEST() local
164 std::unique_ptr<ResidualBuffer> buffer0 = ResidualBuffer::Create(128, 128); in TEST() local
/aosp_15_r20/external/skia/src/core/
H A DSkBlurEngine.cpp202 skvx::Vec<4, uint32_t>* buffer0 = static_cast<skvx::Vec<4, uint32_t>*>(buffers); in Make() local
262 GaussPass(skvx::Vec<4, uint32_t>* buffer0, in GaussPass()
541 skvx::Vec<4, uint32_t>* buffer0 = static_cast<skvx::Vec<4, uint32_t>*>(buffers); in Make() local
590 TentPass(skvx::Vec<4, uint32_t>* buffer0, in TentPass()
H A DSkMaskBlurFilter.cpp97 uint32_t* buffer0, uint32_t* buffer0End, in Scan()
216 uint32_t* buffer0, *buffer0End, *buffer1, *buffer1End, *buffer2, *buffer2End; in makeBlurScan() local
/aosp_15_r20/external/libaom/test/
H A Dhash_test.cc104 uint8_t buffer0[1024] = { 0 }; in RunZeroTest() local
/aosp_15_r20/external/libsrtp2/crypto/test/
H A Dcipher_driver.c360 uint8_t buffer0[INITIAL_BUFLEN], buffer1[INITIAL_BUFLEN], *current, *end; in cipher_driver_test_buffering() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DRewindableReadableByteChannelTest.java455 ByteBuffer buffer0 = ByteBuffer.allocate(20); in testDisableRewindingAfterRewindBetweenReading() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp178 GLRenderbuffer &buffer0, in testAttachments()

12