/external/chromium/third_party/libevent/test/ |
D | regress_dns.c | 198 if (req->questions[i]->type == EVDNS_TYPE_A && in dns_server_request_cb() 199 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && in dns_server_request_cb() 200 !strcmp(req->questions[i]->name, "zz.example.com")) { in dns_server_request_cb() 205 } else if (req->questions[i]->type == EVDNS_TYPE_AAAA && in dns_server_request_cb() 206 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && in dns_server_request_cb() 207 !strcmp(req->questions[i]->name, "zz.example.com")) { in dns_server_request_cb() 213 } else if (req->questions[i]->type == EVDNS_TYPE_PTR && in dns_server_request_cb() 214 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && in dns_server_request_cb() 215 !strcmp(req->questions[i]->name, TEST_ARPA)) { in dns_server_request_cb() 222 req->questions[i]->type, in dns_server_request_cb() [all …]
|
/external/clang/ |
D | README.android | 20 * Recent downstreaming on 2011/7/21: From r135359 to r135574 (sliao & logan for merge questions) 21 * Recent downstreaming on 2011/7/18: From r134305 to r135359 (sliao for merge questions) 22 * Recent downstreaming on 2011/7/2: From r133721 to r134305 (sliao for merge questions) 23 * Recent downstreaming on 2011/6/30: From r133163 to r133721 (sliao for merge questions) 24 * Recent downstreaming on 2011/6/22: From r129173 to r133163 (sliao for merge questions) 25 * Recent downstreaming on 2011/4/8: From r127120 to r129173 (sliao for merge questions) 26 * Recent downstreaming on 2011/3/11: From r119349 to r127120 (sliao for merge questions)
|
D | README.txt | 21 If you have questions or comments about Clang, a great place to discuss them is
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 67 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions); 76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_q… 182 LQUESTION ** questions; in load_lquestions() local 191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); in load_lquestions() 192 if (questions == NULL) { in load_lquestions() 198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION)); in load_lquestions() 199 if (questions[i] == NULL) { in load_lquestions() 208 PORT_FREAD_CHAR(&(questions[i]->type), sizeof(char), 1, fp); in load_lquestions() 209 PORT_FREAD_CHAR(&(questions[i]->num_list), sizeof(char), 1, fp); in load_lquestions() 211 questions[i]->list = (unsigned char*) lts_alloc(questions[i]->num_list, sizeof(unsigned char)); in load_lquestions() [all …]
|
/external/llvm/ |
D | README.android | 20 …ent downstreaming on 2011/7/21: From r135360 to 135569 (Contact sliao & logan for merge questions.) 21 * Recent downstreaming on 2011/7/19: From r134306 to 135360 (Contact sliao for merge questions.) 22 * Recent downstreaming on 2011/7/2: From r133718 to 134306 (Contact sliao for merge questions.) 23 * Recent downstreaming on 2011/6/30: From r133240 to 133718 (Contact sliao for merge questions.) 36 * Recent downstreaming on 2011/6/22: From r129128 to 133240 (Contact sliao@ for merge questions.) 37 * Recent downstreaming on 2011/4/8: From r127116 to 129128 (Contact sliao@ for merge questions.) 38 * Recent downstreaming on 2011/3/11: From r119309 to 127116 (Contact sliao@ for merge questions.)
|
/external/bluetooth/glib/ |
D | MAINTAINERS | 11 meant as contacts for administrative questions such as cvs accounts. Other 12 questions are best directed to the mailing list gtk-devel-list@gnome.org.
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 819 u16 trans_id, questions, answers, authority, additional, datalength; in reply_parse() local 828 GET16(questions); in reply_parse() 869 for (i = 0; i < questions; ++i) { in reply_parse() 964 u16 trans_id, flags, questions, answers, authority, additional; in request_parse() local 970 GET16(questions); in request_parse() 988 server_req->base.questions = malloc(sizeof(struct evdns_server_question *) * questions); in request_parse() 989 if (server_req->base.questions == NULL) in request_parse() 992 for (i = 0; i < questions; ++i) { in request_parse() 1007 server_req->base.questions[server_req->base.nquestions++] = q; in request_parse() 1026 if (server_req->base.questions) { in request_parse() [all …]
|
D | evdns.h | 476 struct evdns_server_question **questions; member
|
/external/ppp/pppd/plugins/pppoatm/ |
D | ans.c | 47 int questions,answers; in ans() local 58 questions = GET16(answer+4); in ans() 59 if (questions != 1) return TRY_OTHER; /* trouble ... */ in ans()
|
/external/bison/ |
D | README | 4 See the file doc/FAQ for frequently asked questions. 19 If you have questions about using Bison and the documentation does
|
/external/srec/srec/clib/ |
D | srec_arb.c | 72 ans = question_check(&allotree->questions[tnode->node.quest_index], in get_modelid_for_pic() 318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */ in read_arbdata_from_stream() 335 allotree->questions = (srec_question *)pbuf; in read_arbdata_from_stream() 336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp); in read_arbdata_from_stream()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | resources.sgml | 79 gtk-list covers general GTK+ (and GLib) topics; questions about using GLib 82 questions. 90 <emphasis>not</emphasis> for asking questions about how to use GTK+ (or GLib)
|
/external/liblzf/cs/ |
D | README | 6 If you have any questions or improvements, you should contact the
|
/external/netcat/ |
D | NOTICE | 8 questions, and patches to hobbit@avian.org.
|
/external/srec/seti/sltsEngine/include/ |
D | lts_seq_internal.h | 136 LQUESTION **questions; member
|
/external/srec/srec/include/ |
D | srec_arb.h | 94 srec_question* questions; member
|
/external/quake/quake/src/WinQuake/docs/ |
D | INSTALL.Q2Mission | 19 The script will ask some questions about what options you want to install
|
/external/zlib/contrib/puff/ |
D | README | 16 describes the deflate format. I have received many questions on details of the 17 deflate format, and I hope that reading this code will answer those questions.
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 103 If your question is not confidential, send your questions to: 106 If your question is confidential, send your questions to:
|
/external/libvpx/ |
D | mainpage.dox | 32 questions about this SDK, please mail the apps-devel@webmproject.org list.
|
/external/chromium/chrome/common/safe_browsing/ |
D | csd.proto | 9 // If you want to change this protocol definition or you have questions
|
/external/quake/quake/src/WinQuake/ |
D | 3dfx.txt | 62 questions on various Quake dedicated websites. 3Dfx provides a GLQuake
|
/external/qemu/distrib/sdl-1.2.12/ |
D | README | 40 Frequently asked questions are answered online:
|
/external/libpng/ |
D | README | 120 Please do not send general questions about PNG. Send them to 123 subscribe). On the other hand, please do not send libpng questions to 127 to me. Send me any questions that start with "I was using libpng, 128 and ...". If in doubt, send questions to me. I'll bounce them
|
/external/dropbear/ |
D | README | 11 me if you have any questions/bugs found/features/ideas/comments etc :)
|