Home
last modified time | relevance | path

Searched refs:test_bitmap (Results 1 – 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/lib/
Dbitmap.sh4 if /sbin/modprobe -q test_bitmap; then
5 /sbin/modprobe -q -r test_bitmap
/external/skia/tests/
DShaderOpacityTest.cpp13 static void test_bitmap(skiatest::Reporter* reporter) { in test_bitmap() function
99 test_bitmap(reporter); in DEF_TEST()
/external/openssh/regress/unittests/bitmap/
DMakefile3 PROG=test_bitmap
/external/openssh/regress/
DMakefile224 $$V ${.OBJDIR}/unittests/bitmap/test_bitmap ; \
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py293 def test_bitmap(self): member in StandardOptionsTests