Home
last modified time | relevance | path

Searched refs:got (Results 451 - 475 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp73 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument
77 if (got != expected) in checkIntEquals()
79 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkIntEquals()
81 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in checkIntEquals()
87 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals() argument
91 if (got != expected) in checkPointerEquals()
93 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkPointerEquals()
95 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invali in checkPointerEquals()
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S230 ; entry was via Exception in DS which got preempted in kernel).
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.c341 p_err("expected 'file', got: %s", *argv); in do_batch()
/third_party/node/test/parallel/
H A Dtest-string-decoder.js243 `but got "${unicodeEscape(output)}"\n` +
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js83 log.verbose('got "installVersion"', installVersion)
359 log.warn('install', 'got an error, rolling back install')
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js165 `wanted ${this.integrity} but got ${distIntegrity}.`
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs395 // Ok, we've got not explicit preference and can *either* link statically or
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvsi.c218 unsigned long got; in hvsi_read() local
220 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
222 return got; in hvsi_read()
363 pr_debug("%s: got >TTY_THRESHOLD_THROTTLE bytes\n", __func__); in hvsi_recv_data()
403 pr_debug("%s: got %i bytes\n", __func__, chunklen); in hvsi_load_chunk()
413 printk(KERN_ERR "hvsi%i: got malformed packet\n", hp->index); in hvsi_load_chunk()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.h1274 int need, int want, loff_t endoff, int *got);
1276 loff_t endoff, int *got);
1278 int need, int want, bool nonblock, int *got);
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvsi.c218 unsigned long got; in hvsi_read() local
220 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
222 return got; in hvsi_read()
363 pr_debug("%s: got >TTY_THRESHOLD_THROTTLE bytes\n", __func__); in hvsi_recv_data()
403 pr_debug("%s: got %i bytes\n", __func__, chunklen); in hvsi_load_chunk()
413 printk(KERN_ERR "hvsi%i: got malformed packet\n", hp->index); in hvsi_load_chunk()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_validation_test.cc670 auto* got = TypeOf(expr)->UnwrapRef(); in TEST_P() local
673 EXPECT_EQ(got, expected) << "got: " << FriendlyName(got) << "\n" in TEST_P()
/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.h1154 loff_t endoff, int *got, struct page **pinned_page);
1156 int need, int want, bool nonblock, int *got);
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-s3c2410.c825 static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got) in s3c24xx_i2c_clockrate() argument
852 *got = freq; in s3c24xx_i2c_clockrate()
/third_party/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp397 UnicodeString got(nameBuf, len); in TestUldnDisplayContext()
399 ", expected " + exp + ", got " + got ); in TestUldnDisplayContext()
H A Dtestidna.cpp1397 UChar got[MAX_DEST_SIZE]={0}; in testCompareReferenceImpl() local
1401 gotLen = uIDNA(srcUChars, src.length()-1, got, gotCap, in testCompareReferenceImpl()
1417 if(u_strCompare(exp, expLen, got, gotLen, true) != 0){ in testCompareReferenceImpl()
1421 + " Got: " + prettify(UnicodeString(got, gotLen)) in testCompareReferenceImpl()
H A Dtranstst.cpp1573 EXPECTED_RESULTS[i] + "' but got '" + data); in TestBasicTransliteratorEvenWithoutData()
2326 UnicodeString got = u->getID(); in TestAliasInverseID() local
2327 if (got != exp) { in TestAliasInverseID()
2328 errln((UnicodeString)"FAIL: Inverse of " + ID + " is " + got + in TestAliasInverseID()
2354 UnicodeString got = u->getID(); in TestCompoundInverseID() local
2355 if (got != exp) { in TestCompoundInverseID()
2356 errln((UnicodeString)"FAIL: Inverse of " + ID + " is " + got + in TestCompoundInverseID()
/third_party/python/Lib/test/
H A Dtest_cmath.py122 'expected {!r}, got {!r}'.format(a, b))
131 'got {!r}'.format(a, b))
423 got = func(arg)
424 for e, g in zip(expected, got):
H A Dtest__xxsubinterpreters.py121 'name mismatch (expected "main", got "{}")'.format(name))
370 got = interpreters.channel_recv(self.cid)
372 self.assertEqual(got, obj)
373 self.assertIs(type(got), type(obj))
375 #self.assertIsNot(got, obj)
381 got = interpreters.channel_recv(self.cid)
384 self.assertIs(got, obj)
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.c658 goto got; in get_node_path()
666 goto got; in get_node_path()
674 goto got; in get_node_path()
684 goto got; in get_node_path()
694 goto got; in get_node_path()
709 goto got; in get_node_path()
713 got: in get_node_path()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c697 goto got; in get_node_path()
705 goto got; in get_node_path()
713 goto got; in get_node_path()
723 goto got; in get_node_path()
733 goto got; in get_node_path()
748 goto got; in get_node_path()
752 got: in get_node_path()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c325 BOOL got; in read_buffer() local
370 got = (ntfs_attr_pread(log_na,(u64)rnum << blockbits, in read_buffer()
373 got = !fseek(ctx->file, loclogblk(ctx, rnum), 0) in read_buffer()
376 if (got) { in read_buffer()
1247 * Changed from Win10, formerly we got step = 44. in refresh_attributes()
1783 * Changed from Win10, formerly we got step = 44. in fixup()
3273 int got; in open_volume() local
3285 got = fread(boot.buf,1,1024,ctx->file); in open_volume()
3286 if ((got == 1024) in open_volume()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c283 log_err_status(status, "%s:%d: Expected error code %s, got error code %s\n", __FILE__, line, u_errorName(expected), u_errorName(status)); in checkStatus()
400 log_data_err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName); in TestAliasConflict()
627 const UChar* got; in TestNewTypes() local
651 got = tres_getString(theBundle,-1,"test_unescaping",&len,&status); in TestNewTypes()
653 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ in TestNewTypes()
656 if(got != NULL){ in TestNewTypes()
658 if(expectedEscaped[i] != got[i]){ in TestNewTypes()
659 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]); in TestNewTypes()
1778 log_verbose("%s got in testTag()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dexceptions-64e.S752 ld r14,interrupt_base_book3e@got(r15)
753 ld r15,__end_interrupts@got(r15)
765 /* here it looks like we got an inappropriate debug exception. */
824 ld r14,interrupt_base_book3e@got(r15)
825 ld r15,__end_interrupts@got(r15)
837 /* here it looks like we got an inappropriate debug exception. */
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc1403 const auto got = test::ToString(p->program()); in TEST_P() local
1404 EXPECT_THAT(got, HasSubstr(GetParam().expected_decl)); in TEST_P()
3697 const auto got = test::ToString(p->program(), ast_body); in TEST_F() local
3704 ASSERT_EQ(expect, got); in TEST_F()

Completed in 52 milliseconds

1...<<11121314151617181920>>...23