| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| colour_prompt.rb | 42 when :black then 0 43 when :dark_blue then 1 44 when :dark_green then 2 45 when :dark_cyan then 3 46 when :dark_red then 4 47 when :dark_purple then 5 48 when :dark_yellow, :narrative then 6 49 when :default_white, :default, :dark_white then 7 50 when :silver then 8 51 when :blue then [all...] |
| colour_reporter.rb | 19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i 21 when /PASS/ 23 when /^OK$/ 25 when /(?:FAIL|ERROR)/ 27 when /IGNORE/ 29 when /^(?:Creating|Compiling|Linking)/
|
| generate_module.rb | 16 #help text when requested 84 when /^-d/ then @destroy = true 85 when /^-u/ then @update_svn = true 86 when /^-p(\w+)/ then @pattern = $1 87 when /^-s(.+)/ then @path_src = $1 88 when /^-i(.+)/ then @path_inc = $1 89 when /^-t(.+)/ then @path_tst = $1 90 when /^-y(.+)/ then @yaml_config = $1 91 when /^(\w+)/ 94 when /^-(h|-help)/ [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| random_0004.S | 1 # Test for ASTAT bits being written when they shouldn't (only a reg mov)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| random_0004.S | 1 # Test for ASTAT bits being written when they shouldn't (only a reg mov)
|
| /src/bin/sh/ |
| shell.h | 51 * When debugging is on, debugging info will be written to ./trace and 112 #define CTRACE(when, param) do { \ 113 if ((DFlags & (when)) != 0) \ 117 #define CCTRACE(when,cond,param) do { \ 118 if ((cond) && (DFlags & (when)) != 0) \ 122 #define CTRACEV(when, param) do { \ 123 if ((DFlags & (when)) != 0) \ 127 #define XTRACE(when, param, xtra) do { \ 128 if ((DFlags & (when)) != 0) { \ 134 #define VTRACE(when, param) do { [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| features.py | 22 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and variable 27 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'), variable 31 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'), variable 34 Feature(name='has-fblocks', when=lambda cfg: hasCompileFlag(cfg, '-fblocks')), 35 Feature(name='-fsized-deallocation', when=lambda cfg: hasCompileFlag(cfg, '-fsized-deallocation')), 36 Feature(name='-faligned-allocation', when=lambda cfg: hasCompileFlag(cfg, '-faligned-allocation')), 37 Feature(name='fdelayed-template-parsing', when=lambda cfg: hasCompileFlag(cfg, '-fdelayed-template-parsing')), 38 Feature(name='libcpp-no-if-constexpr', when=lambda cfg: '__cpp_if_constexpr' not in featureTestMacros(cfg)), 39 Feature(name='libcpp-no-structured-bindings', when=lambda cfg: '__cpp_structured_bindings' not in featureTestMacros(cfg)), 40 Feature(name='libcpp-no-deduction-guides', when=lambda cfg: featureTestMacros(cfg).get('__cpp_deduction_guides', 0) < 201611) 52 when=lambda cfg: hasCompileFlag(cfg, '-fmodules'), variable 166 when=lambda cfg: shutil.which('gdb') is not None, variable [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer_p.h | 22 isc__timermgr_nextevent(isc_timermgr_t *timermgr, isc_time_t *when);
|
| /src/external/mpl/bind/dist/tests/dns/ |
| time_test.c | 42 uint32_t when; local 52 result = dns_time32_fromtext(test_text, &when); 54 assert_int_equal(when, test_time); 63 uint32_t when; local 73 result = dns_time32_fromtext(test_text, &when); 75 assert_int_equal(when, test_time); 84 uint32_t when; local 94 result = dns_time32_fromtext(test_text, &when); 96 assert_int_equal(when, test_time); 105 uint32_t when; local 126 uint32_t when; local 147 uint32_t when; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| unchecked_union.exp | 33 when 0 => 36 when ? => 38 when others => 46 when ? => 48 when ? =>
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| unchecked_union.exp | 33 when 0 => 36 when ? => 38 when others => 46 when ? => 48 when ? =>
|
| /src/external/mpl/bind/dist/lib/isc/ |
| stdtime.c | 53 time_t when; local 59 when = t; 60 INSIST(ctime_r(&when, out) != NULL);
|
| /src/external/mpl/dhcp/dist/common/ |
| dispatch.c | 61 if ((timeouts -> when . tv_sec < cur_tv . tv_sec) || 62 ((timeouts -> when . tv_sec == cur_tv . tv_sec) && 63 (timeouts -> when . tv_usec <= cur_tv . tv_usec))) { 74 tvp -> tv_sec = timeouts -> when . tv_sec; 75 tvp -> tv_usec = timeouts -> when . tv_usec; 82 /* Wait for packets to come in using select(). When one does, call 205 void add_timeout (when, where, what, ref, unref) 206 struct timeval *when; 275 sec = when->tv_sec - cur_tv.tv_sec; 276 usec = when->tv_usec - cur_tv.tv_usec [all...] |
| /src/crypto/external/apache2/openssl/dist/VMS/ |
| test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
| /src/crypto/external/bsd/openssl/dist/VMS/ |
| test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
| /src/crypto/external/bsd/openssl.old/dist/VMS/ |
| test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/ |
| rnd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
|
| /src/crypto/external/apache2/openssl/lib/libdes/ |
| ornd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/ |
| rnd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
|
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| ornd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
| rnd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
|
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| ornd_keys.c | 71 struct timeval when; local 76 gettimeofday(&when, NULL); 81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
|
| /src/external/cddl/osnet/dev/cyclic/ |
| cyclic_test.c | 58 cyc_time_t when; local 66 when.cyt_when = 0; 67 when.cyt_interval = 1000000000; 73 id = cyclic_add(&hdlr, &when); 165 cyc_time_t when; local 175 when.cyt_when = 0; 181 when.cyt_interval = 200000000; 183 id = cyclic_add(&hdlr, &when); 185 when.cyt_interval = 400000000; 187 id1 = cyclic_add(&hdlr, &when); [all...] |
| /src/games/trek/ |
| schedule.c | 150 double when; local 153 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor; 154 return (schedule(ev, when, x, y, z)); 170 double when; local 174 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor; 175 reschedule(e, when);
|
| /src/external/apache2/llvm/autoconf/autoconf/m4/ |
| need_dev_zero_for_mmap.m4 | 2 # When allocating RWX memory, check whether we need to use /dev/zero 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|