Home
last modified time | relevance | path

Searched defs:TEST_DATA_1 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
H A DReusableBufferedOutputStreamTest.java30 private static final byte[] TEST_DATA_1 = Util.getUtf8Bytes("test data 1"); field in ReusableBufferedOutputStreamTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
H A DReusableBufferedOutputStreamTest.java30 private static final byte[] TEST_DATA_1 = Util.getUtf8Bytes("test data 1"); field in ReusableBufferedOutputStreamTest
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBackupDataInputTest.java22 private static final byte[] TEST_DATA_1 = {1, 2, 3, 4}; field in ShadowBackupDataInputTest
/aosp_15_r20/external/coreboot/tests/include/tests/lib/
H A Dcbfs_util.h49 #define TEST_DATA_1 EMPTY_WRAP( \ macro
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/include/mocks/
H A Dcbfs_util.h51 #define TEST_DATA_1 EMPTY_WRAP( \ macro
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java86 private static final byte[] TEST_DATA_1 = new byte[] {(byte) 0xd2}; field in CardEmulationManagerTest