/ndk/sources/third_party/googletest/googletest/test/ |
gtest_environment_test.cc | 88 // We call this function to set the type of failure SetUp() should 125 // The 'failure' parameter specifies the type of failure that should 144 "AddGlobalTestEnvironment() should return its argument."); 149 "RUN_ALL_TESTS() should return non-zero, as the global tear-down " 150 "should generate a failure."); 152 "The tests should run, as the global set-up should generate no " 155 "The global tear-down should run, as the global set-up was run."); 160 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " 161 "and the global tear-down should generate a non-fatal failure.") [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidStrictMathTest.java | 95 assertTrue("Should return Double.NaN", Double.isNaN(StrictMath 97 assertEquals("Should return Double.POSITIVE_INFINITY", 100 assertEquals("Should return Double.NEGATIVE_INFINITY", 110 assertEquals("Should return 3.0", 3.0, StrictMath.cbrt(27.0)); 111 assertEquals("Should return 23.111993172558684", 23.111993172558684, 113 assertEquals("Should return 5.643803094122362E102", 115 assertEquals("Should return 0.01", 0.01, StrictMath.cbrt(0.000001)); 117 assertEquals("Should return -3.0", -3.0, StrictMath.cbrt(-27.0)); 118 assertEquals("Should return -23.111993172558684", -23.111993172558684, 120 assertEquals("Should return 1.7031839360032603E-108" [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC5ParameterSpecTest.java | 51 fail("An IllegalArgumentException should be thrown " 58 fail("An IllegalArgumentException should be thrown " 65 fail("An IllegalArgumentException should be thrown " 74 + "should not cause the change of internal array.", 93 fail("An IllegalArgumentException should be thrown " 100 fail("An IllegalArgumentException should be thrown " 107 fail("An IllegalArgumentException should be thrown " 115 fail("An IllegalArgumentException should be thrown " 124 + "should not cause the change of internal array.", 146 assertTrue("The returned version value should be equal to the [all...] |
RC2ParameterSpecTest.java | 50 fail("An IllegalArgumentException should be thrown " 57 fail("An IllegalArgumentException should be thrown " 65 + "should not cause the change of internal array.", 82 fail("An IllegalArgumentException should be thrown " 89 fail("An IllegalArgumentException should be thrown " 97 + "should not cause the change of internal array.", 133 + "should not cause the change of internal array.", 136 assertNull("The getIV() method should return null if the parameter " 142 * operation: it should be reflexive, symmetric, transitive, consistent 143 * and should be false on null object [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
tap_suppression_controller.h | 25 // Should be called whenever a GestureFlingCancel event is received. 28 // Should be called whenever an ACK for a GestureFlingCancel event is 30 // a fling and therefore should suppress the forwarding of the following tap. 33 // Should be called whenever a tap down (touchpad or touchscreen) is received. 34 // Returns true if the tap down should be deferred. The caller is responsible 38 // Should be called whenever a tap up (touchpad or touchscreen) is received. 39 // Returns true if the tap up should be suppressed. 42 // Should be called whenever a tap cancel is received. Returns true if the tap 43 // cancel should be suppressed.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
hash-ref.html | 14 <li>Set hash ref to "#div5" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div5 box <em>without</em> reloading the page.</li> 15 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li> 16 <li>Set hash ref to "#div3" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div3 box <em>without</em> reloading.</li> 17 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#div3" hash.<br> This <em>should</em> reload the page.</li> 18 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li> 19 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#" hash.<br> This <em>should</em> reload the page.</li> 20 <li>Delete the hash ref on the URL and hit <kbd>Enter</kbd>.<br> This <em>should</em> reload the page.</li> 21 <li>Go back in history 5 times to the first URL.<br> <em>None</em> of the pages should be reloaded.</li> 22 <li>Go forward in history 5 times to the last URL.<br> <em>None</em> of the pages should be reloaded.</li>
|
autofill_alignment.html | 10 Autofill drop-down item's alignment should be the same as the input field. 11 It should align left if the input field's direction is ltr. It should 15 field, the drop-down box should be opened with the items aligned right. 16 Double click the "Last name" field, the drop-down box should be opened
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfShortTallShortTest.java | 41 assertTrue("second item should be taller than screen", 50 assertEquals("selection should have moved to tall item below", 52 assertEquals("should not have scrolled; top should be the same.", 67 assertEquals("should only be two items on screen", 69 assertEquals("selected item should be last item on screen", 74 assertEquals("should have moved selection to tall item above", 76 assertEquals("should not have scrolled, top should be the same",
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-step-on-do-while-statements.html | 19 The debugger should stop at the beggining of the loop.<br> 20 The above actions should be performed before <b>each</b> of the following tests.</p> 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br> 25 TEST 2: Click 'Step into'. Debugger should step inside each function.<br> 27 should go to the beggining of the loop.<br>
|
/external/chromium/chrome/browser/ |
errorpage_uitest.cc | 30 // The first navigation should fail, and the second one should be the error 44 // The first navigation should fail, and the second one should be the error 67 // The first navigation should fail, and the second one should be the error 74 // The first navigation should fail, and the second one should be the error 97 // The first navigation should fail, and the second one should be the erro [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/scrollbars/ |
scrollbars-in-composited-layers.html | 29 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling.</p> 34 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p> 39 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftest.c | 19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 23 printf("This string should read `hello, world': `%s'\n", asmstr); 25 printf("The integers here should be 1234, 1235 and 4321:\n"); 30 printf("These pointers should be equal: %p and %p\n", 33 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.c | 20 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 24 printf("This string should read `hello, world': `%s'\n", asmstr); 26 printf("The integers here should be 1234, 1235 and 4321:\n"); 31 printf("These pointers should be equal: %p and %p\n", 34 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/ |
machotest.c | 20 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 24 printf("This string should read `hello, world': `%s'\n", asmstr); 26 printf("The integers here should be 1234, 1235 and 4321:\n"); 31 printf("These pointers should be equal: %p and %p\n", 34 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32test.c | 19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 23 printf("This string should read `hello, world': `%s'\n", asmstr); 25 printf("The integers here should be 1234, 1235 and 4321:\n"); 30 printf("These pointers should be equal: %p and %p\n", 33 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/v8/tools/oom_dump/ |
README | 17 Next step is to build v8. Note: you should build x64 version of v8, 20 you should build the corresponding version of V8 to make sure that the type-id 23 The last step is to build oom_dump itself. The following command should work: 28 (Additionally you can control v8 working copy dir, but the default should work.) 30 If everything goes fine, oom_dump <path to minidump> should print
|
/external/clang/test/Preprocessor/ |
macro_misc.c | 3 // This should not be rejected. 11 // This should not produce a redefinition warning. 20 // This should. 26 // This should under C99. 34 // This should.
|
/external/compiler-rt/make/ |
options.mk | 3 # This list of such variables should be kept up to date with AvailableOptions in 15 # Whether optimized function implementations should be used. 18 # Whether function definitions should use hidden visibility. This adds the 22 # FIXME: Make this more portable. When that is done, it should probably be the 29 # Whether the library should be built as a shared object.
|
/external/v8/tools/oom_dump/ |
README | 17 Next step is to build v8. Note: you should build x64 version of v8, 20 you should build the corresponding version of V8 to make sure that the type-id 23 The last step is to build oom_dump itself. The following command should work: 28 (Additionally you can control v8 working copy dir, but the default should work.) 30 If everything goes fine, oom_dump <path to minidump> should print
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceOptions.java | 20 /** Device on which the application should be run. */ 31 /** Path where the trace file should be saved. */ 34 /** Flag indicating whether Framebuffer should be captured on eglSwap() */ 37 /** Flag indicating whether Framebuffer should be captured on glDraw*() */ 40 /** Flag indicating whether texture data should be captured on glTexImage*() */
|
/external/clang/unittests/AST/ |
DeclPrinterTest.cpp | 16 // * declaration to be printed is named 'A' unless it should have some special 88 << "Matcher should match only one declaration " 164 // Should be: with { ... } 172 // Should be: with { ... } 181 // Should be: with semicolon 190 // Should be: with semicolon 198 // Should be: with semicolon, with { ... } 206 // Should be: with semicolon, with { ... } 214 // Should be: with semicolon, with { ... } 223 // Should be: with semicolon, with { ... }, without two space [all...] |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 120 fail("should throw IllegalArgumentException"); 126 fail("should throw IllegalArgumentException"); 132 fail("should throw IllegalArgumentException"); 138 fail("should throw IllegalArgumentException"); 144 fail("should throw NullPointerException"); 239 fail("should throw NullPointerException"); 252 fail("should throw IllegalStateException"); 258 fail("should throw NullPointerException"); 267 fail("should throw NullPointerException"); 281 fail("should throw NullPointerException") [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 56 assertNull("a) All entries should be null after clear", a.get("1")); 57 assertNull("b) All entries should be null after clear", a.get("2")); 58 assertNull("c) All entries should be null after clear", a.get("3")); 59 assertNull("d) All entries should be null after clear", a.get("4")); 60 assertTrue("Should not contain any keys", !a.containsKey("1")); 67 assertTrue("a) Should have returned false", !a.containsKey(new Integer(1))); 68 assertTrue("b) Should have returned false", !a.containsKey("0")); 69 assertTrue("Should have returned true", a.containsKey(new Attributes.Name("1"))); 76 assertTrue("Should have returned false", !a.containsValue("One")); 77 assertTrue("Should have returned true", a.containsValue("one")) [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorSpecTest.java | 51 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 61 assertFalse("encryption flag should not be on", spec.isEncryptionRequired()); 74 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 78 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 50 fail("An IllegalArgumentException should be thrown " 57 fail("An IllegalArgumentException should be thrown " 65 + "should not cause the change of internal array.", 82 fail("An IllegalArgumentException should be thrown " 89 fail("An IllegalArgumentException should be thrown " 97 + "should not cause the change of internal array.", 133 + "should not cause the change of internal array.", 136 assertNull("The getIV() method should return null if the parameter " 142 * operation: it should be reflexive, symmetric, transitive, consistent 143 * and should be false on null object [all...] |