/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | desktop.cc | 19 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()
|
D | scoped_thread_desktop.cc | 27 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()
|
D | scoped_thread_desktop.h | 32 bool IsSame(const Desktop& desktop); 39 bool SetThreadDesktop(Desktop* desktop);
|
D | desktop.h | 51 Desktop(HDESK desktop, bool own);
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 128 `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/ |
D | control.loading.desktop | 10 NAME = 'telemetry_Benchmarks.loading.desktop' 19 loading.desktop 30 benchmark='loading.desktop', 31 tag='loading.desktop',
|
D | control.memory.desktop | 10 NAME = 'telemetry_Benchmarks.memory.desktop' 19 memory.desktop 30 benchmark='memory.desktop', 31 tag='memory.desktop',
|
D | control.media.desktop | 10 NAME = 'telemetry_Benchmarks.media.desktop' 19 media.desktop 30 benchmark='media.desktop', 31 tag='media.desktop',
|
D | control.rendering.desktop | 10 NAME = 'telemetry_Benchmarks.rendering.desktop' 19 rendering.desktop 30 benchmark='rendering.desktop', 31 tag='rendering.desktop',
|
D | control.mash.memory.desktop | 10 NAME = 'telemetry_Benchmarks.mash.memory.desktop' 19 memory.desktop 30 benchmark='memory.desktop', 31 tag='memory.desktop',
|
D | control.mash.rendering.desktop | 10 NAME = 'telemetry_Benchmarks.mash.rendering.desktop' 19 rendering.desktop 30 benchmark='rendering.desktop', 31 tag='rendering.desktop',
|
D | control.backdrop_filter.rendering.desktop | 13 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/ |
D | apps.proto | 10 // 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/ |
D | Makefile | 12 autostart_DATA = sealertauto.desktop 48 install -m 644 restorecond.desktop $(DESTDIR)$(AUTOSTARTDIR)/restorecond.desktop
|
/external/selinux/sandbox/ |
D | sandboxX.sh | 16 <desktop>all</desktop>
|
/external/webrtc/webrtc/examples/androidapp/ |
D | README | 10 - 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/ |
D | screencastid.h | 62 const rtc::DesktopId& desktop() const { return desktop_; } in desktop() function 88 return desktop_.Equals(other.desktop()); in EqualsId()
|
/external/perfetto/docs/ |
D | benchmarks.md | 26 * Linux desktop: ~1.3 GB/s 35 * Linux desktop: TBD
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | BUILD | 2 # Benchmark utility that can run on desktop and Android. 62 # This binary may be built for either desktop or Android.
|
D | README.md | 6 both on desktop machines and on Android. 42 ### On desktop:
|
/external/llvm/resources/ |
D | windows_version_resource.rc | 3 // 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/ |
D | windows_version_resource.rc | 3 // 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/ |
D | desktop_capture.gypi | 74 "win/desktop.cc", 75 "win/desktop.h",
|
D | BUILD.gn | 77 "win/desktop.cc", 78 "win/desktop.h",
|
/external/parameter-framework/upstream/support/windows/ |
D | Resource.rc.in | 34 // 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
|