Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 3622) sorted by relevance

12345678910>>...145

/third_party/nghttp2/integration-tests/
Dnghttpx_http1_test.go30 want := 200
31 if got := res.status; got != want {
32 t.Errorf("status = %v; want %v", got, want)
52 want := 200
53 if got := res.status; got != want {
54 t.Errorf("status = %v; want %v", got, want)
74 if got, want := res.status, 501; got != want {
75 t.Errorf("status = %v; want %v", got, want)
102 want := 400
103 if got := resp.StatusCode; got != want {
[all …]
Dnghttpx_http2_test.go33 want := 200
34 if res.status != want {
35 t.Errorf("status = %v; want %v", res.status, want)
44 if got, want := xfp, "foo, http"; got != want {
45 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want)
59 if got, want := res.status, 200; got != want {
60 t.Errorf("status = %v; want %v", got, want)
69 if got, want := xfp, "foo"; got != want {
70 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want)
84 if got, want := res.status, 200; got != want {
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dstrxfrm.c30 int want = 6; in strxfrm_0100() local
31 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0100()
32 if (result != want) { in strxfrm_0100()
33 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want); in strxfrm_0100()
49 int want = 6; in strxfrm_0200() local
50 size_t result = strxfrm(desp, str, want); in strxfrm_0200()
51 if (result != want) { in strxfrm_0200()
52 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want); in strxfrm_0200()
68 int want = 3; in strxfrm_0300() local
69 size_t result = strxfrm(desp, str, want); in strxfrm_0300()
[all …]
/third_party/musl/libc-test/src/common/
Dmtest.c42 float ulperrf(float got, float want, float dwant) in ulperrf() argument
44 if (isnan(got) && isnan(want)) in ulperrf()
46 if (got == want) { in ulperrf()
47 if (signbit(got) == signbit(want)) in ulperrf()
53 want *= 0.5; in ulperrf()
55 return scalbn(got - want, -eulpf(want)) + dwant; in ulperrf()
58 float ulperr(double got, double want, float dwant) in ulperr() argument
60 if (isnan(got) && isnan(want)) in ulperr()
62 if (got == want) { in ulperr()
63 if (signbit(got) == signbit(want)) in ulperr()
[all …]
Dmtest.h98 float ulperr(double got, double want, float dwant);
99 float ulperrf(float got, float want, float dwant);
100 float ulperrl(long double got, long double want, float dwant);
102 static int checkexcept(int got, int want, int r) in checkexcept() argument
106 return got == want; in checkexcept()
108 return got == want || got == (want|INEXACT); in checkexcept()
110 return (got|INEXACT) == (want|INEXACT); in checkexcept()
112 return (got|INEXACT|UNDERFLOW) == (want|INEXACT|UNDERFLOW); in checkexcept()
115 static int checkexceptall(int got, int want, int r) in checkexceptall() argument
117 return got == want; in checkexceptall()
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dinterval_test.go34 want := IntRange{big.NewInt(0), big.NewInt(1023)}
35 if !got.Eq(want) {
36 tt.Fatalf("got %v, want %v", got, want)
91 want := alternativeBigIntLsh(x, y)
92 if got.Cmp(want) != 0 {
93 tt.Errorf("%v << %v: got %v, want %v", x, y, got, want)
99 want := alternativeBigIntRsh(x, y)
100 if got.Cmp(want) != 0 {
101 tt.Errorf("%v >> %v: got %v, want %v", x, y, got, want)
241 if got, want := x.ContainsNegative(), tc.cn != 0; got != want {
[all …]
/third_party/musl/libc-test/report_base/
DREPORT11 X ../../third_party/musl/libc-test/src/math/special/acosh.h:9: RN acosh(0x1.001f1c62cf304p+0) want
12 X ../../third_party/musl/libc-test/src/math/special/acosh.h:10: RN acosh(0x1.00788c223616fp+0) want
13 X ../../third_party/musl/libc-test/src/math/special/acosh.h:11: RN acosh(0x1.007b7a37c7606p+0) want
14 X ../../third_party/musl/libc-test/src/math/special/acosh.h:12: RN acosh(0x1.01d173033243cp+0) want
15 X ../../third_party/musl/libc-test/src/math/special/acosh.h:13: RN acosh(0x1.01d8f20e90409p+0) want
16 X ../../third_party/musl/libc-test/src/math/special/acosh.h:14: RN acosh(0x1.01ef6122e68bep+0) want
17 X ../../third_party/musl/libc-test/src/math/special/acosh.h:15: RN acosh(0x1.06822faf07879p+0) want
18 X ../../third_party/musl/libc-test/src/math/special/acosh.h:17: RN acosh(0x1.069d65411ec51p+0) want
19 X ../../third_party/musl/libc-test/src/math/special/acosh.h:18: RN acosh(0x1.071d6b2713d08p+0) want
20 X ../../third_party/musl/libc-test/src/math/special/acosh.h:19: RN acosh(0x1.0728405f5140cp+0) want
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/
Dflatecut_test.go118 if got, want := string(decoded), src; got != want {
119 t.Fatalf("got %q, want %q", got, want)
149 if got, want := decodeFlate([]byte(enc)), dec; got != want {
150 t.Fatalf("before Cut: got %q, want %q", got, want)
180 if got, want := decodeFlate(b[:encLen]), dec[:decLen]; got != want {
181 t.Errorf("i=%d: after Cut: got %q, want %q", i, got, want)
188 want := uint8(0xFF)
192 want = 1 // Static Huffman, for a decLen of 0.
194 want = 0 // Stored.
196 want = 2 // Dynamic Huffman.
[all …]
/third_party/curl/docs/examples/
Dfopen.c128 static int fill_buffer(URL_FILE *file, size_t want) in fill_buffer() argument
140 if((!file->still_running) || (file->buffer_pos > want)) in fill_buffer()
206 } while(file->still_running && (file->buffer_pos < want)); in fill_buffer()
211 static int use_buffer(URL_FILE *file, size_t want) in use_buffer() argument
214 if(file->buffer_pos <= want) { in use_buffer()
224 &file->buffer[want], in use_buffer()
225 (file->buffer_pos - want)); in use_buffer()
227 file->buffer_pos -= want; in use_buffer()
335 size_t want; in url_fread() local
339 want = fread(ptr, size, nmemb, file->handle.file); in url_fread()
[all …]
/third_party/openssl/crypto/asn1/
Da_d2i_fp.c99 size_t want = HEADER_SIZE; in asn1_d2i_read_bio() local
116 if (want >= (len - off)) { in asn1_d2i_read_bio()
117 want -= (len - off); in asn1_d2i_read_bio()
119 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) { in asn1_d2i_read_bio()
123 i = BIO_read(in, &(b->data[len]), want); in asn1_d2i_read_bio()
160 want = HEADER_SIZE; in asn1_d2i_read_bio()
167 want = HEADER_SIZE; in asn1_d2i_read_bio()
170 want = slen; in asn1_d2i_read_bio()
171 if (want > (len - off)) { in asn1_d2i_read_bio()
174 want -= (len - off); in asn1_d2i_read_bio()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck_test.go40 want := strings.Split(src, "\n")
41 for line := 1; len(got) != 0 || len(want) != 0; line++ {
43 w := strings.TrimSpace(want[0])
46 if len(want) == 0 {
50 if g, w := strings.TrimSpace(got[0]), strings.TrimSpace(want[0]); g != w {
54 want = want[1:]
140 if got, want := fooBar.QQID().Str(tm), "foo.bar"; got != want {
141 tt.Fatalf("func name: got %q, want %q", got, want)
155 want := [][2]string{
167 if !reflect.DeepEqual(got, want) {
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/
Dlzw.c78 wuffs_base__io_buffer want = ((wuffs_base__io_buffer){ in do_test_wuffs_lzw_decode() local
101 status = read_file(&want, want_filename); in do_test_wuffs_lzw_decode()
105 if (want.meta.wi != want_size) { in do_test_wuffs_lzw_decode()
106 RETURN_FAIL("want size: got %d, want %d", (int)(want.meta.wi), in do_test_wuffs_lzw_decode()
164 return check_io_buffers_equal("", &got, &want); in do_test_wuffs_lzw_decode()
295 wuffs_base__io_buffer want) { in do_test_wuffs_lzw_decode_width() argument
314 return check_io_buffers_equal("", &got, &want); in do_test_wuffs_lzw_decode_width()
338 wuffs_base__io_buffer want = ((wuffs_base__io_buffer){ in test_wuffs_lzw_decode_width_0() local
341 want.meta.wi = 7; in test_wuffs_lzw_decode_width_0()
342 want.data.ptr[0] = 0x00; in test_wuffs_lzw_decode_width_0()
[all …]
Ddeflate.c252 wuffs_base__io_buffer want = ((wuffs_base__io_buffer){ in test_wuffs_deflate_decode_split_src() local
262 status = read_file(&want, gt->want_filename); in test_wuffs_deflate_decode_split_src()
306 status = check_io_buffers_equal(prefix, &got, &want); in test_wuffs_deflate_decode_split_src()
351 wuffs_base__io_buffer want = ((wuffs_base__io_buffer){ in test_wuffs_deflate_history_full() local
361 status = read_file(&want, gt->want_filename); in test_wuffs_deflate_history_full()
378 i, gt, &src, &got, &dec, 0, want.meta.wi + i, in test_wuffs_deflate_history_full()
400 if (want.meta.wi < full_history_size - i) { in test_wuffs_deflate_history_full()
405 .ptr = global_want_array + want.meta.wi - (full_history_size - i), in test_wuffs_deflate_history_full()
481 uint8_t want = (0 <= j && j < fragment_length) ? fragment[j] : 0; in test_wuffs_deflate_history_partial() local
482 if (got != want) { in test_wuffs_deflate_history_partial()
[all …]
Dadler32.c88 uint32_t want; in test_wuffs_adler32_golden() member
92 .want = 0x3D26D034, in test_wuffs_adler32_golden()
96 .want = 0x2A5EB144, in test_wuffs_adler32_golden()
100 .want = 0x3A503B1A, in test_wuffs_adler32_golden()
104 .want = 0xD059D427, in test_wuffs_adler32_golden()
108 .want = 0xF1BB258D, in test_wuffs_adler32_golden()
112 .want = 0xDFC6C9C6, in test_wuffs_adler32_golden()
116 .want = 0xBDC011E9, in test_wuffs_adler32_golden()
157 if (got != test_cases[i].want) { in test_wuffs_adler32_golden()
160 i, j, test_cases[i].filename, got, test_cases[i].want); in test_wuffs_adler32_golden()
/third_party/musl/libc-test/src/math/gen/
Dgen.c39 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr);
126 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr) in check() argument
131 if ((got->e|m) != (want->e|m)) { in check()
133 rstr(want->r), f->name, want->x, want->x2, want->y, estr(want->e)); in check()
137 if (isnan(got->y) && isnan(want->y)) in check()
139 if (got->y != want->y || signbit(got->y) != signbit(want->y)) { in check()
149 n = eulp(want->y); in check()
151 n = eulpf(want->y); in check()
153 n = eulpl(want->y); in check()
157 d = scalbnl(got->y - want->y, -n); in check()
[all …]
/third_party/optimized-routines/math/test/
Dulp.h42 RT(float) want = p->y; in RT()
46 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
48 if (signbit (got) != signbit (want)) in RT()
52 if (!isfinite (want) || !isfinite (got)) in RT()
54 if (isnan (got) != isnan (want)) in RT()
56 if (isnan (want)) in RT()
61 want *= 0.5f; in RT()
63 if (isinf (want)) in RT()
65 want = RT(copysign) (RT(halfinf), want); in RT()
75 d = got - want; in RT()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/
Dwriter_test.go194 want := ""
197 want = writerWantEmpty
199 want = writerWantILAEnd
201 want = writerWantILAEndCPageSize8
203 want = writerWantILAStart
205 want = writerWantILAStartCPageSize4
207 want = writerWantILAStartCPageSize128
212 if got != want {
213 return fmt.Errorf("\ngot:\n%s\nwant:\n%s", got, want)
264 if got, want := len(encoded), 0x13E2; got != want {
[all …]
/third_party/protobuf/examples/
Dlist_people_test.go25 want := `Person ID: 1234
30 if got != want {
31 t.Errorf("writePerson(%s) =>\n\t%q, want %q", p.String(), got, want)
76 want := strings.Split(`Person ID: 101
98 if len(got) != len(want) {
104 len(want))
107 if lines > len(want) {
108 lines = len(want)
111 if got[i] != want[i] {
117 want[i])
Dadd_person_test.go39 want := []*pb.Person_PhoneNumber{
45 if len(got.Phones) != len(want) {
46 t.Errorf("want %d phone numbers, got %d", len(want), len(got.Phones))
49 if phones > len(want) {
50 phones = len(want)
53 if !proto.Equal(got.Phones[i], want[i]) {
54 t.Errorf("want phone %q, got %q", *want[i], *got.Phones[i])
/third_party/re2/re2/testing/
Dregexp_test.cc58 std::map<std::string, int> want; in TEST() local
59 want["g1"] = 1; in TEST()
60 want["g2"] = 3; in TEST()
61 EXPECT_EQ(want, *have); in TEST()
76 std::map<int, std::string> want; in TEST() local
77 want[1] = "g1"; in TEST()
78 want[3] = "g2"; in TEST()
79 want[4] = "g1"; in TEST()
81 EXPECT_EQ(want, *have); in TEST()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvprintf.c35 char *want = "This is the 1th test for vprintf"; in vprintf_0100() local
36 int len = strlen(want); in vprintf_0100()
38 t_error("%s vprintf get wrong result, want %s", __func__, want); in vprintf_0100()
56 char *want = "This is the 2th test for vprintf"; in vprintf_0200() local
57 int len = strlen(want); in vprintf_0200()
59 t_error("%s vprintf get wrong result, want %s", __func__, want); in vprintf_0200()
/third_party/curl/tests/data/
Dtest102418 Set-Cookie: firstcookie=want; path=/want/
28 Location: ../want/%TESTNUMBER0003.txt
49 Set-Cookie: firstcookie=want; path=/want/
55 Location: ../want/%TESTNUMBER0003.txt
78 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L -c log/jar%TESTNUMBER
85 GET /want/%TESTNUMBER HTTP/1.1
95 GET /want/%TESTNUMBER0003.txt HTTP/1.1
99 Cookie: firstcookie=want
/third_party/expat/tests/
Dstructdata.c118 const StructDataEntry *want = &expected[i]; in StructData_CheckItems() local
121 assert(want != NULL); in StructData_CheckItems()
123 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
127 if (got->data0 != want->data0 || got->data1 != want->data1 in StructData_CheckItems()
128 || got->data2 != want->data2) { in StructData_CheckItems()
132 got->str, want->data0, want->data1, want->data2, got->data0, in StructData_CheckItems()
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.c118 const StructDataEntry *want = &expected[i]; in StructData_CheckItems() local
121 assert(want != NULL); in StructData_CheckItems()
123 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
127 if (got->data0 != want->data0 || got->data1 != want->data1 in StructData_CheckItems()
128 || got->data2 != want->data2) { in StructData_CheckItems()
132 got->str, want->data0, want->data1, want->data2, got->data0, in StructData_CheckItems()
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsnlen.c29 size_t want = 6; in wcsnlen_0100() local
31 if (result != want) { in wcsnlen_0100()
58 size_t want = 3; in wcsnlen_0300() local
60 if (result != want) { in wcsnlen_0300()
74 size_t want = 6; in wcsnlen_0400() local
76 if (result != want) { in wcsnlen_0400()

12345678910>>...145