/ndk/tests/build/project-properties/ |
default.properties | 1 # This value should be ignored because project.properties
|
project.properties | 1 # This is the value that should be kept by the build system
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
profile-mode.rb | 132 profile_data.rule_invocations.should == 60 133 profile_data.guessing_rule_invocations.should == 0 134 profile_data.rule_invocation_depth.should == 12 136 profile_data.fixed_decisions.should == 40 138 fixed_data.min.should == 1 139 fixed_data.max.should == 2 140 fixed_data.average.should == 1.075 141 fixed_data.standard_deviation.should == 0.26674678283691855 143 profile_data.cyclic_decisions.should == 4 145 cyclic_data.min.should == [all...] |
/external/e2fsprogs/tests/f_expand/ |
expect.1.gz | |
/frameworks/native/cmds/installd/tests/ |
installd_utils_test.cpp | 83 << badprefix1 << " should be allowed as a valid path"; 87 << badprefix2 << " should be allowed as a valid path"; 91 << badprefix3 << " should be allowed as a valid path"; 95 << badprefix4 << " should be allowed as a valid path"; 102 << internal1 << " should be allowed as a valid path"; 106 << badint1 << " should be rejected as a invalid path"; 110 << badint2 << " should be rejected as a invalid path"; 114 << badint3 << " should be rejected as a invalid path"; 121 << private1 << " should be allowed as a valid path"; 125 << badpriv1 << " should be rejected as a invalid path" [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/ |
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...] |
mat2-spec.js | 42 it("should return a 4 element array initialized to a 2x2 identity matrix", function() { expect(result).toBeEqualish(identity); }); 47 it("should return a 4 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); }); 52 it("should place values into out", function() { expect(out).toBeEqualish(matA); }); 53 it("should return out", function() { expect(result).toBe(out); }); 58 it("should place values into out", function() { expect(result).toBeEqualish(identity); }); 59 it("should return out", function() { expect(result).toBe(out); }); 66 it("should place values into out", function() { expect(out).toBeEqualish([1, 3, 2, 4]); }); 67 it("should return out", function() { expect(result).toBe(out); }); 68 it("should not modify matA", function() { expect(matA).toBeEqualish([1, 2, 3, 4]); }); 74 it("should place values into matA", function() { expect(matA).toBeEqualish([1, 3, 2, 4]); }) [all...] |
vec3-spec.js | 30 it("should return a 3 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0, 0]); }); 35 it("should return a 3 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); }); 40 it("should return a 3 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3]); }); 45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3]); }); 46 it("should return out", function() { expect(result).toBe(out); }); 51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3]); }); 52 it("should return out", function() { expect(result).toBe(out); }); 59 it("should place values into out", function() { expect(out).toBeEqualish([5, 7, 9]); }); 60 it("should return out", function() { expect(result).toBe(out); }); 61 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2, 3]); }) [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
PackageVerificationStateTest.java | 34 assertFalse("Verification should not be marked as complete yet", 39 assertTrue("Verification should be considered complete now", 42 assertTrue("Installation should be marked as allowed", 49 assertFalse("Verification should not be marked as complete yet", 54 assertTrue("Verification should be considered complete now", 57 assertFalse("Installation should be marked as allowed", 64 assertFalse("Verification should not be marked as complete yet", 69 assertFalse("Verification should not be marked as complete yet", 74 assertFalse("Verification should not be marked as complete yet", 79 assertTrue("Verification should be considered complete now" [all...] |
/frameworks/base/keystore/tests/src/android/security/ |
KeyPairGeneratorSpecTest.java | 46 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()); 52 assertEquals("Key size should be the one specified", 1024, spec.getKeySize()); 54 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 58 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 73 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 75 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 77 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()) [all...] |
/development/ndk/samples/module-exports/jni/bar/ |
bar.h | 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */ 6 #error FOO should be defined here !
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-exception-on-load.html | 2 debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right). 5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
|
/external/chromium_org/ppapi/cpp/ |
DEPS | 1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
|
/external/chromium_org/ppapi/utility/ |
DEPS | 1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
print-before-load.html | 11 This webpage should pop up a print dialog. If you print from that dialog, you 12 should see this output on paper.
|
/external/chromium_org/tools/gyp/test/compiler-override/ |
cxxtest.cc | 5 // Deliberate C syntax error as this file should never be passed to 7 #error Should not be passed to a real compiler
|
test.c | 5 // Deliberate C syntax error as this file should never be passed to 7 #error Should not be passed to a real compiler
|
/external/clang/test/CodeGenObjC/ |
message-arrays.m | 4 // This should have an implicit cast 13 // This should also get an implicit cast (for the vararg)
|
/external/clang/test/Preprocessor/ |
non_fragile_feature.m | 3 #error Should have __has_feature 11 #error objc_weak_class should be enabled with nonfragile abi
|
/external/e2fsprogs/lib/blkid/ |
tst_types.c | 21 printf("Sizeof(__u8) is %d should be 1\n", 26 printf("Sizeof(_s8) is %d should be 1\n", 31 printf("Sizeof(__u16) is %d should be 2\n", 36 printf("Sizeof(__s16) is %d should be 2\n", 41 printf("Sizeof(__u32) is %d should be 4\n", 46 printf("Sizeof(__s32) is %d should be 4\n", 51 printf("Sizeof(__u64) is %d should be 8\n", 56 printf("Sizeof(__s64) is %d should be 8\n",
|
/external/e2fsprogs/lib/ext2fs/ |
tst_types.c | 21 printf("Sizeof(__u8) is %d should be 1\n", 26 printf("Sizeof(_s8) is %d should be 1\n", 31 printf("Sizeof(__u16) is %d should be 2\n", 36 printf("Sizeof(__s16) is %d should be 2\n", 41 printf("Sizeof(__u32) is %d should be 4\n", 46 printf("Sizeof(__s32) is %d should be 4\n", 51 printf("Sizeof(__u64) is %d should be 8\n", 56 printf("Sizeof(__s64) is %d should be 8\n",
|
/external/e2fsprogs/tests/f_clear_xattr/ |
expect.1 | 2 Inode 14, i_blocks is 2, should be 0. Fix? yes 4 Inode 12, i_blocks is 4, should be 2. Fix? yes 6 Inode 13, i_blocks is 2, should be 0. Fix? yes 8 Inode 15, i_blocks is 4, should be 2. Fix? yes 11 i_file_acl for inode 12 (/dir) is 22, should be zero. 14 i_file_acl for inode 13 (/file) is 22, should be zero. 17 i_file_acl for inode 14 (/symlink) is 22, should be zero. 20 i_file_acl for inode 15 (/long-symlink) is 23, should be zero.
|
/external/llvm/test/CodeGen/Generic/ |
externally_available.ll | 3 ; test_function should not be emitted to the .s file. 8 ; test_global should not be emitted to the .s file.
|
/external/llvm/test/Feature/ |
README.txt | 3 features of LLVM, for very small examples. Entire programs should not go here. 5 Regression tests for individual bug fixes should go into the test/Regression dir.
|
/external/llvm/test/Transforms/GlobalDCE/ |
externally_available.ll | 3 ; test_function should not be emitted to the .s file. 8 ; test_global should not be emitted to the .s file.
|