HomeSort by: relevance | last modified time | path
    Searched refs:Once (Results 1 - 16 of 16) sorted by relevancy

  /src/distrib/mvme68k/miniroot/
install.md 147 Here is an example of what the partition information will look like once
207 OK, then. Enter 'halt' at the prompt to halt the machine. Once the
217 installed system, enter halt at the command prompt. Once the system has
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 311 // Once flushed, we should set the global status of the logging implementation
423 // Test once for required CPU features
569 static pthread_once_t Once = PTHREAD_ONCE_INIT;
571 &Once, +[] {
599 static pthread_once_t Once = PTHREAD_ONCE_INIT;
601 &Once, +[] {
xray_profile_collector.cc 385 static pthread_once_t Once = PTHREAD_ONCE_INIT;
389 &Once, +[]() XRAY_NEVER_INSTRUMENT {
xray_profiling.cc 50 // We use a global buffer queue, which gets initialized once at initialisation
427 static pthread_once_t Once = PTHREAD_ONCE_INIT;
429 &Once, +[] {
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 65 Once the tools are installed, ensure that this path is added to the
  /src/usr.bin/make/unit-tests/
varparse-errors.mk 111 # the current file twice: Once in the first line and once in the call
var-scope-local.mk 149 # The empty variable name is expanded twice, once for 'one' and once for
227 # Once a variable is defined in the target-local scope, appending using '+='
directive-include-guard.mk 41 # for any other reason) is only processed once, to see whether it is guarded.
95 # for any other reason) is only processed once, to see whether it is guarded.
282 '. for i in once' \
453 # guard has the benefit that a target cannot be undefined once it is defined.
479 # evaluated twice: Once for checking whether the condition evaluates to true,
480 # and once for determining the guard name. This double evaluation should not
568 # the file is read once and then considered guarded.
  /src/share/mk/
bsd.test.mk 201 echo "*** Once again, note that "make test" is unsupported."; \
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
18-dtls-renegotiate.conf 9 test-4 = 4-renegotiate-client-auth-once
129 [4-renegotiate-client-auth-once]
130 ssl_conf = 4-renegotiate-client-auth-once-ssl
132 [4-renegotiate-client-auth-once-ssl]
133 server = 4-renegotiate-client-auth-once-server
134 client = 4-renegotiate-client-auth-once-client
136 [4-renegotiate-client-auth-once-server]
141 VerifyMode = Once
143 [4-renegotiate-client-auth-once-client]
17-renegotiate.conf 10 test-5 = 5-renegotiate-client-auth-once
163 [5-renegotiate-client-auth-once]
164 ssl_conf = 5-renegotiate-client-auth-once-ssl
166 [5-renegotiate-client-auth-once-ssl]
167 server = 5-renegotiate-client-auth-once-server
168 client = 5-renegotiate-client-auth-once-client
170 [5-renegotiate-client-auth-once-server]
177 VerifyMode = Once
179 [5-renegotiate-client-auth-once-client]
  /src/external/lgpl3/gmp/dist/mpn/alpha/
com.asm 52 C the first time through it must wait for the cvtqt result. Once that
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 852 Mechanisms that are a candidate for being made obsolete. Once core
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 852 Mechanisms that are a candidate for being made obsolete. Once core
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 168 -- Once this is done, we override any values explicity set by the tests.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
array.d 2209 static class Once
2224 assert([1, 2].map!"[a]".join(new Once) == [1, 0, 2]);
2546 // Test that the range is iterated only once.
3464 // Replace with "GC.setAttr( Not Appendable )" once pure (and fixed)

Completed in 26 milliseconds