Searched defs:writeBool (Results 1 - 13 of 13) sorted by last modified time

/external/skia/src/core/
H A DSkBuffer.h160 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkWriteBuffer.cpp48 void SkWriteBuffer::writeBool(bool value) { function in class:SkWriteBuffer
49 fWriter.writeBool(value);
172 this->writeBool(useBitmapHeap);
/external/skia/include/core/
H A DSkStream.h206 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java183 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java169 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java136 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputByteBufferNano
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java73 public void writeBool(boolean value, String string) throws IOException { method in class:CAVLCWriter
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h200 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/chromium_org/third_party/skia/src/core/
H A DSkBuffer.h160 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkWriteBuffer.cpp48 void SkWriteBuffer::writeBool(bool value) { function in class:SkWriteBuffer
49 fWriter.writeBool(value);
172 this->writeBool(useBitmapHeap);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 704 milliseconds