Home
last modified time | relevance | path

Searched refs:got (Results 501 - 525 of 559) sorted by relevance

1...<<212223

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTest.java207 Date got = fmt.parse(s); in Test4056591()
208 logln(s + " . " + got + "; exp " + exp); in Test4056591()
209 if (got.getTime() != exp.getTime()) in Test4056591()
962 errln("for pattern " + item.getPattern() + ", expected " + item.getResult() + ", got " + buf ); in Test_GEec()
971 ", expected y2008 m6 d2, got " + year + " " + month + " " + day ); in Test_GEec()
994 errln(what + "- wrong digit, got " + s + " (integer digit value " + new Integer(first).toString()); in TestHindiArabicDigits()
1005 errln(what + " wrong digit, got " + s + " (integer digit value " + new Integer(first).toString()); in TestHindiArabicDigits()
1016 errln(what + " wrong digit but got " + s + " (integer digit value " + new Integer(first).toString()); in TestHindiArabicDigits()
1026 errln(what + " wrong digit but got " + s + " (integer digit value " + new Integer(first).toString()); in TestHindiArabicDigits()
1037 errln(what + " wrong digit but got " in TestHindiArabicDigits()
[all...]
H A DDateFormatTest.java780 info[4] + "' but got: '" + result + "'"); in TestTimeZoneDisplayName()
1832 errln("FAIL: Expected <" + expected + ">, but got <" in TestBadInput135()
2023 errln("FAIL: Expected " + DATA[i + 1] + ", got " + result); in TestDateFormatZone146()
2267 errln("FAIL: Expected exception, got " + f.toPattern() + in TestInvalidPattern()
2295 warnln("Expected IllegalArgumentException, got: " + e); in TestErrorChecking()
2307 warnln("Expected IllegalArgumentException, got: " + e); in TestErrorChecking()
2663 errln("whoops, got parse exception"); in TestCoverage()
2698 errln(" got a empty list for getAvailableULocales"); in TestCoverage()
3154 Date got; in expectParse()
3156 got in expectParse()
[all...]
/third_party/node/lib/internal/
H A Derrors.js1357 ` "${name}" function but got ${value}.`;
1367 ` "${name}" function but got ${type}.`;
1373 ` function but got ${type}.`;
/third_party/spirv-tools/test/
H A Dhex_float_test.cpp1397 const auto got = parsed_value.value(); in TEST_P() local
1399 EXPECT_EQ(got.data(), expected.data()) in TEST_P()
1400 << "got: " << got << " expected: " << expected; in TEST_P()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp185 deUint32 got = gl.getError(); in verifyError() local
186 if (got != expected) in verifyError()
188 testCtx.getLog() << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << "; got " << glu::getErrorStr(got) << tcu::TestLog::EndMessage; in verifyError()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp182 deUint32 got = gl.getError(); in verifyError() local
183 if (got != expected) in verifyError()
185 testCtx.getLog() << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << "; got " << glu::getErrorStr(got) << tcu::TestLog::EndMessage; in verifyError()
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c152 dout("get_inode on %llu=%llx.%llx got %p new %d\n", ceph_present_inode(inode), in ceph_get_inode()
1251 dout(" %p got snap_caps %s\n", inode, in ceph_fill_inode()
1556 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_fill_trace()
1792 dout("new_inode badness got %d\n", err); in readdir_prepopulate_inodes_only()
1798 pr_err("ceph_fill_inode badness on %p got %d\n", in readdir_prepopulate_inodes_only()
1897 dout("readdir_prepopulate got new frag %x -> %x\n", in ceph_readdir_prepopulate()
1953 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_readdir_prepopulate()
2307 int got, ret, issued; in fill_fscrypt_truncate() local
2310 ret = __ceph_get_caps(inode, NULL, CEPH_CAP_FILE_RD, 0, -1, &got); in fill_fscrypt_truncate()
2316 dout("%s size %lld -> %lld got ca in fill_fscrypt_truncate()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java777 info[4] + "' but got: '" + result + "'"); in TestTimeZoneDisplayName()
1916 errln("FAIL: Expected <" + expected + ">, but got <" in TestBadInput135()
2107 errln("FAIL: Expected " + DATA[i + 1] + ", got " + result); in TestDateFormatZone146()
2351 errln("FAIL: Expected exception, got " + f.toPattern() + in TestInvalidPattern()
2379 warnln("Expected IllegalArgumentException, got: " + e); in TestErrorChecking()
2391 warnln("Expected IllegalArgumentException, got: " + e); in TestErrorChecking()
2747 errln("whoops, got parse exception"); in TestCoverage()
2782 errln(" got a empty list for getAvailableULocales"); in TestCoverage()
3251 Date got; in expectParse()
3253 got in expectParse()
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dhead.S178 ltr %r2,%r2 # got anything ?
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dhead.S56 ltgr %r2,%r2 # got anything ?
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp7592 Int got; /* digits (real or not) processed */ local
7610 got=dn->exponent;
7619 if (count==0) got=0; /* [a multiple of DECDPUN] */
7632 got=DECDPUN-count; /* number of digits so far */
7639 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7644 for (; got<ilength; up++) {
7645 theInt+=*up*powers[got];
7646 got+=DECDPUN;
7649 if (theInt/(Int)powers[got
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c418 laddr(p, v), (p)->got }))
1156 reloc_addr[1] = def.sym ? (size_t)def.dso->got : 0; in do_relocs()
1793 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
1855 p->funcdescs[i].got = p->got; in makefuncdescs()
1858 p->funcdescs[i].got = 0; in makefuncdescs()
2322 static void do_mips_relocs(struct dso *p, size_t *got) in do_mips_relocs() argument
2328 got += i; in do_mips_relocs()
2330 while (i--) *got++ += (size_t)base; in do_mips_relocs()
2335 rel[0] = (unsigned char *)got in do_mips_relocs()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp7592 Int got; /* digits (real or not) processed */ local
7610 got=dn->exponent;
7619 if (count==0) got=0; /* [a multiple of DECDPUN] */
7632 got=DECDPUN-count; /* number of digits so far */
7639 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7644 for (; got<ilength; up++) {
7645 theInt+=*up*powers[got];
7646 got+=DECDPUN;
7649 if (theInt/(Int)powers[got
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c452 laddr(p, v), (p)->got }))
1191 reloc_addr[1] = def.sym ? (size_t)def.dso->got : 0; in do_relocs()
1981 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
2043 p->funcdescs[i].got = p->got; in makefuncdescs()
2046 p->funcdescs[i].got = 0; in makefuncdescs()
2550 static void do_mips_relocs(struct dso *p, size_t *got) in do_mips_relocs() argument
2556 got += i; in do_mips_relocs()
2558 while (i--) *got++ += (size_t)base; in do_mips_relocs()
2563 rel[0] = (unsigned char *)got in do_mips_relocs()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp7592 Int got; /* digits (real or not) processed */ local
7610 got=dn->exponent;
7619 if (count==0) got=0; /* [a multiple of DECDPUN] */
7632 got=DECDPUN-count; /* number of digits so far */
7639 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7644 for (; got<ilength; up++) {
7645 theInt+=*up*powers[got];
7646 got+=DECDPUN;
7649 if (theInt/(Int)powers[got
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.c3943 int segs, max_segs, b_size, order, got; in enlarge_buffer()
3979 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer()
3980 segs < max_segs && got < new_size;) { in enlarge_buffer()
3985 DEB(STbuffer->buffer_size = got);
3991 got += b_size; in clear_buffer()
3992 STbuffer->buffer_size = got; in clear_buffer()
3928 int segs, max_segs, b_size, order, got; enlarge_buffer() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.c3915 int segs, max_segs, b_size, order, got; in enlarge_buffer()
3949 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer()
3950 segs < max_segs && got < new_size;) { in enlarge_buffer()
3955 DEB(STbuffer->buffer_size = got);
3961 got += b_size; in clear_buffer()
3962 STbuffer->buffer_size = got; in clear_buffer()
3900 int segs, max_segs, b_size, order, got; enlarge_buffer() local
/third_party/node/
H A Dvcbuild.bat415 if errorlevel 1 echo Failed to sign exe, got error code %errorlevel%&goto exit
441 if errorlevel 1 echo Failed to generate license.rtf, got error code %errorlevel%&goto exit
548 if errorlevel 1 echo Failed to sign msi, got error code %errorlevel%&goto exit
/third_party/python/Lib/test/
H A Dtest_codecs.py1139 got = ostream.getvalue()
1140 self.assertEqual(got, unistring)
1161 got = ostream.getvalue()
1162 self.assertEqual(got, unistring)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc_asm.h358 ld reg,name@got(r2)
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S587 /* We got a crappy address, just fault with whatever DEAR and ESR
633 /* We got a crappy address, just fault */
967 /* We got a crappy address, just fault with whatever DEAR and ESR
1009 /* We got a crappy address, just fault */
1153 ld r11,linear_map_top@got(r11)
/kernel/linux/linux-6.6/arch/powerpc/include/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)
/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)}`);

Completed in 104 milliseconds

1...<<212223