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

  /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/mdnsresponder/mDNSCore/
mDNS.c 115 // If there is a authoritative LocalOnly record that answers questions of type A, AAAA and CNAME
404 // themselves. Without that check we can get into a case where we have two duplicate questions,
496 m->CurrentQuestion = m->Questions;
514 // delivers the appropriate add/remove events to listening questions:
516 // stopping if it reaches a NewLocalOnlyQuestion -- brand-new questions are handled by AnswerNewLocalOnlyQuestion().
518 // our main question list, delivering answers to mDNSInterface_Any questions as appropriate,
519 // stopping if it reaches a NewQuestion -- brand-new questions are handled by AnswerNewQuestion().
548 // If this AuthRecord is marked LocalOnly or P2P, then we want to deliver it to all local 'mDNSInterface_Any' questions
631 // In addition, when probing we send our questions with the wildcard type kDNSQType_ANY,
    [all...]
uDNS.c 320 for (q = m->Questions; q; q=q->next)
397 // Check to see if adding this new DomainAuthInfo has changed the credentials for any of our questions
398 for (q = m->Questions; q; q=q->next)
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /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/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 188 milliseconds