Searched refs:answer_count (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_recv.py | 404 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/ |
D | mdns_writer.cc | 246 header.answer_count = message.answers().size(); in Write() 279 Write(header.answer_count) && Write(header.authority_record_count) && in Write()
|
D | mdns_reader.cc | 334 Read(header.answer_count, &answers) && in Read() 398 Read(&out->answer_count) && Read(&out->authority_record_count) && in Read()
|
/external/cronet/net/dns/ |
D | dns_response_unittest.cc | 582 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()
|
D | dns_response_fuzzer.cc | 43 response.answer_count(); in ValidateParsedResponse()
|
D | mdns_client_impl.cc | 253 unsigned answer_count = response->answer_count() + in HandlePacket() local 256 for (unsigned i = 0; i < answer_count; i++) { in HandlePacket()
|
D | dns_response.h | 198 unsigned answer_count() const;
|
D | dns_response_result_extractor.cc | 191 for (unsigned i = 0; i < response.answer_count(); ++i) { in ExtractResponseRecords() 233 (response.answer_count() == 0 && in ExtractResponseRecords()
|
D | dns_response.cc | 509 unsigned DnsResponse::answer_count() const { in answer_count() function in net::DnsResponse
|
D | dns_transaction.cc | 178 dict.Set("answer_count", static_cast<int>(GetResponse()->answer_count())); in NetLogResponseParams()
|
D | dns_transaction_unittest.cc | 399 response->answer_count()); in OnTransactionComplete()
|
/external/openscreen/discovery/mdns/public/ |
D | mdns_constants.h | 145 uint16_t answer_count; member
|