Home
last modified time | relevance | path

Searched refs:desktop (Results 1 – 25 of 184) sorted by relevance

12345678

/external/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { in Desktop() argument
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); in GetDesktop() local
80 if (desktop == NULL) { in GetDesktop()
86 return new Desktop(desktop, true); in GetDesktop()
90 HDESK desktop = OpenInputDesktop( in GetInputDesktop() local
92 if (desktop == NULL) in GetInputDesktop()
95 return new Desktop(desktop, true); in GetInputDesktop()
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); in GetThreadDesktop() local
100 if (desktop == NULL) { in GetThreadDesktop()
107 return new Desktop(desktop, false); in GetThreadDesktop()
Dscoped_thread_desktop.cc27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() argument
29 return assigned_->IsSame(desktop); in IsSame()
31 return initial_->IsSame(desktop); in IsSame()
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop() argument
45 rtc::scoped_ptr<Desktop> scoped_desktop(desktop); in SetThreadDesktop()
47 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
50 if (!desktop->SetThreadDesktop()) in SetThreadDesktop()
Dscoped_thread_desktop.h32 bool IsSame(const Desktop& desktop);
39 bool SetThreadDesktop(Desktop* desktop);
Ddesktop.h51 Desktop(HDESK desktop, bool own);
/external/python/cpython3/Doc/library/
Dmsilib.rst128 `UuidCreate <https://msdn.microsoft.com/en-us/library/windows/desktop/aa379205.aspx>`_
129 `UuidToString <https://msdn.microsoft.com/en-us/library/windows/desktop/aa379352.aspx>`_
163 `MSIDatabaseOpenView <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370082.aspx>`_
164 `MSIDatabaseCommit <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370075.aspx>`_
165 …`MSIGetSummaryInformation <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370301.aspx>…
166 `MsiCloseHandle <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370067.aspx>`_
212 `MsiViewExecute <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370513.aspx>`_
213 `MSIViewGetColumnInfo <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370516.aspx>`_
214 `MsiViewFetch <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370514.aspx>`_
215 `MsiViewModify <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370519.aspx>`_
[all …]
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dcontrol.loading.desktop10 NAME = 'telemetry_Benchmarks.loading.desktop'
19 loading.desktop
30 benchmark='loading.desktop',
31 tag='loading.desktop',
Dcontrol.memory.desktop10 NAME = 'telemetry_Benchmarks.memory.desktop'
19 memory.desktop
30 benchmark='memory.desktop',
31 tag='memory.desktop',
Dcontrol.media.desktop10 NAME = 'telemetry_Benchmarks.media.desktop'
19 media.desktop
30 benchmark='media.desktop',
31 tag='media.desktop',
Dcontrol.rendering.desktop10 NAME = 'telemetry_Benchmarks.rendering.desktop'
19 rendering.desktop
30 benchmark='rendering.desktop',
31 tag='rendering.desktop',
Dcontrol.mash.memory.desktop10 NAME = 'telemetry_Benchmarks.mash.memory.desktop'
19 memory.desktop
30 benchmark='memory.desktop',
31 tag='memory.desktop',
Dcontrol.mash.rendering.desktop10 NAME = 'telemetry_Benchmarks.mash.rendering.desktop'
19 rendering.desktop
30 benchmark='rendering.desktop',
31 tag='rendering.desktop',
Dcontrol.backdrop_filter.rendering.desktop13 NAME = 'telemetry_Benchmarks.backdrop_filter.rendering.desktop'
22 rendering.desktop (but only stories with tag backdrop_filter)
33 benchmark='rendering.desktop',
34 tag='rendering.desktop',
/external/cros/system_api/dbus/vm_applications/
Dapps.proto10 // Corresponds to a .desktop file from the Desktop Entry Spec:
11 // https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/
34 // If set, the package_id of the installed package that owns this .desktop
35 // file. If not set, the .desktop file is not owned by an installed package.
/external/selinux/restorecond/
DMakefile12 autostart_DATA = sealertauto.desktop
48 install -m 644 restorecond.desktop $(DESTDIR)$(AUTOSTARTDIR)/restorecond.desktop
/external/selinux/sandbox/
DsandboxX.sh16 <desktop>all</desktop>
/external/webrtc/webrtc/examples/androidapp/
DREADME10 - When targeting both desktop & android, make sure to use a different output_dir
24 In desktop chrome, navigate to https://apprtc.appspot.com and note the r=<NNN> room
31 page displayed in the desktop browser.
/external/webrtc/talk/media/base/
Dscreencastid.h62 const rtc::DesktopId& desktop() const { return desktop_; } in desktop() function
88 return desktop_.Equals(other.desktop()); in EqualsId()
/external/perfetto/docs/
Dbenchmarks.md26 * Linux desktop: ~1.3 GB/s
35 * Linux desktop: TBD
/external/tensorflow/tensorflow/tools/benchmark/
DBUILD2 # Benchmark utility that can run on desktop and Android.
62 # This binary may be built for either desktop or Android.
DREADME.md6 both on desktop machines and on Android.
42 ### On desktop:
/external/llvm/resources/
Dwindows_version_resource.rc3 // http://msdn.microsoft.com/en-gb/library/windows/desktop/aa380599(v=vs.85).aspx
5 // https://msdn.microsoft.com/en-gb/library/windows/desktop/aa381058(v=vs.85).aspx
/external/swiftshader/third_party/llvm-7.0/llvm/resources/
Dwindows_version_resource.rc3 // http://msdn.microsoft.com/en-gb/library/windows/desktop/aa380599(v=vs.85).aspx
5 // https://msdn.microsoft.com/en-gb/library/windows/desktop/aa381058(v=vs.85).aspx
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture.gypi74 "win/desktop.cc",
75 "win/desktop.h",
DBUILD.gn77 "win/desktop.cc",
78 "win/desktop.h",
/external/parameter-framework/upstream/support/windows/
DResource.rc.in34 // See https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
56 // See https://msdn.microsoft.com/en-us/library/windows/desktop/aa381049%28v=vs.85%29.aspx

12345678