/external/compiler-rt/ |
D | README.android | 22 * 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/libevent/sample/ |
D | dns-example.c | 113 if (req->questions[i]->type == EVDNS_TYPE_A && in evdns_server_callback() 114 req->questions[i]->dns_question_class == EVDNS_CLASS_INET) { in evdns_server_callback() 115 printf(" -- replying for %s (A)\n", req->questions[i]->name); in evdns_server_callback() 116 r = evdns_server_request_add_a_reply(req, req->questions[i]->name, in evdns_server_callback() 120 } else if (req->questions[i]->type == EVDNS_TYPE_PTR && in evdns_server_callback() 121 req->questions[i]->dns_question_class == EVDNS_CLASS_INET) { in evdns_server_callback() 122 printf(" -- replying for %s (PTR)\n", req->questions[i]->name); in evdns_server_callback() 123 r = evdns_server_request_add_ptr_reply(req, NULL, req->questions[i]->name, in evdns_server_callback() 128 printf(" -- skipping %s [%d %d]\n", req->questions[i]->name, in evdns_server_callback() 129 req->questions[i]->type, req->questions[i]->dns_question_class); in evdns_server_callback()
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | Responder.java | 100 Set<DNSQuestion> questions = new HashSet<DNSQuestion>(); in run() local 113 questions.add(question); in run() 137 for (DNSQuestion question : questions) { in run()
|
/external/guava/ |
D | README | 12 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/ |
D | README | 12 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/python/cpython2/Doc/library/ |
D | robotparser.rst | 6 :synopsis: Loads a robots.txt file and answers questions about 24 questions about whether or not a particular user agent can fetch a URL on the 31 This class provides methods to read, parse and answer questions about the
|
/external/jacoco/ |
D | README.md | 13 for questions regarding JaCoCo which are not already covered by the 16 Note: We do not answer general questions in the project's issue tracker. Please use our [mailing li…
|
/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/python/cpython3/Doc/library/ |
D | urllib.robotparser.rst | 5 :synopsis: Load a robots.txt file and answer questions about 21 questions about whether or not a particular user agent can fetch a URL on the 28 This class provides methods to read, parse and answer questions about the
|
/external/python/cpython2/Doc/tutorial/ |
D | whatnow.rst | 51 For Python-related questions and problem reports, you can post to the newsgroup 56 answering) questions, suggesting new features, and announcing new modules. 60 many of the questions that come up again and again, and may already contain the
|
/external/tensorflow/tensorflow/docs_src/community/ |
D | welcome.md | 4 where to ask questions, and how to help each other. 54 * To ask or answer technical questions about TensorFlow, use 55 [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow).
|
/external/python/cpython3/Doc/tutorial/ |
D | whatnow.rst | 59 For Python-related questions and problem reports, you can post to the newsgroup 64 answering) questions, suggesting new features, and announcing new modules. 69 FAQ answers many of the questions that come up again and again, and may
|
/external/curl/ |
D | README | 18 You find answers to the most frequent questions we get in the FAQ document. 26 If you have problems, questions, ideas or suggestions, please contact us
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | NOTES | 4 and questions. Feel free to post your questions there.
|