/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | 1051 // being run a second time local to a specific method in order to report only actual leaks [all...] |
/external/e2fsprogs/misc/ |
e2image.c | 60 int actual; local 77 actual = write(fd, header_buf, blocksize); 78 if (actual < 0) { 82 if (actual != blocksize) { 84 "writing image header"), actual);
|
/external/eigen/test/ |
main.h | 245 << std::endl << " actual = " << a 294 bool test_is_equal(const T& actual, const U& expected) 296 if (actual==expected) 300 << std::endl << " actual = " << actual
|
/external/icu4c/test/intltest/ |
callimts.cpp | 396 ", actual=" + minActual + ".." + maxActual + 403 ", actual=" + minActual + ".." + maxActual + 415 // Check actual maxima and minima seen against ranges returned 433 buf.append((UnicodeString)" minima actual=" + limits[j][0] + ".." + limits[j][1]); 442 buf.append((UnicodeString)" maxima actual=" + limits[j][2] + ".." + limits[j][3]);
|
/external/llvm/docs/ |
LLVMBuild.rst | 51 the project structure. The actual building of the LLVM project is 56 LLVMBuild files and use that to drive the actual project build. 199 actual build, and are not allowed to specify dependencies. 221 If given, the name to use for the actual library file on disk. If 304 match up with the actual library names on disk.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
IntentTest.java | 426 Intent actual = Intent.CREATOR.createFromParcel(p); local 427 assertThat(expected, equalTo(actual)); 434 Intent actual = new Intent(); local 435 actual.readFromParcel(parcel); 437 assertThat(expected, equalTo(actual));
|
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 113 /** The actual RecognitionService endpoint */ 116 /** The connection to the actual service */ 338 /** sends the actual message to the service */ 352 /** sends the actual message to the service */ 366 /** sends the actual message to the service */
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor.cc | [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults_unittest.py | 48 "actual": "TIMEOUT", 53 "actual": "TIMEOUT" 58 "actual": "TIMEOUT", 66 "actual": "PASS", 75 "actual": "PASS", 80 "actual": "SKIP", 88 "actual": "SKIP" 92 "actual": "FAIL" 96 "actual": "FAIL" 100 "actual": "IMAGE" [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline_unittest.py | 82 "actual": "IMAGE+TEXT" 86 "actual": "IMAGE+TEXT" 210 [self.WEB_PREFIX + '/userscripts/another-test-actual.png', 211 self.WEB_PREFIX + '/userscripts/another-test-actual.wav', 212 self.WEB_PREFIX + '/userscripts/another-test-actual.txt']) 220 self.assertItemsEqual(self.tool.web.urls_fetched, [self.WEB_PREFIX + '/userscripts/another-test-actual.txt']) 227 self.assertItemsEqual(self.tool.web.urls_fetched, ['file:///tmp/userscripts/another-test-actual.txt']) 472 "actual": "PASS TEXT" 476 "actual": "IMAGE+TEXT" [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 702 protected void assertDataRow(ContentValues actual, String expectedMimetype, 704 assertEquals(actual.toString(), expectedMimetype, actual.getAsString(Data.MIMETYPE)); 712 assertNull(actual.toString(), actual.get(columnName)); 715 assertEquals("mismatch at " + columnName + " from " + actual.toString(), 716 expectedValue, actual.getAsLong(columnName)); 718 assertEquals("mismatch at " + columnName + " from " + actual.toString(), 719 expectedValue, actual.getAsInteger(columnName)); 721 assertEquals("mismatch at " + columnName + " from " + actual.toString() [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AndroidKeyStoreTest.java | 1245 Certificate actual = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); local 1274 Certificate actual = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_USER_1)); local 1284 Certificate actual = generateCertificate(FAKE_RSA_CA_1); local 1301 Certificate actual = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); local 1331 Certificate[] actual = mKeyStore.getCertificateChain(TEST_ALIAS_1); local 1358 Date actual = mKeyStore.getCreationDate(TEST_ALIAS_1); local 1374 Date actual = mKeyStore.getCreationDate(TEST_ALIAS_1); local 1608 final Certificate actual = generateCertificate(FAKE_RSA_CA_1); local 1675 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local 1732 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local 1758 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local 1998 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local 2026 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local 2049 PrivateKeyEntry actual = (PrivateKeyEntry) actualEntry; local [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller_unittest.mm | [all...] |
/external/chromium/testing/gmock/test/ |
gmock-spec-builders_test.cc | 748 }, "Actual function call count doesn't match EXPECT_CALL(b, DoB(5))...\n" 750 " Actual: called once - unsatisfied and active"); 964 " Actual: 9\n" 966 " Actual: called once - saturated and active"); 982 " Actual: 2\n" 984 " Actual: called once - saturated and active"); 989 " Actual: 2\n" 991 " Actual: never called - unsatisfied and active"); 1010 " Actual: 2\n" 1012 " Actual: called once - saturated and active") [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller_unittest.mm | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests_integrationtest.py | 497 self.assertTrue(json_string.find('"text-image-checksum.html":{"expected":"PASS","actual":"IMAGE+TEXT","is_unexpected":true') != -1) 498 self.assertTrue(json_string.find('"missing_text.html":{"expected":"PASS","is_missing_text":true,"actual":"MISSING","is_unexpected":true') != -1) 512 expected_token = '"pixeldir":{"image_in_pixeldir.html":{"expected":"PASS","actual":"IMAGE","is_unexpected":true' 519 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('{"crash-with-stderr.html":{"expected":"PASS","actual":"CRASH","has_stderr":true,"is_unexpected":true') != -1) 627 self.assertTrue(host.filesystem.exists('/tmp/layout-test-results/failures/flaky/text-actual.txt')) 628 self.assertFalse(host.filesystem.exists('/tmp/layout-test-results/retries/failures/flaky/text-actual.txt')) 638 self.assertTrue(host.filesystem.exists('/tmp/layout-test-results/failures/flaky/text-actual.txt')) [all...] |
/external/chromium_org/net/android/ |
keystore_openssl.cc | 171 // Actual return value is ignored by OpenSSL. There are no docs 258 LOG(ERROR) << "RSA Signature size mismatch, actual: " 425 // Note: With DSA, the actual signature might be smaller than DSA_size(). 428 LOG(ERROR) << "DSA Signature size mismatch, actual: " 469 // Actual return value is ignored by OpenSSL. There are no docs 615 // Note: With ECDSA, the actual signature may be smaller than 619 LOG(ERROR) << "ECDSA Signature size mismatch, actual: "
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Tests.js | 69 * Equals assertion tests that expected === actual. 71 * @param {Object} actual Actual object. 74 TestSuite.prototype.assertEquals = function(expected, actual, opt_message) 76 if (expected !== actual) { 77 var message = "Expected: '" + expected + "', but was '" + actual + "'"; 86 * @param {Object} value Actual object.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
crestst.c | 56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } 58 #define CONFIRM_ErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); } [all...] |
/external/icu4c/test/cintltst/ |
crestst.c | 56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } 58 #define CONFIRM_ErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); } [all...] |
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 103 assertEquals("Expected and actual OBB file paths differ!", mObbFilePath, 142 * This is not the mount path, but the normalized path to the actual OBB file 222 * Helper to copy a raw resource file to an actual specified file 382 * @return A {@link String} representing the actual normalized path to OBB file that was 503 String actual = null; local 505 while ((actual = fileReader.readLine()) != null) { 507 if (!actual.equals(expected)) {
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-internal.h | 436 // The data type used to store the actual floating-point number. 813 #expected_exception ".\n Actual: it throws a different " \ 819 #expected_exception ".\n Actual: it throws nothing."; \ 834 " Actual: it throws."; \ 853 " Actual: it doesn't."; \ 861 #define GTEST_TEST_BOOLEAN_(boolexpr, booltext, actual, expected, fail) \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 195 def assertEndsWith(self, actual, exp_end): 196 '''Ensure that the given "actual" string ends with "exp_end"''' 197 self.assertTrue(actual.endswith(exp_end), 198 msg='%r did not end with %r' % (actual, exp_end)) 200 def assertMultilineMatches(self, actual, pattern): 201 m = re.match(pattern, actual, re.DOTALL) 202 self.assertTrue(m, msg='%r did not match %r' % (actual, pattern)) 597 def assertListing(self, expected, actual): 598 self.assertEndsWith(actual, expected)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 195 def assertEndsWith(self, actual, exp_end): 196 '''Ensure that the given "actual" string ends with "exp_end"''' 197 self.assertTrue(actual.endswith(exp_end), 198 msg='%r did not end with %r' % (actual, exp_end)) 200 def assertMultilineMatches(self, actual, pattern): 201 m = re.match(pattern, actual, re.DOTALL) 202 self.assertTrue(m, msg='%r did not match %r' % (actual, pattern)) 597 def assertListing(self, expected, actual): 598 self.assertEndsWith(actual, expected)
|