Searched refs:finds (Results 1 – 25 of 197) sorted by relevance
12345678
/third_party/openssl/test/ |
D | stack_test.c | 63 } finds[] = { in test_int_stack() local 70 const int n_finds = OSSL_NELEM(finds); in test_int_stack() 111 int *val = (finds[i].unsorted == -1) ? ¬present in test_int_stack() 112 : v + finds[i].unsorted; in test_int_stack() 114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) { in test_int_stack() 122 int *val = (finds[i].unsorted == -1) ? ¬present in test_int_stack() 123 : v + finds[i].unsorted; in test_int_stack() 125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) { in test_int_stack() 141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack() 148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) { in test_int_stack()
|
/third_party/openssl/test/ssl-tests/ |
D | 09-alpn.cnf | 6 test-1 = 1-alpn-server-finds-match 54 [1-alpn-server-finds-match] 55 ssl_conf = 1-alpn-server-finds-match-ssl 57 [1-alpn-server-finds-match-ssl] 58 server = 1-alpn-server-finds-match-server 59 client = 1-alpn-server-finds-match-client 61 [1-alpn-server-finds-match-server] 66 [1-alpn-server-finds-match-client] 73 server = 1-alpn-server-finds-match-server-extra 74 client = 1-alpn-server-finds-match-client-extra [all …]
|
D | 08-npn.cnf | 6 test-1 = 1-npn-client-finds-match 59 [1-npn-client-finds-match] 60 ssl_conf = 1-npn-client-finds-match-ssl 62 [1-npn-client-finds-match-ssl] 63 server = 1-npn-client-finds-match-server 64 client = 1-npn-client-finds-match-client 66 [1-npn-client-finds-match-server] 71 [1-npn-client-finds-match-client] 79 server = 1-npn-client-finds-match-server-extra 80 client = 1-npn-client-finds-match-client-extra [all …]
|
D | 09-alpn.cnf.in | 36 name => "alpn-server-finds-match",
|
/third_party/cares/include/ |
D | ares_build.h.in | 65 /* Configure process defines this to 1 when it finds out that system */ 77 /* Configure process defines this to 1 when it finds out that system */ 84 /* Configure process defines this to 1 when it finds out that system */
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_HTTPAUTH.md | 101 it finds suitable. libcurl automatically selects the one it finds most secure. 106 libcurl pick any it finds suitable. libcurl automatically selects the one it 107 finds most secure.
|
D | CURLOPT_INTERFACE.md | 51 NULL, use whatever the TCP stack finds suitable
|
/third_party/vulkan-loader/tests/ |
D | CMakeLists.txt | 65 …# Copy the loader shared lib (if built) to the test application directory so the test app finds it. 71 …opy the gtest shared lib (if built) to the live verification tests directory so the tests finds it.
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_set_type.pod | 25 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)> 31 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_INDEX | 5 HOWTO_BugReport - dealing with a test failure the suite finds
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-help.md | 23 `help-search` finds a single subject, then it will run `help` on that
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_namemap_new.pod | 50 ossl_namemap_stored() finds or auto-creates the default namemap in the 62 ossl_namemap_name2num() finds the number corresponding to the given
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latin_NumericPinyin.txt | 27 # The following backs up until it finds the right vowel, then deposits the tone
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latin_NumericPinyin.txt | 27 # The following backs up until it finds the right vowel, then deposits the tone
|
/third_party/node/deps/v8/tools/ |
D | callstats.py.vpython | 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
|
/third_party/skia/third_party/externals/angle2/ |
D | .vpython3 | 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
|
/third_party/lwip/test/fuzz/ |
D | README | 29 When afl finds a crash or a hang, the input that caused it will be placed in
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
D | readme.txt | 5 strsrch: a sample program which finds the occurrences of a pattern string in a source string, using…
|
/third_party/icu/icu4c/source/samples/strsrch/ |
D | readme.txt | 5 strsrch: a sample program which finds the occurrences of a pattern string in a source string, using…
|
/third_party/node/deps/v8/ |
D | .vpython3 | 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
|
D | .vpython | 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
|
/third_party/gn/docs/ |
D | standalone.md | 25 recursively looks up the directory tree until it finds this file, and it
|
/third_party/lz4/examples/ |
D | streaming_api_basics.md | 23 In other words, LZ4 library finds redundancy from a single contiguous memory block.
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
D | README.md | 52 Once the fuzz driver finds a test case that causes some kind of error in
|
/third_party/python/PCbuild/ |
D | find_python.bat | 39 @rem If py.exe finds a recent enough version, use that one
|
12345678