Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc342 MouseCursor* test_cursor = CreateTestCursor(DesktopVector(0, 0)); in TEST_F() local
343 first_cursor_rect = DesktopRect::MakeSize(test_cursor->image()->size()); in TEST_F()
344 blender_.OnMouseCursor(test_cursor); in TEST_F()
371 MouseCursor* test_cursor = CreateTestCursor(DesktopVector(0, 0)); in TEST_F() local
372 first_cursor_rect = DesktopRect::MakeSize(test_cursor->image()->size()); in TEST_F()
373 blender_.OnMouseCursor(test_cursor); in TEST_F()
384 MouseCursor* test_cursor = CreateTestCursor(DesktopVector(0, 0)); in TEST_F() local
385 second_cursor_rect = DesktopRect::MakeSize(test_cursor->image()->size()); in TEST_F()
386 blender_.OnMouseCursor(test_cursor); in TEST_F()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py24 def test_cursor(): function
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py59 def test_cursor(self): member in TestTranslationUnit
/external/libdrm/tests/modetest/
Dmodetest.c2045 int test_cursor = 0; in main() local
2129 test_cursor = 1; in main()
2274 if (test_cursor) in main()
2285 if (test_cursor) in main()
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py295 def test_cursor(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py318 def test_cursor(self): member in StandardOptionsTests
/external/rust/crates/intrusive-collections/src/
Dsingly_linked_list.rs1027 fn test_cursor() {
Dlinked_list.rs1294 fn test_cursor() {
Dxor_linked_list.rs1465 fn test_cursor() {
Drbtree.rs2140 fn test_cursor() {