Home
last modified time | relevance | path

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

1234567891011

/external/webrtc/modules/desktop_capture/win/
Ddesktop.cc19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {} in Desktop() argument
78 HDESK desktop = OpenDesktopW(desktop_name, 0, FALSE, desired_access); in GetDesktop() local
79 if (desktop == NULL) { in GetDesktop()
85 return new Desktop(desktop, true); in GetDesktop()
89 HDESK desktop = OpenInputDesktop( in GetInputDesktop() local
91 if (desktop == NULL) in GetInputDesktop()
94 return new Desktop(desktop, true); in GetInputDesktop()
98 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); in GetThreadDesktop() local
99 if (desktop == NULL) { in GetThreadDesktop()
107 return new Desktop(desktop, false); in GetThreadDesktop()
Dscoped_thread_desktop.cc24 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() argument
26 return assigned_->IsSame(desktop); in IsSame()
28 return initial_->IsSame(desktop); in IsSame()
39 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop() argument
42 std::unique_ptr<Desktop> scoped_desktop(desktop); in SetThreadDesktop()
44 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
47 if (!desktop->SetThreadDesktop()) in SetThreadDesktop()
Dscoped_thread_desktop.h34 bool IsSame(const Desktop& desktop);
41 bool SetThreadDesktop(Desktop* desktop);
Ddesktop.h52 Desktop(HDESK desktop, bool own);
/external/libcups/desktop/
DMakefile66 echo Installing desktop menu...; \
68 $(INSTALL_DATA) cups.desktop $(BUILDROOT)$(MENUDIR); \
71 echo Installing desktop icons...; \
115 echo Uninstalling desktop menu...; \
116 $(RM) $(BUILDROOT)$(MENUDIR)/cups.desktop; \
119 echo Uninstalling desktop icons...; \
/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.rendering.desktop10 NAME = 'telemetry_Benchmarks.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/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
DREADME.md30 tensorflow_lite_support/examples/task/vision/desktop:image_classifier_demo -- \
33 $(pwd)/tensorflow_lite_support/examples/task/vision/desktop/g3doc/sparrow.jpg \
84 tensorflow_lite_support/examples/task/vision/desktop:object_detector_demo -- \
87 $(pwd)/tensorflow_lite_support/examples/task/vision/desktop/g3doc/dogs.jpg \
141 tensorflow_lite_support/examples/task/vision/desktop:image_segmenter_demo -- \
144 $(pwd)/tensorflow_lite_support/examples/task/vision/desktop/g3doc/plane.jpg \
DBUILD20 "//tensorflow_lite_support/examples/task/vision/desktop/utils:image_utils",
41 "//tensorflow_lite_support/examples/task/vision/desktop/utils:image_utils",
61 "//tensorflow_lite_support/examples/task/vision/desktop/utils:image_utils",
/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/tflite-support/tensorflow_lite_support/examples/task/text/desktop/
DBUILD10 # tensorflow_lite_support/examples/task/text/desktop:bert_question_answerer_demo \
30 # tensorflow_lite_support/examples/task/text/desktop:bert_nl_classifier_demo \
50 # tensorflow_lite_support/examples/task/text/desktop:nl_classifier_demo \
DREADME.md27 tensorflow_lite_support/examples/task/text/desktop:bert_question_answerer_demo -- \
78 tensorflow_lite_support/examples/task/text/desktop:nl_classifier_demo -- \
116 tensorflow_lite_support/examples/task/text/desktop:bert_nl_classifier_demo -- \
/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/fmtlib/doc/bootstrap/
Dgrid.less71 // Columns, offsets, pushes, and pulls for the desktop device range.
80 // Columns, offsets, pushes, and pulls for the large desktop device range.
Dvariables.less295 // Medium screen / desktop
299 //** Deprecated `@screen-desktop` as of v3.0.1
300 @screen-desktop: @screen-md-min;
302 // Large screen / wide desktop
306 //** Deprecated `@screen-lg-desktop` as of v3.0.1
307 @screen-lg-desktop: @screen-lg-min;
339 // Medium screen / desktop
340 @container-desktop: (940px + @grid-gutter-width);
342 @container-md: @container-desktop;
344 // Large screen / wide desktop
[all …]
/external/webrtc/examples/androidapp/
DREADME13 In desktop chrome, navigate to https://appr.tc and note the r=<NNN> room
20 page displayed in the desktop browser.
/external/tensorflow/tensorflow/tools/benchmark/
DBUILD2 # Benchmark utility that can run on desktop and Android.
63 # This binary may be built for either desktop or Android.
DREADME.md6 both on desktop machines and on Android.
50 ### On desktop:
/external/llvm-project/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/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/angle/doc/
DUpdate20150105.md5 not just over Direct3D 9 and 11, but also desktop OpenGL.
16 Work will now begin within ANGLE to add a desktop OpenGL renderer, and EGL
/external/libcups/
Dconfigure.ac67 desktop/cups.desktop

1234567891011