Home
last modified time | relevance | path

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

12345678

/freebsd-13.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-13.1/contrib/kyua/utils/cmdline/
H A Dbase_command_test.cpp54 bool executed; member in __anon8257d8d20111::mock_cmd
63 executed(false) in mock_cmd()
83 executed = true; in run()
93 bool executed; member in __anon8257d8d20111::mock_cmd_no_data
102 executed(false) in mock_cmd_no_data()
119 executed = true; in run()
218 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY()
234 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY()
262 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY()
278 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/bmake/unit-tests/
H A Ddepsrc-exec.mk12 : ${.TARGET:T}: This is always executed.
15 : This is not executed.
16 +: ${.TARGET:T}: This is not executed as well.
H A Ddepsrc-optional.mk15 : An optional leaf node is not executed.
/freebsd-13.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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A DREADME.state40 # <target dataset> - dataset upon which the <command> is to be executed. Can
42 # configX.cfg file. If no command is to be executed
46 # <command> - command to be executed upon the specified dataset.
48 # or 'inherit -r'. If no command is to be executed,
53 # the properties before <command> is executed. This
65 # <command> has been executed on the <target dataset>.
86 # which means that no command is to be executed, but simply that the
/freebsd-13.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-13.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-13.1/contrib/libpcap/doc/
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
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.large_prog.out1 Channel program fully executed with no return value.
H A Dtst.args_to_lua.out1 Channel program fully executed with no return value.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.out1 Channel program fully executed with return value:
H A Dtst.get_number_props.out1 Channel program fully executed with return value:
H A Dtst.get_string_props.out1 Channel program fully executed with return value:
/freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td266 // Some single precision VFP instructions may be executed on both NEON and
279 // Some single precision VFP instructions may be executed on both NEON and
416 // Some single precision VFP instructions may be executed on both NEON and
441 // Some single precision VFP instructions may be executed on both NEON and
487 // Some single precision VFP instructions may be executed on both NEON and
510 // Some single precision VFP instructions may be executed on both NEON and
594 // Some single precision VFP instructions may be executed on both NEON and
613 // Some single precision VFP instructions may be executed on both NEON and
637 // Some single precision VFP instructions may be executed on both NEON and
663 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/freebsd-13.1/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S51 addiu v0,v0,4 # executed in delay slot
/freebsd-13.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-13.1/contrib/kyua/utils/process/
H A Dexecutor.ipp48 /// The hook is executed after the process has been isolated per the logic in
67 /// If not none, the subprocess will be executed as the provided user and
146 /// By context we understand the on-disk state of a previously-executed process,
/freebsd-13.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.

12345678