HomeSort by relevance Sort by last modified time
    Searched defs:outChannel (Results 1 - 8 of 8) sorted by null

  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 113 FileChannel outChannel = new FileOutputStream(out).getChannel();
115 inChannel.transferTo(0, inChannel.size(), outChannel);
120 if (outChannel != null) outChannel.close();
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 43 WritableByteChannel outChannel = Channels.newChannel(out);
47 ByteStreams.copy(inChannel, outChannel);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 640 WritableByteChannel outChannel = Channels.newChannel(out);
643 outChannel.write(jpegData);
653 WritableByteChannel outChannel = Channels.newChannel(out);
668 outChannel.write(colorData);
684 outChannel.write(packedRowBuffer);
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
findbugs.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 341 milliseconds