Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/futures-util/src/io/
Dwindow.rs21 pub struct Window<T> { struct
26 impl<T: AsRef<[u8]>> Window<T> { argument
94 impl<T: AsRef<[u8]>> AsRef<[u8]> for Window<T> { implementation
100 impl<T: AsMut<[u8]>> AsMut<[u8]> for Window<T> { implementation
/external/pigweed/pw_console/py/pw_console/docs/
Duser_guide.rst141 Log Window Navigation
163 Log Line Selection
189 Log Window Functions
204 Log Window Management
214 Log Searching
284 Log Filtering
351 Running Code in the Python Repl
/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dflow_control.rs65 pub fn available(&self) -> Window { in available()
199 pub struct Window(i32); struct
201 impl Window { impl
239 impl PartialEq<usize> for Window { implementation
249 impl PartialOrd<usize> for Window { implementation
259 impl fmt::Display for Window { implementation
/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/crosvm/gpu_display/src/vulkan/sys/
Dwindows.rs102 pub struct Window { struct
108 impl Window { impl
122 impl WindowT for Window { implementation
157 impl Drop for Window { implementation
/external/sdv/vsomeip/third_party/boost/intrusive/example/
Ddoc_window.cpp18 class Window : public list_base_hook<> class
28 Window() { all_windows.push_back(*this); } in Window() function in Window
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp35 class Window : public eglu::NativeWindow class
40Window(eglu::NativeDisplay *nativeDisplay, const eglu::WindowParams &params) : NativeWindow(CAPABI… in Window() function in tcu::nullws::Window
/external/ComputeLibrary/src/cpu/kernels/maxunpool/generic/neon/
Dimpl.h32 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/l2normlayer/generic/neon/
Dimpl.h32 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/range/generic/neon/
Dimpl.h30 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/select/generic/neon/
Dimpl.h32 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/pool3d/neon/
Dimpl.h33 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
Dimpl.h32 class Window; variable
/external/ComputeLibrary/src/cpu/kernels/roialign/generic/neon/
Dimpl.h32 class Window; variable
/external/ComputeLibrary/src/core/
DAccessWindowTranspose.h34 class Window; variable
DAccessWindowAutoPadding.h34 class Window; variable
DAccessWindowStatic.h36 class Window; variable
/external/crosvm/gpu_display/src/vulkan/
Dsys.rs29 pub trait Window: Any + Send + Sync { trait
/external/autotest/client/site_tests/power_LoadTest/extension/
Dcustom_event_listener.js1 Window.prototype.orginalEventListener = Window.prototype.addEventListener; class
/external/perfetto/ui/src/frontend/
Ddebug.ts23 interface Window { interface
/external/perfetto/ui/src/plugins/dev.perfetto.BookmarkletApi/
Dindex.ts20 interface Window { interface
/external/deqp/framework/platform/win32/
DtcuWin32Window.hpp35 class Window class
/external/ComputeLibrary/arm_compute/runtime/NEON/
DINEOperator.h37 class Window; variable

1234