Home
last modified time | relevance | path

Searched refs:msgType (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp192 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()
H A DxsTestDriver.hpp63 bool pollBuffer (ByteBuffer& messageBuffer, MessageType msgType);
H A DxsProtocol.cpp94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf)
101 put<int>(msgType);
/third_party/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h776 UMessagePatternPartType msgType=getType(); in getArgType() local
777 if(msgType ==UMSGPAT_PART_TYPE_ARG_START || msgType ==UMSGPAT_PART_TYPE_ARG_LIMIT) { in getArgType()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dmessagepattern.h776 UMessagePatternPartType msgType=getType(); in getArgType() local
777 if(msgType ==UMSGPAT_PART_TYPE_ARG_START || msgType ==UMSGPAT_PART_TYPE_ARG_LIMIT) { in getArgType()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h776 UMessagePatternPartType msgType=getType(); in getArgType() local
777 if(msgType ==UMSGPAT_PART_TYPE_ARG_START || msgType ==UMSGPAT_PART_TYPE_ARG_LIMIT) { in getArgType()
/third_party/toybox/toys/pending/
H A Ddhcp.c1450 uint8_t msgType; in dhcp_main() local
1460 msgType = dhcpc_parsemsg(&result); in dhcp_main()
1461 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore in dhcp_main()
1462 if (!msgType || !get_option_serverid(state->pdhcp.options, &result)) continue; //no server id ignore in dhcp_main()
1463 if (msgType == DHCPOFFER && server == 0) server = result.serverid.s_addr; // select the server in dhcp_main()
1470 if (msgType == DHCPOFFER) { in dhcp_main()
1482 if (msgType == DHCPACK) { in dhcp_main()
1502 } else if (msgType == DHCPNAK) { in dhcp_main()

Completed in 8 milliseconds