/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_stub_funcs.c | 36 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_GetRadioRev() 46 ath_hal_printf(ah, "%s: called\n", __func__); 56 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_Detach() 64 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_ChipTest() 73 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_GetChannelEdges() 81 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_FillCapabilityInfo() 90 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_SetBeaconTimers() 98 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_BeaconInit() 105 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_ResetStaBeaconTimers() 112 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_SetStaBeaconTimers() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 194 /// Called on start of new data sharing attribute block. 202 /// Called on end of data sharing attribute block. 211 /// Called on well-formed '\#pragma omp metadirective' after parsing 218 /// Called on correct id-expression from the '#pragma omp 223 /// Called on well-formed '#pragma omp threadprivate'. 229 /// Called on well-formed '#pragma omp allocate'. 235 /// Called on well-formed '#pragma omp [begin] assume[s]'. 247 /// Called on well-formed '#pragma omp end assumes'. 250 /// Called on well-formed '#pragma omp requires'. 260 /// Called on start of '#pragma omp declare reduction'. [all …]
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 27 Called 2 times, but only 1 WillOnce() is specified - returning default value. 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. [all …]
|
H A D | gmock-cardinalities_test.cc | 93 EXPECT_EQ("never called", ss0.str()); in TEST() 97 EXPECT_EQ("called once", ss1.str()); in TEST() 101 EXPECT_EQ("called twice", ss2.str()); in TEST() 105 EXPECT_EQ("called 3 times", ss3.str()); in TEST() 122 EXPECT_PRED_FORMAT2(IsSubstring, "called any number of times", ss.str()); in TEST() 204 EXPECT_PRED_FORMAT2(IsSubstring, "never called", ss.str()); in TEST() 220 EXPECT_PRED_FORMAT2(IsSubstring, "called at most once", ss1.str()); in TEST() 224 EXPECT_PRED_FORMAT2(IsSubstring, "called at most twice", ss2.str()); in TEST() 228 EXPECT_PRED_FORMAT2(IsSubstring, "called at most 3 times", ss3.str()); in TEST() 275 EXPECT_PRED_FORMAT2(IsSubstring, "never called", ss.str()); in TEST() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 1 //===- CalledOnceCheck.h - Check 'called once' parameters -------*- C++ -*-===// 10 // called exactly one time. 27 /// Classification of situations when parameter is not called on every path. 52 /// Called when parameter is called twice. 53 /// \param Parameter -- parameter that should be called once. 63 /// Called when parameter is not called at all. 64 /// \param Parameter -- parameter that should be called once. 69 /// Called when captured parameter is not called at all. 70 /// \param Parameter -- parameter that should be called once. 77 /// Called when parameter is not called on one of the paths. [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-catch-exceptions-test_.cc | 114 "called as expected.\n"); in TearDownTestSuite() 120 << "called unexpectedly."; in ~CxxExceptionInConstructorTest() 125 << "called unexpectedly."; in SetUp() 130 << "called unexpectedly."; in TearDown() 136 << "called unexpectedly."; in TEST_F() 144 "called as expected.\n"); in CxxExceptionInSetUpTestSuiteTest() 154 "called as expected.\n"); in TearDownTestSuite() 161 "called as expected.\n"); in ~CxxExceptionInSetUpTestSuiteTest() 167 "called as expected.\n"); in SetUp() 173 "called as expected.\n"); in TearDown() [all …]
|
H A D | googletest-catch-exceptions-test.py | 149 'appears on the same line as words "called unexpectedly"' 168 'called as expected.' 181 'CxxExceptionInConstructorTest::TearDownTestSuite() called as expected.' 186 'CxxExceptionInSetUpTestSuiteTest constructor called as expected.' 191 'CxxExceptionInSetUpTestSuiteTest destructor called as expected.' 196 'CxxExceptionInSetUpTestSuiteTest::SetUp() called as expected.' 201 'CxxExceptionInSetUpTestSuiteTest::TearDown() called as expected.' 206 'CxxExceptionInSetUpTestSuiteTest test body called as expected.' 227 'CxxExceptionInSetUpTest::TearDownTestSuite() called as expected.' 232 'CxxExceptionInSetUpTest destructor called as expected.' [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.3 | 225 The \fBpub_decode()\fR and \fBpub_encode()\fR methods are called to decode / 228 They're called by \fBX509_PUBKEY_get0\fR\|(3) and \fBX509_PUBKEY_set\fR\|(3). 230 The \fBpub_cmp()\fR method is called when two public keys are to be 233 It's called by \fBEVP_PKEY_eq\fR\|(3). 235 The \fBpub_print()\fR method is called to print a public key in humanly 238 It's called by \fBEVP_PKEY_print_public\fR\|(3). 247 The \fBpriv_decode()\fR and \fBpriv_encode()\fR methods are called to decode / 250 They're called by \fBEVP_PKCS82PKEY\fR\|(3) and \fBEVP_PKEY2PKCS8\fR\|(3). 252 The \fBpriv_print()\fR method is called to print a private key in humanly 255 It's called by \fBEVP_PKEY_print_private\fR\|(3). [all …]
|
H A D | SSL_set_default_stream_mode.3 | 88 connection once \fBSSL_read\fR\|(3) or \fBSSL_write\fR\|(3) is called. 93 first. As such, if \fBSSL_read\fR\|(3) is called first (before any call to 96 default stream. Conversely, if \fBSSL_write\fR\|(3) is called before any call to 115 handling. It can only be called on a QUIC connection SSL object prior to any 121 This is the default setting. If \fBSSL_write\fR\|(3) is called prior to any call to 123 the default stream. If \fBSSL_read\fR\|(3) is called prior to any call to 128 presence of a bidirectional stream when \fBSSL_read\fR\|(3) is called first. To 133 In this mode, if \fBSSL_write\fR\|(3) is called prior to any call to \fBSSL_read\fR\|(3), 137 called prior to any call to \fBSSL_write\fR\|(3) is unchanged. 154 \&\fBSSL_set_default_stream_mode()\fR fails if it is called after a default stream has [all …]
|
H A D | DSA_generate_parameters.3 | 113 called as shown below. For information on the BN_GENCB structure and the 121 When a candidate for q is generated, \fBBN_GENCB_call(cb, 0, m++)\fR is called 125 \&\fBBN_GENCB_call(cb, 1, \-1)\fR is called. 127 \&\fBBN_GENCB_call(cb, 1, i)\fR is called in the outer loop 132 \&\fBBN_GENCB_call(cb, 3, 0)\fR are called. 135 \&\fBBN_GENCB_call(cb, 0, counter)\fR is called. 138 \&\fBBN_GENCB_call(cb, 1, \-1)\fR is called. 140 \&\fBBN_GENCB_call(cb, 1, i)\fR is called in the outer loop 144 When p has been found, \fBBN_GENCB_call(cb, 2, 1)\fR is called. 146 When the generator has been found, \fBBN_GENCB_call(cb, 3, 1)\fR is called.
|
H A D | SSL_get_error.3 | 122 function can be called again. 132 called again. 151 However, if the call was an \fBSSL_write()\fR or \fBSSL_write_ex()\fR, it should be called 172 called again later. The underlying BIO was not connected yet to the peer 174 called again when the connection is established. These messages can only 182 \&\fBSSL_CTX_set_client_cert_cb()\fR has asked to be called again. 183 The TLS/SSL I/O function should be called again later. 194 function should be called again later. The function \fBmust\fR be called from the 208 \&\fBSSL_CTX_set_client_hello_cb()\fR has asked to be called again. 209 The TLS/SSL I/O function should be called again later. [all …]
|
H A D | BIO_set_callback.3 | 109 callback. The callback is called during most high-level BIO operations. It can 116 called in preference to any set by \fBBIO_set_callback()\fR. 137 the callback is called twice, once before and once after the actual 157 called before the actual BIO operation 1 is placed in \fBret\fR, if 167 function that is called. 180 is called before the free operation. 193 is called before the read and 219 is called before the write and 245 is called before the operation and 271 is called before the operation and [all …]
|
/freebsd/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
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckerDocumentation.cpp | 69 /// The method will be called before the analyzer core processes the 72 /// callback can be specialized to be called with any subclass of Stmt. 82 /// The method will be called after the analyzer core processes the 85 /// callback can be specialized to be called with any subclass of Stmt. 92 /// This will be called before the analyzer core processes the method call. 93 /// This is called for any action which produces an Objective-C message send, 107 /// This will be called when the analyzer core processes a method call whose 109 /// check{Pre/Post}Call will not be called. 142 /// new-expression is this pointer. This callback is called between steps 143 /// (2) and (3). Post-call for the allocator is called after step (1). [all …]
|
/freebsd/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
|
/freebsd/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 | 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 | 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_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 | SSL_get_error.pod | 70 function can be called again. 80 called again. 99 However, if the call was an SSL_write() or SSL_write_ex(), it should be called 121 called again later. The underlying BIO was not connected yet to the peer 123 called again when the connection is established. These messages can only 132 SSL_CTX_set_client_cert_cb() has asked to be called again. 133 The TLS/SSL I/O function should be called again later. 145 function should be called again later. The function B<must> be called from the 161 SSL_CTX_set_client_hello_cb() has asked to be called again. 162 The TLS/SSL I/O function should be called again later. [all …]
|
/freebsd/contrib/mandoc/ |
H A D | tbl.3 | 157 which is called from 228 Called from 238 Called from 247 Called from 254 Called from 260 Called from 269 Called from 283 called from 293 called from 303 called from [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.h | 72 * This function must be called before any other eloop_* function. 79 * @handler: Callback function to be called when data is available for reading 85 * function will be called whenever data is available for reading from the 106 * @handler: Callback function to be called when the event is triggered 112 * handler function will be called whenever the that event is triggered for the 135 * @handler: Callback function to be called when event is triggered 144 * function will be called whenever the event is triggered. The handler 171 * @handler: Callback function to be called when timeout occurs 176 * Register a timeout that will cause the handler function to be called after 262 * @handler: Callback function to be called when the signal is received [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_svc_err.3 | 40 These routines can be called by the server side 51 Called by a service dispatch routine that refuses to perform 54 Called by a service dispatch routine that cannot successfully 61 Called by a service dispatch routine that does not implement 64 Called when the desired program is not registered with the 68 Called when the desired version of a program is not registered with the 79 Called by a service dispatch routine when it detects a system 84 Called by a service dispatch routine that refuses to perform
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | utils.hh | 115 * Create an expectation that FUSE_ACCESS will be called once for the 124 * Create an expectation that FUSE_FALLOCATE will be called with the 132 * Create an expectation that FUSE_FLUSH will be called times times for 138 * Create an expectation that FUSE_FORGET will be called for the given 145 * Create an expectation that FUSE_GETATTR will be called for the given 152 * Create an expectation that FUSE_GETXATTR will be called once for the 158 * Create an expectation that FUSE_LOOKUP will be called for the given 172 * Create an expectation that FUSE_OPEN will be called for the given 179 * Create an expectation that FUSE_OPENDIR will be called exactly once 185 * Create an expectation that FUSE_READ will be called exactly once for [all …]
|
/freebsd/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 …]
|