Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 220) sorted by relevance

123456789

/freebsd-12.1/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
37 main executed
38 destructor executed
52 constructor executed
53 main executed
54 destructor executed
68 constructor executed
72 destructor2 executed
74 destructor executed
90 main executed
[all …]
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DScopeGuardTest.cpp23 bool executed = false; in TEST() local
25 auto guard = makeScopeGuard([&] { executed = true; }); in TEST()
27 EXPECT_TRUE(executed); in TEST()
/freebsd-12.1/tests/sys/cddl/zfs/tests/inheritance/
H A DREADME.state44 # <target dataset> - dataset upon which the <command> is to be executed. Can
46 # configX.cfg file. If no command is to be executed
50 # <command> - command to be executed upon the specified dataset.
52 # or 'inherit -r'. If no command is to be executed,
57 # the properties before <command> is executed. This
69 # <command> has been executed on the <target dataset>.
90 # which means that no command is to be executed, but simply that the
/freebsd-12.1/bin/sh/tests/execution/
H A Dfunc3.04 # may silently do nothing. In no event may the function be executed.
6 ${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/…
/freebsd-12.1/contrib/gcc/doc/
H A Dgcov.texi70 what lines of code are actually executed
156 executed.
284 90.00% of 10 source lines executed in file tmp.c
369 90.00% of 10 source lines executed in file tmp.c
370 80.00% of 5 branches executed in file tmp.c
372 50.00% of 2 calls executed in file tmp.c
387 function main called 1 returned 1 blocks executed 75%
402 call 0 never executed
412 function's blocks were executed.
426 message ``never executed'' is printed.
[all …]
/freebsd-12.1/usr.bin/bmake/tests/
H A DREADME12 Tests are normally executed in a special test directory that is built under
17 tests are executed by cd-ing into that directory and invoking make. The
129 is executed.
142 If this function exists it is executed at the end of the
146 If this function exists it is executed at the end of the
171 which is the number of the test to executed. The default
/freebsd-12.1/contrib/libpcap/
H A DREADME.macos40 the files won't immediately cause the startup item to be executed; it
41 will be executed on the next reboot. To change the permissions before
51 script and plist file won't immediately cause the script to be executed;
52 it will be executed on the next reboot. To change the permissions
H A DREADME.tru6427 the following command (executed in the /dev directory):
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrVFP.td200 // Some single precision VFP instructions may be executed on both NEON and
213 // Some single precision VFP instructions may be executed on both NEON and
226 // Some single precision VFP instructions may be executed on both NEON and
348 // Some single precision VFP instructions may be executed on both NEON and
373 // Some single precision VFP instructions may be executed on both NEON and
419 // Some single precision VFP instructions may be executed on both NEON and
442 // Some single precision VFP instructions may be executed on both NEON and
525 // Some single precision VFP instructions may be executed on both NEON and
544 // Some single precision VFP instructions may be executed on both NEON and
568 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/freebsd-12.1/bin/sh/tests/builtins/
H A Deval5.03 # eval should return 0 if no command was executed.
H A Ddot3.03 # . should return 0 if no command was executed.
H A Dtrap10.04 # trap commands are executed before the script exits.
H A Dtrap11.04 # trap commands are executed before the script resumes.
H A Dcommand8.020 # Check that special builtins can be executed via "command".
H A Dtrap2.011 # empty string because backquote commands are executed in a
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_servername_callback.pod50 Several callbacks are executed during ClientHello processing, including
52 executed first, then the servername callback, followed by the ALPN callback.
/freebsd-12.1/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S51 addiu v0,v0,4 # executed in delay slot
/freebsd-12.1/contrib/expat/tests/
H A DREADME.txt11 …t must be built and, depending on platform, must be installed, before "make check" can be executed.
/freebsd-12.1/contrib/ldns/
H A Dax_pkg_swig.m422 # As usual, action-if-found is executed if SWIG is found, otherwise
23 # action-if-not-found is executed.
/freebsd-12.1/usr.sbin/cron/doc/
H A DCONVERSION32 executed.
82 see the output from the "last time" a command was executed; if you get any
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DKnownIssues.md19 …stall" for Google Test before any binaries which link against it can be executed. This isn't a bug…
/freebsd-12.1/contrib/file/magic/Magdir/
H A Daout15 # point from the a.out header, using it to find the first code executed
/freebsd-12.1/contrib/bmake/
H A Dbmake.cat1128 printed as they are executed.
158 executed in a single shell invocation as opposed to the tradi-
189 -n Display the commands that would have been executed, but do not
193 -N Display the commands which would have been executed, but do not
202 -s Do not echo any commands as they are executed. Equivalent to
297 scripts and the scripts are executed in the order found.
304 to be executed even when -n is given. This is similar to the effect of
389 executed.
411 Because while ${a} contains ``1 2 3'' after the loop is executed,
1334 .ERROR Any command lines attached to this target are executed when
[all …]
/freebsd-12.1/contrib/tcsh/
H A DNewThings167 set listjobs=long, jobs -l is executed every time a job is suspended.
168 set listjobs=short, jobs is executed every time a job is suspended.
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DREADME41 are never executed; they are there to make autoheader work

123456789