Searched refs:when (Results 1 - 25 of 855) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dle_error.l2 .*invalid when little-endian
3 .*invalid when little-endian
4 .*invalid when little-endian
5 .*invalid when little-endian
6 .*invalid when little-endian
7 .*invalid when little-endian
8 .*invalid when little-endian
9 .*invalid when little-endian
/netbsd-current/external/bsd/ntp/dist/sntp/unity/auto/
H A Dcolour_prompt.rb42 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
[all...]
H A Dcolour_reporter.rb19 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)/
H A Dgenerate_module.rb16 #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 /
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Drandom_0004.S1 # Test for ASTAT bits being written when they shouldn't (only a reg mov)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Drandom_0004.S1 # Test for ASTAT bits being written when they shouldn't (only a reg mov)
/netbsd-current/bin/sh/
H A Dshell.h112 #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 { \
136 (when)<<DBG_VBOSE_SHIF
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dfeatures.py22 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
52 when=lambda cfg: hasCompileFlag(cfg, '-fmodules'), variable
166 when=lambda cfg: shutil.which('gdb') is not None, variable
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dtimer_p.h28 isc__timermgr_nextevent(isc_timermgr_t *timermgr, isc_time_t *when);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtimer_p.h22 isc__timermgr_nextevent(isc_timermgr_t *timermgr, isc_time_t *when);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dsymbols-6-64.s1 # now look at what happens when we append some indirects to the normal
H A Dsymbols-6.s1 # now look at what happens when we append some indirects to the normal
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dcpu-warn2.s1 ; Test warnings when multiple .cpu pseudo-ops are defined.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dpriv-reg-fail-read-only-02.s2 # CSRRS, CSRRC, CSRRSI and CSRRCI write CSR when rs isn't zero.
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dtime_test.c42 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...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dus-err-2.s1 ; Test that we get an error when directive does not match option.
2 ; Make sure we specify ELF so we don't get spurious failures when testing
H A Dus-err-3.s1 ; Test that we get an error when directive does not match option.
2 ; Make sure we specify ELF so we don't get spurious failures when testing
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dunchecked_union.exp33 when 0 =>
36 when ? =>
38 when others =>
46 when ? =>
48 when ? =>
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dstdtime.c54 time_t when; local
62 when = t;
63 INSIST((ctime_r(&when, out) != NULL));
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dpic-reloc-6.d6 #error: \(\.text\+0x0\): relocation R_MIPS16_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC\n
7 #error: \(\.text\+0x8\): relocation R_MIPS16_HI16 against `bar' cannot be used when making a shared object; recompile with -fPIC\n
8 #error: \(\.text\+0x10\): relocation R_MIPS16_TLS_TPREL_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC\n
9 #error: \(\.text\+0x14\): relocation R_MIPS16_TLS_TPREL_LO16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC\n
10 #error: \(\.text\+0x18\): relocation R_MIPS16_TLS_TPREL_HI16 against `global_tls' cannot be used when making a shared object; recompile with -fPIC\n
11 #error: \(\.text\+0x1c\): relocation R_MIPS16_TLS_TPREL_LO16 against `global_tls' cannot be used when making a shared object; recompile with -fPIC\Z
/netbsd-current/external/mpl/dhcp/dist/common/
H A Ddispatch.c61 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;
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;
278 if ((when
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netbsd-current/sys/rump/net/lib/libvirtif/
H A DMakefile.virtif5 .error Define VIRTIF when including ${.PARSEFILE}
/netbsd-current/crypto/external/bsd/openssl.old/dist/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dfloat16-eabi-no-format.d1 # name: Tag_ABI_FP_16bit_format EABI attribute not written when format not specified

Completed in 211 milliseconds

1234567891011>>