/external/chromium_org/gpu/command_buffer/tests/ |
gl_depth_texture_unittest.cc | 203 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4]; local 204 const uint8* left = actual - 4; 205 const uint8* down = actual - kResolution * 4; 210 EXPECT_GT(actual[0], left[0]) 212 << " actual[0] =" << static_cast<unsigned>(actual[0]) 214 << " actual =" << reinterpret_cast<const void*>(actual) 216 bad_count += (actual[0] > left[0] ? 0 : 1); 220 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results_unittests.js | 51 "actual": "CRASH" 55 "actual": "CRASH" 61 "actual": "TEXT" 70 "actual": "IMAGE", 77 "actual": "IMAGE", 87 "actual": "TIMEOUT" 96 "actual": "CRASH" 102 "actual": "CRASH" 108 "actual": "CRASH" 114 "actual": "CRASH [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 399 Set<Service> actual = myProvider.getServices(); local 401 assertTrue(actual.contains(s[0])); 402 assertTrue(actual.contains(s[1])); 403 assertTrue(!actual.contains(s[2])); 406 actual = myProvider.getServices(); 409 assertTrue(actual.contains(s[0])); 410 assertTrue(!actual.contains(s[1])); 411 assertTrue(!actual.contains(s[2])); 414 actual = myProvider.getServices(); 416 assertTrue(actual.contains(s[0])) 436 Set<Service> actual = myProvider.getServices(); local 502 Set<Service> actual = myProvider.getServices(); local [all...] |
/external/chromium/testing/gtest/test/ |
gtest-filepath_test.cc | 259 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 261 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 265 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 267 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 271 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 273 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 277 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 279 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 283 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 285 EXPECT_STREQ("bar.xml", actual.c_str()) 289 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 295 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 301 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local 307 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 313 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 319 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 325 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local 332 FilePath actual = FilePath::ConcatPaths( local 340 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 253 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 259 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 265 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 271 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 277 EXPECT_EQ("bar.xml", actual.string()) 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 287 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 293 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local 299 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 305 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); local 310 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 316 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local 323 FilePath actual = FilePath::ConcatPaths( local 331 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local [all...] |
gtest_output_test_golden_lin.txt | 5 Actual: false 37 Value of: actual 38 Actual: "actual \"string\"" 42 Value of: actual 43 Actual: "actual \"string\"" 52 Actual: 2 59 Actual: 2 66 Actual: fals [all...] |
/external/embunit/src/ |
AssertImpl.c | 39 void assertImplementationInt(int expected,int actual, long line, const char *file) 51 { stdimpl_itoa(actual, numbuf, 10); 57 void assertImplementationCStr(const char *expected,const char *actual, long line, const char *file) 71 if (actual) { 72 al = stdimpl_strlen(actual); 75 actual = "null"; 96 stdimpl_strncat(buffer, actual, al);
|
/external/gtest/test/ |
gtest-filepath_test.cc | 259 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 261 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 265 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 267 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 271 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 273 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 277 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 279 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 283 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 285 EXPECT_STREQ("bar.xml", actual.c_str()) 289 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 295 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 301 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local 307 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 313 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 319 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 325 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local 332 FilePath actual = FilePath::ConcatPaths( local 340 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local [all...] |
gtest_output_test_golden_win.txt | 4 Actual: false 36 Actual: 2 42 Actual: 2 48 Actual: false 56 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 9 59 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 6 76 Actual: 1 81 Actual: 2 89 Actual: 1 94 Actual: [all...] |
/external/protobuf/gtest/test/ |
gtest-filepath_test.cc | 195 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 197 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 201 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 203 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 207 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 209 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.c_str()); 213 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 215 EXPECT_STREQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.c_str()); 219 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 221 EXPECT_STREQ("bar.xml", actual.c_str()) 225 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 231 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 237 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local 243 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 249 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 255 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 261 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local 268 FilePath actual = FilePath::ConcatPaths( local 276 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local [all...] |
gtest_output_test_golden_win.txt | 4 Actual: false 36 Actual: 2 42 Actual: 2 48 Actual: false 56 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 9 59 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 6 76 Actual: 1 81 Actual: 2 89 Actual: 1 94 Actual: [all...] |
/external/skia/tools/tests/ |
rebaseline.sh | 16 # Replace expected output with actual output, within subdir $1. 29 # Copy all the actual output files into the "expected" directories, 31 ACTUAL_FILES=$(find $1/*/output-actual -type f | grep -v /\.svn/) 33 EXPECTED_FILE=${ACTUAL_FILE//actual/expected} 46 # Delete all the "actual" directories, so we can svn-add any new "expected" 47 # directories without adding the "actual" ones. 48 rm -rf $1/*/output-actual $1/*/raw-bench-data
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 253 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local 259 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 265 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local 271 EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 277 EXPECT_EQ("bar.xml", actual.string()) 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local 287 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local 293 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local 299 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 305 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); local 310 FilePath actual = FilePath::ConcatPaths(FilePath(""), local 316 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local 323 FilePath actual = FilePath::ConcatPaths( local 331 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local [all...] |
gtest_output_test_golden_lin.txt | 5 Actual: false 37 Value of: actual 38 Actual: "actual \"string\"" 42 Value of: actual 43 Actual: "actual \"string\"" 52 Actual: 2 59 Actual: 2 66 Actual: fals [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
Base64Test.java | 57 /** Assert that actual equals the first len bytes of expected. */ 58 private void assertEquals(byte[] expected, int len, byte[] actual) { 59 assertEquals(len, actual.length); 61 assertEquals(expected[i], actual[i]); 65 /** Assert that actual equals the first len bytes of expected. */ 66 private void assertEquals(byte[] expected, int len, byte[] actual, int alen) { 69 assertEquals(expected[i], actual[i]); 73 /** Assert that actual equals the first len bytes of expected. */ 74 private void assertEquals(byte[] expected, byte[] actual) { 75 assertEquals(expected.length, actual.length) [all...] |
/cts/tests/tests/preference2/src/android/preference2/cts/ |
PreferenceTest.java | 192 int actual = mCustomPreference.getPersistedInt(0); local 193 assertEquals(expected, actual); 210 boolean actual = mCustomPreference.getPersistedBoolean(false); 211 assertEquals(expected, actual); 228 String actual = mCustomPreference.getPersistedString("b"); local 229 assertEquals(expected, actual); 246 float actual = mCustomPreference.getPersistedFloat(0.000f); local 247 assertEquals(expected, actual); 264 long actual = mCustomPreference.getPersistedLong(10000000l); local 265 assertEquals(expected, actual); [all...] |
/external/chromium_org/build/android/ |
symbolize_test.py | 92 actual = RunSymbolizer(text) 93 self.assertEqual(expected, actual) 98 actual = RunSymbolizer(text) 99 self.assertEqual(expected, actual) 106 actual = RunSymbolizer(text) 107 self.assertEqual(expected, actual) 114 actual = RunSymbolizer(text) 115 self.assertEqual(expected, actual) 126 actual = RunSymbolizer(text) 127 self.assertEqual(expected, actual) [all...] |
/external/chromium_org/net/websockets/ |
websocket_inflater_test.cc | 55 std::string actual; local 64 actual += ToString(buffer.get()); 66 EXPECT_EQ("Hello", actual); 73 scoped_refptr<IOBufferWithSize> actual; local 78 actual = inflater.GetOutput(1024); 79 EXPECT_EQ("Hello", ToString(actual)); 103 scoped_refptr<IOBufferWithSize> actual; local 109 actual = inflater.GetOutput(5); 110 ASSERT_TRUE(actual); 111 EXPECT_EQ("Hello", ToString(actual.get())) [all...] |
/external/chromium_org/tools/clang/scripts/ |
test_tool.py | 48 actual_files = ['-'.join([source_file.rsplit('-', 2)[0], 'actual.cc']) 58 for source, actual in zip(source_files, actual_files): 59 shutil.copyfile(source, actual) 82 for expected, actual in zip(expected_files, actual_files): 83 print '[ RUN ] %s' % os.path.relpath(actual) 87 with open(actual, 'r') as f: 90 print '[ FAILED ] %s' % os.path.relpath(actual) 94 tofile=os.path.relpath(actual)): 99 print '[ OK ] %s' % os.path.relpath(actual) 101 os.remove(actual) [all...] |
/external/easymock/src/org/easymock/internal/ |
MocksBehavior.java | 70 private final Result getStubResult(Invocation actual) {
72 if (each.getExpectedInvocation().matches(actual)) {
92 public final Result addActual(Invocation actual) {
96 Result result = behaviorLists.get(position).addActual(actual);
105 Result stubOrNice = getStubResult(actual);
108 .emptyReturnValueFor(actual.getMethod().getReturnType()));
117 actual.validateCaptures();
118 actual.clearCaptures();
131 actual.toString(org.easymock.MockControl.EQUALS_MATCHER));
140 .getMessages(actual);
[all...] |
/external/skia/tools/ |
verify_images_for_gm_results.py | 20 AUTOGEN_URL = 'http://skia-autogen.googlecode.com/svn/gm-actual' 50 'http://skia-autogen.googlecode.com/svn/gm-actual/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug/actual-results.json', 51 'http://skia-autogen.googlecode.com/svn/gm-actual/Test-Mac10.8-MacMini4.1-GeForce320M-x86-Debug/actual-results.json', 57 for dict_type in ['actual-results']: 114 'http://skia-autogen.googlecode.com/svn/gm-actual/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug/actual-results.json', 115 'http://skia-autogen.googlecode.com/svn/gm-actual/Test-Mac10.8-MacMini4.1-GeForce320M-x86-Debug/actual-results.json' [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
LimitedLengthInputStreamTest.java | 84 byte[] actual = new byte[length]; 91 System.arraycopy(temp, 0, actual, 0, length); 92 assertTrue(Arrays.equals(expected, actual)); 126 byte[] actual = new byte[TEST_STRING1.length]; 127 System.arraycopy(temp, 0, actual, 0, actual.length); 128 assertTrue(Arrays.equals(TEST_STRING1, actual)); 134 byte[] actual = new byte[length]; 141 System.arraycopy(temp, 0, actual, 0, length); 142 assertTrue(Arrays.equals(expected, actual)); [all...] |
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_AbstractTest.java | 203 char expected, actual; local 211 actual = actualCB.get(); 212 if (actual != expected) { 215 i, (int) actual, (int) expected); 221 // i, (int) actual[i], (int) expected[i]); 226 // assertTrue(msg, Arrays.equals(actual, expected)); 232 char actual = actualCB.get(); local 233 if (actual != expected[i]) { 235 i, (int) actual, (int) expected[i]); 244 byte actual; [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 137 assertEquals("expected value doesn't equal actual", 140 assertEquals("expected value doesn't equal actual", 145 // assertEquals("expected value doesn't equal actual", BigDecimal 147 // assertEquals("expected value doesn't equal actual", BigDecimal 149 // assertEquals("expected value doesn't equal actual", id, result 151 assertEquals("expected value doesn't equal actual", BigDecimal 153 assertEquals("expected value doesn't equal actual", BigDecimal 155 assertEquals("expected value doesn't equal actual", BigDecimal 158 assertEquals("expected value doesn't equal actual", 160 assertEquals("expected value doesn't equal actual", [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
AdapterInputConnectionTest.java | 154 int compositionStart, int compositionEnd, ImeState actual) { 155 assertEquals("Text did not match", text, actual.text); 156 assertEquals("Selection start did not match", selectionStart, actual.selectionStart); 157 assertEquals("Selection end did not match", selectionEnd, actual.selectionEnd); 158 assertEquals("Composition start did not match", compositionStart, actual.compositionStart); 159 assertEquals("Composition end did not match", compositionEnd, actual.compositionEnd);
|