Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 25 of 84) sorted by relevance

1234

/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DNMS.hpp21 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/
DesextcFragmentShadingRateAttachmentTests.hpp65 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/
Dassign.move.pass.cpp27 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
Dctor.in_place.pass.cpp32 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
Dassign.copy.pass.cpp27 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
Dctor.default.pass.cpp22 using Box = std::ranges::__copyable_box<T>; typedef
Dno_unique_address.pass.cpp29 using Box = std::ranges::__copyable_box<Empty>; typedef
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/classes/
DTags.java88 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/
Dboxed.rs6 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/
DBox.java18 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/
Dgeometry_util.h87 struct Box { struct
92 constexpr bool operator==(const Box& lhs, const Box& rhs) { argument
/external/rust/crates/clap/src/
Dderive.rs397 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/
DArrayElementInlineFuncTest.kt12 private data class Box(val n: Int) in <lambda>() dataClass
DUncheckedCastTest.kt38 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/
DTestSubtypesExternalPropertyMissingProperty.java19 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
DTestPropertyCreatorSubtypesExternalPropertyMissingProperty.java24 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/
Dderive.rs502 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/
Dlib.rs320 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/
Dangletypes.h191 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/
Dreserved_name.rs8 type Box; typedef
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DBox.java30 public interface Box { interface
/external/rust/crates/static_assertions/tests/
Dtrait_impl.rs62 struct Box<T>(T); struct
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc40 Box { struct
41 float x1, y1, x2, y2;
/external/rust/crates/serde_json/src/
Draw.rs135 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/
DPixelLocalStorageTest.cpp178 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;

1234