Home
last modified time | relevance | path

Searched refs:got (Results 526 - 550 of 562) sorted by relevance

1...<<212223

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h358 ld reg,name@got(r2)
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h395 * by BOOK3S. ld complains with "got/toc optimization is not supported" if r2
396 * is not used for the TOC offset, so use @got(tocreg). If the interrupt
400 ld reg,name@got(tocreg)
/third_party/node/test/internet/
H A Dtest-dns.js405 `expected array, got ${util.inspect(result)}`);
/kernel/linux/linux-6.6/fs/ext4/
H A Dialloc.c1111 goto got; /* we grabbed the inode! */ in __ext4_new_inode()
1122 got: in __ext4_new_inode()
1432 /* Avoid freeing blocks if we got a bad deleted inode */ in ext4_orphan_get()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java136 errln("getBaseSkeleton for skeleton " + dataItem[0] + ", expected " + dataItem[1] + ", got " + base); in TestSkeletonsWithDayPeriods()
143 errln("getBestPattern for skeleton " + testItem[0] + ", expected " + testItem[1] + ", got " + pattern); in TestSkeletonsWithDayPeriods()
346 errln(uLocale + "\tformatted string doesn't match test case: " + testSkeleton + "\t generated: " + pattern + "\t expected: " + testFormatted + "\t got: " + formatted); in TestBasic()
887 "return an exception, got: " + e.toString()); in TestGetInstance()
904 " and expected " + results[i] + " but got " + in TestGetSkeleton()
922 " and expected " + results[i] + " but got " + in TestGetCanonicalSkeletonAllowingDuplicates()
940 " and expected " + results[i] + " but got " + in TestGetBaseSkeleton()
1052 cases[i] + " but got back " + dtpg.getAppendItemFormat(i)); in TestSetAppendItemFormat()
1069 results[i] + " but got back " + dtpg.getAppendItemFormat(fields[i])); in TestGetAppendItemFormat()
1103 cases[i] + " but got bac in TestGetAppendItemName()
[all...]
/third_party/python/Lib/test/
H A Dtest_float.py1138 'got %r instead' % (x, result))
1163 got = fromHex(lead + inp + trail)
1164 self.identical(got, expected)
H A Dtest_functools.py138 got, empty = p('x')
139 self.assertTrue(expected == got and empty == {})
146 empty, got = p(x=None)
147 self.assertTrue(expected == got and empty == ())
1964 rnd = decimal.Rounded("Number got rounded")
1966 self.assertEqual(g(rnd), ("Number got rounded",))
1971 self.assertEqual(g(rnd), ("Number got rounded",))
H A Dtest_decimal.py463 '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 Dtest_exceptions.py147 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
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp415 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr); in TestTwoDigitYearDSTParse()
1026 errln((UnicodeString)"FAIL: Parse \"" + text + "\", pattern \"" + pattern + "\", expected " + expected + " got " + format); in TestBadInput135()
1151 errln((UnicodeString)"FAIL: Expected parse failure, got " + result); in TestBadInput135a()
1153 errln(UnicodeString("FAIL: Parse \"") + s + UnicodeString("\", expected ") + expected + UnicodeString(", got ") + result); in TestBadInput135a()
1306 errln("FAIL: Expected " + DATA[i+1] + ", got " + result); in TestDateFormatZone146()
1348 errln((UnicodeString)"FAIL: Expected " + expectedFRENCH + ", got " + out); in TestLocaleDateFormat()
1353 errln((UnicodeString)"FAIL: Expected " + expectedUS + ", got " + out); in TestLocaleDateFormat()
1966 UDate got = fmt.parse(input, ec); in expectParse() local
1969 got = FAIL; in expectParse()
1972 gotfmt.format(got, gotst in expectParse()
[all...]
H A Drbbitst.cpp247 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/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm841 Here is a list of the things I have got for you since 1907:
849 Here is a list of the things I have got for you since 1907:
867 Here is a list of the things I have got for you since 1907:
921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm841 Here is a list of the things I have got for you since 1907:
849 Here is a list of the things I have got for you since 1907:
867 Here is a list of the things I have got for you since 1907:
921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc2057 auto got = resolver::to_str(param.function, target->Parameters()); in TEST_P() local
2059 EXPECT_EQ(got, expected); in TEST_P()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c1252 if (!insn.opcode.got) in branch_type()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsev-es.c254 ret = ctxt->insn.immediate.got ? ES_OK : ES_DECODE_FAILED; in vc_decode_insn()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java139 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 Dfedabipkgdiff816 Call kojihub.getBuild. Return got build directly without change.
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1757 const message = `error: too many arguments${forSubcommand}. Expected ${expected} argument${s} but got ${receivedArgs.length}.`;
/third_party/backends/backend/
H A Davision.c2225 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 DSkVMTest.cpp971 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);
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dentry.S391 * Now we can allow exceptions again. In case we've got an interrupt
1704 * or the aliased cache flush functions got preemptively interrupted
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c301 if (ctxt->insn.immediate.got) in __vc_decode_user_insn()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dentry.S384 * Now we can allow exceptions again. In case we've got an interrupt
1733 * or the aliased cache flush functions got preemptively interrupted
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_neon.S491 @ The public functions in this file have got the following signature:

Completed in 64 milliseconds

1...<<212223