/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/ |
fp_misc.s | 5 ; We could/should test some of the corner cases for register and 6 ; immediate fields. We should also check the assorted field
|
immed.s | 5 ; We could/should test some of the corner cases for register and 6 ; immediate fields. We should also check the assorted field
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
linesepbug.s | 6 ; We could/should test some of the corner cases for register and 7 ; immediate fields. We should also check the assorted field
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips5-fp.l | 2 .*:61: Warning: condition code register should be even for c.eq.ps, was 3 3 .*:62: Warning: condition code register should be even for movf.ps, was 3
|
mipsr6@mips5-fp.l | 2 .*:4: Warning: condition code register should be even for c.eq.ps, was 3 3 .*:5: Warning: condition code register should be even for movf.ps, was 3
|
set-arch.l | 2 .*:146: Warning: condition code register should be even for c.eq.ps, was 3 3 .*:147: Warning: condition code register should be even for movf.ps, was 3
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
shift-3.s | 1 ! This should not get an internal error and it should emit the expected
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/ |
2.c | 1 /* Normally we should loose foo and keep _start and _init. 2 With -u foo, we should keep that as well. */
|
/external/clang/test/CodeGen/ |
builtins-mips-args.c | 10 __builtin_mips_wrdsp(2052, -1); // expected-error{{argument should be a value from 0 to 63}} 11 __builtin_mips_rddsp(-1); // expected-error{{argument should be a value from 0 to 63}} 12 __builtin_mips_wrdsp(2052, 64); // expected-error{{argument should be a value from 0 to 63}} 13 __builtin_mips_rddsp(64); // expected-error{{argument should be a value from 0 to 63}} 23 __builtin_mips_append(1, 2, -1); // expected-error{{argument should be a value from 0 to 31}} 24 __builtin_mips_append(1, 2, 32); // expected-error{{argument should be a value from 0 to 31}} 26 __builtin_mips_balign(1, 2, -1); // expected-error{{argument should be a value from 0 to 3}} 27 __builtin_mips_balign(1, 2, 4); // expected-error{{argument should be a value from 0 to 3}} 29 __builtin_mips_precr_sra_ph_w(1, 2, -1); // expected-error{{argument should be a value from 0 to 31}} 30 __builtin_mips_precr_sra_ph_w(1, 2, 32); // expected-error{{argument should be a value from 0 to 31} [all...] |
/external/clang/test/Sema/ |
builtins-x86.c | 14 __builtin_ia32_cmpps(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} 18 __builtin_ia32_cmppd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} 22 __builtin_ia32_cmpss(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} 26 __builtin_ia32_cmpsd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} 30 __builtin_ia32_cmpps512_mask(__a, __b, 32, -1, 0); // expected-error {{argument should be a value from 0 to 31}} 34 __builtin_ia32_cmppd512_mask(__a, __b, 32, -1, 0); // expected-error {{argument should be a value from 0 to 31}} 38 __builtin_ia32_vpcomub(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} 42 __builtin_ia32_vpcomuw(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} 46 __builtin_ia32_vpcomud(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} 50 __builtin_ia32_vpcomuq(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7} [all...] |
/external/curl/tests/data/ |
test526 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
test527 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
test532 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
/external/testng/src/main/java/org/testng/ |
ITestClass.java | 60 * Returns all the methods that should be invoked 62 * @return All the methods that should be invoked 68 * Returns all the methods that should be invoked 70 * @return All the methods that should be invoked 76 * Return all the methods that should be invoked 79 * @return All the methods that should be invoked 86 * Returns all the methods that should be invoked 88 * @return All the methods that should be invoked 94 * Returns All the methods that should be invoked 96 * @return All the methods that should be invoke [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLClientInfoExceptionTest.java | 38 assertNull("The SQLState of SQLClientInfoException should be null", 40 assertNull("The reason of SQLClientInfoException should be null", 43 "The FailedProperties of SQLClientInfoException should be null", 45 assertEquals("The error code of SQLClientInfoException should be 0", 59 assertNull("The SQLState of SQLClientInfoException should be null", 61 assertNull("The reason of SQLClientInfoException should be null", 64 "The FailedProperties of SQLClientInfoException set and get should be equivalent", 66 assertEquals("The error code of SQLClientInfoException should be 0", 81 assertNull("The SQLState of SQLClientInfoException should be null", 84 "The reason of SQLClientInfoException should be equals to cause.toString()" [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_MapTest2.java | 39 assertEquals("size should be one", 1, map.size()); 41 assertEquals("size should be zero", 0, map.size()); 42 assertTrue("Should not have entries", !map.entrySet().iterator() 44 assertTrue("Should not have keys", !map.keySet().iterator() 46 assertTrue("Should not have values", !map.values().iterator() 53 assertEquals("size should be one", 1, map.size()); 55 assertEquals("size should be zero", 0, map.size()); 56 assertTrue("Should not have entries", !map.entrySet().iterator() 58 assertTrue("Should not have keys", !map.keySet().iterator() 60 assertTrue("Should not have values", !map.values().iterator( [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
mat2d-spec.js | 54 it("should return a 6 element array initialized to a 2x3 identity matrix", function() { expect(result).toBeEqualish(identity); }); 59 it("should return a 6 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); }); 64 it("should place values into out", function() { expect(out).toBeEqualish(matA); }); 65 it("should return out", function() { expect(result).toBe(out); }); 70 it("should place values into out", function() { expect(result).toBeEqualish(identity); }); 71 it("should return out", function() { expect(result).toBe(out); }); 78 it("should place values into out", function() { expect(out).toBeEqualish([ -2, 1, 1.5, -0.5, 1, -2 ]); }); 79 it("should return out", function() { expect(result).toBe(out); }); 80 it("should not modify matA", function() { expect(matA).toBeEqualish(oldA); }); 86 it("should place values into matA", function() { expect(matA).toBeEqualish([ -2, 1, 1.5, -0.5, 1, -2 ]); }) [all...] |
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
expect.1 | 4 Inode 12, i_blocks is 2, should be 0. Fix? yes 7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6). 10 Entry '..' in <12>/<13> (13) has an incorrect filetype (was 2, should be 6). 13 Entry '..' in <12>/<14> (14) has an incorrect filetype (was 2, should be 6). 16 Entry '..' in <12>/<15> (15) has an incorrect filetype (was 2, should be 6). 30 Inode 2 ref count is 4, should be 3. Fix? yes 32 Inode 12 ref count is 2, should be 1. Fix? yes 34 Inode 13 ref count is 3, should be 2. Fix? yes 36 Inode 14 ref count is 3, should be 2. Fix? yes 38 Inode 15 ref count is 3, should be 2. Fix? ye [all...] |
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
logging.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
logging_sv.properties | 17 # You should have received a copy of the GNU General Public License version 29 # The following ALL CAPS words should be translated. 31 # The following ALL CAPS words should be translated. 33 # The following ALL CAPS words should be translated. 35 # The following ALL CAPS words should be translated. 37 # The following ALL CAPS words should be translated. 39 # The following ALL CAPS words should be translated. 41 # The following ALL CAPS words should be translated. 43 # The following ALL CAPS words should be translated. 45 # The following ALL CAPS words should be translated [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_MapTest2.java | 39 assertEquals("size should be one", 1, map.size()); 41 assertEquals("size should be zero", 0, map.size()); 42 assertTrue("Should not have entries", !map.entrySet().iterator() 44 assertTrue("Should not have keys", !map.keySet().iterator() 46 assertTrue("Should not have values", !map.values().iterator() 53 assertEquals("size should be one", 1, map.size()); 55 assertEquals("size should be zero", 0, map.size()); 56 assertTrue("Should not have entries", !map.entrySet().iterator() 58 assertTrue("Should not have keys", !map.keySet().iterator() 60 assertTrue("Should not have values", !map.values().iterator( [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/ |
TestRewriteRuleTokenStream.m | 65 STAssertFalse([stream hasNext], @"-(BOOL)hasNext should be NO, but isn't"); 66 STAssertThrows([stream nextToken], @"-next on empty stream should throw exception, but doesn't"); 79 @"empty stream should have count==0"); 82 @"single element stream should have count==1"); 85 @"multiple stream should have count==2"); 103 STAssertTrue([stream hasNext], @"-hasNext should be YES, but isn't"); 105 STAssertEqualObjects([tree getToken], token1, @"return token from stream should be token1, but isn't"); 113 @"stream iteration should not throw exception" 116 @"stream iteration past element count (single element) should not throw exception" 119 @"tokens should be the same") [all...] |
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
e.1.golden | 22 // T2.M should appear as method of T2. 31 // T3.M should appear as method of T3. 37 // T4.M should appear as method of T5 only if AllMethods is set. 50 // U1.M should appear as method of U1. 58 // U2.M should appear as method of U2 and as method of U3 only if ... 66 // U3.N should appear as method of U3 and as method of U2 only if ... 74 // U4.M should appear as method of U4. 98 // V4.M should appear as method of V2 and V3 if AllMethods is set. 109 // V6.M should appear as method of V1 and V5 if AllMethods is set. 115 // t1.M should not appear as method in a Tx type. [all...] |
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
e.1.golden | 22 // T2.M should appear as method of T2. 31 // T3.M should appear as method of T3. 37 // T4.M should appear as method of T5 only if AllMethods is set. 50 // U1.M should appear as method of U1. 58 // U2.M should appear as method of U2 and as method of U3 only if ... 66 // U3.N should appear as method of U3 and as method of U2 only if ... 74 // U4.M should appear as method of U4. 98 // V4.M should appear as method of V2 and V3 if AllMethods is set. 109 // V6.M should appear as method of V1 and V5 if AllMethods is set. 115 // t1.M should not appear as method in a Tx type. [all...] |
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
WizardManagerHelperTest.java | 41 assertEquals("Next intent action should be NEXT", "com.android.wizard.NEXT", 43 assertEquals("Script URI should be the same as original intent", 45 assertEquals("Action ID should be the same as original intent", "test_action_id", 47 assertEquals("Theme extra should be the same as original intent", "test_theme", 49 assertFalse("ignoreExtra should not be in nextIntent", nextIntent.hasExtra("ignoreExtra")); 50 assertEquals("Result code extra should be RESULT_OK", Activity.RESULT_OK, 52 assertEquals("Extra data should surface as extra in nextIntent", "shazam", 60 assertTrue("Is setup wizard should be true", 68 assertFalse("Is setup wizard should be true", 76 assertFalse("Theme holo should not be light theme" [all...] |