/external/deqp/execserver/ |
D | xsTestDriver.cpp | 93 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
|
D | xsTestDriver.hpp | 65 bool writeMessage (ByteBuffer& messageBuffer, const Message& message);
|
/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 46 mCore.writeMessage(this, bytes, handles, flags); in writeMessage()
|
/external/python/cpython2/Lib/test/ |
D | test_mhlib.py | 62 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/ |
D | reader_test.js | 60 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() {
|
D | writer_test.js | 66 writer.writeMessage(-1, dummyMessage, goog.nullFunction);
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 867 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/ |
D | core.js | 173 function writeMessage(handle, buffer, handlesArray, flags) { [native code] } function
|
D | connector.js | 47 var result = core.writeMessage(this.handle_,
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
D | RouterTest.java | 85 mHandle.writeMessage(responseMessage.getData(), new ArrayList<Handle>(), in testSendingToRouterWithResponse() 110 mHandle.writeMessage(headerMessage.getData(), new ArrayList<Handle>(), in sendMessageToRouter()
|
D | ConnectorTest.java | 87 mHandle.writeMessage(mTestMessage.getData(), new ArrayList<Handle>(), in testReceivingMessage()
|
D | ReadAndDispatchMessageTest.java | 70 mHandles.first.writeMessage(mData, mHandlesToSend, MessagePipeHandle.WriteFlags.NONE); in testReadAndDispatchMessage()
|
/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/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 255 writeMessage(outerMessage); in sendMessage() 273 writeMessage(outerMessage); in sendErrorMessage()
|
/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 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/ |
D | CoreImplTest.java | 106 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/ |
D | ExecutorFactory.java | 164 mWriteHandle.writeMessage(NOTIFY_BUFFER, null, MessagePipeHandle.WriteFlags.NONE); in execute()
|
D | Connector.java | 104 mMessagePipeHandle.writeMessage(message.getData(), in accept()
|
/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/deqp/framework/common/ |
D | tcuApp.cpp | 233 log->writeMessage(infoString); in writeCrashToLog()
|
D | tcuTestLog.cpp | 156 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/ |
D | GPBCodedOutputStream.h | 247 - (void)writeMessage:(int32_t)fieldNumber value:(GPBMessage *)value;
|
/external/libmojo/mojo/edk/js/tests/ |
D | js_to_cpp_tests.js | 191 var result = core.writeMessage(pipe.handle0, arrayBuffer, [], 0);
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 500 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()
|