HomeSort by relevance Sort by last modified time
    Searched refs:questions (Results 1 - 18 of 18) sorted by null

  /external/clang/
README.android 25 * Recent downstreaming on 2013/3/18: Synced to r177345 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/5: Synced to r176138 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/1/8: Synced to r171906 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2012/8/23: Synced to r162325 (srhines for merge questions)
29 * Recent downstreaming on 2012/8/3: Synced to r160673 (sliao for merge questions)
30 * Recent downstreaming on 2012/4/24: Synced to r155088 (sliao for merge questions)
31 * Recent downstreaming on 2012/3/24: Synced to r153220 (sliao & srhines for merge questions)
32 * Recent downstreaming on 2012/3/5: Synced to r152062 (srhines & sliao for merge questions)
33 * Recent downstreaming on 2011/12/17: Synced to r146715 (loganchien & sliao for merge questions)
34 * Recent downstreaming on 2011/11/26: Synced to r145117 (loganchien & sliao for merge questions)
    [all...]
  /external/compiler-rt/
README.android 19 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
20 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
21 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
22 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.)
24 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
25 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
26 * Recent downstreaming on 2012/04/25: Synced to r155350 (Contact sliao for merge questions.)
27 * Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.)
  /external/llvm/
README.android 25 * Recent downstreaming on 2013/3/18: Synced to r177342 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/5: Synced to r176139 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/1/8: Synced to r171905 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2012/8/23: Synced to r162314 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/8/3: Synced to r160668 (Contact sliao for merge questions.)
30 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/llvm/trunk@157317 (Contact srhines for merge questions.)
31 * Recent downstreaming on 2012/4/24: Synced to r155090 (Contact sliao for merge questions.)
32 * Recent downstreaming on 2012/3/24: Synced to r153224 (Contact sliao & srhines for merge questions.)
33 * Recent downstreaming on 2012/3/5: Synced to r152063 (Contact srhines & sliao for merge questions.)
34 * Recent downstreaming on 2011/12/17: Synced to r146714 (Contact loganchien & sliao for merge questions.
    [all...]
  /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/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/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 100 Set<DNSQuestion> questions = new HashSet<DNSQuestion>(); local
105 // Answer questions
113 questions.add(question);
137 for (DNSQuestion question : questions) {
  /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:__anon15481
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 788 milliseconds