Searched refs:Pinned (Results 1 – 17 of 17) sorted by relevance
/external/rust/cxx/tests/ui/ |
D | rust_pinned.stderr | 4 6 | type Pinned; 7 | | within `Pinned`, the trait `Unpin` is not implemented for `PhantomPinned` 10 = note: required because it appears within the type `Pinned`
|
D | rust_pinned.rs | 6 type Pinned; typedef 10 pub struct Pinned { struct
|
/external/rust/crates/pin-project/examples/ |
D | enum-default-expanded.rs | 24 Pinned(/* #[pin] */ T), enumerator 32 Pinned(::pin_project::__private::Pin<&'pin mut (T)>), enumerator 48 Self::Pinned(_0) => { in project() 49 EnumProj::Pinned(::pin_project::__private::Pin::new_unchecked(_0)) in project()
|
D | enum-default.rs | 9 Pinned(#[pin] T), enumerator
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | CodecBase.cs | 54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); in CodecBase() 55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
|
D | ChecksumImpl.cs | 137 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update() 188 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update()
|
D | GZipStream.cs | 162 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Read() 207 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Write()
|
/external/rust/crates/pin-project/ |
D | README.md | 41 let _: Pin<&mut T> = this.pinned; // Pinned reference to the field 58 Pinned(#[pin] T), 65 EnumProj::Pinned(x) => {
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 64 GCHandle modelDataHandle = GCHandle.Alloc(modelData, GCHandleType.Pinned); in Interpreter() 96 GCHandle tensorDataHandle = GCHandle.Alloc(inputTensorData, GCHandleType.Pinned); in SetInputTensorData() 117 GCHandle tensorDataHandle = GCHandle.Alloc(outputTensorData, GCHandleType.Pinned); in GetOutputTensorData()
|
/external/libiio/src/bindings/csharp/ |
D | Channel.cs | 193 GCHandle handle = GCHandle.Alloc(array, GCHandleType.Pinned); in read() 223 GCHandle handle = GCHandle.Alloc(array, GCHandleType.Pinned); in write()
|
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/ |
D | PInvokeByteArrayBenchmark.cs | 55 var gcHandle = GCHandle.Alloc(payload, GCHandleType.Pinned); in ThreadBody()
|
/external/rust/crates/pin-project/src/ |
D | lib.rs.orig | 23 //! let _: Pin<&mut T> = this.pinned; // Pinned reference to the field 41 //! Pinned(#[pin] T), 48 //! EnumProj::Pinned(x) => {
|
/external/rust/crates/pin-project-lite/ |
D | README.md | 42 let _: Pin<&mut T> = this.pinned; // Pinned reference to the field
|
/external/python/pyasn1-modules/ |
D | CHANGES.txt | 201 - Pinned to pyasn1 ~0.3.4 208 - Pinned to pyasn1 0.3.3
|
/external/rust/crates/pin-project-lite/src/ |
D | lib.rs.orig | 22 //! let _: Pin<&mut T> = this.pinned; // Pinned reference to the field 222 /// let _: Pin<&mut T> = this.pinned; // Pinned reference to the field
|
/external/iproute2/bash-completion/ |
D | tc | 212 object-pinned|graft) # Pinned object is probably under /sys/fs/bpf/
|
/external/arm-trusted-firmware/docs/components/ |
D | secure-partition-manager.rst | 427 - Pinned MP SPs: an Execution Context id matches a physical PE id. MP
|