Home
last modified time | relevance | path

Searched refs:got (Results 326 - 350 of 554) sorted by relevance

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

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h128 size_t *got; member
130 size_t *got; member
/third_party/musl/src/internal/
H A Ddynlink.h138 size_t *got; member
140 size_t *got; member
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js70 console.warn(`got error in fetching ${url}, retrying`, err);
73 console.error(`got error in fetching ${url} even after ${attempts} attempts`, err);
/third_party/python/Lib/test/
H A Dtest_math.py106 def ulp_abs_check(expected, got, ulp_tol, abs_tol):
107 """Given finite floats `expected` and `got`, check that they're
113 ulp_error = abs(to_ulps(expected) - to_ulps(got))
114 abs_error = abs(expected - got)
174 def result_check(expected, got, ulp_tol=5, abs_tol=0.0):
176 """Compare arguments expected and got, as floats, if either
188 if got == expected:
194 if isinstance(expected, float) and isinstance(got, int):
195 got = float(got)
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.h82 * @param got value received
85 * @param return true if got == exp
89 const UnicodeString& got,
/third_party/node/test/parallel/
H A Dtest-http-agent-maxsockets.js32 `expect keep 2 free sockets, but got ${freepool.length}`);
H A Dtest-worker-exit-code.js33 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
/third_party/node/test/pummel/
H A Dtest-net-write-callbacks.js32 console.error(`got ${d.length} bytes`);
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscript_asm.pl440 expected <identifier>, got $external
558 expected <register>, got $rest
577 Expected end of line, got $rest
733 expected , <conditional> or end of line, got $1
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscript_asm.pl440 expected <identifier>, got $external
558 expected <register>, got $rest
577 Expected end of line, got $rest
733 expected , <conditional> or end of line, got $1
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java533 public void verify(String message, String got, double expected) { in verify() argument
534 logln(message + got + " Expected : " + (long)expected); in verify()
537 if(!got.equals(expectedStr) ) { in verify()
538 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr); in verify()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java536 public void verify(String message, String got, double expected) { in verify() argument
537 logln(message + got + " Expected : " + (long)expected); in verify()
540 if(!got.equals(expectedStr) ) { in verify()
541 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr); in verify()
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js190 throw new TypeError(`Expected string, got ${typeof type}`);
193 throw new TypeError(`Expected function, got ${typeof fn}`);
209 throw new TypeError(`Expected string, got ${typeof type}`);
212 throw new TypeError(`Expected function, got ${typeof fn}`);
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dmodule.c368 struct got_entry *got; in get_got() local
374 got = me->core_layout.base + me->arch.got_offset; in get_got()
375 for (i = 0; got[i].addr; i++) in get_got()
376 if (got[i].addr == value) in get_got()
381 got[i].addr = value; in get_got()
878 printk("got entries used %ld, gots max %ld\n" in module_finalize()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dmodule.c351 struct got_entry *got; in get_got() local
357 got = me->mem[MOD_TEXT].base + me->arch.got_offset; in get_got()
358 for (i = 0; got[i].addr; i++) in get_got()
359 if (got[i].addr == value) in get_got()
364 got[i].addr = value; in get_got()
861 printk("got entries used %ld, gots max %ld\n" in module_finalize()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-s3c2410.c832 static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got) in s3c24xx_i2c_clockrate() argument
859 *got = freq; in s3c24xx_i2c_clockrate()
901 unsigned int got; in s3c24xx_i2c_cpufreq_transition() local
915 ret = s3c24xx_i2c_clockrate(i2c, &got); in s3c24xx_i2c_cpufreq_transition()
921 dev_info(i2c->dev, "setting freq %d\n", got); in s3c24xx_i2c_cpufreq_transition()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c222 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local
248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read()
249 if (got) { in lbs_threshold_read()
250 value = got->value; in lbs_threshold_read()
251 freq = got->freq; in lbs_threshold_read()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvcs.c561 int got = 0; in hvcs_io() local
580 got = hvc_get_chars(unit_address, in hvcs_io()
583 tty_insert_flip_string(&hvcsd->port, buf, got); in hvcs_io()
587 if (got) in hvcs_io()
592 if (got) in hvcs_io()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c222 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local
248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read()
249 if (got) { in lbs_threshold_read()
250 value = got->value; in lbs_threshold_read()
251 freq = got->freq; in lbs_threshold_read()
/kernel/linux/linux-6.6/lib/
H A Dkunit_iov_iter.c52 unsigned long got; in iov_kunit_create_buffer() local
59 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
60 if (got != npages) { in iov_kunit_create_buffer()
61 release_pages(pages, got); in iov_kunit_create_buffer()
62 KUNIT_ASSERT_EQ(test, got, npages); in iov_kunit_create_buffer()
/third_party/node/test/common/
H A Dindex.js556 assert.fail(`Expected no side effects, got ${inspect(property)} ` +
560 assert.fail(`Expected no side effects, got ${inspect(property)} ` +
567 assert.fail('Expected no side effects, got extensions prevented on ' +
571 assert.fail(`Expected no side effects, got ${inspect(value)} ` +
575 assert.fail(`Expected no side effects, got set prototype to ${prototype}`);
700 assert.fail(`Expected one argument, got ${inspect(args)}`);
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dseverity.c229 if (!insn.opcode.got) in is_copy_from_user()
239 if (!insn.modrm.got || !insn.sib.got) in is_copy_from_user()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule.c350 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc() local
352 if (!got) in apply_r_larch_got_pc()
367 return apply_r_larch_pcala(mod, location, got, rela_stack, rela_stack_top, type); in apply_r_larch_got_pc()
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H A Dcore.c338 int got = 0, err; in i2sbus_probe() local
352 got += i2sbus_add_dev(dev, control, np); in i2sbus_probe()
356 if (!got) { in i2sbus_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_mmap.c429 ssize_t got; in randomize() local
436 got = read(urandom, target, count); in randomize()
437 if (got != count) { in randomize()

Completed in 33 milliseconds

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