Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dsend_event_test.cc199 void *expectedData; in handleEvent() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuUidBpfMapReaderTest.java197 private void testOpenAndReadData(SparseArray<long[]> expectedData) { in testOpenAndReadData()
/aosp12/packages/modules/StatsD/statsd/tests/shell/
H A DShellSubscriber_test.cpp43 const ShellData& expectedData) { in runShellTest()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java262 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) in readAndVerifyEntity()
/aosp12/system/core/libutils/
H A DLooper_test.cpp357 void* expectedData = this; in TEST_F() local
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp340 [](auto address, auto expectedData) { EXPECT_EQ(*address, expectedData); }); in verifyYCbCr888Data()