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

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/google/play/billing/
billing_best_practices.jd 96 <a href="http://market.android.com/support/bin/answer.py?hl=en&amp;answer=141511">trademark notice
billing_admin.jd 187 href="http://market.android.com/support/bin/answer.py?answer=1072599">Creating In-App Product
189 href="http://market.android.com/support/bin/answer.py?answer=1153485">In-App Billing
440 href="http://www.google.com/support/androidmarket/bin/answer.py?answer=1153485">In-app Billing
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 77 * Answer the currently-ringing call.
85 * "answer incoming, end ongoing", which is how the CALL button
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiClass.java 86 // The answer is 10, which is when C became an interface
143 // The answer is 10, which is when C became the super class.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Arrays2Test.java 133 double[] answer = new double[]{Double.NEGATIVE_INFINITY, -0d, 0d, Double.MIN_VALUE, Double.MAX_VALUE, Double.POSITIVE_INFINITY, Double.NaN}; local
141 Arrays.equals(specials1, answer));
149 Arrays.equals(specials2, answer));
169 float[] answer = new float[]{Float.NEGATIVE_INFINITY, -0f, 0f, Float.MIN_VALUE, Float.MAX_VALUE, Float.POSITIVE_INFINITY, Float.NaN}; local
177 Arrays.equals(specials1, answer));
185 Arrays.equals(specials2, answer));
  /external/skia/src/animator/
SkAnimatorScript2.cpp 139 virtual bool invoke(size_t index, SkOpArray* params, SkOperand2* answer) {
147 *answer = value.fOperand;
179 virtual bool getResult(size_t ref, SkOperand2* answer) {
180 answer->fObject = (void*) ref;
287 virtual bool invoke(size_t index, SkOpArray* params, SkOperand2* answer) {
295 answer->fS32 = result;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 753 // right answer
759 // now bind the socket and make sure we get the right answer
925 // right answer
931 // now connect and validate we get the right answer
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 103 double answer = Math.tan(Math.atan(1.0)); local
104 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
105 && answer >= 9.9999999999999983E-1);
113 double answer = Math.atan(Math.tan(1.0)); local
114 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
115 && answer >= 9.9999999999999983E-1);
313 assertEquals("Incorrect answer", 1.0, Math.cos(0), 0D);
314 assertEquals("Incorrect answer", 0.5403023058681398, Math.cos(1), 0D)
561 double answer = Math.log(Math.exp(d)); local
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 584 (stdout, ";; got answer:\n"));
644 errno = ETIMEDOUT; /* no answer obtained */
876 * Flush rest of answer so connection stays in synch.
901 (stdout, ";; old answer (unexpected):\n"),
1149 (stdout, ";; old answer:\n"),
1209 * To get the rest of answer,
1213 (stdout, ";; truncated answer\n"));
    [all...]
res_mkquery.c 198 * Initialize answer section
235 int anslen) /* UDP answer buffer size */
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 110 // Time of the most recent "answer" or "reject" action (see updateState())
158 // "Drag-to-answer" widget for incoming calls.
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 312 logger.log(Level.WARNING, "PTR record of class: " + recordClass + ", there was a problem reading the service name of the answer for domain:" + domain);
400 logger.warning("Malformed OPT answer. Option code: Owner data: " + this._hexString(optiondata));
411 logger.log(Level.FINE, "There was an OPT answer. Option code: " + optionCode + " data: " + this._hexString(optiondata));
415 logger.log(Level.WARNING, "There was an OPT answer. Not currently handled. Option code: " + optionCodeInt + " data: " + this._hexString(optiondata));
423 logger.log(Level.WARNING, "There was an OPT answer. Wrong version number: " + version + " result code: " + extendedResultCode);
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...]
  /external/chromium/third_party/libevent/
evrpc.h 48 * contains the answer to the RPC.
133 * the http request structure on which we need to answer.
227 * EVRPC_REQUEST_DONE is used to answer a request; the reply is expected
  /external/dnsmasq/src/
nameser.h 289 unsigned aa: 1; /* authoritive answer */
303 unsigned aa :1; /* authoritive answer */
315 unsigned ancount :16; /* number of answer entries */
  /external/skia/src/core/
SkMath.cpp 274 if (bits < 0) { // answer will underflow
277 if (bits > 31) { // answer will overflow
295 // make room for the rest of the answer bits
  /external/zlib/contrib/minizip/
miniunz.c 386 char answer[128]; local
390 ret = scanf("%1s",answer);
395 rep = answer[0] ;
minizip.c 349 char answer[128]; local
352 ret = scanf("%1s",answer);
357 rep = answer[0] ;
  /external/llvm/docs/
GetElementPtr.html 89 <p>Quick answer: The index stepping through the first operand.</p>
119 <p>The answer is simply because memory does not have to be accessed to
212 <p>Quick answer: there are no superfluous indices.</p>
253 <p>Quick answer: nothing.</p>
308 <p>Quick Answer: They compute different address locations.</p>
337 <p>Quick Answer: They compute the same address location.</p>
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 1044 void *answer; local
1046 answer = dlsym_prepend_underscore_intern(handle, symbol);
1048 return answer;
1081 void *answer; local
1083 answer = dlsym_auto_underscore_intern(handle, symbol);
1085 return answer;
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 261 // cache entries and answer this question.
262 // 2. uDNS_CheckCurrentQuestion will create a new cache entry and answer this question
268 // Be careful not to touch the ThisQInterval here. For a normal question, when we answer the question
    [all...]
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 30 L"https://www.google.com/support/chrome/bin/answer.py?answer=150752";
  /external/chromium/chrome/browser/resources/
imageburner.html 175 var answer = confirm(localStrings.getString('burnConfirmText1') +
177 chrome.send(answer ? 'burnImage' : 'cancelBurnImage', []);
  /external/chromium/chrome/common/extensions/docs/static/
permission_warnings.html 6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 124 answer = sys.stdin.readline().strip()
125 if answer not in ['y', 'Y']:

Completed in 1284 milliseconds

<<11121314151617181920>>