| /minix3/tests/lib/csu/ |
| H A D | t_crt0.sh | 36 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 …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-cov/Inputs/ |
| H A D | test_-f.output | 2 Lines executed:100.00% of 1 5 Lines executed:0.00% of 1 8 Lines executed:0.00% of 1 11 Lines executed:100.00% of 2 14 Lines executed:0.00% of 2 17 Lines executed:100.00% of 3 20 Lines executed:100.00% of 4 23 Lines executed:91.67% of 24 26 Lines executed:100.00% of 1 29 Lines executed:100.00% of 1 [all …]
|
| H A D | test_-b_-f.output | 2 Lines executed:100.00% of 1 7 Lines executed:0.00% of 1 12 Lines executed:0.00% of 1 17 Lines executed:100.00% of 2 22 Lines executed:0.00% of 2 27 Lines executed:100.00% of 3 32 Lines executed:100.00% of 4 33 Branches executed:100.00% of 4 38 Lines executed:91.67% of 24 39 Branches executed:100.00% of 11 [all …]
|
| H A D | test_-a_-b_-u.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 20 function _Z7uselessv called 0 returned 0% blocks executed 0% 23 unconditional 0 never executed 25 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 29 unconditional 0 never executed 32 function _Z3foov called 2 returned 100% blocks executed 100% 40 function _Z3barv called 0 returned 0% blocks executed 0% 45 unconditional 0 never executed 48 function _Z6assignii called 8 returned 100% blocks executed 100% 55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% [all …]
|
| H A D | test_-a_-b_-c_-u.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 20 function _Z7uselessv called 0 returned 0% blocks executed 0% 23 unconditional 0 never executed 25 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 29 unconditional 0 never executed 32 function _Z3foov called 2 returned 100% blocks executed 100% 40 function _Z3barv called 0 returned 0% blocks executed 0% 45 unconditional 0 never executed 48 function _Z6assignii called 8 returned 100% blocks executed 100% 55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% [all …]
|
| H A D | test_-a_-b.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 19 function _Z7uselessv called 0 returned 0% blocks executed 0% 23 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 29 function _Z3foov called 2 returned 100% blocks executed 100% 36 function _Z3barv called 0 returned 0% blocks executed 0% 43 function _Z6assignii called 8 returned 100% blocks executed 100% 49 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% 69 function main called 2 returned 100% blocks executed 94%
|
| H A D | test_-b.output | 2 Lines executed:84.21% of 38 3 Branches executed:100.00% of 15 9 Lines executed:100.00% of 1
|
| H A D | test_no_output.output | 2 Lines executed:84.21% of 38 5 Lines executed:100.00% of 1
|
| H A D | test_no_options.output | 2 Lines executed:84.21% of 38 6 Lines executed:100.00% of 1
|
| H A D | test_no_gcda.output | 2 Lines executed:0.00% of 38 6 Lines executed:0.00% of 1
|
| H A D | test_-a_-b.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
| H A D | test_no_preserve_paths.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
| H A D | test_missing.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
| H A D | test_-a_-b_-u.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
| H A D | test_-a_-b_-c_-u.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
| H A D | test_preserve_paths.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
| H A D | test_long_file_names.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
| H A D | test_long_paths.output | 2 Lines executed:100.00% of 1 6 Lines executed:84.21% of 38
|
| /minix3/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | base_command_test.cpp | 54 bool executed; member in __anonbfe510ba0111::mock_cmd 63 executed(false) in mock_cmd() 84 executed = true; in run() 94 bool executed; member in __anonbfe510ba0111::mock_cmd_no_data 103 executed(false) in mock_cmd_no_data() 121 executed = true; in run() 220 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY() 236 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY() 264 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY() 280 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | warn-unreachable.m | 15 return; // expected-warning {{will never be executed}} 25 return 1; // expected-warning {{will never be executed}} 34 return 0; // expected-warning {{will never be executed}} 56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add… 62 calledFun(); // expected-warning {{will never be executed}} 70 calledFun(); // expected-warning {{code will never be executed}}
|
| /minix3/external/bsd/nvi/docs/internals/ |
| H A D | input | 26 displays the executed buffers as it executes them. This means that if 53 buffer when it is executed. For buffers not cut in line mode and which 58 3: Maps and executable buffers are copied when they are executed -- 78 buffer when it is executed. For buffers not cut in line mode and which 90 If the first line is loaded into 'a' and executed: 97 If the first two lines are loaded into 'a' and executed: 105 and executed: 113 and executed: 133 The command is loaded into 'e', and then executed. 'e' executes 150 3: Maps and executable buffers are copied when they are executed -- [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SampleProfile/ |
| H A D | discriminator.ll | 14 ; In this test, if the loop is executed 100 times, the decrement operation 21 ; This means that the predicate 'i < 5' (line 3) is executed 100 times, 22 ; but the then branch (line 3.1) is only executed 5 times.
|
| /minix3/external/bsd/libpcap/dist/ |
| H A D | README.macosx | 40 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
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 103 // Some single precision VFP instructions may be executed on both NEON and VFP 117 // Some single precision VFP instructions may be executed on both NEON and VFP 165 // Some single precision VFP instructions may be executed on both NEON and 178 // Some single precision VFP instructions may be executed on both NEON and 191 // Some single precision VFP instructions may be executed on both NEON and 300 // Some single precision VFP instructions may be executed on both NEON and 316 // Some single precision VFP instructions may be executed on both NEON and 344 // Some single precision VFP instructions may be executed on both NEON and 358 // Some single precision VFP instructions may be executed on both NEON and 423 // Some single precision VFP instructions may be executed on both NEON and [all …]
|
| /minix3/etc/skel/ |
| H A D | dot.logout | 6 # The commands in this file are executed when a csh login shell
|