/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 207 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 D | DateFormatTest.java | 780 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 D | errors.js | 1357 ` "${name}" function but got ${value}.`; 1367 ` "${name}" function but got ${type}.`; 1373 ` function but got ${type}.`;
|
/third_party/spirv-tools/test/ |
H A D | hex_float_test.cpp | 1397 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 D | es3fPolygonOffsetTests.cpp | 185 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 D | es2fPolygonOffsetTests.cpp | 182 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 D | inode.c | 152 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 D | DateFormatTest.java | 777 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 D | head.S | 178 ltr %r2,%r2 # got anything ?
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 56 ltgr %r2,%r2 # got anything ?
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 7592 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 D | dynlink.c | 418 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 D | decNumber.cpp | 7592 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 D | dynlink.c | 452 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 D | decNumber.cpp | 7592 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 D | st.c | 3943 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 D | st.c | 3915 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 D | vcbuild.bat | 415 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 D | test_codecs.py | 1139 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 D | ppc_asm.h | 358 ld reg,name@got(r2)
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 587 /* 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 D | ppc_asm.h | 395 * 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 D | ppc_asm.h | 358 ld reg,name@got(r2)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 395 * 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 D | test-dns.js | 405 `expected array, got ${util.inspect(result)}`);
|