Searched refs:Test (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/test/java/com/example/simpleperf/simpleperfexamplepurejava/
H A DExampleUnitTest.java3 import org.junit.Test;
13 @Test
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/test/java/com/example/simpleperf/simpleperfexamplewithnative/
H A DExampleUnitTest.java3 import org.junit.Test;
13 @Test
/system/bt/osi/test/
H A DAllocationTestHarness.h23 class AllocationTestHarness : public ::testing::Test {
/system/core/libion/tests/
H A Dion_test_fixture.h22 using ::testing::Test;
24 class IonTest : public virtual Test {
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplepurejava/
H A DExampleInstrumentedTest.java7 import org.junit.Test;
19 @Test
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplewithnative/
H A DExampleInstrumentedTest.java7 import org.junit.Test;
19 @Test
/system/chre/apps/chqts/src/general_test/
H A Dtest.cc28 Test::Test(uint32_t minSupportedVersion) function in class:general_test::Test
33 void Test::testSetUp(uint32_t messageSize, const void *message) {
41 void Test::testHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
48 void Test::unexpectedEvent(uint16_t eventType) {
50 sendFatalFailureToHost("Test received unexpected event:", &localEvent);
53 const void *Test::getMessageDataFromHostEvent(uint32_t senderInstanceId,
H A Dtest.h29 class Test { class in namespace:general_test
31 Test(uint32_t minSupportedVersion);
32 virtual ~Test() {}
H A Dget_time_test.h38 class GetTimeTest : public Test {
H A Dgnss_capabilities_test.h33 class GnssCapabilitiesTest : public Test {
H A Dheap_alloc_stress_test.h32 class HeapAllocStressTest : public Test {
H A Dhello_world_test.cc27 : Test(CHRE_API_VERSION_1_0) {
H A Dhello_world_test.h31 class HelloWorldTest : public Test {
H A Dlogging_sanity_test.h35 class LoggingSanityTest : public Test {
H A Dnanoapp_info_by_app_id_test.h31 class NanoappInfoByAppIdTest : public Test {
H A Dnanoapp_info_by_instance_id_test.h31 class NanoappInfoByInstanceIdTest : public Test {
H A Dnanoapp_info_events_test_performer.cc26 : Test(CHRE_API_VERSION_1_1) {
H A Dnanoapp_info_events_test_performer.h35 class NanoAppInfoEventsTestPerformer : public Test {
H A Dsimple_heap_alloc_test.h35 class SimpleHeapAllocTest : public Test {
H A Dversion_sanity_test.h31 class VersionSanityTest : public Test {
H A Dwifi_capabilities_test.h33 class WifiCapabilitiesTest : public Test {
H A Dwwan_capabilities_test.h33 class WwanCapabilitiesTest : public Test {
/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_test_base.h29 class BinderTestBase : public ::testing::Test {
/system/core/libnativebridge/tests/
H A DNativeBridgeTest.h33 class NativeBridgeTest : public testing::Test {
/system/update_engine/common/
H A Dfile_fetcher_unittest.cc27 class FileFetcherUnitTest : public ::testing::Test {};

Completed in 1091 milliseconds

1234567891011>>