Home
last modified time | relevance | path

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

123456789

/freebsd/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
70 constructor2 executed
72 destructor2 executed
74 destructor executed
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command_test.cpp54 bool executed; member in __anon7b7d4c1e0111::mock_cmd
63 executed(false) in mock_cmd()
83 executed = true; in run()
93 bool executed; member in __anon7b7d4c1e0111::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/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/tools/build/options/
H A DWITH_META_MODE8 These meta files track the command that was executed, its output, and the
15 When the module is loaded, any files used by the commands executed are
32 Files read, executed or linked to are newer than the target.
36 Files read, written, executed or linked are missing.
40 The build hides commands that are executed unless
H A DWITHOUT_MAKE_CHECK_USE_SANDBOX6 if executed as an unprivileged user.
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A DREADME.state38 # <target dataset> - dataset upon which the <command> is to be executed. Can
40 # configX.cfg file. If no command is to be executed
44 # <command> - command to be executed upon the specified dataset.
46 # or 'inherit -r'. If no command is to be executed,
51 # the properties before <command> is executed. This
63 # <command> has been executed on the <target dataset>.
84 # which means that no command is to be executed, but simply that the
/freebsd/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/bin/sh/tests/execution/
H A Dfunc3.03 # may silently do nothing. In no event may the function be executed.
5 ${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/…
/freebsd/usr.bin/bmake/tests/
H A DREADME11 Tests are normally executed in a special test directory that is built under
16 tests are executed by cd-ing into that directory and invoking make. The
128 is executed.
141 If this function exists it is executed at the end of the
145 If this function exists it is executed at the end of the
170 which is the number of the test to executed. The default
/freebsd/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/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_decode_etmv4i.h147 …e(OcsdTraceElement &elemIn, const instr_range_t &addr_range, const bool executed, ocsd_trc_index_t…
149 … const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.out1 Channel program fully executed with no return value.
H A Dtst.large_prog.out1 Channel program fully executed with no return value.
/freebsd/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/bin/sh/tests/builtins/
H A Deval5.02 # eval should return 0 if no command was executed.
H A Ddot3.02 # . should return 0 if no command was executed.
H A Dtrap10.03 # trap commands are executed before the script exits.
H A Dtrap11.03 # trap commands are executed before the script resumes.
H A Dcommand8.019 # Check that special builtins can be executed via "command".
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td163 // Some single precision VFP instructions may be executed on both NEON and VFP
198 // Some single precision VFP instructions may be executed on both NEON and VFP
266 // 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
292 // Some single precision VFP instructions may be executed on both NEON and
438 // Some single precision VFP instructions may be executed on both NEON and
463 // Some single precision VFP instructions may be executed on both NEON and
509 // Some single precision VFP instructions may be executed on both NEON and
534 // Some single precision VFP instructions may be executed on both NEON and
619 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/freebsd/tools/tools/net80211/mlme_assoc/
H A DREADME44 newstate() changes are pending or being executed.
51 before a task is executed.
/freebsd/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,

123456789