/external/deqp/execserver/ |
D | xsTestDriver.cpp | 192 bool TestDriver::pollBuffer (ByteBuffer& messageBuffer, MessageType msgType) in pollBuffer() argument 204 numRead = msgType == MESSAGETYPE_PROCESS_LOG_DATA in pollBuffer() 217 Message::writeHeader(msgType, msgSize, &m_dataMsgTmpBuf[0], MESSAGE_HEADER_SIZE); in pollBuffer() 222 …DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")… in pollBuffer()
|
D | xsTestDriver.hpp | 63 bool pollBuffer (ByteBuffer& messageBuffer, MessageType msgType);
|
D | xsProtocol.cpp | 94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf) in MessageWriter() argument 101 put<int>(msgType); in MessageWriter()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 1446 uint8_t msgType; in dhcp_main() local 1456 msgType = dhcpc_parsemsg(&result); in dhcp_main() 1457 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore in dhcp_main() 1458 …if (!msgType || !get_option_serverid(state->pdhcp.options, &result)) continue; //no server id igno… in dhcp_main() 1459 if (msgType == DHCPOFFER && server == 0) server = result.serverid.s_addr; // select the server in dhcp_main() 1466 if (msgType == DHCPOFFER) { in dhcp_main() 1478 if (msgType == DHCPACK) { in dhcp_main() 1498 } else if (msgType == DHCPNAK) { in dhcp_main()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
D | JsonMessageBuilder.java | 369 int msgType = message.getType().getAsInt(); in getOuterJson() local 375 out.put(OUTER_FIELD_TYPE, msgType); in getOuterJson()
|
/external/opencv3/modules/videoio/src/ |
D | cap_gphoto2.cpp | 208 void message(MsgType msgType, const char * msg, 1167 void DigitalCameraCapture::message(MsgType msgType, const char * msg, in message() argument 1176 char type = (char) msgType; in message()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
D | XmlMessageBuilder.java | 436 int msgType = message.getType().getAsInt(); in getOuterXML() local 438 out.append(msgType); in getOuterXML()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ultravnc-102-JavaViewer-ssl-etc.patch | 1766 - int msgType = is.readUnsignedByte(); 1767 + int msgType; 1769 + msgType = is.readUnsignedByte(); 4932 int msgType = rfb.readServerMessageType(); 4933 + if (viewer.ftpOnly && msgType != RfbProto.rfbFileTransfer) { 4934 + System.out.println("msgType:" + msgType); 4938 switch (msgType) {
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |