/external/chromium_org/third_party/WebKit/ManualTests/ |
animated-gif-looping.html | 5 <p>This should animate.</p> 9 <p>This should not animate and you should see a cross.</p> 13 <p>This animation should loop 2 times.</p> 17 <p>This animation should loop 10 times.</p>
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 17 @stream.size.should == 8 21 @stream.index.should == 0 26 @stream.index.should == 1 27 @stream.column.should == 1 28 @stream.line.should == 1 31 @stream.index.should == 2 32 @stream.column.should == 2 33 @stream.line.should == 1 36 @stream.index.should == 3 37 @stream.column.should == [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p18.cpp | 22 "should be const float&"); 23 static_assert(is_same<decltype(x), float>::value, "should be float"); 25 "should be const float&"); 26 static_assert(is_same<decltype(r), float&>::value, "should be float&"); 27 static_assert(is_same<decltype(ir), int&>::value, "should be int&"); 28 static_assert(is_same<decltype((ir)), int&>::value, "should be int&"); 30 "should be const int&"); 32 "should be const int&"); 37 static_assert(is_same<decltype(x), float>::value, "should be float"); 39 "should be float&") [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/ |
quat-spec.js | 30 it("should return a 4 element array initialized to an identity quaternion", function() { expect(result).toBeEqualish([0, 0, 0, 1]); }); 35 it("should return a 4 element array initialized to the values in quatA", function() { expect(result).toBeEqualish(quatA); }); 40 it("should return a 4 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3, 4]); }); 45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); }); 46 it("should return out", function() { expect(result).toBe(out); }); 51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); }); 52 it("should return out", function() { expect(result).toBe(out); }); 57 it("should place values into out", function() { expect(result).toBeEqualish([0, 0, 0, 1]); }); 58 it("should return out", function() { expect(result).toBe(out); }); 63 it("should place values into out", function() { expect(result).toBeEqualish([0.707106, 0, 0, 0.707106]); }) [all...] |
/ndk/tests/build/build-mode/jni/ |
main.c | 9 # error "This source file should be compiled with an ARM toolchain" 12 # error "This source file should be built in thumb mode!" 16 # error "This source file should be compiled with an ARM toolchain" 19 # error "This source file should be built in thumb2 mode!" 23 # error "This source file should be compiled with an ARM toolchain" 26 # error "This source file should be compiled to 32-bit ARM instructions" 30 # error "This source file should be compiled with an x86 toolchain" 34 # error "This source file should be compiled with a MIPS toolchain" 42 # error "This source file should be compiled with NEON support!" 46 # error "This source file should be compiled without NEON support! [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLDataExceptionTest.java | 45 assertNull("The SQLState of SQLDataException should be null", 48 "The reason of SQLDataException set and get should be equivalent", 50 assertEquals("The error code of SQLDataException should be 0", 60 assertNull("The SQLState of SQLDataException should be null", 62 assertNull("The reason of SQLDataException should be null", 64 assertEquals("The error code of SQLDataException should be 0", 76 "The SQLState of SQLDataException set and get should be equivalent", 79 "The reason of SQLDataException set and get should be equivalent", 81 assertEquals("The error code of SQLDataException should be 0", 93 assertNull("The SQLState of SQLDataException should be null" [all...] |
SQLFeatureNotSupportedExceptionTest.java | 47 "The SQLState of SQLFeatureNotSupportedException should be null", 50 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 53 "The error code of SQLFeatureNotSupportedException should be 0", 65 "The SQLState of SQLFeatureNotSupportedException should be null", 68 "The reason of SQLFeatureNotSupportedException should be null", 71 "The error code of SQLFeatureNotSupportedException should be 0", 83 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", 86 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", 89 "The error code of SQLFeatureNotSupportedException should be 0", 102 "The SQLState of SQLFeatureNotSupportedException should be null" [all...] |
SQLIntegrityConstraintViolationExceptionTest.java | 47 "The SQLState of SQLIntegrityConstraintViolationException should be null", 50 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 54 "The error code of SQLIntegrityConstraintViolationException should be 0", 66 "The SQLState of SQLIntegrityConstraintViolationException should be null", 69 "The reason of SQLIntegrityConstraintViolationException should be null", 72 "The error code of SQLIntegrityConstraintViolationException should be 0", 84 "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", 88 "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", 92 "The error code of SQLIntegrityConstraintViolationException should be 0", 105 "The SQLState of SQLIntegrityConstraintViolationException should be null" [all...] |
SQLInvalidAuthorizationSpecExceptionTest.java | 47 "The SQLState of SQLInvalidAuthorizationSpecException should be null", 50 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 54 "The error code of SQLInvalidAuthorizationSpecException should be 0", 66 "The SQLState of SQLInvalidAuthorizationSpecException should be null", 69 "The reason of SQLInvalidAuthorizationSpecException should be null", 72 "The error code of SQLInvalidAuthorizationSpecException should be 0", 84 "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", 88 "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", 92 "The error code of SQLInvalidAuthorizationSpecException should be 0", 105 "The SQLState of SQLInvalidAuthorizationSpecException should be null" [all...] |
SQLNonTransientConnectionExceptionTest.java | 47 "The SQLState of SQLNonTransientConnectionException should be null", 50 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 53 "The error code of SQLNonTransientConnectionException should be 0", 65 "The SQLState of SQLNonTransientConnectionException should be null", 68 "The reason of SQLNonTransientConnectionException should be null", 71 "The error code of SQLNonTransientConnectionException should be 0", 83 "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", 87 "The reason of SQLNonTransientConnectionException set and get should be equivalent", 91 "The error code of SQLNonTransientConnectionException should be 0", 104 "The SQLState of SQLNonTransientConnectionException should be null" [all...] |
SQLNonTransientExceptionTest.java | 46 assertNull("The SQLState of SQLNonTransientException should be null", 49 "The reason of SQLNonTransientException set and get should be equivalent", 51 assertEquals("The error code of SQLNonTransientException should be 0", 62 assertNull("The SQLState of SQLNonTransientException should be null", 64 assertNull("The reason of SQLNonTransientException should be null", 66 assertEquals("The error code of SQLNonTransientException should be 0", 78 "The SQLState of SQLNonTransientException set and get should be equivalent", 81 "The reason of SQLNonTransientException set and get should be equivalent", 83 assertEquals("The error code of SQLNonTransientException should be 0", 95 assertNull("The SQLState of SQLNonTransientException should be null" [all...] |
SQLRecoverableExceptionTest.java | 46 assertNull("The SQLState of SQLRecoverableException should be null", 49 "The reason of SQLRecoverableException set and get should be equivalent", 51 assertEquals("The error code of SQLRecoverableException should be 0", 62 assertNull("The SQLState of SQLRecoverableException should be null", 64 assertNull("The reason of SQLRecoverableException should be null", 66 assertEquals("The error code of SQLRecoverableException should be 0", 78 "The SQLState of SQLRecoverableException set and get should be equivalent", 81 "The reason of SQLRecoverableException set and get should be equivalent", 83 assertEquals("The error code of SQLRecoverableException should be 0", 95 assertNull("The SQLState of SQLRecoverableException should be null" [all...] |
SQLSyntaxErrorExceptionTest.java | 46 assertNull("The SQLState of SQLSyntaxErrorException should be null", 49 "The reason of SQLSyntaxErrorException set and get should be equivalent", 51 assertEquals("The error code of SQLSyntaxErrorException should be 0", 62 assertNull("The SQLState of SQLSyntaxErrorException should be null", 64 assertNull("The reason of SQLSyntaxErrorException should be null", 66 assertEquals("The error code of SQLSyntaxErrorException should be 0", 78 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", 81 "The reason of SQLSyntaxErrorException set and get should be equivalent", 83 assertEquals("The error code of SQLSyntaxErrorException should be 0", 95 assertNull("The SQLState of SQLSyntaxErrorException should be null" [all...] |
SQLTimeoutExceptionTest.java | 46 assertNull("The SQLState of SQLTimeoutException should be null", 49 "The reason of SQLTimeoutException set and get should be equivalent", 51 assertEquals("The error code of SQLTimeoutException should be 0", 62 assertNull("The SQLState of SQLTimeoutException should be null", 64 assertNull("The reason of SQLTimeoutException should be null", 66 assertEquals("The error code of SQLTimeoutException should be 0", 78 "The SQLState of SQLTimeoutException set and get should be equivalent", 81 "The reason of SQLTimeoutException set and get should be equivalent", 83 assertEquals("The error code of SQLTimeoutException should be 0", 95 assertNull("The SQLState of SQLTimeoutException should be null" [all...] |
SQLTransactionRollbackExceptionTest.java | 47 "The SQLState of SQLTransactionRollbackException should be null", 50 "The reason of SQLTransactionRollbackException set and get should be equivalent", 53 "The error code of SQLTransactionRollbackException should be 0", 65 "The SQLState of SQLTransactionRollbackException should be null", 68 "The reason of SQLTransactionRollbackException should be null", 71 "The error code of SQLTransactionRollbackException should be 0", 83 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", 86 "The reason of SQLTransactionRollbackException set and get should be equivalent", 89 "The error code of SQLTransactionRollbackException should be 0", 102 "The SQLState of SQLTransactionRollbackException should be null" [all...] |
SQLTransientConnectionExceptionTest.java | 47 "The SQLState of SQLTransientConnectionException should be null", 50 "The reason of SQLTransientConnectionException set and get should be equivalent", 53 "The error code of SQLTransientConnectionException should be 0", 65 "The SQLState of SQLTransientConnectionException should be null", 68 "The reason of SQLTransientConnectionException should be null", 71 "The error code of SQLTransientConnectionException should be 0", 83 "The SQLState of SQLTransientConnectionException set and get should be equivalent", 86 "The reason of SQLTransientConnectionException set and get should be equivalent", 89 "The error code of SQLTransientConnectionException should be 0", 102 "The SQLState of SQLTransientConnectionException should be null" [all...] |
SQLTransientExceptionTest.java | 46 assertNull("The SQLState of SQLTransientException should be null", 49 "The reason of SQLTransientException set and get should be equivalent", 51 assertEquals("The error code of SQLTransientException should be 0", 62 assertNull("The SQLState of SQLTransientException should be null", 64 assertNull("The reason of SQLTransientException should be null", 66 assertEquals("The error code of SQLTransientException should be 0", 78 "The SQLState of SQLTransientException set and get should be equivalent", 81 "The reason of SQLTransientException set and get should be equivalent", 83 assertEquals("The error code of SQLTransientException should be 0", 95 assertNull("The SQLState of SQLTransientException should be null" [all...] |
/external/chromium_org/tools/clang/plugins/tests/ |
overridden_methods.h | 8 // Should warn about overriding of methods. 24 // Should not warn about pure virtual methods. 45 // Should not warn about destructors. 47 // Should warn. 49 // Should not warn if marked as override. 51 // Should warn for inline implementations. 53 // Should not warn if overriding a method whose origin is WebKit. 55 // Should warn with the insertion point after the const. 57 // Should warn with the insertion point after the throw spec. 59 // Should warn with the insertion point after both the const and the thro [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
array-slow-put-expected.txt | 29 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 30 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 31 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 32 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 33 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 34 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 35 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 36 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 37 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 38 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4 [all...] |
object-slow-put-expected.txt | 29 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 30 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 31 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 32 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 33 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 34 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 35 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 36 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 37 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4. 38 FAIL "0,1,2,3,4" should be 0,1,2,,4. Was 0,1,2,3,4 [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
LocationProviderTest.java | 33 assertTrue("Should be running", mLocationProvider.isRunning()); 35 assertFalse("Should have stopped", mLocationProvider.isRunning()); 46 assertTrue("Should be running", mLocationProvider.isRunning()); 48 assertTrue("Should be running", mLocationProvider.isRunning()); 50 assertFalse("Should have stopped", mLocationProvider.isRunning()); 62 assertTrue("Should be running", mLocationProvider.isRunning()); 64 assertFalse("Should have paused", mLocationProvider.isRunning()); 66 assertTrue("Should have resumed", mLocationProvider.isRunning()); 68 assertFalse("Should have stopped", mLocationProvider.isRunning()); 81 assertFalse("Should not be running", mLocationProvider.isRunning()) [all...] |
/external/chromium_org/tools/gyp/test/ios/deployment-target/ |
check-version-min.c | 7 /* GYPTEST_MAC_VERSION_MIN: should be set to the corresponding value of 8 * xcode setting 'MACOSX_DEPLOYMENT_TARGET', otherwise both should be 11 * GYPTEST_IOS_VERSION_MIN: should be set to the corresponding value of 12 * xcode setting 'IPHONEOS_DEPLOYMENT_TARGET', otherwise both should be 21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined 29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
|
/external/chromium_org/tools/gyp/test/mac/deployment-target/ |
check-version-min.c | 7 /* GYPTEST_MAC_VERSION_MIN: should be set to the corresponding value of 8 * xcode setting 'MACOSX_DEPLOYMENT_TARGET', otherwise both should be 11 * GYPTEST_IOS_VERSION_MIN: should be set to the corresponding value of 12 * xcode setting 'IPHONEOS_DEPLOYMENT_TARGET', otherwise both should be 21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined 29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-pause-on-else-statements.html | 8 debugger; // This should not be hit. 14 in the call stack, you should see the execution line on the call to test().</p> 16 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
|
/external/chromium_org/content/test/data/accessibility/ |
aria-menuitemradio-expected-mac.txt | 1 #<skip - role should be AXMenuItem. http://crbug.com/169578 2 - role description should be 'menu item'. http://crbug.com/169580 3 - AXMenuItemMarkChar should be \236. http://crbug.com/169582>
|