/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | strxfrm.c | 30 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/ |
D | wcsnlen.c | 29 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
|
D | strnlen.c | 27 size_t want = 5; in strnlen_0100() local 42 size_t want = 6; in strnlen_0200() local
|
D | wcsspn.c | 29 size_t want = 5U; in wcsspn_0100() local 43 size_t want = 11U; in wcsspn_0200() local
|
D | wcscspn.c | 43 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/ |
D | strtoimax.c | 30 intmax_t want = -18737357; in strtoimax_0100() local 48 intmax_t want = -0x18737357f; in strtoimax_0200() local
|
D | strtoumax.c | 30 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/ |
D | vprintf.c | 35 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/ |
D | mtest.c | 50 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/ |
D | wcrtomb.c | 50 int want = 2; in wcrtomb_0200() local 71 int want = 3; in wcrtomb_0300() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/ |
D | startAbilityParameter.js | 18 want: new WantClass(), property
|
D | abilityResult.js | 19 want: new WantClass(), property
|
/third_party/node/test/parallel/ |
D | test-cli-node-options.js | 88 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/ |
D | basename.c | 6 #define T(path, want) \ argument
|
D | dirname.c | 6 #define T(path, want) \ argument
|
D | strtod_long.c | 8 double x, want = .1111111111111111111111; in main() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/wantAgent/ |
D | triggerInfo.js | 18 want: new WantClass(), property
|
/third_party/musl/libc-test/src/regression/ |
D | mbsrtowcs-overflow.c | 10 const char *want = src + 4; in main() local
|
D | printf-1e9-oob.c | 7 static void t(const char *fmt, double d, const char *want) in t()
|
D | printf-fmt-g-zeros.c | 7 static void t(const char *fmt, double d, const char *want) in t()
|
D | printf-fmt-g-round.c | 7 static void t(const char *fmt, double d, const char *want) in t()
|
/third_party/skia/tests/ |
D | ICCTest.cpp | 23 auto want = SkColorSpace::MakeRGB(SkNamedTransferFn::k2Dot2, SkNamedGamut::kAdobeRGB); in DEF_TEST() local
|
/third_party/musl/libc-test/src/musl/ |
D | pleval.c | 7 static void t(const char *s, unsigned long n, unsigned long want) in t()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
D | MissionInfo.js | 23 want: new WantClass(), property
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
D | iswctype.c | 22 void iswctype_test(wchar_t ch, wctype_t wt, char *func_name, int want) in iswctype_test()
|