Home
last modified time | relevance | path

Searched refs:questions (Results 1 – 25 of 132) sorted by relevance

123456

/external/compiler-rt/
DREADME.android22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.)
31 …/llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
[all …]
/external/chromium_org/third_party/libevent/test/
Dregress_dns.c198 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/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
Dpopup.js36 var questions = data.questions;
37 for (var i = 0; i < Math.min(10, questions.length); i++) {
38 var question = questions[i];
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c67 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/jmdns/src/javax/jmdns/impl/tasks/
DResponder.java100 Set<DNSQuestion> questions = new HashSet<DNSQuestion>(); in run() local
113 questions.add(question); in run()
137 for (DNSQuestion question : questions) { in run()
/external/guava/
DREADME12 Ask "how-to" and "why-didn't-it-work" questions at:
13 http://www.stackoverflow.com/questions/ask (use the "guava" tag)
15 For open-ended questions and discussion:
/external/owasp/sanitizer/lib/guava-libraries/
DREADME12 Ask "how-to" and "why-didn't-it-work" questions at:
13 http://www.stackoverflow.com/questions/ask (use the "guava" tag)
15 For open-ended questions and discussion:
/external/chromium_org/third_party/libevent/
Devdns.c819 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 …]
Devdns.h476 struct evdns_server_question **questions; member
/external/chromium_org/native_client_sdk/src/doc/
Dhelp.rst8 problems. For additional questions, reach out to the Native Client
27 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a
29 questions.
/external/ppp/pppd/plugins/pppoatm/
Dans.c47 int questions,answers; in ans() local
58 questions = GET16(answer+4); in ans()
59 if (questions != 1) return TRY_OTHER; /* trouble ... */ in ans()
/external/chromium_org/third_party/libexif/
DREADME.security1 …brary has NOT been approved for unsandboxed usage. Contact security@chromium.org for any questions.
/external/chromium_org/third_party/android_opengl/
DREADME.security1 …ed by security team for handling untrusted input. Contact security@chromium.org for any questions.
/external/srec/srec/clib/
Dsrec_arb.c72 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/liblzf/cs/
DREADME6 If you have any questions or improvements, you should contact the
/external/chromium_org/native_client_sdk/src/doc/community/
Dindex.rst12 For a list of active forums where you can ask questions, check the
/external/bison/
DREADME24 frequently asked questions. The documentation is also available in
28 If you have questions about using Bison and the documentation does
/external/libusb/
DREADME17 Use the mailing list for questions, comments, etc:
DPORTING86 The libusb-devel mailing list is also a good place to ask questions and
88 better documentation based on your questions and other input.
/external/srec/srec/include/
Dsrec_arb.h94 srec_question* questions; member
/external/srec/seti/sltsEngine/include/
Dlts_seq_internal.h136 LQUESTION **questions; member
/external/zlib/src/contrib/puff/
DREADME16 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/llvm/docs/TableGen/
DDeficiencies.rst29 TODO: Add here frequently asked questions about why TableGen doesn't do
/external/chromium_org/third_party/apache-win32/
DINSTALL.txt88 The Apache HTTP Server group cannot field user's installation questions.
90 questions to the appropriate forum, such as the Users Mailing List at
/external/clang/
DREADME.txt21 If you have questions or comments about Clang, a great place to discuss them is

123456