| /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 | 228 The \fBpub_decode()\fR and \fBpub_encode()\fR methods are called to decode / 231 They\*(Aqre called by \fBX509_PUBKEY_get0\fR\|(3) and \fBX509_PUBKEY_set\fR\|(3). 233 The \fBpub_cmp()\fR method is called when two public keys are to be 236 It\*(Aqs called by \fBEVP_PKEY_eq\fR\|(3). 238 The \fBpub_print()\fR method is called to print a public key in humanly 241 It\*(Aqs called by \fBEVP_PKEY_print_public\fR\|(3). 250 The \fBpriv_decode()\fR and \fBpriv_encode()\fR methods are called to decode / 253 They\*(Aqre called by \fBEVP_PKCS82PKEY\fR\|(3) and \fBEVP_PKEY2PKCS8\fR\|(3). 255 The \fBpriv_print()\fR method is called to print a private key in humanly 258 It\*(Aqs called by \fBEVP_PKEY_print_private\fR\|(3). [all …]
|
| H A D | SSL_set_default_stream_mode.3 | 91 connection once \fBSSL_read\fR\|(3) or \fBSSL_write\fR\|(3) is called. 96 first. As such, if \fBSSL_read\fR\|(3) is called first (before any call to 99 default stream. Conversely, if \fBSSL_write\fR\|(3) is called before any call to 118 handling. It can only be called on a QUIC connection SSL object prior to any 124 This is the default setting. If \fBSSL_write\fR\|(3) is called prior to any call to 126 the default stream. If \fBSSL_read\fR\|(3) is called prior to any call to 131 presence of a bidirectional stream when \fBSSL_read\fR\|(3) is called first. To 136 In this mode, if \fBSSL_write\fR\|(3) is called prior to any call to \fBSSL_read\fR\|(3), 140 called prior to any call to \fBSSL_write\fR\|(3) is unchanged. 157 \&\fBSSL_set_default_stream_mode()\fR fails if it is called after a default stream has [all …]
|
| H A D | DSA_generate_parameters.3 | 116 called as shown below. For information on the BN_GENCB structure and the 124 When a candidate for q is generated, \fBBN_GENCB_call(cb, 0, m++)\fR is called 128 \&\fBBN_GENCB_call(cb, 1, \-1)\fR is called. 130 \&\fBBN_GENCB_call(cb, 1, i)\fR is called in the outer loop 135 \&\fBBN_GENCB_call(cb, 3, 0)\fR are called. 138 \&\fBBN_GENCB_call(cb, 0, counter)\fR is called. 141 \&\fBBN_GENCB_call(cb, 1, \-1)\fR is called. 143 \&\fBBN_GENCB_call(cb, 1, i)\fR is called in the outer loop 147 When p has been found, \fBBN_GENCB_call(cb, 2, 1)\fR is called. 149 When the generator has been found, \fBBN_GENCB_call(cb, 3, 1)\fR is called.
|
| H A D | BIO_set_callback.3 | 112 callback. The callback is called during most high\-level BIO operations. It can 119 called in preference to any set by \fBBIO_set_callback()\fR. 140 the callback is called twice, once before and once after the actual 160 called before the actual BIO operation 1 is placed in \fBret\fR, if 170 function that is called. 183 is called before the free operation. 196 is called before the read and 222 is called before the write and 248 is called before the operation and 274 is called before the operation and [all …]
|
| H A D | SSL_get_error.3 | 126 function can be called again. 136 called again. 155 However, if the call was an \fBSSL_write()\fR or \fBSSL_write_ex()\fR, it should be called 176 called again later. The underlying BIO was not connected yet to the peer 178 called again when the connection is established. These messages can only 186 \&\fBSSL_CTX_set_client_cert_cb()\fR has asked to be called again. 187 The TLS/SSL I/O function should be called again later. 198 function should be called again later. The function \fBmust\fR be called from the 212 \&\fBSSL_CTX_set_client_hello_cb()\fR has asked to be called again. 213 The TLS/SSL I/O function should be called again later. [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/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/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/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/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
|
| /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/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/tests/sys/fs/fusefs/ |
| H A D | utils.hh | 117 * Create an expectation that FUSE_ACCESS will be called once for the 126 * Create an expectation that FUSE_FALLOCATE will be called with the 134 * Create an expectation that FUSE_FLUSH will be called times times for 140 * Create an expectation that FUSE_FORGET will be called for the given 147 * Create an expectation that FUSE_GETATTR will be called for the given 154 * Create an expectation that FUSE_GETXATTR will be called once for the 160 * Create an expectation that FUSE_LOOKUP will be called for the given 174 * Create an expectation that FUSE_OPEN will be called for the given 181 * Create an expectation that FUSE_OPENDIR will be called exactly once 187 * 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 …]
|
| /freebsd/share/man/man9/ |
| H A D | mod_cc.9 | 92 function is called when a new module is loaded into the system but before the 102 function is called prior to unloading an existing module from the kernel. 109 function is called by the socket option code to get the size of 120 function is called when a TCP control block 135 function is called when a TCP control block 143 function is called when a new connection has been established and variables are 150 function is called when a TCP acknowledgement (ACK) packet is received. 161 function is called when a congestion event is detected by the TCP stack. 177 function is called after the TCP connection has recovered from a congestion event. 182 function is called when data transfer resumes after an idle period. [all …]
|