Searched defs:test (Results 1 - 25 of 25) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_01.c37 void test() function
H A Dtest_02.c34 void test() function
H A Dtest_03.c35 void test() function
H A Dtest_04.c37 void test() function
H A Dtest_05.c35 void test() function
H A Dtest_07.c53 void test() function
H A Dtest_06.c68 void test() function
H A Dtest_08.c66 void test() function
H A Dtest_09.c35 void test() function
H A Dtest_10.c103 void test() function
H A Dtest_11.c103 void test() function
H A Dtest_vaSurfaceAttrib.c35 void test() function
/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DValidateXml.h25 namespace test { namespace in namespace:android::hardware::audio
37 /** Helper gtest ASSERT to test xml validity against an xsd. */
39 ASSERT_PRED_FORMAT2(::android::hardware::audio::test::validateXml, \
42 } // namespace test
H A DValidateXml.cpp33 namespace test { namespace in namespace:android::hardware::audio
138 } // namespace test
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/
H A Dvdec.mk89 # Make the apps-test (mm-vdec-omx-test)
93 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
94 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
96 LOCAL_MODULE := mm-vdec-omx-test
99 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
104 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
109 # Make the driver-test (mm-video-driver-test)
113 mm-vdec-drv-test
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
H A Dvdec.mk180 # Make the apps-test (mm-vdec-omx-test)
184 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
185 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
186 mm-vdec-test-inc += $(vdec-inc)
188 LOCAL_MODULE := mm-vdec-omx-test
191 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
196 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
201 # Make the driver-test (mm-video-driver-test)
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawDeviceTest.cpp30 * Host test that verifies HidRawDevice and HidRawSensor works correctly.
34 static void test(const char *devicePath) { function in class:android::SensorHalExt::HidRawDeviceTest
123 android::SensorHalExt::HidRawDeviceTest::test(argv[1]);
H A DHidRawSensorTest.cpp110 static bool test() { function in class:android::SensorHalExt::HidRawSensorTest
161 return android::SensorHalExt::HidRawSensorTest::test() ? 0 : 1;
/hardware/interfaces/gnss/1.0/vts/functional/
H A DVtsHalGnssV1_0TargetTest.cpp40 // for command line argument on how strictly to run the test
44 // The main test class for GNSS HAL.
102 /* Used as a mechanism to inform the test that a callback has occurred */
150 // Actual (test) callback handlers
181 * test.)
281 bool StartAndGetSingleLocation(GnssHalTest* test, bool checkAccuracies) { argument
282 auto result = test->gnss_hal_->start();
288 * GPS signals initially optional for this test, so don't expect fast fix,
297 test->wait(firstGnssLocationTimeoutSeconds);
299 EXPECT_EQ(test
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h439 int test; local
464 fscanf(sysfsfp, "%d", &test);
467 printf("VERB: cat %s = %d\n", temp, test);
468 if (test != val) {
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h439 int test; local
464 fscanf(sysfsfp, "%d", &test);
467 printf("VERB: cat %s = %d\n", temp, test);
468 if (test != val) {
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h438 int test; local
464 fscanf(sysfsfp, "%d", &test);
465 if (test != val) {
494 int test; local
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr; local
784 const char *fn = "/data/test.pcm";
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp91 /** Document the current test case.
92 * Eg: calling `doc::test("Dump the state of the hal")` in the "debugDump" test
100 void test(const std::string& testCaseDocumentation) { function in namespace:doc
104 /** Document why a test was not fully run. Usually due to an optional feature
111 /** Add a note to the test. */
167 // Cache the devicesFactory retrieval to speed up each test by ~0.5s
173 doc::test("test the getService (called in SetUp)");
177 doc::test("tes
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp44 // This service_name will be passed to getService when retrieving the keymaster service to test. To
191 namespace test { namespace in namespace:android::hardware::keymaster::V3_0
395 // SetUpTestCase runs only once per test case, not once per test.
1258 // To keep this test from being very slow, we only test a random fraction of non-byte
1259 // key sizes. We test only ~10% of such cases. Since there are 392 of them, we expect
1283 * test is probabilistic in order to keep the runtime down, but any failure prints out the specific
1289 // To keep this test from being very long, we only test
[all...]

Completed in 454 milliseconds