| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 41 Expected: to be called once 42 Actual: never called - unsatisfied and active 55 Expected: to be called once 56 Actual: never called - unsatisfied and active 61 Mock function called more times than expected - returning default value. 64 Expected: to be called once 65 Actual: called twice - over-saturated and active 70 Mock function called more times than expected - returning directly. 72 Expected: to be called once [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.StateMachine.ksh.out | 29 java.lang.IllegalStateException: go() not called 30 java.lang.IllegalStateException: go() not called 31 java.lang.IllegalStateException: go() not called 32 java.lang.IllegalStateException: go() not called 39 java.lang.IllegalStateException: go() already called 40 java.lang.IllegalStateException: go() already called 41 java.lang.IllegalStateException: go() already called 42 java.lang.IllegalStateException: go() already called 43 java.lang.IllegalStateException: go() already called 44 java.lang.IllegalStateException: go() already called
|
| /src/contrib/libevent/test/ |
| H A D | test-time.c | 46 int called = 0; variable 66 called++; in time_cb() 68 if (called < 10*NEVENT) { in time_cb() 73 if (tv.tv_usec % 2 || called < NEVENT) in time_cb() 115 i, called, NEVENT); in main() 117 if (i == 1 && called >= NEVENT) { in main()
|
| H A D | test-weof.c | 57 int called = 0; variable 71 if (!called) in write_cb() 74 } else if (called == 1) in write_cb() 77 called++; in write_cb()
|
| H A D | test-eof.c | 53 int called = 0; variable 73 if (!called) in read_cb() 75 } else if (called == 1) in read_cb() 78 called++; in read_cb()
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | test-time.c | 46 int called = 0; variable 66 called++; in time_cb() 68 if (called < 10*NEVENT) { in time_cb() 73 if (tv.tv_usec % 2 || called < NEVENT) in time_cb() 115 i, called, NEVENT); in main() 117 if (i == 1 && called >= NEVENT) { in main()
|
| H A D | test-weof.c | 57 int called = 0; variable 71 if (!called) in write_cb() 74 } else if (called == 1) in write_cb() 77 called++; in write_cb()
|
| H A D | test-eof.c | 53 int called = 0; variable 73 if (!called) in read_cb() 75 } else if (called == 1) in read_cb() 78 called++; in read_cb()
|
| /src/usr.bin/gprof/ |
| H A D | gprof.callg | 24 called the number of times this function is called (other 48 called** the number of times this function is called by 53 total* the number of times this function was called by 68 which is due to being called by this function. 72 time which is due to being called by this 75 called** the number of times this child is called by this 79 total* the number of times this child is called by all
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_ASN1_METHOD.pod | 165 The pub_decode() and pub_encode() methods are called to decode / 168 They're called by L<X509_PUBKEY_get0(3)> and L<X509_PUBKEY_set(3)>. 170 The pub_cmp() method is called when two public keys are to be 173 It's called by L<EVP_PKEY_eq(3)>. 175 The pub_print() method is called to print a public key in humanly 178 It's called by L<EVP_PKEY_print_public(3)>. 185 The priv_decode() and priv_encode() methods are called to decode / 188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>. 190 The priv_print() method is called to print a private key in humanly 193 It's called by L<EVP_PKEY_print_private(3)>. [all …]
|
| H A D | DSA_generate_parameters.pod | 50 called as shown below. For information on the BN_GENCB structure and the 62 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called 68 B<BN_GENCB_call(cb, 1, -1)> is called. 70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop 77 B<BN_GENCB_call(cb, 3, 0)> are called. 82 B<BN_GENCB_call(cb, 0, counter)> is called. 87 B<BN_GENCB_call(cb, 1, -1)> is called. 89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop 95 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called. 99 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.
|
| H A D | SSL_set_default_stream_mode.pod | 29 connection once L<SSL_read(3)> or L<SSL_write(3)> is called. 34 first. As such, if L<SSL_read(3)> is called first (before any call to 37 default stream. Conversely, if L<SSL_write(3)> is called before any call to 56 handling. It can only be called on a QUIC connection SSL object prior to any 65 This is the default setting. If L<SSL_write(3)> is called prior to any call to 67 the default stream. If L<SSL_read(3)> is called prior to any call to 72 presence of a bidirectional stream when L<SSL_read(3)> is called first. To 78 In this mode, if L<SSL_write(3)> is called prior to any call to L<SSL_read(3)>, 82 called prior to any call to L<SSL_write(3)> is unchanged. 103 SSL_set_default_stream_mode() fails if it is called after a default stream has [all …]
|
| H A D | SSL_CTX_set_info_callback.pod | 48 is called whenever a significant event occurs such as: the state changes, 51 The callback function is called as B<callback(SSL *ssl, int where, int ret)>. 53 the callback function was called. If B<ret> is 0, an error condition occurred. 63 Callback has been called to indicate state change or some other significant 69 Callback has been called to indicate exit of a handshake function. This will 75 Callback has been called during read operation. 79 Callback has been called during write operation. 83 Callback has been called due to an alert being sent or received. 99 Callback has been called because a new handshake is started. It also occurs when 104 Callback has been called because a handshake is finished. It also occurs if the
|
| H A D | BIO_set_callback.pod | 48 callback. The callback is called during most high-level BIO operations. It can 55 called in preference to any set by BIO_set_callback(). 80 the callback is called twice, once before and once after the actual 104 called before the actual BIO operation 1 is placed in B<ret>, if 117 function that is called. 129 is called before the free operation. 139 is called before the read and 158 is called before the write and 177 is called before the operation and 196 is called before the operation and [all …]
|
| H A D | SSL_CTX_set_quiet_shutdown.pod | 22 L<SSL_new(3)> is called. B<mode> may be 0 or 1. 28 L<SSL_free(3)> or SSL_set_quiet_shutdown() is called again. 29 It is not changed when L<SSL_clear(3)> is called. 35 has no effect if called on a QUIC SSL object. 46 L<SSL_set_shutdown(3)> called with
|
| H A D | SSL_get_error.pod | 71 function can be called again. 81 called again. 100 However, if the call was an SSL_write() or SSL_write_ex(), it should be called 122 called again later. The underlying BIO was not connected yet to the peer 124 called again when the connection is established. These messages can only 133 SSL_CTX_set_client_cert_cb() has asked to be called again. 134 The TLS/SSL I/O function should be called again later. 146 function should be called again later. The function B<must> be called from the 162 SSL_CTX_set_client_hello_cb() has asked to be called again. 163 The TLS/SSL I/O function should be called again later. [all …]
|
| H A D | SSL_CTX_sess_set_get_cb.pod | 32 called whenever a new session was negotiated. 35 called whenever a session is removed by the SSL engine. For example, 39 SSL_CTX_sess_set_get_cb() sets the callback function that is called 57 The new_session_cb() is called whenever a new session has been negotiated and 82 The remove_session_cb() is called whenever the SSL engine removes a session 86 L<SSL_CTX_free(3)> is called. The remove_session_cb() is passed 89 The get_session_cb() is only called on SSL/TLS servers, and is given 91 proposed by the client. The get_session_cb() is always called, even when
|
| H A D | SSL_set_quic_tls_cbs.pod | 71 various callbacks are called. 90 B<OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND>) is called when CRYPTO frame data should 97 OSSL_FUNC_SSL_QUIC_TLS_yield_secret_fn callback (if it has been called). 102 called. The callback should populate I<*buf> with a pointer to a buffer 107 protection level set via the yield_secret_cb callback (if it has been called). 110 B<OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_RELEASE_RCD>) is called when data previously 117 B<OSSL_FUNC_SSL_QUIC_TLS_YIELD_SECRET>) is called when a new secret has been 127 B<OSSL_FUNC_SSL_QUIC_TLS_GOT_TRANSPORT_PARAMS>) is called when transport 132 B<OSSL_FUNC_SSL_QUIC_TLS_ALERT>) is called when OpenSSL is attempting to send an 139 function must have been called by the time the transport parameters need to be
|
| H A D | EVP_PKEY_meth_new.pod | 272 The init() method is called to initialize algorithm-specific data when a new 273 B<EVP_PKEY_CTX> is created. As opposed to init(), the cleanup() method is called 274 when an B<EVP_PKEY_CTX> is freed. The copy() method is called when an B<EVP_PKEY_CTX> 282 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to 289 the specified algorithm. They are called by L<EVP_PKEY_keygen_init(3)> and 297 piece of data using a private key. They are called by L<EVP_PKEY_sign_init(3)> 306 valid. They are called by L<EVP_PKEY_verify_init(3)> and L<EVP_PKEY_verify(3)>. 315 signature that was generated by RSA signing algorithm). They are called by 323 a B<EVP_MD_CTX> object. They are called by the EVP_DigestSign functions. See 331 against the data in a B<EVP_MD_CTX> object. They are called by the various [all …]
|
| H A D | BN_CTX_start.pod | 22 freeing B<BIGNUM>s in functions that are called from inside a loop. 25 called repeatedly to obtain temporary B<BIGNUM>s. All BN_CTX_get() 29 Finally, BN_CTX_end() must be called before returning from the function. 31 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | README.TESTS | 3 - A shell file called REGRESS that controls the testing process. 5 - Several shell files called Compare* that control sub-parts 8 - About 160 small tests called t.* that constitute a random 12 - About 60 small tests called p.* that come from the first 21 - About 20 files called T.* that are self-contained and 35 - About 20 files called tt.* that are used as timing tests;
|
| /src/tools/test/stress2/testcases/ |
| H A D | README | 7 The setup() procedure is called once before test() is called multiple times 8 until timeout. After timeout cleanup() is called.
|
| /src/contrib/libevent/sample/ |
| H A D | signal-test.c | 29 int called = 0; variable 38 if (called >= 2) in signal_cb() 41 called++; in signal_cb()
|
| /src/contrib/ntp/sntp/libevent/sample/ |
| H A D | signal-test.c | 29 int called = 0; variable 38 if (called >= 2) in signal_cb() 41 called++; in signal_cb()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-ackm.md | 118 This must be called when a packet is transmitted. It does not provide the 123 must remain allocated until one of the callbacks is called or the ACK manager is 127 Only exactly one of the callbacks in the structure will be called over the 173 /* Callback called if frames in this packet are lost. arg is cb_arg. */ 176 /* Callback called if frames in this packet are acked. arg is cb_arg. */ 180 * Callback called if frames in this packet are neither acked nor lost. arg 194 This must be called whenever a datagram is received. A datagram may contain 195 multiple packets, and this function should be called before the calls to 211 This must be called whenever a packet is received. It should be called after 212 `ossl_ackm_on_rx_datagram` was called for the datagram containing the packet. [all …]
|