/external/webrtc/modules/desktop_capture/win/ |
D | desktop.cc | 19 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()
|
D | scoped_thread_desktop.cc | 24 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()
|
D | scoped_thread_desktop.h | 34 bool IsSame(const Desktop& desktop); 41 bool SetThreadDesktop(Desktop* desktop);
|
D | desktop.h | 52 Desktop(HDESK desktop, bool own);
|
/external/libcups/desktop/ |
D | Makefile | 66 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/ |
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.rendering.desktop | 10 NAME = 'telemetry_Benchmarks.rendering.desktop' 19 rendering.desktop 30 benchmark='rendering.desktop', 31 tag='rendering.desktop',
|
D | control.loading.desktop | 10 NAME = 'telemetry_Benchmarks.loading.desktop' 19 loading.desktop 30 benchmark='loading.desktop', 31 tag='loading.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/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
D | README.md | 30 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 \
|
D | BUILD | 20 "//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/ |
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/tflite-support/tensorflow_lite_support/examples/task/text/desktop/ |
D | BUILD | 10 # 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 \
|
D | README.md | 27 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/ |
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/examples/androidapp/ |
D | README | 13 In desktop chrome, navigate to https://appr.tc and note the r=<NNN> room 20 page displayed in the desktop browser.
|
/external/fmtlib/doc/bootstrap/ |
D | grid.less | 71 // Columns, offsets, pushes, and pulls for the desktop device range. 80 // Columns, offsets, pushes, and pulls for the large desktop device range.
|
D | variables.less | 295 // 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/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/llvm-project/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/tensorflow/tensorflow/tools/benchmark/ |
D | BUILD | 2 # Benchmark utility that can run on desktop and Android. 63 # This binary may be built for either desktop or Android.
|
D | README.md | 6 both on desktop machines and on Android. 50 ### On desktop:
|
/external/angle/doc/ |
D | Update20150105.md | 5 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/ |
D | configure.ac | 67 desktop/cups.desktop
|