Home
last modified time | relevance | path

Searched defs:TEST_DATA (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dfs.rs28 const TEST_DATA: &str = "virtiofs works!"; in copy_file() constant
55 const TEST_DATA: &str = "hello world"; in mount_rw() constant
227 const TEST_DATA: &str = "Hello world!"; in copy_file_validate_ugid_mapping() constant
/aosp_15_r20/external/rust/crates/openssl/src/
Ddsa.rs612 const TEST_DATA: &[u8] = &[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; in test_signature() constant
655 const TEST_DATA: &[u8] = &[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; in test_signature_der() constant
/aosp_15_r20/external/angle/build/android/stacktrace/
H A Djava_deobfuscate_test.py36 TEST_DATA = [ variable
99 TEST_DATA = [s + '\n' for s in TEST_DATA] variable
/aosp_15_r20/external/cronet/build/android/stacktrace/
H A Djava_deobfuscate_test.py36 TEST_DATA = [ variable
99 TEST_DATA = [s + '\n' for s in TEST_DATA] variable
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs407 const TEST_DATA: &[u8] = b"FrazzleSnazzleFlimFlamFlibbityGumboChops"; in test_parcel_file_descriptor() constant
443 const TEST_DATA: &[u8] = b"FirstSecondThird"; in test_parcel_file_descriptor_array() constant
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dvarint_test_data.py29 TEST_DATA = ( variable
H A Dtokenized_string_decoding_test_data.py29 TEST_DATA = ( variable
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStreamTest.java33 private static final byte[] TEST_DATA = TestUtil.buildTestData(16); field in DataSourceInputStreamTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStreamTest.java33 private static final byte[] TEST_DATA = TestUtil.buildTestData(16); field in DataSourceInputStreamTest
/aosp_15_r20/external/crosvm/io_uring/tests/
H A During.rs761 const TEST_DATA: &[u8; 4] = b"foo!"; in restrict_ops() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/util/
H A DCrc32ChecksumInputStreamTest.java31 private static final String TEST_DATA = "Jason, Yifei, Zach"; field in Crc32ChecksumInputStreamTest
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpTargetServiceTest.java40 private static final String TEST_DATA = "-1"; field in AvrcpTargetServiceTest
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_text_file.py8 TEST_DATA = """# test file variable
/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dtest_text_file.py8 TEST_DATA = """# test file variable
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py8 TEST_DATA = """# test file variable
/aosp_15_r20/external/fonttools/Tests/pens/
H A DreverseContourPen_test.py6 TEST_DATA = [ variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_text_file.py8 TEST_DATA = """# test file variable
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cronet/src/test/java/com/google/android/exoplayer2/ext/cronet/
H A DByteArrayUploadDataProviderTest.java37 private static final byte[] TEST_DATA = new byte[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; field in ByteArrayUploadDataProviderTest
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
DVendorSpecificAuthTest.java35 private static final byte[] TEST_DATA = new byte[] {0x12, 0x34, 0x45, 0x56}; field in VendorSpecificAuthTest
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cronet/src/test/java/com/google/android/exoplayer2/ext/cronet/
H A DByteArrayUploadDataProviderTest.java37 private static final byte[] TEST_DATA = new byte[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; field in ByteArrayUploadDataProviderTest
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/
H A DWifiKeyStoreTest.java48 private static final byte[] TEST_DATA = new byte[]{1, 2, 3, 4, 7}; field in WifiKeyStoreTest
/aosp_15_r20/external/webrtc/rtc_tools/network_tester/
H A Dnetwork_tester_packet.proto9 TEST_DATA = 2; enumerator
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBackupDataOutputTest.java21 private static final byte[] TEST_DATA = {1, 2, 3, 4}; field in ShadowBackupDataOutputTest
/aosp_15_r20/external/fonttools/Tests/ttLib/
H A Dsfnt_test.py10 TEST_DATA = Path(__file__).parent / "data" variable
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/
H A DResourceModule.java68 private static final String TEST_DATA = "TestData"; field in ResourceModule

1234