/third_party/python/Lib/test/ |
H A D | test_decimal.py | 463 'Incorrect answer for ' + s + ' -- got ' + result) 466 'Incorrect flags set in ' + s + ' -- got ' + str(myexceptions)) 1528 got = op(x, y) 1530 self.assertIs(expected, got, 1532 "got {4!r}".format( 1533 expected, op.__name__, x, y, got)) 1541 got = op(x, y) 1543 self.assertIs(expected, got, 1546 "got {4!r}".format( 1547 expected, op.__name__, x, y, got)) [all...] |
H A D | test_exceptions.py | 147 self.fail("expected %s, got %s" % (msg, e.msg)) 166 self.fail("expected %s, got %s" % (msg, e.msg)) 544 got = repr(getattr(new, checkArgName)) 546 self.assertEqual(got, want, 784 # We want to test that the except block above got rid of
|
H A D | test_inspect.py | 614 self.assertIn('expected, got', str(e_abs.exception)) 617 self.assertIn('expected, got', str(e_append.exception)) 934 got = inspect.getmro(D) 935 self.assertEqual(expected, got) 1765 # f got an unexpected keyword argument 1771 # f got multiple values for keyword argument 3873 TypeError, "got an unexpected keyword argument 'spam'"): 3986 TypeError, "got an unexpected keyword argument 'spam'"): 3999 TypeError, "got an unexpected keyword argument 'spam'"): 4073 TypeError, "got a [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | intrinsic_test.cc | 2057 auto got = resolver::to_str(param.function, target->Parameters()); in TEST_P() local 2059 EXPECT_EQ(got, expected); in TEST_P()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 139 errln("getBaseSkeleton for skeleton " + dataItem[0] + ", expected " + dataItem[1] + ", got " + base); in TestSkeletonsWithDayPeriods() 146 errln("getBestPattern for skeleton " + testItem[0] + ", expected " + testItem[1] + ", got " + pattern); in TestSkeletonsWithDayPeriods() 349 errln(uLocale + "\tformatted string doesn't match test case: " + testSkeleton + "\t generated: " + pattern + "\t expected: " + testFormatted + "\t got: " + formatted); in TestBasic() 890 "return an exception, got: " + e.toString()); in TestGetInstance() 907 " and expected " + results[i] + " but got " + in TestGetSkeleton() 925 " and expected " + results[i] + " but got " + in TestGetCanonicalSkeletonAllowingDuplicates() 943 " and expected " + results[i] + " but got " + in TestGetBaseSkeleton() 1055 cases[i] + " but got back " + dtpg.getAppendItemFormat(i)); in TestSetAppendItemFormat() 1072 results[i] + " but got back " + dtpg.getAppendItemFormat(fields[i])); in TestGetAppendItemFormat() 1106 cases[i] + " but got bac in TestGetAppendItemName() [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 816 Call kojihub.getBuild. Return got build directly without change.
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 1757 const message = `error: too many arguments${forSubcommand}. Expected ${expected} argument${s} but got ${receivedArgs.length}.`;
|
/third_party/backends/backend/ |
H A D | avision.c | 2225 sprintf (textbuf, "got unknown sense code 0x%02x", (int)sense_key); in sense_handler() 2382 DBG (5, "<== (bulk read) got: %ld, status: %d\n", in avision_usb_status() 2406 DBG (5, "<== (interrupt read) got: %ld, status: %d\n", in avision_usb_status() 3972 DBG (5, "==> (interrupt read) got: %ld\n", (long)size); in get_button_status() 7745 size_t got; in reader_process() local 7758 got = fread (stripe_data + stripe_fill, 1, this_read, rear_fp); in reader_process() 7759 stripe_fill += (unsigned int) got; in reader_process() 7760 processed_bytes += got; in reader_process() 7761 if (got != this_read) in reader_process() 8646 DBG (1, "sane_open: got in sane_open() [all...] |
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 971 auto got = (const uint8_t*)buf, 974 REPORTER_ASSERT(r, got[i] == want[i], 975 "byte %d was %02x, want %02x", i, got[i], want[i]); 2457 REPORTER_ASSERT(reporter, dst[i] == 0xf00f, "got %04x, want %04x\n", dst[i], 0xf00f);
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 491 @ The public functions in this file have got the following signature:
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 247 errln("Fail at file %s, line %d expected start of word at 4, got %d", in TestBug3818() 252 errln("Fail at file %s, line %d expected start of word at 4, got %d", in TestBug3818() 286 dataerrln("BreakIterator::getDisplayName() failed: expected \"English (United States)\", got \"" in TestGetDisplayName() 291 dataerrln("BreakIterator::getDisplayName() failed: expected \"French (France)\", got \"" in TestGetDisplayName() 965 // we've got to take it back to char *) in TestExtended() 2841 // This only makes a difference if posChar got bigger by consuming a in rule9Adjust() 3436 test->errln("%s:%d break forward test failed: expected %d but got %d", in testBreakBoundPreceding() 3471 test->errln("%s:%d happy break test previous() failed: expected %d but got %d", in testBreakBoundPreceding() 3491 test->errln("%s:%d preceding(%d): expected %d, got %d", in testBreakBoundPreceding() 4345 errln("%s:%d Expected U_BRK_RULE_SYNTAX, got in TestBug7547() [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 474 // with the addres of `a`, since it also got the address of `b` assigned. 2428 auto got = result.i - base.i; 2430 EXPECT_EQ(got, expect) << "i:" << i;
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 6675 /* a cups-browsed-generated printer got deleted, re-create it */ in on_printer_deleted() 6676 debug_printf("Printer %s got deleted, re-creating it.\n", in on_printer_deleted() 6731 /* We already have discovered that this queue got overwritten in queue_overwritten() 6760 debug_printf("Cannot connect to local CUPS to see whether queue %s got overwritten.\n", in queue_overwritten() 6807 assigned, so we got notified because the queue was in queue_overwritten() 6810 debug_printf("Printer %s got modified externally, discovered by a change of its device URI from %s to %s.\n", in queue_overwritten() 6821 /* The PPD file of the queue got replaced which we in queue_overwritten() 6827 debug_printf("Printer %s got modified externally, discovered by the NickName of its PPD file having changed from \"%s\" to \"%s\".\n", in queue_overwritten() 6867 /* We already have discovered that this queue got overwritten in on_printer_modified() 6873 /* Our generated local queue pointing to a remote printer got in on_printer_modified() 10772 ssize_t got; process_browse_data() local [all...] |
/third_party/node/deps/undici/ |
H A D | undici.js | 1893 message: `Value must be between ${lowerBound}-${upperBound}, got ${x}.` 12275 `Expected a ws: or wss: protocol, got ${urlRecord.protocol}`,
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 70 int expected, int got) in sizeof_error() 74 fatname, expected, typname, got); in sizeof_error() 3947 "heap type expected, got %R", obj); in with_tp_del() 3960 return PyErr_Format(PyExc_TypeError, "heap type expected, got %R", obj); 69 sizeof_error(const char* fatname, const char* typname, int expected, int got) sizeof_error() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5157 java.lang.String got, java.lang.String want) { in mathtestcheck() 5161 flag = want.equals(got); in mathtestcheck() 5165 + rhs.toString() + " " + "=" + " " + want + " " + "[got" in mathtestcheck() 5166 + " " + got + "]"); in mathtestcheck() 5155 mathtestcheck(int test, ohos.global.icu.math.BigDecimal lhs, ohos.global.icu.math.BigDecimal rhs, java.lang.String op, java.lang.String got, java.lang.String want) mathtestcheck() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5154 java.lang.String got, java.lang.String want) { in mathtestcheck() 5158 flag = want.equals(got); in mathtestcheck() 5162 + rhs.toString() + " " + "=" + " " + want + " " + "[got" in mathtestcheck() 5163 + " " + got + "]"); in mathtestcheck() 5152 mathtestcheck(int test, com.ibm.icu.math.BigDecimal lhs, com.ibm.icu.math.BigDecimal rhs, java.lang.String op, java.lang.String got, java.lang.String want) mathtestcheck() argument
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 36337 int got, n; kvvfsReadDb() local 40118 int got; seekAndRead() local 40173 int got; unixRead() local 43599 int fd, got; unixRandomness() local [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5213 % \endgroup where \vsize got restored).
|