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

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 133 // answer true iff the list is filled with a counting sequence
140 // answer true iff no corruption has been found in the collection
145 // answer the number of checks that have been performed on the list
220 // answer true iff the list is filled with a counting sequence
227 // answer true iff no corruption has been found in the collection
232 // answer the number of checks that have been performed on the list
    [all...]
  /build/tools/releasetools/
common.py 553 answer = raw_input("try to edit again? [y]> ").strip()
554 if answer and answer[0] not in 'yY':
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
LongTest.java 52 assertTrue("-2 compared to 1 gave non-negative answer", new Long(-2L)
54 assertEquals("-2 compared to -2 gave non-zero answer", 0, new Long(-2L)
56 assertTrue("3 compared to 2 gave non-positive answer", new Long(3L)
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 124 assertTrue("Wrong answer:\n" + result + "\n" + buffer, result
315 assertEquals("Wrong answer",
656 assertTrue("Wrong answer", ((Date) result[0])
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
faq.html 7 If you don't find an answer to your question here,
11 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=113909">gallery help</a>.
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 743 /* Must answer before the local announced LTO */
744 /* NOTE: to ensure the answer is completely sent before LTO, the
997 /* If the local LLC is the target, it must answer the PAX */
    [all...]
  /external/skia/include/core/
SkBitmap.h 149 the answer to 32bits.
157 /** Same as getSafeSize(), but does not truncate the answer to 32bits.
418 check to know the size of the pixels, and will return the same 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;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 307 // FIXME: FO 2 IMPLEMENT (currently returns incorrect answer)
571 // FIXME: FO 2 IMPLEMENT (currently returns incorrect answer)
596 // FIXME: FO 2 IMPLEMENT (currently returns incorrect answer)
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 151 * @param pAnswer a placeholder for the SChannel answer
153 * and is updated with the SChannel answer data as appropriate. This parameter is
257 /* Update the operation parameters from the answer message */
  /development/ndk/platforms/android-3/include/
netdb.h 131 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 300 * predicates to truly answer whether {p1,p2} .equals {p1,p2}.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 97 assertTrue("TreeSet does not answer correct comparator", anotherTreeSet
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 203 * such an element or if the DOM can't answer the question for other
  /external/bluetooth/bluez/doc/
audio-api.txt 133 Sent when the answer button is pressed on the headset
  /external/chromium/chrome/browser/password_manager/
password_form_manager.h 51 // before the db has had time to answer with matching password entries.
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 162 * @param {?string=} opt_captcha Captcha answer, if was required.
  /external/chromium/chrome/browser/rlz/
rlz.cc 307 // We implement caching of the answer of get_access_point() if the request
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 272 * @param {!{type:string}} request The external request to answer.
  /external/chromium/chrome/common/extensions/
url_pattern.h 202 // would result in the same answer.
  /external/chromium/crypto/
encryptor_unittest.cc 38 // TODO(wtc): add more known-answer tests. Test vectors are available from
  /external/chromium/third_party/libevent/test/
regress_dns.c 245 fprintf(stdout, "Unexpected answer count %d. ", count);
  /external/dropbear/libtommath/mtest/
mpi.h 46 #define MP_UNDEF -5 /* answer is undefined */
  /external/e2fsprogs/ext2ed/
ext2ed.h 62 If you wondered why ext2ed grabs so memory, the answer is probably below - I wanted to treat
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java     [all...]

Completed in 1981 milliseconds

<<11121314151617181920>>