Home
last modified time | relevance | path

Searched defs:Display (Results 1 – 25 of 143) sorted by relevance

123456

/external/rust/crates/thiserror-impl/src/
Dattr.rs21 pub struct Display<'a> { struct
38 Display, argument
197 impl ToTokens for Display<'_> { implementation
Dfmt.rs10 impl Display<'_> { impl
/external/rust/crates/miette-derive/src/
Dfmt.rs12 pub struct Display { struct
18 impl ToTokens for Display { argument
28 impl Display { impl
Dutils.rs128 impl Display { implementation
137 let Display { fmt, args, .. } = display; in expand_shorthand_cloned() localVariable
/external/rust/crates/vulkano/src/swapchain/
Ddisplay.rs183 pub struct Display { struct
185 properties: Arc<ash::vk::DisplayPropertiesKHR>, // TODO: Arc because struct isn't clone argument
188 impl Display { argument
192 ) -> Result<IntoIter<Display>, OomError> { in enumerate_raw()
242 pub fn enumerate(physical_device: Arc<PhysicalDevice>) -> IntoIter<Display> { in enumerate()
355 unsafe impl VulkanObject for Display { implementation
406 pub fn display(&self) -> &Display { in display()
/external/rust/crates/displaydoc/src/
Dattr.rs6 pub(crate) struct Display { struct
12 pub(crate) r#enum: Option<Display>, argument
16 impl ToTokens for Display { implementation
56 pub(crate) fn display(&self, attrs: &[Attribute]) -> Result<Option<Display>> { in display()
Dfmt.rs15 impl Display { implementation
/external/rust/crates/ash/src/extensions/khr/
Ddisplay.rs9 pub struct Display { struct
11 fp: vk::KhrDisplayFn, argument
14 impl Display { implementation
/external/rust/crates/serde_json/tests/regression/
Dissue845.rs52 <T as TryFrom<u64>>::Error: Display, in deserialize_integer_or_string()
53 <T as TryFrom<i64>>::Error: Display, in deserialize_integer_or_string()
54 <T as FromStr>::Err: Display, in deserialize_integer_or_string()
/external/rust/crates/toml/src/
Dedit.rs27 T: std::fmt::Display, in custom()
63 T: std::fmt::Display, in custom()
72 T: std::fmt::Display, in custom()
/external/rust/crates/winnow/src/combinator/debug/
Dmod.rs44 name: impl crate::lib::std::fmt::Display, in trace()
59 name: impl crate::lib::std::fmt::Display, in trace_result()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp91 class Display : public eglu::NativeDisplay class
96 Display() : eglu::NativeDisplay(CAPABILITIES) in Display() function in tcu::nullws::Display
/external/nullaway/nullaway/src/test/java/com/uber/nullaway/tools/
DDisplay.java26 public interface Display {} interface
/external/angle/src/libANGLE/renderer/
DDeviceImpl.h18 class Display; variable
DEGLSyncImpl.h21 class Display; variable
DSurfaceImpl.h33 class Display; variable
DShareGroupImpl.h17 class Display; variable
/external/rust/crates/combine/src/stream/
Dread.rs50 T: fmt::Display, in unexpected_format()
66 T: fmt::Display, in expected_format()
73 T: fmt::Display, in message_format()
/external/rust/cxx/src/
Dfmt.rs3 pub(crate) fn display(fmt: impl Fn(&mut fmt::Formatter) -> fmt::Result) -> impl Display { in display()
/external/rust/crates/toml_edit/src/ser/
Dmod.rs38 T: std::fmt::Display, in custom()
47 T: std::fmt::Display, in custom()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.cc23 void TFProfTensor::Display(string* formatted_str, in Display() function in tensorflow::tfprof::TFProfTensor
/external/webrtc/modules/desktop_capture/linux/x11/
Dshared_x_display.h26 typedef struct _XDisplay Display; typedef
/external/angle/src/libANGLE/
DThread.h34 class Display; variable
/external/clang/utils/analyzer/
Dubiviz28 def Display(G, data): function
/external/openscreen/cast/streaming/
Dreceiver_session.h137 struct Display { struct
147 Dimensions dimensions;
151 bool can_scale_content = false;

123456