Searched refs:answer_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_recv.py413 answer_count = "0"
435 answer_count = "compsize"
445 answer_count = param.counter
449 answer_count = "%u" % (c)
466 print ' (void) %s( (uint%u_t *) %s, %s );' % (swap_name, 8 * type_size, param.name, answer_count)
473 print ' %s(cl->client, %s, %s, %u, %s, %s);' % (reply_func, answer_string, answer_count, type_size, is_array_string, retval_string)
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py413 answer_count = "0"
435 answer_count = "compsize"
445 answer_count = param.counter
449 answer_count = "%u" % (c)
466 print ' (void) %s( (uint%u_t *) %s, %s );' % (swap_name, 8 * type_size, param.name, answer_count)
473 print ' %s(cl->client, %s, %s, %u, %s, %s);' % (reply_func, answer_string, answer_count, type_size, is_array_string, retval_string)
/external/chromium_org/net/dns/
H A Ddns_response.h134 unsigned answer_count() const;
H A Ddns_response_unittest.cc232 EXPECT_EQ(2u, resp.answer_count());
260 EXPECT_EQ(kT0RecordCount, resp.answer_count());
308 EXPECT_EQ(0x1u, resp.answer_count());
366 EXPECT_EQ(0x01u, resp.answer_count());
H A Ddns_response.cc229 unsigned DnsResponse::answer_count() const { function in class:net::DnsResponse
296 unsigned ancount = answer_count();
H A Dmdns_client_impl.cc237 unsigned answer_count = response->answer_count() + local
240 for (unsigned i = 0; i < answer_count; i++) {
H A Ddns_transaction.cc105 dict->SetInteger("answer_count", GetResponse()->answer_count());
H A Ddns_transaction_unittest.cc282 response->answer_count());
/external/chromium/net/base/
H A Ddnsrr_resolver.cc591 uint16 query_count, answer_count, authority_count, additional_count; local
593 !buf.U16(&answer_count) ||
611 if (answer_count < 1)
614 for (uint32 i = 0; i < answer_count; i++) {

Completed in 2555 milliseconds