/aosp_15_r20/external/mesa3d/src/imagination/rogue/ |
H A D | rogue_builder.c | 78 rogue_ref dsts[] = { dst0 }; in rogue_build_alu11() local 89 rogue_ref dsts[] = { dst0 }; in rogue_build_alu12() local 101 rogue_ref dsts[] = { dst0 }; in rogue_build_alu13() local 113 rogue_ref dsts[] = { dst0, dst1 }; in rogue_build_alu22() local 126 rogue_ref dsts[] = { dst0, dst1 }; in rogue_build_alu23() local 142 rogue_ref dsts[] = { dst0, dst1, dst2 }; in rogue_build_alu35() local 291 rogue_ref dsts[] = { dst0 }; in rogue_build_backend11() local 304 rogue_ref dsts[] = { dst0 }; in rogue_build_backend13() local 318 rogue_ref dsts[] = { dst0 }; in rogue_build_backend14() local 348 rogue_ref dsts[] = { dst0 }; in rogue_build_backend16() local [all …]
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A 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()
|
H A 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()
|
H A D | Conscrypt.java | 661 final ByteBuffer[] dsts) throws SSLException { in unwrap() 679 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | ScatteringByteChannel.java | 123 public long read(ByteBuffer[] dsts, int offset, int length) in read() 160 public long read(ByteBuffer[] dsts) throws IOException; in read()
|
D | DatagramChannel.java | 521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | SocketChannel.java | 478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | FileChannel.java | 369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | ScatteringByteChannel.java | 123 public long read(ByteBuffer[] dsts, int offset, int length) in read() 160 public long read(ByteBuffer[] dsts) throws IOException; in read()
|
H A D | DatagramChannel.java | 521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
H A D | SocketChannel.java | 478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
H A D | FileChannel.java | 369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/ |
D | ScatteringByteChannel.java | 123 public long read(ByteBuffer[] dsts, int offset, int length) in read() 160 public long read(ByteBuffer[] dsts) throws IOException; in read()
|
D | SocketChannel.java | 478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | AsynchronousSocketChannelImpl.java | 217 ByteBuffer[] dsts, in implRead() 226 ByteBuffer[] dsts, in read() 301 public final <A> void read(ByteBuffer[] dsts, in read()
|
H A D | SourceChannelImpl.java | 183 public long read(ByteBuffer[] dsts, int offset, int length) in read() 191 public long read(ByteBuffer[] dsts) throws IOException { in read()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/ |
D | DatagramChannel.java | 521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | FileChannel.java | 369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | SplitFixture.h | 113 std::vector<SimpleTensor<T>> dsts; in compute_reference() local 222 std::vector<SimpleTensor<T>> dsts; in compute_reference() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLEngine.java | 1328 ByteBuffer [] dsts) throws SSLException { in unwrap() 1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLEngine.java | 1328 ByteBuffer [] dsts) throws SSLException { in unwrap() 1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/ |
H A D | SSLEngine.java | 1328 ByteBuffer [] dsts) throws SSLException { in unwrap() 1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ring_sync_copy.c | 75 struct igt_buf *dsts; member 80 drm_intel_bo **dsts; member
|