Home
last modified time | relevance | path

Searched refs:Desktop (Results 1 – 25 of 190) sorted by relevance

12345678

/external/webrtc/modules/desktop_capture/win/
Ddesktop.cc19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {} in Desktop() function in webrtc::Desktop
21 Desktop::~Desktop() { in ~Desktop()
30 bool Desktop::GetName(std::wstring* desktop_name_out) const { in GetName()
51 bool Desktop::IsSame(const Desktop& other) const { in IsSame()
63 bool Desktop::SetThreadDesktop() const { in SetThreadDesktop()
73 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) { in GetDesktop()
85 return new Desktop(desktop, true); in GetDesktop()
88 Desktop* Desktop::GetInputDesktop() { in GetInputDesktop()
94 return new Desktop(desktop, true); in GetInputDesktop()
97 Desktop* Desktop::GetThreadDesktop() { in GetThreadDesktop()
[all …]
Ddesktop.h23 class RTC_EXPORT Desktop {
25 ~Desktop();
34 bool IsSame(const Desktop& other) const;
41 static Desktop* GetDesktop(const wchar_t* desktop_name);
45 static Desktop* GetInputDesktop();
49 static Desktop* GetThreadDesktop();
52 Desktop(HDESK desktop, bool own);
60 RTC_DISALLOW_COPY_AND_ASSIGN(Desktop);
Dscoped_thread_desktop.h23 class Desktop; variable
34 bool IsSame(const Desktop& desktop);
41 bool SetThreadDesktop(Desktop* desktop);
45 std::unique_ptr<Desktop> assigned_;
48 std::unique_ptr<Desktop> initial_;
Dscoped_thread_desktop.cc18 : initial_(Desktop::GetThreadDesktop()) {} in ScopedThreadDesktop()
24 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame()
39 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop()
42 std::unique_ptr<Desktop> scoped_desktop(desktop); in SetThreadDesktop()
Dscreen_capturer_win_gdi.cc128 std::unique_ptr<Desktop> input_desktop(Desktop::GetInputDesktop()); in PrepareCaptureResources()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DSwingHelper.java4 import java.awt.Desktop;
5 import java.awt.Desktop.Action;
64 if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Action.BROWSE)) { in browse()
66 Desktop.getDesktop().browse(new URI(uri)); in browse()
/external/angle/doc/
DdEQP-Charts.md7 ## Win Desktop OpenGL Charts
11 <iframe id="GLES 2.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
13 <iframe id="GLES 3.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
15 <iframe id="GLES 3.1 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
17 <iframe id="EGL Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="ht…
51 ## Mac Desktop Open GL Charts
55 <iframe id="GLES 2.0 Desktop OpenGL Mac AMD" width="1200px" height="371px" class="noborder" src="ht…
57 <iframe id="GLES 3.0 Desktop OpenGL Mac AMD" width="1200px" height="371px" class="noborder" src="ht…
59 <iframe id="EGL Desktop OpenGL Mac AMD" width="1200px" height="371px" class="noborder" src="https:/…
61 ## Linux Desktop Open GL Charts
[all …]
/external/selinux/gui/
Dsepolicy.desktop1 [Desktop Entry]
9 X-Desktop-File-Install-Version=0.2
Dsystem-config-selinux.desktop1 [Desktop Entry]
66 X-Desktop-File-Install-Version=0.2
Dselinux-polgengui.desktop1 [Desktop Entry]
66 X-Desktop-File-Install-Version=0.2
/external/selinux/python/sepolicy/sepolicy/help/
Dlogin.txt14 * Full Desktop user - User_u
17 * Confined Admin/Desktop User - Staff_u
Dusers.txt13 * Full Desktop user - User_u
16 * Confined Admin/Desktop User - Staff_u
/external/llvm-project/llvm/test/DebugInfo/Generic/
D2010-10-01-crash.ll17 !1 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
22 !25 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
/external/llvm/test/DebugInfo/Generic/
D2010-10-01-crash.ll17 !1 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
22 !25 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
/external/ImageMagick/
Dimagemagick.desktop1 [Desktop Entry]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop1 [Desktop Entry]
/external/cros/system_api/dbus/vm_applications/
Dapps.proto10 // Corresponds to a .desktop file from the Desktop Entry Spec:
26 // These fields map directly to keys from the Desktop Entry spec.
/external/selinux/restorecond/
Drestorecond.desktop1 [Desktop Entry]
/external/deqp-deps/glslang/Test/baseResults/
Dglspv.version.vert.out2 ERROR: #version: Desktop shaders for OpenGL SPIR-V require version 330 or higher
/external/toolchain-utils/bestflags/examples/omnetpp/
Dtest_omnetpp3 cd /usr/local/google/home/yuhenglong/Desktop/spec2006/cpu2006-redhat-ia32/
/external/jsoncpp/.github/ISSUE_TEMPLATE/
Dbug_report.md20 **Desktop (please complete the following information):**
/external/skqp/resources/lua/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles
/external/angle/
DREADME.md11 | | Direct3D 9 | Direct3D 11 | Desktop GL | GL ES | Vulkan …
20 | | Direct3D 9 | Direct3D 11 | Desktop GL | GL ES | Vulkan | M…
49 quirks in the native graphics drivers. The translator targets Desktop GLSL, Vulkan GLSL, Direct3D
/external/zstd/.github/ISSUE_TEMPLATE/
Dbug_report.md26 **Desktop (please complete the following information):**

12345678