HomeSort by relevance Sort by last modified time
    Searched refs:answer (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mdnsresponder/mDNSCore/
mDNS.c 463 // Indicate that we've given at least one positive answer for this record, so we should be prepared to send a goodbye for it
651 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
653 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
655 // We've already determined that we plan to give this answer on this interface
660 // If RR signature is different, or data is different, then don't suppress our answer
664 // we need to give our answer before the requester's copy expires.
666 // then we can suppress our answer this time.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DoubleTest.java 198 private void test_toString(double dd, String answer) {
199 assertEquals(answer, Double.toString(dd));
201 assertEquals(answer, Double.toString(d.doubleValue()));
202 assertEquals(answer, d.toString());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 735 talk_base::scoped_ptr<SessionDescriptionInterface> answer; local
736 EXPECT_TRUE(DoCreateAnswer(answer.use()));
738 EXPECT_TRUE(answer->ToString(&sdp));
739 EXPECT_TRUE(DoSetLocalDescription(answer.release()));
749 webrtc::CreateSessionDescription("answer", msg, NULL));
    [all...]
webrtcsession.cc 83 "Offer and answer descriptions m-lines are not matching. "
84 "Rejecting answer.";
97 "Failed to push down answer transport description.";
99 // Compares |answer| against |offer|. Comparision is done
100 // for number of m-lines in answer against offer. If matches true will be
103 const SessionDescription* answer, const SessionDescription* offer) {
104 if (offer->contents().size() != answer->contents().size())
108 if ((offer->contents()[i].name) != answer->contents()[i].name) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 258 printf("Resolver failed to find an answer\n");
  /external/dropbear/
keyimport.c 1176 int pos, len, answer;
1191 answer = 0;
1202 answer = 1;
1210 return answer;
    [all...]
  /external/libxml2/
xmlcatalog.c 258 printf("Resolver failed to find an answer\n");
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 5 # The answer is validated to hw perf counters.
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 563 self.opcodes = answer = []
578 answer.append( (tag, i, ai, j, bj) )
583 answer.append( ('equal', ai, i, bj, j) )
584 return answer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 563 self.opcodes = answer = []
578 answer.append( (tag, i, ai, j, bj) )
583 answer.append( ('equal', ai, i, bj, j) )
584 return answer
    [all...]
  /build/tools/releasetools/
common.py 658 answer = raw_input("try to edit again? [y]> ").strip()
659 if answer and answer[0] not in 'yY':
  /external/chromium_org/v8/src/
utils.h 892 int answer = 10;
893 for (int i = 1; i < exponent; i++) answer *= 10;
894 return answer;
    [all...]
jsregexp.cc 2365 int answer = Length(); local
4914 RegExpNode* answer = ToNode( local
4930 RegExpNode* answer = on_success; local
    [all...]
  /external/iputils/
ping.c 953 register u_short answer; local
976 answer = ~sum; /* truncate to 16 bits */
977 return (answer);
    [all...]
rdisc.c 925 register u_short answer; local
948 answer = ~sum; /* truncate to 16 bits */
949 return (answer);
    [all...]
  /external/v8/src/
utils.h 771 int answer = 10; local
772 for (int i = 1; i < exponent; i++) answer *= 10;
773 return answer;
jsregexp.cc 1749 int answer = Length(); local
3831 RegExpNode* answer = ToNode( local
3847 RegExpNode* answer = on_success; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 1055 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, local
1137 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, local
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1285 TryChromeDialogView::Result answer = local
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 1182 SkRect answer; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 342 * If an incoming package which needs an answer is truncated, we store it here. We add more incoming DNSRecords to it, until the JmDNS.Responder timer picks it up.<br/>
748 // Check if the answer is in the cache.
757 // Check if the answer is in the cache.
    [all...]
DNSRecord.java 87 * Adds this as an answer to the provided outgoing datagram.
96 for (DNSRecord answer : msg.getAllAnswers()) {
97 if (suppressedBy(answer)) {
110 * True if this record would be suppressed by an answer. This is the case if this record would not have a significantly longer TTL.
187 // If we have a type A records we should answer with a IPv4 address
229 // If we have a type AAAA records we should answer with a IPv6 address
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 443 int answer = dialog.open();
444 if (answer == 0) {
  /external/chromium_org/v8/tools/
grokdump.py 673 answer = [-1, -1]
676 answer[0] = start
677 answer[1] = size
679 if answer[0] == -1:
681 return answer
    [all...]

Completed in 485 milliseconds

1 2 3 4 5 6 7 891011>>