Home
last modified time | relevance | path

Searched refs:writeMessage (Results 1 – 25 of 37) sorted by relevance

12

/external/deqp/execserver/
DxsTestDriver.cpp93 if (writeMessage(messageBuffer, ProcessLaunchFailedMessage(m_lastLaunchFailure.c_str()))) in poll()
104 if (writeMessage(messageBuffer, ProcessStartedMessage())) in poll()
164 if (writeMessage(messageBuffer, ProcessFinishedMessage(m_lastExitCode))) in poll()
227 bool TestDriver::writeMessage (ByteBuffer& messageBuffer, const Message& message) in writeMessage() function in xs::TestDriver
DxsTestDriver.hpp65 bool writeMessage (ByteBuffer& messageBuffer, const Message& message);
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DMessagePipeHandleImpl.java45 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) { in writeMessage() method in MessagePipeHandleImpl
46 mCore.writeMessage(this, bytes, handles, flags); in writeMessage()
/external/python/cpython2/Lib/test/
Dtest_mhlib.py62 def writeMessage(folder, n, headers, body): function
114 writeMessage('inbox', 1,
118 writeMessage('inbox', 2,
125 writeMessage('wide', i,
131 writeMessage(folder, n,
/external/protobuf/js/binary/
Dreader_test.js60 writer.writeMessage(1, dummyMessage, goog.nullFunction);
61 writer.writeMessage(2, dummyMessage, goog.nullFunction);
543 writer.writeMessage(2, dummyMessage, function() {
550 writer.writeMessage(6, dummyMessage, goog.nullFunction);
786 writer.writeMessage(1, dummyMessage, function() {
787 writer.writeMessage(1, dummyMessage, function() {
822 writer.writeMessage(2, dummyMessage, function() {
Dwriter_test.js66 writer.writeMessage(-1, dummyMessage, goog.nullFunction);
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp867 log.writeMessage(""); in logParams()
946 log.writeMessage("// Failed program pipeline:"); in logPipeline()
949 log.writeMessage("// Common program for both vertex and fragment stages:"); in logPipeline()
954 log.writeMessage("// Vertex stage program:"); in logPipeline()
956 log.writeMessage("// Fragment stage program:"); in logPipeline()
1106 log().writeMessage("Couldn't create shader program"); in createShaderProgram()
1145 log().writeMessage("glCreateShaderProgramv() failed at linking"); in createSingleShaderProgram()
1284 log().writeMessage("// Programs use constants instead of uniforms"); in createPipeline()
1324 log().writeMessage("// Drew a triangle"); in drawSurface()
1512 log().writeMessage(""); in iterate()
/external/libmojo/mojo/public/js/
Dcore.js173 function writeMessage(handle, buffer, handlesArray, flags) { [native code] } function
Dconnector.js47 var result = core.writeMessage(this.handle_,
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DRouterTest.java85 mHandle.writeMessage(responseMessage.getData(), new ArrayList<Handle>(), in testSendingToRouterWithResponse()
110 mHandle.writeMessage(headerMessage.getData(), new ArrayList<Handle>(), in sendMessageToRouter()
DConnectorTest.java87 mHandle.writeMessage(mTestMessage.getData(), new ArrayList<Handle>(), in testReceivingMessage()
DReadAndDispatchMessageTest.java70 mHandles.first.writeMessage(mData, mHandlesToSend, MessagePipeHandle.WriteFlags.NONE); in testReadAndDispatchMessage()
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DMessagePipeHandle.java208 void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags); in writeMessage() method
DInvalidHandle.java207 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) { in writeMessage() method in InvalidHandle
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
DProtobufWireAdapter.java240 private void writeMessage(OuterMessage message) throws IOException { in writeMessage() method in ProtobufWireAdapter
255 writeMessage(outerMessage); in sendMessage()
273 writeMessage(outerMessage); in sendErrorMessage()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java333 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
1229 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1564 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.NioEncoder
1575 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
2067 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.ByteOutputEncoder
2078 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
2370 public void writeMessage(final int fieldNumber, final MessageLite value) in writeMessage() method in CodedOutputStream.OutputStreamEncoder
2381 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java106 in.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE); in checkSendingMessage()
357 handles.first.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE); in testMessagePipeReceiveOnSmallBuffer()
378 handles.first.writeMessage(null, Collections.<Handle>singletonList(handlesToShare.second), in testMessagePipeSendHandles()
576 handles.first.writeMessage(null, Collections.<Handle>singletonList(handle), in testInvalidHandle()
641 handles.second.writeMessage( in testAsyncWaiterCorrectResult()
813 handles.second.writeMessage( in testAsyncWaiterCancelWaiting()
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExecutorFactory.java164 mWriteHandle.writeMessage(NOTIFY_BUFFER, null, MessagePipeHandle.WriteFlags.NONE); in execute()
DConnector.java104 mMessagePipeHandle.writeMessage(message.getData(), in accept()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/
DHandleMock.java156 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, in writeMessage() method in HandleMock
/external/deqp/framework/common/
DtcuApp.cpp233 log->writeMessage(infoString); in writeCrashToLog()
DtcuTestLog.cpp156 m_log->writeMessage(m_str.str().c_str()); in operator <<()
195 void TestLog::writeMessage (const char* msgStr) in writeMessage() function in tcu::TestLog
/external/protobuf/objectivec/
DGPBCodedOutputStream.h247 - (void)writeMessage:(int32_t)fieldNumber value:(GPBMessage *)value;
/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.js191 var result = core.writeMessage(pipe.handle0, arrayBuffer, [], 0);
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp500 m_log.writeMessage("ASTC supported. No negative API requirements."); in init()
504 m_log.writeMessage("GL_INVALID_ENUM should be generated if no ASTC extensions are present."); in init()
2676 m_log.writeMessage("Full ASTC supported. No negative API requirements."); in init()
2683 … m_log.writeMessage("GL_INVALID_OPERATION should be generated if using TEXTURE_3D with LDR ASTC."); in init()
2685 m_log.writeMessage("GL_INVALID_ENUM should be generated if no ASTC extensions are present."); in init()
2993 m_log.writeMessage("ASTC supported. No negative API requirements."); in init()
2998 …m_log.writeMessage("GL_INVALID_ENUM or GL_INVALID_VALUE should be generated if no ASTC extensions … in init()
3132 m_log.writeMessage("Full ASTC supported. No negative API requirements."); in init()
3138 m_log.writeMessage("GL_INVALID_OPERATION should be generated if using TEXTURE_3D with LDR."); in init()
3141 …m_log.writeMessage("GL_INVALID_ENUM or GL_INVALID_VALUE should be generated if no ASTC extensions … in init()

12