Home
last modified time | relevance | path

Searched defs:Window (Results 1 – 25 of 54) sorted by relevance

123

/external/rust/crates/futures-util/src/io/
Dwindow.rs21 pub struct Window<T> { struct
26 impl<T: AsRef<[u8]>> Window<T> { argument
97 impl<T: AsRef<[u8]>> AsRef<[u8]> for Window<T> { implementation
103 impl<T: AsMut<[u8]>> AsMut<[u8]> for Window<T> { implementation
/external/skqp/tools/sk_app/mac/
DWindow_mac.mm14 - (MainView*)initWithWindow:(sk_app::Window*)initWindow;
20 - (WindowDelegate*)initWithWindow:(sk_app::Window*)initWindow;
135 - (WindowDelegate*)initWithWindow:(sk_app::Window *)initWindow {
167 - (MainView*)initWithWindow:(sk_app::Window *)initWindow {
/external/llvm-project/clang/test/FixIt/
Dtypo.c18 struct Window { struct
23 struct Window window = { argument
/external/clang/test/FixIt/
Dtypo.c18 struct Window { struct
23 struct Window window = { argument
/external/swiftshader/tests/VulkanWrapper/
DWindow.hpp26 class Window class
41 class Window class
DWindow.cpp19 Window::Window(vk::Instance instance, vk::Extent2D windowSize) in Window() function in Window
43 Window::Window(vk::Instance instance, vk::Extent2D windowSize) in Window() function in Window
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp35 class Window: public eglu::NativeWindow class
40 Window(eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) in Window() function in tcu::nullws::Window
/external/kotlinx.coroutines/js/js-stub/src/
DWindow.kt7 public abstract class Window class
/external/autotest/client/site_tests/power_LoadTest/extension/
Dcustom_event_listener.js1 Window.prototype.orginalEventListener = Window.prototype.addEventListener; class
/external/deqp/framework/platform/win32/
DtcuWin32Window.hpp35 class Window class
DtcuWin32Window.cpp40 Window::Window (HINSTANCE instance, int width, int height) in Window() function in tcu::win32::Window
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp67 class Window : public eglu::NativeWindow class
117 Window::Window (int width, int height) in Window() function in tcu::rpi::Window
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp83 class Window : public NativeWindow class
103 Window::Window (Display& display, const WindowParams& params) in Window() function in tcu::lnx::wayland::egl::Window
DtcuLnxWayland.hpp81 class Window class
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DAppDelegate.cs31 public override UIWindow Window property in HelloworldXamarin.iOS.AppDelegate
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp35 class Window class
45 Window (void) {} in Window() function in vk::wsi::Window
/external/webrtc/modules/audio_processing/aec3/
Daec3_fft.h29 enum class Window { kRectangular, kHanning, kSqrtHanning }; enum
/external/deqp/framework/platform/android/
DtcuAndroidWindow.hpp42 class Window class
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs824 fn gather<M>(table: &[Limb], i: Window, r: &mut Elem<M, R>) { in elem_exp_consttime()
830 i: Window, in elem_exp_consttime()
841 i: Window, in elem_exp_consttime()
951 fn scatter(table: &mut [Limb], state: &[Limb], i: Window, num_limbs: usize) { in elem_exp_consttime()
953 fn GFp_bn_scatter5(a: *const Limb, a_len: c::size_t, table: *mut Limb, i: Window); in elem_exp_consttime()
965 fn gather(table: &[Limb], state: &mut [Limb], i: Window, num_limbs: usize) { in elem_exp_consttime()
967 fn GFp_bn_gather5(r: *mut Limb, a_len: c::size_t, table: *const Limb, i: Window); in elem_exp_consttime()
979 fn gather_square(table: &[Limb], state: &mut [Limb], n0: &N0, i: Window, num_limbs: usize) { in elem_exp_consttime()
987 fn gather_mul_base(table: &[Limb], state: &mut [Limb], n0: &N0, i: Window, num_limbs: usize) { in elem_exp_consttime()
996 power: Window, in elem_exp_consttime()
[all …]
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp128 class Window : public NativeWindow class
154 Window::Window (Display& display, const WindowParams& params, Visual* visual) in Window() function in tcu::lnx::x11::egl::Window
/external/curl/docs/examples/
Dcurlgtk.c75 GtkWidget *Window, *Frame, *Frame2; in main() local
/external/python/pycparser/utils/fake_libc_include/X11/
D_X11_fake_typedefs.h10 typedef XID Window; typedef
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt29 private fun Window.asWindowAnimationQueue(): WindowAnimationQueue = in Window() method
/external/webrtc/modules/desktop_capture/linux/
Dbase_capturer_pipewire.h35 enum CaptureSourceType { Screen = 1, Window }; enumerator
/external/rust/crates/ring/src/
Dlimb.rs255 pub type Window = Limb; typedef
286 ) -> Window; in fold_5_bit_windows()
287 fn LIMBS_window5_unsplit_window(limb: Limb, index_within_word: BitIndex) -> Window; in fold_5_bit_windows()

123