/external/armnn/tests/TfLiteYoloV3Big-Armnn/ |
D | NMS.hpp | 21 struct Box { struct 22 float xmin; /**< X-pos position of the low left coordinate */ 23 float xmax; /**< X-pos position of the top right coordinate */ 24 float ymin; /**< Y-pos position of the low left coordinate */ 25 float ymax; /**< Y-pos position of the top right coordinate */
|
/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateAttachmentTests.hpp | 65 struct Box struct in glcts::FragmentShadingRateAttachment 67 bool in(deUint32 xIn, deUint32 yIn) in in() 71 deUint32 x; 72 deUint32 y; 73 deUint32 width; 74 deUint32 height;
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.copy.wrap/ |
D | assign.move.pass.cpp | 27 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef 54 using Box = std::ranges::__copyable_box<CopyConstructibleMovable>; in test() typedef 83 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef 112 using Box = std::ranges::__copyable_box<MovableNothrowCopyConstructible>; in test() typedef 141 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef 173 using Box = std::ranges::__copyable_box<ThrowsOnCopy>; in test_empty_state() typedef
|
D | ctor.in_place.pass.cpp | 32 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef 41 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef 50 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef
|
D | assign.copy.pass.cpp | 27 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef 54 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef 83 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef 115 using Box = std::ranges::__copyable_box<ThrowsOnCopy>; in test_empty_state() typedef
|
D | ctor.default.pass.cpp | 22 using Box = std::ranges::__copyable_box<T>; typedef
|
D | no_unique_address.pass.cpp | 29 using Box = std::ranges::__copyable_box<Empty>; typedef
|
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/classes/ |
D | Tags.java | 88 public static class Box<T> { class in Tags 92 private Box() {} in Box() method in Tags.Box 98 public Box(T storedObject, int price) { in Box() method in Tags.Box
|
/external/rust/crates/gdbstub/src/conn/impls/ |
D | boxed.rs | 6 impl<E> Connection for Box<dyn Connection<Error = E>> { implementation 26 impl<E> Connection for Box<dyn ConnectionExt<Error = E>> { implementation 46 impl<E> ConnectionExt for Box<dyn ConnectionExt<Error = E>> { implementation
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 18 public class Box { class 24 public Box(String id, String name) { in Box() method in Box
|
/external/cronet/third_party/quic_trace/src/tools/render/ |
D | geometry_util.h | 87 struct Box { struct 92 constexpr bool operator==(const Box& lhs, const Box& rhs) { argument
|
/external/rust/crates/clap/src/ |
D | derive.rs | 397 impl<T: Parser> Parser for Box<T> { implementation 423 impl<T: CommandFactory> CommandFactory for Box<T> { implementation 432 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation 447 impl<T: Args> Args for Box<T> { implementation 456 impl<T: Subcommand> Subcommand for Box<T> { implementation
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | ArrayElementInlineFuncTest.kt | 12 private data class Box(val n: Int) in <lambda>() dataClass
|
D | UncheckedCastTest.kt | 38 private data class Box(val b: Int) class in kotlinx.atomicfu.test.UncheckedCastTest
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
D | TestSubtypesExternalPropertyMissingProperty.java | 19 static class Box { class in TestSubtypesExternalPropertyMissingProperty 24 public Box() { in Box() method in TestSubtypesExternalPropertyMissingProperty.Box 27 public Box(String type, Fruit fruit) { in Box() method in TestSubtypesExternalPropertyMissingProperty.Box
|
D | TestPropertyCreatorSubtypesExternalPropertyMissingProperty.java | 24 static class Box { class in TestPropertyCreatorSubtypesExternalPropertyMissingProperty 33 private Box(String type, Fruit fruit) { in Box() method in TestPropertyCreatorSubtypesExternalPropertyMissingProperty.Box
|
/external/rust/crates/clap/3.2.23/src/ |
D | derive.rs | 502 impl<T: Parser> Parser for Box<T> { implementation 529 impl<T: CommandFactory> CommandFactory for Box<T> { implementation 538 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation 553 impl<T: Args> Args for Box<T> { implementation 562 impl<T: Subcommand> Subcommand for Box<T> { implementation
|
/external/rust/crates/futures-io/src/ |
D | lib.rs | 320 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for Box<T> { implementation 402 impl<T: ?Sized + AsyncWrite + Unpin> AsyncWrite for Box<T> { implementation 484 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation 518 impl<T: ?Sized + AsyncBufRead + Unpin> AsyncBufRead for Box<T> { implementation
|
/external/angle/src/libANGLE/ |
D | angletypes.h | 191 struct Box struct 193 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() function 194 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() function 198 Box(const O &offset, const E &size) in Box() function 218 int x; 219 int y; 220 int z; 221 int width; 222 int height; 223 int depth;
|
/external/rust/cxx/tests/ui/ |
D | reserved_name.rs | 8 type Box; typedef
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | Box.java | 30 public interface Box { interface
|
/external/rust/crates/static_assertions/tests/ |
D | trait_impl.rs | 62 struct Box<T>(T); struct
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cu.cc | 40 Box { struct 41 float x1, y1, x2, y2;
|
/external/rust/crates/serde_json/src/ |
D | raw.rs | 135 impl Clone for Box<RawValue> { implementation 149 impl Default for Box<RawValue> { implementation 227 impl From<Box<RawValue>> for Box<str> { implementation 337 impl<'de> Deserialize<'de> for Box<RawValue> { implementation
|
/external/angle/src/tests/gl_tests/ |
D | PixelLocalStorageTest.cpp | 178 struct Box struct 181 constexpr Box(float4 rect) : rect(rect), color{}, aux1{}, aux2{} {} in Box() argument 182 constexpr Box(float4 rect, float4 incolor) : rect(rect), color(incolor), aux1{}, aux2{} {} in Box() argument 183 constexpr Box(float4 rect, float4 incolor, float4 inaux1) in Box() function 186 constexpr Box(float4 rect, float4 incolor, float4 inaux1, float4 inaux2) in Box() function 189 float4 rect; 190 float4 color; 191 float4 aux1; 192 float4 aux2;
|