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

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 43 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer",
313 assertEquals(true, multi.isSpecified("http://some.other.uri", "answer"));
327 assertEquals(true, multi.isSpecified("ns2:answer"));
  /bionic/libc/netbsd/
gethnamaddr.c 172 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
188 assert(answer != NULL);
193 eom = answer->buf + anslen;
206 * find first satisfactory answer
208 hp = &answer->hdr;
213 cp = answer->buf;
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
272 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
302 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 72 * Answer the contents of this StringWriter as a StringBuffer. Any changes
85 * Answer the contents of this StringWriter as a String. Any changes made to
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 42 "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 62 "https://www.google.com/support/chromeos/bin/answer.py?answer=95464";
64 "https://www.google.com/support/chrome/bin/answer.py?answer=95464";
69 "https://www.google.com/support/chromeos/bin/answer.py?answer=1057090";
73 "https://www.google.com/support/chrome/bin/answer.py?answer=165139";
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 70 // answer the size from the previous incarnation
104 // answer the location from the previous incarnation
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 118 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) {
119 newOut = this.addAuthoritativeAnswer(newOut, answer);
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp4.txt 1 > But in fact, if you read the entire answer carefully, he came to the same
78 > the answer is the former. Sometimes, you have to give up a better idea
  /external/proguard/docs/
feedback.html 90 I can't promise a swift answer, or any answer at all, for that matter, but I
  /external/skia/src/effects/
Sk1DPathEffect.cpp 101 determine that, but we need it. I guess a cheap answer is let the caller tell us,
102 but that seems like a cop-out. Another answer is to get Rob Johnson to figure it out.
  /external/v8/test/cctest/
test-strings.cc 148 Handle<String> answer = FACTORY->NewStringFromAscii(CStrVector("")); local
150 answer = FACTORY->NewConsString(
151 answer,
154 return answer;
161 Handle<String> answer = FACTORY->NewStringFromAscii(CStrVector("")); local
163 answer = FACTORY->NewConsString(
165 answer);
167 return answer;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.18.js 74 This suggests that the answer Christine is getting and a real Infinity are "adjacent" results from the tangent function. I
78 In any case, my call is that the answer we're seeing is "right". I suggest the test pass on any result this size or larger.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.h 87 // Outgoing "ambiguous" argument indicates whether the answer is ambiguous
97 // indicates whether the answer is ambiguous because the query occurred
  /frameworks/base/docs/html/guide/google/play/billing/
billing_testing.jd 99 href="http://www.google.com/support/androidmarket/bin/answer.py?answer=1153485">In-app Billing
194 href="http://market.android.com/support/bin/answer.py?answer=190860">Updating Google
241 <a href="http://market.android.com/support/bin/answer.py?answer=113469">Uploading
278 href="http://market.android.com/support/bin/answer.py?answer=190860">Updating Google
  /frameworks/base/docs/html/
support.jd 53 <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1085703&topic=15868&ctx=topic">Report a Google Play policy violation</a>
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyCapabilities.java 143 * Return true if the current phone supports distinct "Answer & Hold"
144 * and "Answer & End" behaviors in the call-waiting scenario. If so,
  /libcore/support/src/test/java/tests/support/
Support_StringWriter.java 72 * Answer the contents of this StringWriter as a StringBuffer. Any changes
85 * Answer the contents of this StringWriter as a String. Any changes made to
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
word 32 $answer = "6\n"
44 &compare_output($answer, &get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general3 43 $answer = "FOO = foo\n";
44 &compare_output($answer,&get_logfile(1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 

Completed in 1551 milliseconds

1 2 3 4 5 6 7 891011>>