Home
last modified time | relevance | path

Searched refs:guest (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter/test/painting/
Dnotched_shapes_test.dart12 test('guest and host don\'t overlap', () {
15 const Rect guest = Rect.fromLTWH(50.0, 50.0, 10.0, 10.0);
17 final Path actualPath = shape.getOuterPath(host, guest);
30 test('guest center above host', () {
33 const Rect guest = Rect.fromLTRB(190.0, 85.0, 210.0, 105.0);
35 final Path actualPath = shape.getOuterPath(host, guest);
37 expect(pathDoesNotContainCircle(actualPath, guest), isTrue);
40 test('guest center below host', () {
43 const Rect guest = Rect.fromLTRB(190.0, 95.0, 210.0, 115.0);
45 final Path actualPath = shape.getOuterPath(host, guest);
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dnotched_shapes.dart13 /// accommodates a 'guest' widget. e.g the [BottomAppBar] may have a notch to
29 /// The `guest` is the bounding rectangle of the shape for which a notch will
30 /// be made. It is null when there is no guest.
31 Path getOuterPath(Rect host, Rect guest);
50 /// `guest` is the bounding box of a circle that the notch accommodates. All
51 /// points in the circle bounded by `guest` will be outside of the returned
55 /// the guest circle.
58 Path getOuterPath(Rect host, Rect guest) {
59 if (guest == null || !host.overlaps(guest))
62 // The guest's shape is a circle bounded by the guest rectangle.
[all …]
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME4 Linux kernel MCE processing features in KVM guest system.
18 guest/*
19 Contains guest test scripts, which drive test procedure on guest system.
53 - Start a process in the guest OS, get a virtual address from guest OS
59 - (optionally) Write to the address from the guest, i.e attempt to
60 write to the poisoned page from the guest.
94 and following config both on *host* and *guest*
110 4. install the guest OS on the qemu
128 b) DHCP guest ethernet card. This operation is to ensure the network connection
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbottom_app_bar_demo.dart450 Path getOuterPath(Rect host, Rect guest) {
451 if (!host.overlaps(guest))
453 assert(guest.width > 0.0);
455 final Rect intersection = guest.intersect(host);
465 // notchToCenter is the horizontal distance between the guest's center and
469 intersection.height * (guest.height / 2.0)
470 / (guest.width / 2.0);
474 ..lineTo(guest.center.dx - notchToCenter, host.top)
475 ..lineTo(guest.left + guest.width / 2.0, guest.bottom)
476 ..lineTo(guest.center.dx + notchToCenter, host.top)
/third_party/cef/libcef/browser/chrome/extensions/
Dchrome_mime_handler_view_guest_delegate_cef.cc16 MimeHandlerViewGuest* guest) in ChromeMimeHandlerViewGuestDelegateCef() argument
17 : guest_(guest), owner_web_contents_(guest_->owner_web_contents()) {} in ChromeMimeHandlerViewGuestDelegateCef()
Dchrome_mime_handler_view_guest_delegate_cef.h17 explicit ChromeMimeHandlerViewGuestDelegateCef(MimeHandlerViewGuest* guest);
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_app_bar_test.dart442 Path getOuterPath(Rect host, Rect guest) {
443 if (guest == null)
447 ..lineTo(guest.left, host.top)
448 ..lineTo(guest.left, guest.bottom)
449 ..lineTo(guest.right, guest.bottom)
450 ..lineTo(guest.right, host.top)
/third_party/cef/libcef/browser/extensions/
Dbrowser_extensions_util.cc46 content::WebContents* GetOwnerForGuestContents(content::WebContents* guest) { in GetOwnerForGuestContents() argument
48 static_cast<content::WebContentsImpl*>(guest); in GetOwnerForGuestContents()
58 return print_preview_controller->GetInitiator(guest); in GetOwnerForGuestContents()
Dextensions_api_client.cc47 MimeHandlerViewGuest* guest) const { in CreateMimeHandlerViewGuestDelegate()
48 return base::WrapUnique(new CefMimeHandlerViewGuestDelegate(guest)); in CreateMimeHandlerViewGuestDelegate()
Dmime_handler_view_guest_delegate.cc19 MimeHandlerViewGuest* guest) in CefMimeHandlerViewGuestDelegate() argument
20 : guest_(guest), owner_web_contents_(guest_->owner_web_contents()) {} in CefMimeHandlerViewGuestDelegate()
Dmime_handler_view_guest_delegate.h20 explicit CefMimeHandlerViewGuestDelegate(MimeHandlerViewGuest* guest);
Dextensions_api_client.h25 MimeHandlerViewGuest* guest) const override;
Dbrowser_extensions_util.h34 content::WebContents* GetOwnerForGuestContents(content::WebContents* guest);
/third_party/mesa3d/docs/drivers/
Dvenus.rst78 kernel driver, one must make sure the guest kernel includes the changes from
121 In this setup, the guest userspace uses Xwayland and a special Wayland
122 compositor to connect guest X11/Wayland clients to the host Wayland
126 For now, the guest kernel must be built from the ``chromeos-5.10`` branch of
146 In the guest, build and start sommelier, the special Wayland compositor,
203 the guest kernel work together to set up a write-back or write-combined guest
205 accesses to the device memory are via the guest mapping, and are assumed to be
/third_party/toybox/scripts/
Dmkroot.sh105 guest:x:500:500:guest:/home/guest:/bin/sh
112 guest:x:500:
/third_party/cef/patch/patches/
Dchrome_browser_extensions.patch27 MimeHandlerViewGuest* guest) const {
29 + return std::make_unique<ChromeMimeHandlerViewGuestDelegateCef>(guest);
Dmime_handler_view_guest_1565_2727.patch24 // TODO(erikchen): Fix ownership semantics for guest views.
91 + // Called when a guest is attached or detached.
/third_party/icu/docs/userguide/format_parse/messages/
Dindex.md86 "=1 {{host} invites {guest} to her party.}"
87 "=2 {{host} invites {guest} and one other person to her party.}"
88 "other {{host} invites {guest} and # other people to her party.}}}"
92 "=1 {{host} invites {guest} to his party.}"
93 "=2 {{host} invites {guest} and one other person to his party.}"
94 "other {{host} invites {guest} and # other people to his party.}}}"
98 "=1 {{host} invites {guest} to their party.}"
99 "=2 {{host} invites {guest} and one other person to their party.}"
100 "other {{host} invites {guest} and # other people to their party.}}}}"
/third_party/libwebsockets/READMEs/
DREADME.build-windows.md11 For building you'll need 40GB+ available for the guest storage.
20 ### Required: Spice guest
23 resolution, you must install spice guest tools inside the windows VM. It also
26 https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe
/third_party/python/Lib/test/
Dcfgparser.283 # Uncomment this if you want a guest account, you must add this to
86 ; guest account = pcguest
259 # domain guest groups is a list of unix users or groups who are made
262 ; domain guest group = nobody @guest
357 ; guest ok = yes
373 ; guest ok = yes
388 # to allow user 'guest account' to print.
389 guest ok = yes
428 guest ok = No
518 ; only guest = yes
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.vlan5 100 guest
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.vlan5 100 guest
/third_party/cef/libcef/common/extensions/api/
D_permission_features.json14 // Required by the PDF extension which is hosted in a guest view.
D_api_features.json14 // Required by the PDF extension which is hosted in a guest view.
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c462 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); in SVGA3D_SurfaceDMA()
463 cmd->guest.pitch = st->base.stride; in SVGA3D_SurfaceDMA()
488 struct svga_winsys_buffer *guest, in SVGA3D_BufferDMA() argument
524 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in SVGA3D_BufferDMA()
525 cmd->guest.pitch = 0; in SVGA3D_BufferDMA()

123456