/external/webkit/Source/WebCore/manual-tests/inspector/ |
console-dir.html | 3 <p>To test, open the Inspector's Console and verify that all console messages have the correct output.</p>
|
/external/webkit/Source/WebCore/manual-tests/ |
keyboard_select_non_english.html | 12 Choose the correct input method. Open the select element then type the first
|
textarea-reset-default-value.html | 16 <li>Note that the value in the text area matches what you entered before submitting the form, this is correct.</li>
|
/external/webkit/Source/WebCore/page/ |
NavigatorUserMediaSuccessCallback.idl | 30 // FIXME: implement the correct type when the GeneratedStream class is available.
|
/external/webkit/Source/WebCore/platform/text/win/ |
TextBreakIteratorInternalICUWin.cpp | 36 // However, this is not entirely correct - we should honor the system locale in the normal case.
|
/external/webkit/Tools/Scripts/ |
run-gtk-tests | 27 # This initializes the correct configuration (Release/Debug)
|
/external/yaffs2/yaffs2/ |
yaffs_ecc.h | 21 * The ECC can correct single bit errors in a 256-byte page of data. Thus, two such ECC
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewAttachTest.java | 32 * correct order. The ViewAttachTestActivity contains a view that will throw
|
/frameworks/base/obex/javax/obex/ |
Authenticator.java | 66 * correct password. This value should be returned from the 88 * <code>PasswordAuthentication</code> that contains the correct user name 106 * header. This method will provide the user name and expect the correct 110 * @return the correct password for the user name provided; if
|
/frameworks/native/include/utils/ |
Log.h | 23 // The output will be correct when the log file is shared between multiple
|
/libcore/luni/src/main/java/java/lang/ |
IllegalMonitorStateException.java | 22 * correct state, for example when a thread attempts to exit a monitor which it
|
/libcore/luni/src/main/java/java/text/ |
ParseException.java | 21 * Thrown when the string being parsed is not in the correct form.
|
/libcore/luni/src/test/java/libcore/java/util/ |
RandomTest.java | 25 // from the bug: the subclass' setSeed had a side-effect necessary for the correct
|
/ndk/ |
README.TXT | 12 information for correct usage.
|
/ndk/build/tools/toolchain-patches/gcc/ |
0005-Use-the-correct-CRT-files-with-shared-link-option.patch | 4 Subject: Use the correct CRT files with -shared link option
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
default_names | 4 default makefiles in the correct order (GNUmakefile,makefile,Makefile)";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
if | 4 $details = "Try various uses of if and ensure they all give the correct
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 4 $details = "Try various uses of -n and ensure they all give the correct results.\n";
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
btowc.m4 | 20 AC_CACHE_CHECK([whether btowc(EOF) is correct],
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
gl_base_types.h | 48 /* JR XXX Treating this as an in handle - is this correct? */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
LongTest.java | 100 // Correct 109 // Correct 118 // Correct 127 // Correct 136 // Correct 145 // Correct 215 // Correct 224 // Correct 261 // correct 271 // Correct [all...] |
ShortTest.java | 86 // correct 96 // Correct 105 // Correct 114 // Correct 123 // Correct 149 // Correct 158 // Correct 201 // Correct 213 // Correct 224 // Correct [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
menu_controller_unittest.mm | 85 // Check the title, tag, and represented object are correct for a random 111 // Inspect the submenu to ensure it has correct properties. 116 // Inspect one of the items to make sure it has the correct model as its 124 // Make sure the item after the submenu is correct and its represented 160 // Make sure the tags are still correct (the index no longer matches the tag).
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
EventBusTest.java | 53 assertEquals("Correct string should be delivered.", EVENT, events.get(0)); 100 assertEquals("Correct string should be delivered.", 183 assertEquals("Two correct events should be delivered.", 186 assertEquals("One correct event should be delivered.", 194 assertEquals("Two correct events should be delivered.",
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputLogicTests.java | 109 assertEquals("simple auto-correct", EXPECTED_RESULT, mTextView.getText().toString()); 116 assertEquals("auto-correct with period", EXPECTED_RESULT, mTextView.getText().toString()); 125 assertEquals("auto-correct with period then revert", EXPECTED_RESULT, 153 assertEquals("auto correct then move cursor to start of line then backspace", 166 assertEquals("auto correct then move cursor then backspace",
|