Home
last modified time | relevance | path

Searched refs:got (Results 226 - 250 of 319) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp287 auto got = buffers[i + outOffset]; in test() local
288 EXPECT_EQ(expected((uint32_t)i), got) << "Unexpected output at " << i; in test()
/third_party/python/Lib/test/
H A Dtest_dbm_dumb.py192 got = sorted(f.items())
193 self.assertEqual(expected, got)
H A Dtest_turtle.py256 got = vec.rotate(rot)
257 self.assertVectorsAlmostEqual(got, expected)
H A Dtest_tarfile.py3184 for expected, got in zip(tio_prev.detach().getvalue().split(),
3187 self.assertEqual(got, b'????-??-??')
3189 self.assertEqual(got, b'??:??:??')
3192 self.assertEqual(got, b'??????????')
3196 got_user, got_group = got.split(b'/')
3202 got_user, got_group = got.split(b'/')
3208 got_user, got_group = got.split(b'/')
3213 got_user, got_group = got.split(b'/')
3219 got_user, got_group = got.split(b'/')
3225 got_user, got_group = got
[all...]
H A Dpickletester.py942 got = self.loads(data)
943 self.assert_is_copy(maxint64, got)
1483 got = self.loads(s)
1484 self.assert_is_copy(expected, got)
1500 got = filelike.getvalue()
1501 self.assertEqual(expected, got)
1885 got = self.loads(pickle)
1886 self.assert_is_copy(n, got)
1893 got = self.loads(p)
1895 # a failure message by computing the repr() of n and got,
[all...]
H A Dtest_urllib2.py610 for expected, got in zip(calls, o.calls):
611 handler, name, args, kwds = got
664 for expected, got in zip(calls, o.calls):
666 self.assertEqual((handler, method_name), got[:2])
667 self.assertEqual(args, got[2])
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer_test.cc116 const auto got = namer.MakeDerivedName("abbey"); in TEST_F() local
118 EXPECT_EQ(got, "abbey"); in TEST_F()
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_path.py171 got = self.machinery.PathFinder.find_spec('whatever', [path]) variable in FinderTests.test_finder_with_find_spec.TestFinder
172 self.assertEqual(got, success_finder.spec)
/third_party/ffmpeg/tools/
H A Dismindex.c100 fprintf(stderr, "wanted tag %.4s, got %.4s\n", expected_tag_str, in expect_tag()
121 int got; in copy_tag() local
122 if ((got = avio_read(in, buf, len)) != len) { in copy_tag()
123 fprintf(stderr, "short read, wanted %d, got %d\n", len, got); in copy_tag()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp504 double got = converter.convert(1000); in unitsTestDataLineFn() local
507 unitsTest->assertEqualsNear(msg.data(), expected, got, 0.0001 * expected); in unitsTestDataLineFn()
508 double inverted = converter.convertInverse(got); in unitsTestDataLineFn()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c134 UDate start,exp,got; in Test4056591() local
185 got = udat_parse(def, s, u_strlen(s), 0, &status); in Test4056591()
186 gotdate=myFormatit(def, got); in Test4056591()
193 log_err("set2DigitYearStart broken for %s \n got: %s, expected: %s\n", austrdup(s), in Test4056591()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DUnitsTest.java73 expected[i].getUnit() + " got unit " + measure.getUnit(), in testComplexUnitsConverter()
77 expected[i].getNumber() + " got number " + measure.getNumber(), in testComplexUnitsConverter()
571 BigDecimal got = converter.convert(testCase.input); in testConverterWithCLDRTests()
572 if (compareTwoBigDecimal(testCase.expected, got, BigDecimal.valueOf(0.000001))) { in testConverterWithCLDRTests()
581 .append(", got ") in testConverterWithCLDRTests()
582 .append(got) in testConverterWithCLDRTests()
596 .append(": got ") in testConverterWithCLDRTests()
/third_party/python/Lib/ctypes/test/
H A Dtest_structures.py483 got = X.in_dll(dll, "last_tfrsuv_arg")
484 self.assertEqual(s.first, got.first)
485 self.assertEqual(s.second, got.second)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DTestIDNA.java677 StringBuffer got = null; in _doTestCompareReferenceImpl()
680 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); in _doTestCompareReferenceImpl()
695 if (!got.toString().equals(exp.toString())) { in _doTestCompareReferenceImpl()
698 + " Got: " + got in _doTestCompareReferenceImpl()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestIDNA.java674 StringBuffer got = null; in _doTestCompareReferenceImpl()
677 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); in _doTestCompareReferenceImpl()
692 if (!got.toString().equals(exp.toString())) { in _doTestCompareReferenceImpl()
695 + " Got: " + got in _doTestCompareReferenceImpl()
/third_party/node/test/parallel/
H A Dtest-util-callbackify.js241 `ifError got unwanted exception: ${fixture}`);
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js191 const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`)
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c1189 int got; in groupmember() local
1200 got = read(fd, &basecreds, sizeof(prcred_t)); in groupmember()
1201 if (got == sizeof(prcred_t)) { in groupmember()
1215 got = read(fd, groups, in groupmember()
1217 cnt = got/sizeof(gid_t); in groupmember()
1264 int got; in groupmember() local
1277 got = read(fd, buf, BUFSZ); in groupmember()
1278 buf[got] = 0; in groupmember()
1291 got = read(fd, buf, BUFSZ); in groupmember()
1292 buf[got] in groupmember()
5133 int got; ntfs_read_sds() local
[all...]
H A Dwin32_io.c1909 s64 got; in ntfs_device_win32_pread() local
1915 got = ntfs_device_win32_pio(fd, offset, count, b, (void*)NULL); in ntfs_device_win32_pread()
1918 got = 0; in ntfs_device_win32_pread()
1920 got = ntfs_device_win32_read(dev, b, count); in ntfs_device_win32_pread()
1923 return (got); in ntfs_device_win32_pread()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go227 log.Fatalf("lexer expected '%%', got '%v'", r)
287 log.Fatalf("lexer expected '\"', got '%v'", r)
326 log.Fatalf("lexer expected ';', got '%v'", r)
346 log.Fatalf("lexer expected '\n', got '%v'", r)
596 p.err(p.tok(i), "operand requires id, got '%s'", tok.Text(p.lines))
606 p.err(p.tok(i), "operand requires literal, got '%s'", tok.Text(p.lines))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go227 log.Fatalf("lexer expected '%%', got '%v'", r)
287 log.Fatalf("lexer expected '\"', got '%v'", r)
326 log.Fatalf("lexer expected ';', got '%v'", r)
346 log.Fatalf("lexer expected '\n', got '%v'", r)
596 p.err(p.tok(i), "operand requires id, got '%s'", tok.Text(p.lines))
606 p.err(p.tok(i), "operand requires literal, got '%s'", tok.Text(p.lines))
/third_party/spirv-tools/utils/vscode/src/parser/
H A Dparser.go227 log.Fatalf("lexer expected '%%', got '%v'", r)
287 log.Fatalf("lexer expected '\"', got '%v'", r)
326 log.Fatalf("lexer expected ';', got '%v'", r)
346 log.Fatalf("lexer expected '\n', got '%v'", r)
596 p.err(p.tok(i), "operand requires id, got '%s'", tok.Text(p.lines))
606 p.err(p.tok(i), "operand requires literal, got '%s'", tok.Text(p.lines))
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc102 auto* got = TypeOf(a_ident); in TEST_P() local
106 ASSERT_EQ(got, expected) << "got: " << FriendlyName(got) << "\n" in TEST_P()
151 auto* got = TypeOf(a_ident); in TEST_P() local
155 ASSERT_EQ(got, expected) << "got: " << FriendlyName(got) << "\n" in TEST_P()
197 auto* got = TypeOf(a_ident); in TEST_P() local
201 ASSERT_EQ(got, expecte in TEST_P()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java1686 String got = u.getID(); in TestAliasInverseID()
1687 if (!got.equals(exp)) { in TestAliasInverseID()
1688 errln("FAIL: Inverse of " + ID + " is " + got + in TestAliasInverseID()
1702 String got = u.getID(); in TestCompoundInverseID()
1703 if (!got.equals(exp)) { in TestCompoundInverseID()
1704 errln("FAIL: Inverse of " + ID + " is " + got + in TestCompoundInverseID()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java1683 String got = u.getID(); in TestAliasInverseID()
1684 if (!got.equals(exp)) { in TestAliasInverseID()
1685 errln("FAIL: Inverse of " + ID + " is " + got + in TestAliasInverseID()
1699 String got = u.getID(); in TestCompoundInverseID()
1700 if (!got.equals(exp)) { in TestCompoundInverseID()
1701 errln("FAIL: Inverse of " + ID + " is " + got + in TestCompoundInverseID()

Completed in 43 milliseconds

12345678910>>...13