/external/webrtc/webrtc/modules/desktop_capture/win/ |
scoped_thread_desktop.cc | 15 #include "webrtc/modules/desktop_capture/win/desktop.h" 20 : initial_(Desktop::GetThreadDesktop()) { 27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { 29 return assigned_->IsSame(desktop); 31 return initial_->IsSame(desktop); 42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { 45 rtc::scoped_ptr<Desktop> scoped_desktop(desktop); [all...] |
desktop.cc | 11 #include "webrtc/modules/desktop_capture/win/desktop.h" 19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { 22 Desktop::~Desktop() { 25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: " 31 bool Desktop::GetName(std::wstring* desktop_name_out) const { 44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError() 79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); local 90 HDESK desktop = OpenInputDesktop( local 99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); local [all...] |
scoped_thread_desktop.h | 21 class Desktop; 28 // Returns true if |desktop| has the same desktop name as the currently 29 // assigned desktop (if assigned) or as the initial desktop (if not assigned). 31 // uninitialized desktop handles. 32 bool IsSame(const Desktop& desktop); 34 // Reverts the calling thread to use the initial desktop. 37 // Assigns |desktop| to be the calling thread. Returns true if the thread ha [all...] |
desktop.h | 22 class Desktop { 24 ~Desktop(); 26 // Returns the name of the desktop represented by the object. Return false if 30 // Returns true if |other| has the same name as this desktop. Returns false 31 // in any other case including failing Win32 APIs and uninitialized desktop 33 bool IsSame(const Desktop& other) const; 35 // Assigns the desktop to the current thread. Returns false is the operation 39 // Returns the desktop by its name or NULL if an error occurs. 40 static Desktop* GetDesktop(const wchar_t* desktop_name); 42 // Returns the desktop currently receiving user input or NULL if an erro [all...] |
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/scripts/ |
browse.js | 41 * This function uses new Swing Desktop API in JDK 6. 46 var desktop = null; 47 // Before more Desktop API is used, first check 50 if (java.awt.Desktop.isDesktopSupported()) { 51 desktop = java.awt.Desktop.getDesktop(); 53 alert("no desktop support"); 57 if (desktop.isSupported(java.awt.Desktop.Action.BROWSE)) { 60 desktop.browse(new java.net.URI(url)) [all...] |
mail.js | 41 * This function uses new Swing Desktop API in JDK 6. 46 var desktop = null; 47 // Before more Desktop API is used, first check 50 if (java.awt.Desktop.isDesktopSupported()) { 51 desktop = java.awt.Desktop.getDesktop(); 53 alert("no desktop support"); 57 if (desktop.isSupported(java.awt.Desktop.Action.MAIL)) { 60 desktop.mail(new java.net.URI("mailto", mailTo, null)) [all...] |
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/ |
browse.js | 41 * This function uses new Swing Desktop API in JDK 6. 46 var desktop = null; 47 // Before more Desktop API is used, first check 50 if (java.awt.Desktop.isDesktopSupported()) { 51 desktop = java.awt.Desktop.getDesktop(); 53 alert("no desktop support"); 57 if (desktop.isSupported(java.awt.Desktop.Action.BROWSE)) { 60 desktop.browse(new java.net.URI(url)) [all...] |
mail.js | 41 * This function uses new Swing Desktop API in JDK 6. 46 var desktop = null; 47 // Before more Desktop API is used, first check 50 if (java.awt.Desktop.isDesktopSupported()) { 51 desktop = java.awt.Desktop.getDesktop(); 53 alert("no desktop support"); 57 if (desktop.isSupported(java.awt.Desktop.Action.MAIL)) { 60 desktop.mail(new java.net.URI("mailto", mailTo, null)) [all...] |
/external/selinux/sandbox/ |
sandboxX.sh | 16 <desktop>all</desktop>
|
/external/libmtp/ |
libmtp.sh.in | 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
|
/external/ltp/tools/pounder21/src/xbonkers/ |
xbonkers.c | 65 * 1. Grab the list of windows and the desktop size. 66 * 2. Filter out the panel/desktop/whatever. We're going to make 67 * a cheesy assumption that a window on desktop -1 should be left 322 fprintf(stderr, "WARNING: Assuming desktop to be 1024x768!\n"); 326 printf("Desktop is %lu by %lu.\n", desk_w, desk_h); 443 long *desktop; local 453 /* desktop ID */ 454 if ((desktop = (long *)get_property(disp, client_list[i], 458 desktop = 465 if (desktop && *desktop >= 0 && *desktop < DESKTOP_MAX) [all...] |
/external/webrtc/talk/media/base/ |
screencastid.h | 46 // Used for identifying a window or desktop to be screencast. 49 enum Type { INVALID, WINDOW, DESKTOP }; 57 : type_(DESKTOP), desktop_(id) { 62 const rtc::DesktopId& desktop() const { return desktop_; } function in class:cricket::ScreencastId 78 bool IsDesktop() const { return type_ == DESKTOP; } 88 return desktop_.Equals(other.desktop());
|
/external/selinux/restorecond/ |
Makefile | 12 autostart_DATA = sealertauto.desktop 52 install -m 644 restorecond.desktop $(AUTOSTARTDIR)/restorecond.desktop
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
sys_windows.go | 17 // see http://msdn.microsoft.com/en-us/library/windows/desktop/ms724958(v=vs.85).aspx
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
sys_windows.go | 17 // see http://msdn.microsoft.com/en-us/library/windows/desktop/ms724958(v=vs.85).aspx
|
/prebuilts/go/darwin-x86/src/net/ |
sock_windows.go | 27 // https://msdn.microsoft.com/en-us/library/windows/desktop/ms742212(v=vs.85).aspx
|
/prebuilts/go/linux-x86/src/net/ |
sock_windows.go | 27 // https://msdn.microsoft.com/en-us/library/windows/desktop/ms742212(v=vs.85).aspx
|
/external/vulkan-validation-layers/scripts/ |
check_toolchain_revisions.sh | 19 echo Removing current desktop toolchain;
|
/external/selinux/gui/ |
Makefile | 41 install -m 644 *.desktop $(DATADIR)/system-config-selinux
|
/external/webrtc/talk/media/devices/ |
fakedevicemanager.h | 144 virtual VideoCapturer* CreateDesktopCapturer(rtc::DesktopId desktop) { 145 if (!desktop.IsValid()) {
|
/prebuilts/go/darwin-x86/src/cmd/internal/browser/ |
browser.go | 28 // xdg-open is only for use in a desktop environment.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/ |
helper_windows.go | 18 // From http://msdn.microsoft.com/en-us/library/windows/desktop/ms740548.aspx:
|
/prebuilts/go/linux-x86/src/cmd/internal/browser/ |
browser.go | 28 // xdg-open is only for use in a desktop environment.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/ |
helper_windows.go | 18 // From http://msdn.microsoft.com/en-us/library/windows/desktop/ms740548.aspx:
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
Finder_Basics.py | 75 """desktop - the desktop """ 78 desktop = _Prop_desktop() variable 151 'desktop' : _Prop_desktop,
|