/external/rust/crates/clap/src/ |
D | errors.rs | 419 U: Display, in argument_conflict() 450 pub fn empty_value<U>(arg: &AnyArg, usage: U, color: ColorWhen) -> Self in empty_value() 484 G: AsRef<str> + Display, in invalid_value() 485 U: Display, in invalid_value() 530 D: AsRef<str> + Display, in invalid_subcommand() 531 N: Display, in invalid_subcommand() 532 U: Display, in invalid_subcommand() 565 N: Display, in unrecognized_subcommand() 590 pub fn missing_required_argument<R, U>(required: R, usage: U, color: ColorWhen) -> Self in missing_required_argument() 593 U: Display, in missing_required_argument() [all …]
|
/external/rust/crates/thiserror-impl/src/ |
D | attr.rs | 20 pub struct Display<'a> { struct 37 Display, argument 198 impl ToTokens for Display<'_> { implementation
|
D | fmt.rs | 10 impl Display<'_> { implementation
|
/external/rust/crates/vulkano/src/swapchain/ |
D | display.rs | 175 pub struct Display { struct 178 properties: Arc<ash::vk::DisplayPropertiesKHR>, // TODO: Arc because struct isn't clone argument 181 impl Display { argument 183 pub fn enumerate_raw(device: PhysicalDevice) -> Result<IntoIter<Display>, OomError> { in enumerate_raw() 228 pub fn enumerate(device: PhysicalDevice) -> IntoIter<Display> { in enumerate() 335 unsafe impl VulkanObject for Display { implementation 386 pub fn display(&self) -> &Display { in display()
|
/external/rust/crates/ash/src/extensions/khr/ |
D | display.rs | 9 pub struct Display { struct 11 display_fn: vk::KhrDisplayFn, argument 14 impl Display { impl
|
/external/rust/crates/serde_json/tests/regression/ |
D | issue845.rs | 50 <T as TryFrom<u64>>::Error: Display, in deserialize_integer_or_string() 51 <T as TryFrom<i64>>::Error: Display, in deserialize_integer_or_string() 52 <T as FromStr>::Err: Display, in deserialize_integer_or_string()
|
/external/rust/crates/clap/src/app/ |
D | validator.rs | 93 A: AnyArg<'a, 'b> + Display, in validate_arg_values() 327 A: AnyArg<'a, 'b> + Display, in validate_arg_num_occurs() 348 A: AnyArg<'a, 'b> + Display, in validate_arg_num_vals() 432 A: AnyArg<'a, 'b> + Display, in validate_arg_requires()
|
/external/deqp/framework/platform/nullws/ |
D | tcuNullWSPlatform.cpp | 95 class Display: public eglu::NativeDisplay class 100 Display() in Display() function in tcu::nullws::Display
|
/external/rust/crates/combine/src/stream/ |
D | read.rs | 50 T: fmt::Display, in unexpected_format() 66 T: fmt::Display, in expected_format() 73 T: fmt::Display, in message_format()
|
/external/angle/src/libANGLE/renderer/ |
D | DeviceImpl.h | 18 class Display; variable
|
D | EGLSyncImpl.h | 20 class Display; variable
|
D | SurfaceImpl.h | 33 class Display; variable
|
/external/gfxstream-protocols/registry/vulkan/tests/X11/ |
D | Xlib.h | 10 typedef int Display; typedef
|
/external/openscreen/cast/streaming/ |
D | receiver_session.h | 137 struct Display { struct 147 Dimensions dimensions; 151 bool can_scale_content = false;
|
/external/rust/cxx/src/ |
D | fmt.rs | 3 pub(crate) fn display(fmt: impl Fn(&mut fmt::Formatter) -> fmt::Result) -> impl Display { in display()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | shared_x_display.h | 24 typedef struct _XDisplay Display; typedef
|
/external/deqp/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 49 class Display : public eglu::NativeDisplay class 52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {} in Display() function in tcu::rpi::Display
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.cc | 23 void TFProfTensor::Display(string* formatted_str, in Display() function in tensorflow::tfprof::TFProfTensor
|
/external/angle/src/libANGLE/ |
D | Thread.h | 35 class Display; variable
|
/external/clang/utils/analyzer/ |
D | ubiviz | 28 def Display(G, data): function
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 27 class Display; variable
|
D | egl_ext_stubs_autogen.h | 27 class Display; variable
|
/external/rmi4utils/f54test/ |
D | display.h | 24 Display() {} in Display() function
|
/external/rust/crates/pest_meta/src/ |
D | lib.rs | 28 E::Item: Display, in unwrap_or_report()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 58 class Display : public NativeDisplay class 64 Display (MovePtr<wayland::Display> waylandDisplay) in Display() function in tcu::lnx::wayland::egl::Display
|