Home
last modified time | relevance | path

Searched refs:good (Results 1 – 25 of 1810) sorted by relevance

12345678910>>...73

/third_party/boost/libs/beast/test/beast/http/
Dverb.cpp26 auto const good = in testVerb() local
32 good(verb::unknown); in testVerb()
34 good(verb::delete_); in testVerb()
35 good(verb::get); in testVerb()
36 good(verb::head); in testVerb()
37 good(verb::post); in testVerb()
38 good(verb::put); in testVerb()
39 good(verb::connect); in testVerb()
40 good(verb::options); in testVerb()
41 good(verb::trace); in testVerb()
[all …]
Dstatus.cpp102 auto const good = in testStatus() local
107 good(status::continue_); in testStatus()
108 good(status::switching_protocols); in testStatus()
109 good(status::processing); in testStatus()
110 good(status::ok); in testStatus()
111 good(status::created); in testStatus()
112 good(status::accepted); in testStatus()
113 good(status::non_authoritative_information); in testStatus()
114 good(status::no_content); in testStatus()
115 good(status::reset_content); in testStatus()
[all …]
Drfc7230.cpp130 [&](std::string const& s, std::string const& good) in testExtList()
132 ce(good); in testExtList()
135 BEAST_EXPECTS(got == good, fmt(got)); in testExtList()
138 [&](std::string const& s, std::string const& good) in testExtList() argument
141 BEAST_EXPECTS(got == good, fmt(got)); in testExtList()
212 [&](std::string const& s, std::string const& good) in testTokenList()
214 ce(good); in testTokenList()
217 BEAST_EXPECTS(got == good, fmt(got)); in testTokenList()
269 good(string_view in) in good() function in boost::beast::http::rfc7230_test
277 good(string_view in, in good() function in boost::beast::http::rfc7230_test
[all …]
Dmessage_fuzz.hpp577 Good const& good, Bad const& bad) argument
579 good("");
580 good(";x");
581 good(";x;y");
582 good(";x=y");
583 good(";x;y=z");
584 good(" ;x");
585 good("\t;x");
586 good(" \t;x");
587 good("\t ;x");
[all …]
/third_party/gstreamer/gstplugins_good/
Dgst-plugins-good.doap9 <shortname>gst-plugins-good</shortname>
10 <homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gst-plugins-good.html" />
13 a set of good-quality plug-ins under our preferred license, LGPL
16 GStreamer Good Plug-ins is a set of plug-ins that we consider to have good
21 <bug-database rdf:resource="https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/" />
30 <location rdf:resource="git://gitlab.freedesktop.org/gstreamer/gst-plugins-good"/>
31 <browse rdf:resource="http://gitlab.freedesktop.org/gstreamer/gst-plugins-good"/>
41 …e rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar…
51 …e rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.2.tar…
61 …e rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.1.tar…
[all …]
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt77 * -good aasink: aasink: ASCII art video sink
78 * -good alaw: alawdec: A Law audio decoder
79 * -good alaw: alawenc: A Law audio encoder
80 * -good alpha: alpha: Alpha filter
81 * -good alphacolor: alphacolor: Alpha color filter
82 * -good annodex: cmmldec: CMML stream decoder
83 * -good annodex: cmmlenc: CMML streams encoder
84 * -good audiofx: audioamplify: Audio amplifier
85 * -good audiofx: audiochebband: Band pass & band reject filter
86 * -good audiofx: audiocheblimit: Low pass & high pass filter
[all …]
/third_party/openssl/test/recipes/
D15-test_genrsa.t31 my $good = 11; # Log2 of number of bits (2 << 11 == 2048)
32 while ($good > $bad + 1) {
33 my $checked = int(($good + $bad + 1) / 2);
37 $good = $checked;
43 $good++ if $good == $bad;
44 $good = 2 ** $good;
45 note "Found lowest allowed amount of bits to be $good";
47 ok(run(app([ 'openssl', 'genrsa', '-3', '-out', 'genrsatest.pem', $good ])),
48 "genrsa -3 $good");
51 ok(run(app([ 'openssl', 'genrsa', '-f4', '-out', 'genrsatest.pem', $good ])),
[all …]
/third_party/openssl/crypto/rsa/
Drsa_ssl.c67 unsigned int good, found_zero_byte, mask, threes_in_row; in RSA_padding_check_SSLv23() local
96 good = constant_time_is_zero(em[0]); in RSA_padding_check_SSLv23()
97 good &= constant_time_eq(em[1], 2); in RSA_padding_check_SSLv23()
98 err = constant_time_select_int(good, 0, RSA_R_BLOCK_TYPE_IS_NOT_02); in RSA_padding_check_SSLv23()
99 mask = ~good; in RSA_padding_check_SSLv23()
120 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_SSLv23()
121 err = constant_time_select_int(mask | good, err, in RSA_padding_check_SSLv23()
123 mask = ~good; in RSA_padding_check_SSLv23()
131 good &= constant_time_lt(threes_in_row, 8); in RSA_padding_check_SSLv23()
132 err = constant_time_select_int(mask | good, err, in RSA_padding_check_SSLv23()
[all …]
Drsa_pk1.c161 unsigned int good, found_zero_byte, mask; in RSA_padding_check_PKCS1_type_2() local
196 good = constant_time_is_zero(em[0]); in RSA_padding_check_PKCS1_type_2()
197 good &= constant_time_eq(em[1], 2); in RSA_padding_check_PKCS1_type_2()
214 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
226 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
246 mask = good & constant_time_lt(i, mlen); in RSA_padding_check_PKCS1_type_2()
252 err_clear_last_constant_time(1 & good); in RSA_padding_check_PKCS1_type_2()
254 return constant_time_select_int(good, mlen, -1); in RSA_padding_check_PKCS1_type_2()
/third_party/typescript/tests/baselines/reference/
DparamTagWrapping.symbols1 === tests/cases/conformance/jsdoc/good.js ===
10 function good(x, y, z) {
11 >good : Symbol(good, Decl(good.js, 0, 0))
12 >x : Symbol(x, Decl(good.js, 8, 14))
13 >y : Symbol(y, Decl(good.js, 8, 16))
14 >z : Symbol(z, Decl(good.js, 8, 19))
17 good(1, 2, 3)
18 >good : Symbol(good, Decl(good.js, 0, 0))
DparamTagWrapping.types1 === tests/cases/conformance/jsdoc/good.js ===
10 function good(x, y, z) {
11 >good : (x: number, y: number, z: number) => void
17 good(1, 2, 3)
18 >good(1, 2, 3) : void
19 >good : (x: number, y: number, z: number) => void
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-typecheck.c1 enum good { G, }; enum
3 enum good g;
5 enum good compat_int(void) { return 1; } in compat_int()
7 void parg(enum good);
10 void farg(enum good a);
13 enum good pret(void);
16 enum good fret(void);
20 enum good *ptr;
23 enum good *gptr = &g;
/third_party/openssl/test/ssl-tests/
D16-dtls-certstatus.conf5 test-0 = 0-certstatus-good
9 [0-certstatus-good]
10 ssl_conf = 0-certstatus-good-ssl
12 [0-certstatus-good-ssl]
13 server = 0-certstatus-good-server
14 client = 0-certstatus-good-client
16 [0-certstatus-good-server]
21 [0-certstatus-good-client]
29 server = 0-certstatus-good-server-extra
31 [0-certstatus-good-server-extra]
D15-certstatus.conf5 test-0 = 0-certstatus-good
9 [0-certstatus-good]
10 ssl_conf = 0-certstatus-good-ssl
12 [0-certstatus-good-ssl]
13 server = 0-certstatus-good-server
14 client = 0-certstatus-good-client
16 [0-certstatus-good-server]
21 [0-certstatus-good-client]
29 server = 0-certstatus-good-server-extra
31 [0-certstatus-good-server-extra]
/third_party/node/test/message/
Dif-error-has-good-stack.out6 at z (*if-error-has-good-stack.js:*:*
7 at y (*if-error-has-good-stack.js:*:*)
8 at x (*if-error-has-good-stack.js:*:*)
9 at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
10 at c (*if-error-has-good-stack.js:*:*)
11 at b (*if-error-has-good-stack.js:*:*)
12 at a (*if-error-has-good-stack.js:*:*)
13 at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
23 at c (*if-error-has-good-stack.js:*:*)
24 at b (*if-error-has-good-stack.js:*:*)
[all …]
/third_party/openssl/test/
Dpkey_meth_test.c23 int good = 1; in test_asn1_meths() local
31 good = 0; in test_asn1_meths()
35 if (!good) { in test_asn1_meths()
47 return good; in test_asn1_meths()
55 int good = 1; in test_pkey_meths() local
63 good = 0; in test_pkey_meths()
67 if (!good) { in test_pkey_meths()
75 return good; in test_pkey_meths()
/third_party/boost/libs/algorithm/example/
Dis_partitioned_until_example.cpp35 std::vector<int> good{1, 2, 4}; in main() local
39 auto it1 = ba::is_partitioned_until(good.begin(), good.end(), isOdd); in main()
40 if(it1 == good.end()) in main()
50 auto it2 = ba::is_partitioned_until(good.begin(), good.end(), isOddComp()); in main()
51 if(it2 == good.end()) in main()
/third_party/python/Lib/test/
Dtest_robotparser.py15 good = [] variable in BaseRobotTest
31 for url in self.good:
53 good = ['/', '/test.html'] variable in UserAgentWildcardTest
70 good = ['/', '/test.html', ('cybermapper', '/cyberworld/map/index.html')] variable in CrawlDelayAndCustomAgentTest
85 good = ['/', '/test.html'] variable in SitemapTest
97 good = [] variable in RejectAllRobotsTest
107 for url in self.good + self.bad:
131 good = ['/foo'] variable in EmptyFileTest
147 good = [('figtree', '/foo.html')] variable in CrawlDelayAndRequestRateTest
166 good = ['/tmp'] variable in InvalidRequestRateTest
[all …]
/third_party/boost/libs/utility/test/
Dostream_string_test.cpp21 BOOST_TEST(os.good()); in main()
31 BOOST_TEST(os.good()); in main()
41 BOOST_TEST(os.good()); in main()
51 BOOST_TEST(os.good()); in main()
61 BOOST_TEST(os.good()); in main()
71 BOOST_TEST(os.good()); in main()
81 BOOST_TEST(os.good()); in main()
91 BOOST_TEST(os.good()); in main()
101 BOOST_TEST(os.good()); in main()
111 BOOST_TEST(os.good()); in main()
[all …]
/third_party/boost/libs/io/test/
Dostream_put_test.cpp21 BOOST_TEST(os.good()); in main()
31 BOOST_TEST(os.good()); in main()
41 BOOST_TEST(os.good()); in main()
51 BOOST_TEST(os.good()); in main()
61 BOOST_TEST(os.good()); in main()
71 BOOST_TEST(os.good()); in main()
81 BOOST_TEST(os.good()); in main()
91 BOOST_TEST(os.good()); in main()
101 BOOST_TEST(os.good()); in main()
111 BOOST_TEST(os.good()); in main()
[all …]
Dquoted_fill_test.cpp21 BOOST_TEST(os.good()); in main()
31 BOOST_TEST(os.good()); in main()
41 BOOST_TEST(os.good()); in main()
51 BOOST_TEST(os.good()); in main()
61 BOOST_TEST(os.good()); in main()
71 BOOST_TEST(os.good()); in main()
81 BOOST_TEST(os.good()); in main()
91 BOOST_TEST(os.good()); in main()
101 BOOST_TEST(os.good()); in main()
111 BOOST_TEST(os.good()); in main()
[all …]
/third_party/boost/boost/math/
Doctonion.hpp1742 if (!is.good()) goto finish;
1754 if (!is.good()) goto finish;
1766 if (!is.good()) goto finish;
1780 if (!is.good()) goto finish;
1784 if (!is.good()) goto finish;
1796 if (!is.good()) goto finish;
1814 if (!is.good()) goto finish;
1818 if (!is.good()) goto finish;
1844 if (!is.good()) goto finish;
1848 if (!is.good()) goto finish;
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestatomic.c108 static SDL_atomic_t good = { 42 }; variable
122 SDL_AtomicAdd(&good, -CountInc); in adder()
167 v=SDL_AtomicGet(&good); in RunEpicTest()
173 SDL_AtomicSet(&good, -5); in RunEpicTest()
174 v=SDL_AtomicGet(&good); in RunEpicTest()
178 SDL_AtomicSet(&good, CountTo); in RunEpicTest()
179 v=SDL_AtomicGet(&good); in RunEpicTest()
184 b=SDL_AtomicCAS(&good, 500, 43); in RunEpicTest()
186 v=SDL_AtomicGet(&good); in RunEpicTest()
189 b=SDL_AtomicCAS(&good, CountTo, 44); in RunEpicTest()
[all …]
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c62 int good; member
67 { .name = "security.", .good = 0, }, /* see setup() */
68 { .name = "trusted.test", .good = 1, },
69 { .name = "trusted.", .good = 0, }, /* see setup() */
70 { .name = "user.", .good = 0, },
71 { .name = "system.", .good = 0, },
160 tkeys[i].good = tst_kvercmp(3, 15, 0) < 0; in setup()
162 tkeys[i].good = tst_kvercmp(4, 5, 0) < 0; in setup()
337 fail = err && tkeys[i].good; in set_xattrs()
342 (tkeys[i].good) ? "can" : "can't", in set_xattrs()
[all …]
/third_party/boost/libs/chrono/test/io/
Dduration_output.cpp14 BOOST_TEST(out.good()); in test_good_prefix()
28 BOOST_TEST(out.good()); in test_good_symbol()
39 BOOST_TEST(out.good()); in test_good()
50 BOOST_TEST(out.good()); in test_state_saver()
54 BOOST_TEST(out.good()); in test_state_saver()
65 BOOST_TEST(out.good()); in test_state_saver2()
69 BOOST_TEST(out.good()); in test_state_saver2()

12345678910>>...73