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

1 2

  /external/compiler-rt/
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 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.
    [all...]
  /external/chromium_org/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/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension';
36 var questions = data.questions;
37 for (var i = 0; i < Math.min(10, questions.length); i++) {
38 var question = questions[i];
46 document.querySelector('#title').innerText = 'Top Chrome Extension 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/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:__anon34876
  /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_org/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/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 11 REM http://stackoverflow.com/questions/4051883/batch-script-how-to-check-for-admin-rights
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 2 Frequently Asked Questions
10 This document answers some frequently asked questions about Native
15 If you have questions that aren't covered in this FAQ:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 36 * Thinking of adding something here? Ask these questions:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 358 // browsers, got it from http://stackoverflow.com/questions/3042651
  /external/iproute2/doc/
ip-tunnels.tex 367 Any questions? No questions.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 28 * Thinking of adding something in this class? Here are some good questions to
  /external/owasp/sanitizer/empiricism/
html-containment.js 4 * The questions above are answered by running a bunch of experiments
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 625 // http://stackoverflow.com/questions/16261635
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/chromium_org/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 639 milliseconds

1 2