HomeSort by relevance Sort by last modified time
    Searched refs:dsts (Results 1 - 25 of 70) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/nio/channels/
ScatteringByteChannel.java 62 * dsts[offset].remaining()
63 * + dsts[offset+1].remaining()
64 * + ... + dsts[offset+length-1].remaining()</pre></blockquote>
70 * Up to the first <tt>dsts[offset].remaining()</tt> bytes of this sequence
71 * are transferred into buffer <tt>dsts[offset]</tt>, up to the next
72 * <tt>dsts[offset+1].remaining()</tt> bytes are transferred into buffer
73 * <tt>dsts[offset+1]</tt>, and so forth, until the entire byte sequence
84 * @param dsts
90 * larger than <tt>dsts.length</tt>
95 * <tt>dsts.length</tt>&nbsp;-&nbsp;<tt>offset</tt
    [all...]
DatagramChannel.java 494 public abstract long read(ByteBuffer[] dsts, int offset, int length)
510 public final long read(ByteBuffer[] dsts) throws IOException {
511 return read(dsts, 0, dsts.length);
FileChannel.java 181 public abstract long read(ByteBuffer[] dsts, int offset, int length)
192 public final long read(ByteBuffer[] dsts) throws IOException {
193 return read(dsts, 0, dsts.length);
    [all...]
SocketChannel.java 464 public abstract long read(ByteBuffer[] dsts, int offset, int length)
471 public final long read(ByteBuffer[] dsts) throws IOException {
472 return read(dsts, 0, dsts.length);
  /external/opencv3/modules/imgproc/perf/opencl/
perf_3vs4.cpp 47 std::vector<UMat> srcs(3), dsts(3);
51 dsts[i] = UMat(srcSize, depth);
60 resize(srcs[i], dsts[i], Size(), 0.5, 0.5, INTER_LINEAR);
62 merge(dsts, dst);
101 std::vector<UMat> srcs(3), dsts(3);
105 dsts[i] = UMat(srcSize, depth);
114 subtract(srcs[i], s, dsts[i]);
116 merge(dsts, dst);
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLEngine.java     [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SourceChannelImpl.java 183 public long read(ByteBuffer[] dsts, int offset, int length)
186 if ((offset < 0) || (length < 0) || (offset > dsts.length - length))
188 return read(Util.subsequence(dsts, offset, length));
191 public long read(ByteBuffer[] dsts) throws IOException {
192 if (dsts == null)
203 n = IOUtil.read(fd, dsts, nd);
SocketChannelImpl.java 430 public long read(ByteBuffer[] dsts, int offset, int length)
433 if ((offset < 0) || (length < 0) || (offset > dsts.length - length))
452 n = IOUtil.read(fd, dsts, offset, length, nd);
    [all...]
DatagramChannelImpl.java 577 public long read(ByteBuffer[] dsts, int offset, int length)
580 if ((offset < 0) || (length < 0) || (offset > dsts.length - length))
595 n = IOUtil.read(fd, dsts, offset, length, nd);
FileChannelImpl.java 170 public long read(ByteBuffer[] dsts, int offset, int length)
173 if ((offset < 0) || (length < 0) || (offset > dsts.length - length))
188 n = IOUtil.read(fd, dsts, offset, length, nd);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.h 68 LLVMValueRef *dsts, unsigned num_dsts);
  /external/libcxx/test/libcxx/test/
executor.py 126 dsts = [target_exe_path]
131 dsts.extend(dev_paths)
132 self.copy_in(srcs, dsts)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 126 dsts = [target_exe_path]
131 dsts.extend(dev_paths)
132 self.copy_in(srcs, dsts)
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 388 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length)
392 } else if (dsts == null) {
393 throw new IllegalArgumentException("dsts == null");
395 checkIndex(dsts.length, offset, length);
397 for (int i = 0; i < dsts.length; i++) {
398 ByteBuffer dst = dsts[i];
465 ByteBuffer dst = getNextAvailableByteBuffer(dsts, offset, length);
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 240 * Test for <code>unwrap(ByteBuffer src, ByteBuffer[] dsts)</code> method
243 * when dsts contains null elements throws ReadOnlyBufferException when dsts
248 * if dsts contains null elements It does not throw ReadOnlyBufferException
249 * when dsts contains read only elements
262 fail("IllegalArgumentException must be thrown for null dsts byte buffer array");
281 * <code>unwrap(ByteBuffer src, ByteBuffer[] dsts)</code> methods
325 * Test for <code>unwrap(ByteBuffer src, ByteBuffer[] dsts)</code> method
482 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts,
527 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts)
    [all...]
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 223 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts,
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java 148 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts,
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 146 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts,
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 465 uint8_t *const dsts[3] = {dst->y_buffer, dst->u_buffer, dst->v_buffer}; local
474 CONVERT_TO_SHORTPTR(dsts[i]),
478 vp9_post_proc_down_and_across(srcs[i], dsts[i],
483 vp9_post_proc_down_and_across(srcs[i], dsts[i],
501 uint8_t *const dsts[3] = {dst->y_buffer, dst->u_buffer, dst->v_buffer}; local
517 dsts[i] + 2 * dst_stride + 2);
523 uint8_t *const dst_plane = dsts[i] + 2 * dst_stride + 2;
530 uint8_t *const dst_plane = dsts[i] + 2 * dst_stride + 2;
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 234 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 329 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer, local
335 vp9_post_proc_down_and_across(srcs[i], dsts[i],
355 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer, local
367 uint8_t *const dst = dsts[i] + 2 * dst_stride + 2;
  /external/llvm/include/llvm/Support/
GCOV.h 347 iterator_range<EdgeIterator> dsts() const { function in class:llvm::GCOVBlock
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 

Completed in 510 milliseconds

1 2 3