Searched refs:IsQuery (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/p2p/base/ |
D | mdns_message_unittest.cc | 281 if (!msg->IsQuery() || msg->question_section().empty()) { in GetQueriedNames() 292 if (msg->IsQuery() || msg->answer_section().empty()) { in GetResolution() 311 EXPECT_TRUE(msg.IsQuery()); in TEST() 331 EXPECT_TRUE(msg.IsQuery()); in TEST() 418 EXPECT_FALSE(msg.IsQuery()); in TEST() 440 EXPECT_FALSE(msg.IsQuery()); in TEST()
|
D | mdns_message.h | 58 bool IsQuery() const; 168 bool IsQuery() const { return header_.IsQuery(); } in IsQuery() function
|
D | mdns_message.cc | 131 bool MdnsHeader::IsQuery() const { in IsQuery() function in webrtc::MdnsHeader
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 531 mDNSlocal mDNSBool IsQuery( PktMsg * pkt ) in IsQuery() function 645 if ( IsQuery( pkt ) ) in SetZone() 2439 if ( IsQuery( pkt ) ) in IsAuthorized()
|
/external/mesa3d/src/mesa/main/ |
D | context.c | 1117 COPY_DISPATCH(IsQuery); in create_beginend_table()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1089 { "glIsQuery", _O(IsQuery) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1806 ANGLE_CAPTURE(IsQuery, isCallValid, context, idPacked, returnValue); in GL_IsQuery()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 11104 ANGLE_CAPTURE(IsQuery, isCallValid, context, idPacked, returnValue); in GL_IsQuery()
|