Home
last modified time | relevance | path

Searched defs:want (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dstrxfrm.c30 int want = 6; in strxfrm_0100() local
49 int want = 6; in strxfrm_0200() local
68 int want = 3; in strxfrm_0300() local
87 int want = 6; in strxfrm_0400() local
107 int want = 6; in strxfrm_0500() local
127 int want = 6; in strxfrm_0600() local
149 int want = 6; in strxfrm_0700() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsnlen.c29 size_t want = 6; in wcsnlen_0100() local
58 size_t want = 3; in wcsnlen_0300() local
74 size_t want = 6; in wcsnlen_0400() local
Dstrnlen.c27 size_t want = 5; in strnlen_0100() local
42 size_t want = 6; in strnlen_0200() local
Dwcsspn.c29 size_t want = 5U; in wcsspn_0100() local
43 size_t want = 11U; in wcsspn_0200() local
Dwcscspn.c43 size_t want = 5U; in wcscspn_0200() local
57 size_t want = 11U; in wcscspn_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Dstrtoimax.c30 intmax_t want = -18737357; in strtoimax_0100() local
48 intmax_t want = -0x18737357f; in strtoimax_0200() local
Dstrtoumax.c30 intmax_t want = 18737357U; in strtoumax_0100() local
48 intmax_t want = 0x18737357fU; in strtoumax_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvprintf.c35 char *want = "This is the 1th test for vprintf"; in vprintf_0100() local
56 char *want = "This is the 2th test for vprintf"; in vprintf_0200() local
/third_party/musl/libc-test/src/common/
Dmtest.c50 float ulperrf(float got, float want, float dwant) in ulperrf()
66 float ulperr(double got, double want, float dwant) in ulperr()
82 float ulperrl(long double got, long double want, float dwant) in ulperrl()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dwcrtomb.c50 int want = 2; in wcrtomb_0200() local
71 int want = 3; in wcrtomb_0300() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DstartAbilityParameter.js18 want: new WantClass(), property
DabilityResult.js19 want: new WantClass(), property
/third_party/node/test/parallel/
Dtest-cli-node-options.js88 function expectNoWorker(opt, want, command, wantsError) { argument
93 opt, want, command = 'console.log("B")', wantsError = false, testWorker = true argument
/third_party/musl/libc-test/src/functional/
Dbasename.c6 #define T(path, want) \ argument
Ddirname.c6 #define T(path, want) \ argument
Dstrtod_long.c8 double x, want = .1111111111111111111111; in main() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/wantAgent/
DtriggerInfo.js18 want: new WantClass(), property
/third_party/musl/libc-test/src/regression/
Dmbsrtowcs-overflow.c10 const char *want = src + 4; in main() local
Dprintf-1e9-oob.c7 static void t(const char *fmt, double d, const char *want) in t()
Dprintf-fmt-g-zeros.c7 static void t(const char *fmt, double d, const char *want) in t()
Dprintf-fmt-g-round.c7 static void t(const char *fmt, double d, const char *want) in t()
/third_party/skia/tests/
DICCTest.cpp23 auto want = SkColorSpace::MakeRGB(SkNamedTransferFn::k2Dot2, SkNamedGamut::kAdobeRGB); in DEF_TEST() local
/third_party/musl/libc-test/src/musl/
Dpleval.c7 static void t(const char *s, unsigned long n, unsigned long want) in t()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DMissionInfo.js23 want: new WantClass(), property
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Diswctype.c22 void iswctype_test(wchar_t ch, wctype_t wt, char *func_name, int want) in iswctype_test()

1234