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

/hardware/libhardware/tests/camera2/
H A DForkedTests.cpp28 class DISABLED_ForkedTest : public ::testing::Test {
H A DCameraMetadataTests.cpp50 : public ::testing::Test,
H A DCameraModuleTests.cpp34 class CameraModuleTest : public ::testing::Test,
H A DCameraBurstTests.cpp70 : public ::testing::Test,
H A DCameraMultiStreamTests.cpp72 : public ::testing::Test,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
H A Dactive_map_test.cc71 TEST_P(ActiveMapTest, Test) {
H A Dencode_test_driver.h209 return !(::testing::Test::HasFatalFailure() || abort_);
H A Dexternal_frame_buffer_test.cc78 // Test function that will not allocate any data for the frame buffer.
271 class ExternalFrameBufferTest : public ::testing::Test {
H A Dsad_test.cc50 class SADTestBase : public ::testing::Test {
H A Dsvc_test.cc26 class SvcTest : public ::testing::Test {
250 // Test that decoder can handle an SVC frame as the first frame in a sequence.
/hardware/intel/common/utils/media_resource_manager/test/
H A DMediaResourceManager_test.cpp26 class MediaResourceManagerTest : public ::testing::Test {
/hardware/libhardware/tests/camera3/
H A Dcamera3test_fixtures.h29 class Camera3Module : public testing::Test {
/hardware/libhardware/tests/fingerprint/
H A Dfingerprint_test_fixtures.h28 class FingerprintModule : public testing::Test {
/hardware/libhardware/tests/vehicle/
H A Dvehicle_test_fixtures.h28 class VehicleModule : public testing::Test {
/hardware/libhardware/tests/input/evdev/
H A DSwitchInputMapper_test.cpp36 class SwitchInputMapperTest : public ::testing::Test {
85 // Test two switch events in order
H A DMouseInputMapper_test.cpp36 class MouseInputMapperTest : public ::testing::Test {
95 // Test two switch events in order
H A DInputDevice_test.cpp45 class EvdevDeviceTest : public ::testing::Test {
H A DInputHub_test.cpp74 class InputHubTest : public ::testing::Test {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test.
119 // TestPartResultArray object given in the constructor whenever a Google Test
3375 Test::Test() function in class:testing::Test
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
89 // The Google C++ Testing Framework (Google Test)
92 // Google Test. They are subject to change without notice.
128 // Low-level types and utilities for porting Google Test to various
132 // This file is fundamental to Google Test. All other Google Test source
134 // any other Google Test heade
17760 class GTEST_API_ Test { class in namespace:testing
[all...]
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp335 class KeymasterBaseTest : public ::testing::Test {

Completed in 189 milliseconds