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

  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
39 answers.add(answer);
60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
63 answers.add(answer);
93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
96 this.addAnswersForServiceInfo(jmDNSImpl, answers, (ServiceInfoImpl) serviceInfo);
101 answers.add(new DNSRecord.Pointer("_services._dns-sd._udp.local.", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL, typeEntry.getType()));
110 answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_A, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
113 answers.add(jmDNSImpl.getLocalHost().getDNSReverseAddressRecord(DNSRecordType.TYPE_AAAA, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL));
133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
    [all...]
HostInfo.java 270 public Collection<DNSRecord> answers(boolean unique, int ttl) { method in class:HostInfo
ServiceInfoImpl.java 1190 public Collection<DNSRecord> answers(boolean unique, int ttl, HostInfo localHost) { method in class:ServiceInfoImpl
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 101 Set<DNSRecord> answers = new HashSet<DNSRecord>(); local
116 question.addAnswers(this.getDns(), answers); local
119 // remove known answers, if the ttl is at least half of the correct value. (See Draft Cheshire chapter 7.1.).
123 answers.remove(knownAnswer);
130 // respond if we have answers
131 if (!answers.isEmpty()) {
142 for (DNSRecord answer : answers) {
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Canceler.java 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Announcer.java 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Renewer.java 105 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) {
118 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
Prober.java 118 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) {
132 // the "unique" flag should be not set here because these answers haven't been proven unique yet this means the record will not exactly match the announcement record
  /external/ppp/pppd/plugins/pppoatm/
ans.c 47 int questions,answers; local
53 * Response header: id, flags, #queries, #answers, #authority,
60 answers = GET16(answer+6);
61 if (answers < 1) return TRY_OTHER;
71 * Iterate over answers until we find something we like, giving priority
75 while (answers--) {
  /external/qemu/telephony/
sim_card.c 332 static const struct { const char* cmd; const char* answer; } answers[] = local
440 for (nn = 0; answers[nn].cmd != NULL; nn++) {
441 if ( !strcmp( answers[nn].cmd, cmd ) ) {
442 return answers[nn].answer;
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
DDMSFacade.java 918 Collection<String> answers = executeShellCmd(serialNumber, remoteCommand, monitor); local
919 cmdAnswers.put(remoteCommand, answers);
1915 Collection<String> answers = local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 639 /* Answers to an assertion. */
640 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 639 /* Answers to an assertion. */
640 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 639 /* Answers to an assertion. */
640 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 639 /* Answers to an assertion. */
640 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 819 u16 trans_id, questions, answers, authority, additional, datalength; local
829 GET16(answers);
846 /* if (!answers) return; */ /* must have an answer of some form */
882 for (i = 0; i < answers; ++i) {
964 u16 trans_id, flags, questions, answers, authority, additional; local
971 GET16(answers);
1010 /* Ignore answers, authority, and additional. */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/icu4c/test/intltest/
itrbnf.cpp 808 const llong* answers[VALUE_WIDTH*VALUE_WIDTH] = {
824 llong ans = *answers[i*VALUE_WIDTH + j];
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/iproute2/doc/
ip-cref.tex 183 with \verb|perror(3)| prefixed with ``RTNETLINK answers:''.
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 452 milliseconds