HomeSort by relevance Sort by last modified time
    Searched defs:doWrite (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/net/
DelayedDiskWrite.java 61 doWrite(filePath, w, open);
66 private void doWrite(String filePath, Writer w, boolean open) {
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
ChannelIOSecure.java 497 return doWrite(src);
508 private int doWrite(ByteBuffer src) throws IOException {
582 doWrite(fileChannelBB);
596 doWrite(fileChannelBB);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
ChannelIOSecure.java 497 return doWrite(src);
508 private int doWrite(ByteBuffer src) throws IOException {
582 doWrite(fileChannelBB);
596 doWrite(fileChannelBB);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.impl.h 72 void doWrite();
75 void WriteThread::doWrite() {
115 doWrite();
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 307 bool doWrite = (damage.size() <= kMaxLength / 4);
308 size_t length = (doWrite) ? damage.size() * 4 : 0;
311 // When there are too many rectangles in the damage region and doWrite
314 if (doWrite) {
385 bool doWrite = (visible.size() <= kMaxLength / 4);
386 size_t length = (doWrite) ? visible.size() * 4 : 0;
390 // doWrite is false, we write no rectangle at all which means the
392 if (doWrite) {
409 bool doWrite = (damage.size() <= (kMaxLength - 4) / 4);
410 size_t length = 4 + ((doWrite) ? damage.size() * 4 : 0)
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 360 private native boolean doWrite(byte[] buf);
366 boolean result = doWrite(buf);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
SampleChunkIoHelper.java 297 doWrite((IoParams) message.obj);
382 private void doWrite(IoParams params) throws IOException {
  /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/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1102 milliseconds

1 2