Home
last modified time | relevance | path

Searched refs:answer_count (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py404 answer_count = "0"
426 answer_count = "compsize"
436 answer_count = param.counter
444 answer_count = "%u" % (c)
461 … ' (void) %s( (uint%u_t *) %s, %s );' % (swap_name, 8 * type_size, param.name, answer_count)
468 … %s(cl->client, %s, %s, %u, %s, %s);' % (reply_func, answer_string, answer_count, type_size, is_…
/external/openscreen/discovery/mdns/
Dmdns_writer.cc246 header.answer_count = message.answers().size(); in Write()
279 Write(header.answer_count) && Write(header.authority_record_count) && in Write()
Dmdns_reader.cc334 Read(header.answer_count, &answers) && in Read()
398 Read(&out->answer_count) && Read(&out->authority_record_count) && in Read()
/external/cronet/net/dns/
Ddns_response_unittest.cc582 EXPECT_EQ(2u, resp.answer_count()); in TEST()
721 EXPECT_EQ(kT0RecordCount, resp.answer_count()); in TEST()
768 EXPECT_EQ(0x1u, resp.answer_count()); in TEST()
909 EXPECT_EQ(0x01u, resp.answer_count()); in TEST()
1685 EXPECT_EQ(1u, response.answer_count()); in TEST()
1716 EXPECT_EQ(response.answer_count(), 0u); in TEST()
Ddns_response_fuzzer.cc43 response.answer_count(); in ValidateParsedResponse()
Dmdns_client_impl.cc253 unsigned answer_count = response->answer_count() + in HandlePacket() local
256 for (unsigned i = 0; i < answer_count; i++) { in HandlePacket()
Ddns_response.h198 unsigned answer_count() const;
Ddns_response_result_extractor.cc191 for (unsigned i = 0; i < response.answer_count(); ++i) { in ExtractResponseRecords()
233 (response.answer_count() == 0 && in ExtractResponseRecords()
Ddns_response.cc509 unsigned DnsResponse::answer_count() const { in answer_count() function in net::DnsResponse
Ddns_transaction.cc178 dict.Set("answer_count", static_cast<int>(GetResponse()->answer_count())); in NetLogResponseParams()
Ddns_transaction_unittest.cc399 response->answer_count()); in OnTransactionComplete()
/external/openscreen/discovery/mdns/public/
Dmdns_constants.h145 uint16_t answer_count; member