/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | AbstractConscryptEngine.java | 110 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() 113 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() 116 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() 120 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap()
|
D | Java8EngineWrapper.java | 240 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() 245 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() 251 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() 256 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap()
|
D | Conscrypt.java | 633 final ByteBuffer[] dsts) throws SSLException { in unwrap() 651 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | AbstractConscryptEngine.java | 111 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() 114 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() 117 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() 121 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap()
|
D | Java8EngineWrapper.java | 241 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() 246 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() 252 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() 257 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap()
|
D | Conscrypt.java | 643 final ByteBuffer[] dsts) throws SSLException { in unwrap() 661 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
|
/external/skia/docs/examples/ |
D | Matrix_MakeRectToRect.cpp | 8 const SkRect dsts[] = { {0, 0, 0, 0}, {5, 6, 8, 9} }; in draw() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_frame_scale.c | 26 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_scale_and_extend_frame_c() local
|
D | vp9_encoder.c | 3009 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local 3046 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ring_sync_copy.c | 75 struct igt_buf *dsts; member 80 drm_intel_bo **dsts; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 245 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_deblock() local
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsFileChannel.java | 177 public long read(ByteBuffer[] dsts, int offset, int length) throws IOException { in read()
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 266 const dsts = new CanvasKit.RSXFormBuilder(); constant 303 const dsts = [ variable
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 288 iterator_range<EdgeIterator> dsts() const { in dsts() function
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_copy_propagation_elements.cpp | 68 set *dsts; member in __anon141ca6e30111::acp_entry
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 361 iterator_range<EdgeIterator> dsts() const { in dsts() function
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 347 iterator_range<EdgeIterator> dsts() const { in dsts() function
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 889 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu() local
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4803 char dsts[3][255]; in iter_instruction() local
|