Home
last modified time | relevance | path

Searched refs:got (Results 426 - 450 of 554) sorted by relevance

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

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_ip32.c1104 size_t got; in parport_ip32_epp_read() local
1114 got = len; in parport_ip32_epp_read()
1117 for (got = 0; got < len; got++) { in parport_ip32_epp_read()
1127 return got; in parport_ip32_epp_read()
/kernel/linux/linux-6.6/fs/ceph/
H A Ddir.c449 dout("readdir got and parsed readdir result=%d on " in ceph_readdir()
755 dentry = dget(req->r_dentry); /* we got spliced */ in ceph_finish_lookup()
869 * had in our cache (and thus got spliced). To not in ceph_handle_notrace_create()
1256 int got = 0, want = CEPH_CAP_FILE_EXCL | CEPH_CAP_DIR_UNLINK; in get_caps_for_async_unlink() local
1261 got = want; in get_caps_for_async_unlink()
1266 if (!got) in get_caps_for_async_unlink()
1280 /* Do we still want what we've got? */ in get_caps_for_async_unlink()
1281 if (want == got) in get_caps_for_async_unlink()
1282 return got; in get_caps_for_async_unlink()
1284 ceph_put_cap_refs(ci, got); in get_caps_for_async_unlink()
[all...]
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_ip32.c1104 size_t got; in parport_ip32_epp_read() local
1114 got = len; in parport_ip32_epp_read()
1117 for (got = 0; got < len; got++) { in parport_ip32_epp_read()
1127 return got; in parport_ip32_epp_read()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Dinsn_sanity.c63 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
64 field->got, field->nbytes); in dump_field()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmain.c284 p_err("expected 'file', got: %s", *argv); in do_batch()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Dinsn_sanity.c59 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
60 field->got, field->nbytes); in dump_field()
/third_party/node/test/parallel/
H A Dtest-util-callbackify.js241 `ifError got unwanted exception: ${fixture}`);
H A Dtest-string-decoder.js243 `but got "${unicodeEscape(output)}"\n` +
/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/python/Lib/test/
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/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...]
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c1124 * Dquots are removed from inodes and no new references can be got so we are
1520 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize() local
1575 got[cnt] = dquot; in __dquot_initialize()
1592 if (!got[cnt]) in __dquot_initialize()
1595 dquots[cnt] = got[cnt]; in __dquot_initialize()
1596 got[cnt] = NULL; in __dquot_initialize()
1617 dqput_all(got); in __dquot_initialize()
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c1469 struct dquot *got[MAXQUOTAS] = {}; in __dquot_initialize() local
1524 got[cnt] = dquot; in __dquot_initialize()
1541 if (!got[cnt]) in __dquot_initialize()
1544 rcu_assign_pointer(dquots[cnt], got[cnt]); in __dquot_initialize()
1545 got[cnt] = NULL; in __dquot_initialize()
1570 dqput_all(got); in __dquot_initialize()
/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()
/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/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')

Completed in 48 milliseconds

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