HomeSort by relevance Sort by last modified time
    Searched refs:test_bitmap (Results 1 - 7 of 7) sorted by null

  /external/linux-kselftest/tools/testing/selftests/lib/
bitmap.sh 7 # Runs bitmap infrastructure tests using test_bitmap kernel module
8 if ! /sbin/modprobe -q -n test_bitmap; then
9 echo "bitmap: module test_bitmap is not found [SKIP]"
13 if /sbin/modprobe -q test_bitmap; then
14 /sbin/modprobe -q -r test_bitmap
  /external/openssh/regress/unittests/bitmap/
Makefile 3 PROG=test_bitmap
  /external/skia/tests/
ShaderOpacityTest.cpp 14 static void test_bitmap(skiatest::Reporter* reporter) { function
100 test_bitmap(reporter);
  /external/skqp/tests/
ShaderOpacityTest.cpp 14 static void test_bitmap(skiatest::Reporter* reporter) { function
100 test_bitmap(reporter);
  /external/openssh/regress/
Makefile 224 $$V ${.OBJDIR}/unittests/bitmap/test_bitmap ; \
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 293 def test_bitmap(self): member in class:StandardOptionsTests
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 275 def test_bitmap(self): member in class:StandardOptionsTests

Completed in 687 milliseconds