Searched refs:tests (Results 1 – 25 of 64) sorted by relevance
123
/hardware/ti/omap3/omx/ |
D | Android.mk | 87 include $(TI_OMX_AUDIO)/aac_enc/tests/Android.mk 90 include $(TI_OMX_AUDIO)/wma_dec/tests/Android.mk 95 include $(TI_OMX_AUDIO)/nbamr_enc/tests/Android.mk 98 include $(TI_OMX_AUDIO)/wbamr_enc/tests/Android.mk 100 include $(TI_OMX_AUDIO)/g711_dec/tests/Android.mk 102 include $(TI_OMX_AUDIO)/g711_enc/tests/Android.mk 104 include $(TI_OMX_AUDIO)/g722_dec/tests/Android.mk 106 include $(TI_OMX_AUDIO)/g722_enc/tests/Android.mk 108 include $(TI_OMX_AUDIO)/g726_dec/tests/Android.mk 110 include $(TI_OMX_AUDIO)/g726_enc/tests/Android.mk [all …]
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | testing.md | 15 ## How to run these tests 17 You need to compile from source with -DBUILDSWIGPYTHON=ON and then tests can be 24 Note tests will not run on platforms which cannot initialise, checking the 25 amount of 'skipped' tests can be useful 29 At this point tests were made to do a quick sanity check. In the future the 35 * Implement stress tests over long periods of time. This feature alone is 38 * Analyze a tests result collection solution (and after, interpretation). This 39 is useful since tests mean nothing without a history and possibility to
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/ |
D | README.webm | 7 Google's framework for writing C++ tests on a variety of platforms 10 assertions, user-defined assertions, death tests, fatal and non-fatal 11 failures, various options for running the tests, and XML test report
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 3 * New feature: death tests are supported on OpenBSD and in iOS 20 contain information about tests that are filtered out. 22 death tests. 38 * Parameters of value-parameterized tests are now printed in the 50 WithParamInterface<T> separately, easing conversion of legacy tests. 91 * New feature: elapsed time for the tests is printed by default. 103 * New feature: death tests on Windows, Cygwin, and Mac. 127 * New feature: value-parameterized tests. 131 * Added tests to the Xcode project. 135 * Enabled running Python tests on systems with python 2.3 installed, [all …]
|
D | README | 9 Google's framework for writing C++ tests on a variety of platforms 12 assertions, user-defined assertions, death tests, fatal and non-fatal 13 failures, various options for running the tests, and XML test report 63 build Google Test and its own tests from an SVN checkout (described 66 * Python version 2.3 or newer (for running some of the tests and 109 To build Google Test and your tests that use it, you need to tell your 142 Test's own tests. Instead, it just builds the Google Test library and 260 to the compiler flags while compiling Google Test and your tests. If 310 To compile your *tests* that use the gtest shared library, add 388 functionality, you'll want to compile and run Google Test's own tests. [all …]
|
/hardware/libhardware/tests/camera2/ |
D | main.cpp | 21 using android::camera2::tests::TestForkerEventListener; 22 using android::camera2::tests::TestSettings;
|
D | TestExtensions.h | 51 (android::camera2::tests::TestSettings::ForkingEnabled())
|
D | TestSettings.h | 23 namespace tests {
|
D | ForkedTests.cpp | 25 namespace tests { namespace
|
D | TestForkerEventListener.h | 24 namespace tests {
|
/hardware/libhardware/tests/vehicle/ |
D | Android.mk | 31 LOCAL_MODULE_TAGS := tests 41 LOCAL_MODULE_TAGS := tests
|
D | README | 24 c) hardware/libhardware/tests/vehicle/vehicle_test.cpp & vehicle_test_fixtures.h 25 These are native tests that can be run on the target to validate basic 31 d) hardware/libhardware/tests/vehicle/vehicle-hal-tool.c 68 <...output should be spitted with passing tests for atleast the reference
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | tools_common.sh | 327 echo $(basename "${0%.*}"): Done, all tests pass for ${tested_config}. 335 --filter <filter>: User test filter. Only tests matching filter are run. 336 --run-disabled-tests: Run disabled tests. 377 --run-disabled-tests)
|
/hardware/ti/omap4-aah/ion/ |
D | Android.mk | 20 LOCAL_MODULE_TAGS := optional tests 29 LOCAL_MODULE_TAGS := optional tests
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | Android.mk | 44 LOCAL_MODULE_TAGS:= tests 88 LOCAL_MODULE_TAGS:= tests
|
/hardware/intel/common/libmix/mix_audio/ |
D | Makefile.am | 1 SUBDIRS = src tests pkgconfig subdir
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | README | 5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \ 28 5) Run tests:
|
/hardware/libhardware/tests/keymaster/ |
D | Android.mk | 17 LOCAL_MODULE_TAGS := tests
|
/hardware/libhardware/tests/fingerprint/ |
D | Android.mk | 17 LOCAL_MODULE_TAGS := tests
|
D | fingerprint_tests.cpp | 20 namespace tests { namespace
|
/hardware/intel/common/utils/media_resource_manager/test/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests
|
/hardware/libhardware/tests/camera3/ |
D | Android.mk | 18 LOCAL_MODULE_TAGS := tests
|
/hardware/intel/img/hwcomposer/merrifield/test/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests
|
/hardware/libhardware/ |
D | Android.mk | 4 SUBDIR_MAKEFILES := $(call all-named-subdir-makefiles,modules tests)
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | Android.mk | 29 LOCAL_MODULE_TAGS:= tests
|
123