/external/clang/ |
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)
|
/external/chromium/third_party/libevent/test/ |
regress_dns.c | 198 if (req->questions[i]->type == EVDNS_TYPE_A && 199 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && 200 !strcmp(req->questions[i]->name, "zz.example.com")) { 205 } else if (req->questions[i]->type == EVDNS_TYPE_AAAA && 206 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && 207 !strcmp(req->questions[i]->name, "zz.example.com")) { 213 } else if (req->questions[i]->type == EVDNS_TYPE_PTR && 214 req->questions[i]->dns_question_class == EVDNS_CLASS_INET && 215 !strcmp(req->questions[i]->name, TEST_ARPA)) { 222 req->questions[i]->type [all...] |
/external/llvm/ |
README.android | 20 * Recent 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/srec/seti/sltsEngine/src/ |
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_questions, LM *lm); 182 LQUESTION ** questions; local 188 pfprintf(PSTDOUT,"loading %d questions\n", num_questions); 191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); 192 if (questions == NULL) { 198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION)); 199 if (questions[i] == NULL) { 208 PORT_FREAD_CHAR(&(questions[i]->type), sizeof(char), 1, fp); 209 PORT_FREAD_CHAR(&(questions[i]->num_list), sizeof(char), 1, fp) [all...] |
/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 103 is the index into the questions*/ 136 LQUESTION **questions; member in struct:LTS
|
/external/srec/srec/include/ |
srec_arb.h | 94 srec_question* questions; member in struct:__anon11195
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 47 int questions,answers; local 58 questions = GET16(answer+4); 59 if (questions != 1) return TRY_OTHER; /* trouble ... */
|
/external/chromium/third_party/libevent/ |
evdns.c | 284 /* Caller-visible fields: flags, questions. */ 819 u16 trans_id, questions, answers, authority, additional, datalength; local 828 GET16(questions); 869 for (i = 0; i < questions; ++i) { 964 u16 trans_id, flags, questions, answers, authority, additional; local 970 GET16(questions); 988 server_req->base.questions = malloc(sizeof(struct evdns_server_question *) * questions); 989 if (server_req->base.questions == NULL) 992 for (i = 0; i < questions; ++i) [all...] |
evdns.h | 476 struct evdns_server_question **questions; member in struct:evdns_server_request
|
/external/srec/srec/clib/ |
srec_arb.c | 72 ans = question_check(&allotree->questions[tnode->node.quest_index], 318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */ 335 allotree->questions = (srec_question *)pbuf; 336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp);
|
/external/iproute2/doc/ |
ip-tunnels.tex | 367 Any questions? No questions.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 752 questions. Any remaining deficiencies are my fault.
|
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |