HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 326 - 350 of 5406) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FilterInputStreamTest.java 94 assertTrue("Failed to read correct data", new String(buf1, 0,
106 assertTrue("Failed to read correct data", new String(buf1, 0,
129 assertTrue("Failed to skip to correct position", new String(buf1, 0,
  /external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc 13 // the correct document.
59 // word that is marked as correct because it is correct in another
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 95 // Move all the currently visible views into the correct place for the
146 // correct styles on each button.
149 // Verifies that the layout of the infobar is correct.
  /external/icu4c/test/intltest/
dtfmttst.h 45 * Verify that returned field position indices are correct.
108 * Verify the correct behavior when handling invalid input strings.
114 * Verify the correct behavior when parsing an array of inputs against an
  /external/v8/src/
dtoa.h 35 // Return the shortest correct representation.
37 // correct) 0.3.
58 // (together with the correct exponent) then reading this number will give
  /external/v8/test/mjsunit/regress/
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
126 // Check that %_IsConstructCall returns correct value when inlined
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload_unittest.py 63 Was that diff correct?
110 Was that diff correct?
126 Is this correct?
  /libcore/luni/src/test/java/libcore/java/io/
OldByteArrayInputStreamTest.java 113 assertTrue("Failed to mark correct position", new String(buf1, 0,
145 assertTrue("Test 1: Failed to read correct data.",
202 assertTrue("Failed to skip to correct position", new String(buf1,
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 66 assertTrue("the double representation is not correct", big
69 assertTrue("the double representation is not correct", big
72 assertTrue("the double representation is not correct", big
77 "the double representation of 0.1 bigDecimal is not correct",
81 "the double representation of 0.00345 bigDecimal is not correct",
86 "the double representation of -0.0 bigDecimal is not correct",
221 assertTrue("123459.08/2.335 is not correct", divd3.toString().equals(
225 "the unscaledValue representation of 123459.08/2.335 is not correct",
229 assertTrue("123459.08/123.4 is not correct", divd3.toString().equals(
248 assertTrue("1233456/0.0023 is not correct", divd3.toString().equals
    [all...]
  /external/dbus/bus/
dispatch.c 768 /* returns TRUE if the correct thing happens,
769 * but the correct thing may include OOM errors.
998 /* returns TRUE if the correct thing happens,
999 * but the correct thing may include OOM errors.
1088 /* returns TRUE if the correct thing happens,
1089 * but the correct thing may include OOM errors.
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 164 // correct
170 // correct
177 // correct
198 // correct
204 // correct
210 // correct
227 // correct
233 // correct
240 // correct
262 // correct
    [all...]
  /external/openssh/regress/
cert-userkey.sh 81 # Correct authorized_principals
82 verbose "$tid: ${_prefix} correct authorized_principals"
139 # Correct principals list
140 verbose "$tid: ${_prefix} correct principals key option"
285 test_one "correct principal" success "-n ${USER}"
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 418 * Enables Bluetooth and checks to make sure that Bluetooth was turned on and that the correct
478 * Disables Bluetooth and checks to make sure that Bluetooth was turned off and that the correct
539 * is in discoverable mode and that the correct actions were broadcast.
582 * device is in in connectable mode and that the correct actions were broadcast.
625 * and that the correct actions were broadcast.
663 * and that the correct actions were broadcast.
737 * and that the correct actions were broadcast.
750 * and that the correct actions were broadcast.
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 295 /* Test if we get correct value of the local path */
340 /* Manual test for getting correct cwd */
525 /* Testing g_file_get_parse_name() to return correct UTF-8 string */
528 /* Testing g_file_new_for_commandline_arg() for correct relavive path resolution and correct path/URI guess */
531 /* Testing g_file_has_prefix(), g_file_get_relative_path() and g_file_resolve_relative_path() to return and process correct relative paths */
  /external/chromium/chrome/browser/importer/
toolbar_importer_unittest.cc 36 // 1. Correct bookmark structure with one label.
37 // 2. Correct bookmark structure with no labels.
38 // 3. Correct bookmark structure with two labels.
39 // 4. Correct bookmark structure with a folder->label translation by toolbar.
40 // 5. Correct bookmark structure with no favicon.
41 // 6. Two correct bookmarks.
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 160 // This will verify that the correct notification is triggered,
161 // passing the correct list of autofill keys in the details.
203 // This will verify that the correct notification is triggered,
204 // passing the correct list of autofill keys in the details.
235 // This will verify that the correct notification is triggered,
236 // passing the correct list of autofill keys in the details.
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 72 * read() method testing. Tests that method returns the correct value
92 * read(byte[] b) method testing. Tests that method returns the correct
130 * returns the correct value (related to the InputStream), that it discards
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Mac_ImplTest.java 127 * throws NoSuchAlgorithmException when algorithm is not correct;
161 * throws NoSuchAlgorithmException when algorithm is not correct;
223 * throws NoSuchAlgorithmException when algorithm is not correct;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 122 // Correct behaviour
144 // Correct behaviour
165 // Correct behaviour
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 130 * throws NoSuchAlgorithmException when algorithm is not correct
214 * throws NoSuchAlgorithmException when algorithm is not correct
278 * throws NoSuchAlgorithmException when algorithm is not correct
CertPathBuilder2Test.java 117 * throws NoSuchAlgorithmException when algorithm is not correct
149 * throws NoSuchAlgorithmException when algorithm is not correct
215 * throws NoSuchAlgorithmException when algorithm is not correct
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 100 "ListTest - a) sublist Failed--does not contain correct elements",
103 "ListTest - b) sublist Failed--does not contain correct elements",
106 "ListTest - c) sublist Failed--does not contain correct elements",
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory2Test.java 127 * throws NoSuchAlgorithmException when algorithm is not correct;
162 * throws NoSuchAlgorithmException when algorithm is not correct;
229 * throws NoSuchAlgorithmException when algorithm is not correct;
SSLContext2Test.java 152 * throws NoSuchAlgorithmException when protocol is not correct;
188 * throws NoSuchAlgorithmException when protocol is not correct;
254 * throws NoSuchAlgorithmException when protocol is not correct;
TrustManagerFactory2Test.java 117 * throws NoSuchAlgorithmException when algorithm is not correct;
152 * throws NoSuchAlgorithmException when algorithm is not correct;
219 * throws NoSuchAlgorithmException when algorithm is not correct;

Completed in 3011 milliseconds

<<11121314151617181920>>