Home
last modified time | relevance | path

Searched refs:test_cursor (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/tests/modetest/
Dmodetest.c1528 int test_cursor = 0; in main() local
1601 test_cursor = 1; in main()
1643 if (test_cursor && !cursor_supported()) { in main()
1688 if (test_cursor) in main()
1699 if (test_cursor) in main()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py24 def test_cursor(): function
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py318 def test_cursor(self): member in StandardOptionsTests