/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/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | ConsumeAsFlowLeakTest.kt | 14 private data class Box(val i: Int) dataClass
|
/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) dataClass
|
/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/angle/src/libANGLE/ |
D | angletypes.h | 183 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/ |
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/rust/crates/structopt/src/ |
D | lib.rs | 1213 impl<T: StructOpt> StructOpt for Box<T> { implementation 1223 impl<T: StructOptInternal> StructOptInternal for Box<T> { implementation
|
/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/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/rust/crates/futures-core/src/ |
D | stream.rs | 205 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/ |
D | mod.rs | 107 impl Unpark for Box<dyn Unpark> { implementation
|
/external/rust/crates/futures-task/src/ |
D | future_obj.rs | 218 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/ |
D | GrMeshTest.cpp | 83 struct Box { struct 84 float fX, fY; 85 GrColor fColor;
|
/external/rust/crates/gdbstub/src/connection/impls/ |
D | boxed.rs | 5 impl<E> Connection for Box<dyn Connection<Error = E>> { implementation
|
/external/rust/crates/tokio/src/io/ |
D | async_seek.rs | 61 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation
|
/external/crosvm/base/src/ |
D | errno.rs | 60 impl From<Error> for Box<dyn std::error::Error + Send> { implementation
|
/external/crosvm/common/sys_util_core/src/ |
D | errno.rs | 60 impl From<Error> for Box<dyn std::error::Error + Send> { implementation
|
/external/rust/crates/rand_core/src/ |
D | lib.rs | 421 impl<R: RngCore + ?Sized> RngCore for Box<R> { implementation 456 impl<R: CryptoRng + ?Sized> CryptoRng for Box<R> {} implementation
|
/external/piex/src/ |
D | piex_cr3.cc | 63 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/ |
D | MessageQueueTest.kt | 24 inner class Box(val i: Int): Runnable { in <lambda>() class in kotlinx.coroutines.MessageQueueTest
|