Home
last modified time | relevance | path

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

123

/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/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DConsumeAsFlowLeakTest.kt14 private data class Box(val i: Int) dataClass
/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) dataClass
/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/angle/src/libANGLE/
Dangletypes.h183 struct Box struct
185 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() argument
186 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() argument
190 Box(const O &offset, const E &size) in Box() argument
205 int x;
206 int y;
207 int z;
208 int width;
209 int height;
210 int depth;
/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/rust/crates/structopt/src/
Dlib.rs1213 impl<T: StructOpt> StructOpt for Box<T> { implementation
1223 impl<T: StructOptInternal> StructOptInternal for Box<T> { implementation
/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/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/rust/crates/futures-core/src/
Dstream.rs205 impl<S: ?Sized + Stream + Unpin> Stream for Box<S> { implementation
230 impl<S: ?Sized + FusedStream + Unpin> FusedStream for Box<S> { implementation
/external/rust/crates/tokio/src/park/
Dmod.rs107 impl Unpark for Box<dyn Unpark> { implementation
/external/rust/crates/futures-task/src/
Dfuture_obj.rs218 unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F> implementation
231 unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + 'a> { implementation
241 unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + Send + 'a> { implementation
/external/skia/tests/
DGrMeshTest.cpp83 struct Box { struct
84 float fX, fY;
85 GrColor fColor;
/external/rust/crates/gdbstub/src/connection/impls/
Dboxed.rs5 impl<E> Connection for Box<dyn Connection<Error = E>> { implementation
/external/rust/crates/tokio/src/io/
Dasync_seek.rs61 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation
/external/crosvm/base/src/
Derrno.rs60 impl From<Error> for Box<dyn std::error::Error + Send> { implementation
/external/crosvm/common/sys_util_core/src/
Derrno.rs60 impl From<Error> for Box<dyn std::error::Error + Send> { implementation
/external/rust/crates/rand_core/src/
Dlib.rs421 impl<R: RngCore + ?Sized> RngCore for Box<R> { implementation
456 impl<R: CryptoRng + ?Sized> CryptoRng for Box<R> {} implementation
/external/piex/src/
Dpiex_cr3.cc63 class Box { class
65 Box() in Box() function in piex::__anon9bef4b4a0111::Box
71 Box(const BoxTag& tag, size_t offset, size_t header_length, size_t length) in Box() function in piex::__anon9bef4b4a0111::Box
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DMessageQueueTest.kt24 inner class Box(val i: Int): Runnable { in <lambda>() class in kotlinx.coroutines.MessageQueueTest

123