/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-scope.rb | 16 @A.members.map( &:to_s ).should == %w( a b ) 17 @B.members.map( &:to_s ).should == %w( count ) 18 @C.members.map( &:to_s ).should == %w( a b c ) 22 @A.new.to_a.should == [ nil, nil ] 23 @B.new.to_a.should == [ 3 ] 24 @C.new.to_a.should == [ nil, 0, {} ] 29 c.a.should == Object 30 c.b.should == 0 31 c.c.should == {} 36 b.count.should == 700 [all...] |
test-scheme.rb | 26 @ts::A.should == 4 27 @ts::B.should == 5 28 @ts::T__6.should == 6 29 @ts::EOF.should == -1 33 @ts::TOKEN_NAMES.should == { 38 @ts.token_name(5).should == 'B' 39 @ts.token_name(6).should == "'+'" 40 @ts.token_name(-1).should == '<EOF>' 41 @ts.token_name(7).should == '<UNKNOWN: 7>' 46 #@a_class.token_scheme.should == @t [all...] |
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/Headers/ |
ms-wchar.c | 4 #error "_WCHAR_T_DEFINED should not be defined in C99" 10 #error "_WCHAR_T_DEFINED should have been set by stddef.h" 14 #error "_NATIVE_WCHAR_T_DEFINED should not be defined"
|
/external/markdown/tests/misc/ |
underscores.html | 3 <p>Ok, at least <em>this</em> should work.</p> 4 <p>THIS<strong>SHOULD</strong>STAY</p> 6 <p>THIS<strong><em>SHOULD</em></strong>STAY?</p
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
module-check-warn.l | 3 .*:3: Warning: float register should be even, was 1 4 .*:3: Warning: float register should be even, was 1 5 .*:3: Warning: float register should be even, was 1
|
/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/clang/test/Sema/ |
aarch64-neon-ranges.c | 14 vext_s8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 15 vext_u8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 16 vext_p8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 17 vextq_s8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 18 vextq_u8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 19 vextq_p8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 32 vmul_lane_f64(small, small, 1); // expected-error {{argument should be a value from 0 to 0}} 33 vmul_laneq_f64(small, big, 2); // expected-error {{argument should be a value from 0 to 1}} 34 vfma_lane_f64(small, small, small, 1); // expected-error {{argument should be a value from 0 to 0}} 35 vfma_laneq_f64(small, small, big, 2); // expected-error {{argument should be a value from 0 to 1} [all...] |
builtins-ppc.c | 12 __builtin_tbegin(4); // expected-error {{argument should be a value from 0 to 1}} 13 __builtin_tend(-1); // expected-error {{argument should be a value from 0 to 1}} 14 __builtin_tsr(55); // expected-error {{argument should be a value from 0 to 7}} 15 __builtin_tabortwc(-5, 2, 3); // expected-error {{argument should be a value from 0 to 31}} 16 __builtin_tabortdc(55, 2, 3); // expected-error {{argument should be a value from 0 to 31}} 17 __builtin_tabortwci(-5, 2, 5); // expected-error {{argument should be a value from 0 to 31}} 18 __builtin_tabortwci(5, 2, 55); // expected-error {{argument should be a value from 0 to 31}} 19 __builtin_tabortdci(-5, 2, 5); // expected-error {{argument should be a value from 0 to 31}} 20 __builtin_tabortdci(5, 2, 55); // expected-error {{argument should be a value from 0 to 31}} 33 vector unsigned int b = __builtin_crypto_vshasigmaw(a, 2, 15); // expected-error {{argument should be a value from 0 to 1} [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
vec3-spec.js | 33 it("should return the rotated vector", function(){ expect(result).toBeEqualish([0, -1, 0]); }); 37 it("should return the rotated vector", function(){ expect(result).toBeEqualish([2, 3, 0]); }); 44 it("should return the rotated vector", function(){ expect(result).toBeEqualish([-1, 0, 0]); }); 48 it("should return the rotated vector", function(){ expect(result).toBeEqualish([-6, 3, 10]); }); 55 it("should return the rotated vector", function(){ expect(result).toBeEqualish([0, -1, 0]); }); 59 it("should return the rotated vector", function(){ expect(result).toBeEqualish([0, -6, -5]); }); 70 it("should produce the input", function() { 74 it("should return out", function() { expect(result).toBe(out); }); 82 it("should rotate and translate the input", function() { 86 it("should return out", function() { expect(result).toBe(out); }) [all...] |
vec2-spec.js | 30 it("should return a 2 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0]); }); 35 it("should return a 2 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); }); 40 it("should return a 2 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2]); }); 45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); }); 46 it("should return out", function() { expect(result).toBe(out); }); 51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); }); 52 it("should return out", function() { expect(result).toBe(out); }); 59 it("should place values into out", function() { expect(out).toBeEqualish([4, 6]); }); 60 it("should return out", function() { expect(result).toBe(out); }); 61 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2]); }) [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/curl/tests/unit/ |
unit1302.c | 11 * you should have received as part of this distribution. The terms 53 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK"); 54 fail_unless(size == 4, "size should be 4"); 59 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK"); 60 fail_unless(size == 4, "size should be 4"); 65 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK"); 66 fail_unless(size == 4, "size should be 4"); 71 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK"); 72 fail_unless(size == 8, "size should be 8"); 77 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK") [all...] |