/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/ |
D | MessagePipeHandleImpl.java | 45 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) { in writeMessage() method in MessagePipeHandleImpl
|
D | CoreImpl.java | 268 void writeMessage(MessagePipeHandleImpl pipeHandle, ByteBuffer bytes, in writeMessage() method in CoreImpl
|
/external/deqp/execserver/ |
D | xsTestDriver.cpp | 227 bool TestDriver::writeMessage (ByteBuffer& messageBuffer, const Message& message) in writeMessage() function in xs::TestDriver
|
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | MessagePipeHandle.java | 208 void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags); in writeMessage() method
|
D | InvalidHandle.java | 207 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) { in writeMessage() method in InvalidHandle
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/ |
D | HandleMock.java | 156 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, in writeMessage() method in HandleMock
|
/external/python/cpython2/Lib/test/ |
D | test_mhlib.py | 62 def writeMessage(folder, n, headers, body): function
|
/external/libmojo/mojo/public/js/ |
D | core.js | 194 function writeMessage(handle, buffer, handlesArray, flags) { [native code] } function
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
D | ProtobufWireAdapter.java | 240 private void writeMessage(OuterMessage message) throws IOException { in writeMessage() method in ProtobufWireAdapter
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 333 public abstract void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream 1218 public final void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.ArrayEncoder 1564 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.NioEncoder 2067 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.ByteOutputEncoder 2370 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.OutputStreamEncoder
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 195 void TestLog::writeMessage (const char* msgStr) in writeMessage() function in tcu::TestLog
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 191 public void writeMessage(final int fieldNumber, final MessageMicro value) in writeMessage() method in CodedOutputStreamMicro
|
/external/protobuf/js/binary/ |
D | writer.js | 726 jspb.BinaryWriter.prototype.writeMessage = function( method in jspb.BinaryWriter
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 164 public void writeMessage(final int fieldNumber, final MessageNano value) in writeMessage() method in CodedOutputByteBufferNano
|