Home
last modified time | relevance | path

Searched defs:TestWindow (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dwin32_window_unittest.cc18 class TestWindow : public rtc::Win32Window { class
20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow() function in TestWindow
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow_procedure_thread.rs719 struct TestWindow; in window_procedure_window_class_name_should_include_class_name_prefix() struct
720 impl RegisterWindowClass for TestWindow { in window_procedure_window_class_name_should_include_class_name_prefix() implementation
738 struct TestWindow; in window_procedure_with_same_types_should_return_same_name() struct
739 impl RegisterWindowClass for TestWindow { in window_procedure_with_same_types_should_return_same_name() implementation
/aosp_15_r20/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DWindowAddRemovePerfTest.java85 private static class TestWindow extends BaseIWindow { class in WindowAddRemovePerfTest
93 TestWindow() { in TestWindow() method in WindowAddRemovePerfTest.TestWindow
/aosp_15_r20/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java241 private static class TestWindow extends MockWindow { class in SystemBarHelperTest
249 TestWindow(Context context, View decorView) { in TestWindow() method in SystemBarHelperTest.TestWindow
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp47 class TestWindow { class
49 TestWindow() { in TestWindow() function in gfxstream::TestWindow
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/zstd/
Dwindow_test.go20 func TestWindow(t *testing.T) { func