Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 66) sorted by relevance

123

/hardware/intel/common/libva/
D.gitignore32 /test/basic/test_01
33 /test/basic/test_02
34 /test/basic/test_03
35 /test/basic/test_04
36 /test/basic/test_05
37 /test/basic/test_06
38 /test/basic/test_07
39 /test/basic/test_08
40 /test/basic/test_09
41 /test/basic/test_10
[all …]
Dconfigure.ac166 if test "$enable_docs" = "yes"; then
168 if test "$DOXYGEN" = "no"; then
172 AM_CONDITIONAL(ENABLE_DOCS, test "$enable_docs" = "yes")
191 if test "$ac_cv_have_gnuc_visibility_attribute" = "yes"; then
203 if test "$enable_drm" = "yes"; then
207 AM_CONDITIONAL(USE_DRM, test "$USE_DRM" = "yes")
211 if test "$enable_x11" = "yes"; then
216 if test "$USE_X11" = "yes"; then
220 AM_CONDITIONAL(USE_X11, test "$USE_X11" = "yes")
224 if test "$USE_X11:$enable_glx" = "yes:yes"; then
[all …]
/hardware/bsp/intel/peripheral/libmraa/examples/python/
Dhello_isr.py35 def test(args): function
41 x.isr(mraa.EDGE_BOTH, test, test)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES6 a test runner to detect that a test program has exited
10 lifespan of a test method, in which case it will be attributed to
11 the current test case or the test program in the XML report.
13 the type parameters and value parameters for each test.
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
40 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
47 * --gtest_catch_exceptions is now true by default, allowing a test
49 * Value-parameterized test fixtures can now derive from Test and
51 * Death test messages are clearly marked to make them more
74 * Build and test script improvements.
[all …]
/hardware/intel/common/libmix/mix_audio/
Dconfigure.ac35 AM_CONDITIONAL([LPESTUB], [test x$lpestub = xtrue])
45 AM_CONDITIONAL([WORKAROUND], [test x$workaround = xtrue])
55 AM_CONDITIONAL([AUDIO_MANAGER], [test x$audiomanager = xtrue])
65 if test "x$HAVE_PKGCONFIG" = "xno"; then
77 if test "x$HAVE_GLIB" = "xno"; then
82 if test "x$HAVE_GOBJECT" = "xno"; then
87 if test "x$HAVE_GTRHEAD" = "xno"; then
93 if test "x$HAVE_MIXCOMMON" = "xno"; then
97 if test "x$audiomanager" = "xtrue"; then
/hardware/intel/common/libmix/mix_video/
Dconfigure.ac31 AM_CONDITIONAL(MIXLOG_ENABLED, test "$mixlog_enabled" = "yes")
42 if test "x$HAVE_PKGCONFIG" = "xno"; then
54 if test "x$HAVE_GLIB" = "xno"; then
59 if test "x$HAVE_GOBJECT" = "xno"; then
64 if test "x$HAVE_GTHREAD" = "xno"; then
70 if test "x$HAVE_LIBVA" = "xno"; then
79 if test "x$HAVE_LIBVA_X11" = "xno"; then
88 if test "x$HAVE_MIXCOMMON" = "xno"; then
94 if test "x$HAVE_MIXVBP" = "xno"; then
/hardware/intel/common/libmix/mix_video/test/
Dconfigure.ac15 if test "x$HAVE_PKGCONFIG" = "xno"; then
23 if test "x$HAVE_GLIB" = "xno"; then
28 if test "x$HAVE_GOBJECT" = "xno"; then
34 if test "x$HAVE_MIXVIDEO" = "xno"; then
41 if test "$enable_optimization" = "no" ; then
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h137 #define VP8_INSTANTIATE_TEST_CASE(test, ...)\ argument
138 INSTANTIATE_TEST_CASE_P(VP8, test, \
144 #define VP8_INSTANTIATE_TEST_CASE(test, ...) argument
219 #define VP9_INSTANTIATE_TEST_CASE(test, ...)\ argument
220 INSTANTIATE_TEST_CASE_P(VP9, test, \
226 #define VP9_INSTANTIATE_TEST_CASE(test, ...) argument
Dtools_common.sh320 test_begin "${test}"
321 "${test}"
322 [ "${VPX_TEST_VERBOSE_OUTPUT}" = "yes" ] && echo " PASS ${test}"
323 test_end "${test}"
/hardware/intel/common/libmix/mix_common/
Dconfigure.ac16 if test "x$HAVE_PKGCONFIG" = "xno"; then
24 if test "x$HAVE_GLIB" = "xno"; then
29 if test "x$HAVE_GOBJECT" = "xno"; then
/hardware/qcom/gps/msm8994/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
75 AM_CONDITIONAL(USE_GLIB, test "x${with_glib}" = "xyes")
/hardware/qcom/gps/msm8996/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
75 AM_CONDITIONAL(USE_GLIB, test "x${with_glib}" = "xyes")
/hardware/qcom/gps/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
75 AM_CONDITIONAL(USE_GLIB, test "x${with_glib}" = "xyes")
/hardware/qcom/gps/msm8909/
Dconfigure.ac42 if test "x$with_libhardware_includes" != "xno"; then
52 if test "x$with_core_includes" != "xno"; then
62 if (test "x${with_glib}" = "xyes"); then
75 AM_CONDITIONAL(USE_GLIB, test "x${with_glib}" = "xyes")
/hardware/ti/omap4-aah/ion/
Dion_test.c23 int test = -1; variable
284 test = ALLOC_TEST; in main()
287 test = MAP_TEST; in main()
293 test = SHARE_TEST; in main()
307 "map_flags %d, prot %d, alloc_flags %d\n", test, len, width, in main()
309 switch (test) { in main()
Dion_test_2.c42 int test = -1; variable
412 test = ALLOC_TEST; in main()
415 test = MAP_TEST; in main()
418 test = CUSTOM_TEST; in main()
445 "iteration %d, map_flags %d, prot %d, alloc_flags %d\n", test, len, width, in main()
448 switch (test) { in main()
/hardware/intel/common/libmix/mix_vbp/
Dconfigure.ac31 if test "x$HAVE_PKGCONFIG" = "xno"; then
43 if test "x$HAVE_GLIB" = "xno"; then
48 if test "x$HAVE_GOBJECT" = "xno"; then
53 if test "x$HAVE_GTHREAD" = "xno"; then
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME9 NDK_PROJECT_PATH=. ndk-build APP_BUILD_SCRIPT=./libvpx/test/android/Android.mk \
16 3) Run get_files.py to download the test files:
17 python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/
DREADME.webm9 xUnit architecture. Supports automatic test discovery, a rich set of
11 failures, various options for running the tests, and XML test report
/hardware/bsp/intel/peripheral/libmraa/docs/
Dtesting.md3 Mraa has a test suite written in python which can be run by users to check
5 using python scripts using unittests. Currently the test suite is far from
19 $ make test
/hardware/intel/common/libva/test/basic/
Dtest_01.c37 void test() in test() function
Dtest_02.c34 void test() in test() function
Dtest_common.c57 void test();
81 test(); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c92 static INLINE int write_bit_gte(vp9_writer *w, int word, int test) { in write_bit_gte() argument
93 vp9_write_literal(w, word >= test, 1); in write_bit_gte()
94 return word >= test; in write_bit_gte()
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg1 #Configuration information for video process test case.
7 # kind of processing will be executed in test application, although libva supports

123