/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
ButtonItemTest.java | 42 assertTrue("ButtonItem should be enabled by default", item.isEnabled()); 43 assertEquals("ButtonItem should return count = 0", 0, item.getCount()); 44 assertEquals("ButtonItem should return layout resource = 0", 0, item.getLayoutResource()); 45 assertEquals("Default theme should be @style/SuwButtonItem", R.style.SuwButtonItem, 47 assertNull("Default text should be null", item.getText()); 55 fail("Calling onBindView on ButtonItem should throw UnsupportedOperationException"); 65 assertTrue("Default button should be enabled", button.isEnabled()); 66 assertTrue("Default button text should be empty", TextUtils.isEmpty(button.getText())); 74 assertTrue("ButtonItem should be enabled", item.isEnabled()); 75 assertTrue("Button should be enabled", button.isEnabled()) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
EnumSetTest.java | 76 fail("Should throw NullPointerException"); 83 fail("Should throw ClassCastException"); 92 fail("Should throw ClassCastException"); 106 fail("Should throw ClassCastException"); 166 fail("Should throw NullPointerException"); 173 fail("Should throw ClassCastException"); 179 assertEquals("Size of enumSet should be 64", 64, enumSet.size()); 182 "enumSet should not contain null value", enumSet.contains(null)); 184 "enumSet should contain EnumFoo.a", enumSet.contains(EnumFoo.a)); 186 "enumSet should contain EnumFoo.b", enumSet.contains(EnumFoo.b)) [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
mat3-spec.js | 55 it("should return out", function() { expect(result).toBe(out); }); 65 it("should give rotated matrix", function() { 78 it("should give rotated matrix", function() { 95 it("should return out", function() { expect(result).toBe(out); }); 97 it("should rotate a vector the same as the original quat", function() { 101 it("should rotate a vector by PI/2 radians", function() { 113 it("should return out", function() { expect(result).toBe(out); }); 115 it("should calculate proper mat3", function() { 124 it("should return out", function() { expect(result).toBe(out); }); 125 it('should place proper values in out', function() [all...] |
/art/test/076-boolean-put/ |
info.txt | 2 boolean field. The code as generated should not pass the verifier, so the
|
/art/test/484-checker-register-hints/ |
info.txt | 3 forces the spilling should restore the registers at the merge
|
/bionic/libc/upstream-freebsd/ |
README.txt | 1 This directory contains upstream FreeBSD source. You should not edit these
|
/bionic/libc/upstream-netbsd/ |
README.txt | 1 This directory contains upstream NetBSD source. You should not edit these
|
/bionic/libc/upstream-openbsd/ |
README.txt | 1 This directory contains upstream OpenBSD source. You should not edit these
|
/build/kati/testcase/ |
escape_for_shell_in_recipe.mk | 2 # should be careful not to break the second case when we fix the first
|
explicit_pattern_rule.mk | 5 # foo.o should match the pattern rule below.
|
suffix_rule.mk | 5 # foo.o should match the suffix rule below.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t052importM5.g | 6 s : x y ; // matches AA, which should be "aa"
|
/external/autotest/client/bin/self-test/ |
test_logfile.stdout | 1 This should go into the stdout logfile 2
|
/external/chromium-trace/catapult/third_party/closure_linter/ |
AUTHORS | 3 # Names should be added to this file like so:
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
preserve-strings.css | 6 content: "/* test */"; /* <---- this is not a comment, should be be kept */
|
/external/clang/test/CodeGen/ |
2003-11-08-PointerSubNotGetelementptr.c | 5 return C-1; // Should turn into a GEP
|
/external/clang/test/Headers/Inputs/include/ |
stdint.h | 16 #error Every target should have __INTPTR_TYPE__
|
/external/clang/test/PCH/Inputs/ |
chain-external-defs1.h | 7 // Should not show up
|
chain-external-defs2.h | 7 // Should still not show up
|
/external/clang/test/Preprocessor/ |
disabled-cond-diags.c | 9 // Should not get an error here.
|
hash_space.c | 3 // Should put a space before the # so that -fpreprocessed mode doesn't
|
import_self.c | 3 // This #import should have no effect, as we're importing the current file.
|
include-macros.c | 3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
|
macro_rparen_scan.c | 3 /* Right paren scanning, hard case. Should expand to 3. */
|
/external/clang/test/Sema/ |
block-return-2.c | 4 ^ (void) __attribute__((noreturn)) { }(); // expected-error {{block declared 'noreturn' should not return}}
|