Home
last modified time | relevance | path

Searched refs:when (Results 51 – 75 of 41092) sorted by relevance

12345678910>>...1644

/dports/emulators/qemu5/qemu-5.2.0/hw/timer/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
5 softmmu_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
8 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 softmmu_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
22 softmmu_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_timer.c'))
25 softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c'))
30 softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_ost.c'))
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_nic.c'))
3 softmmu_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
9 softmmu_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
14 softmmu_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
19 softmmu_ss.add(when: 'CONFIG_LAN9118', if_true: files('lan9118.c'))
22 softmmu_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
32 softmmu_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
35 softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c'))
52 softmmu_ss.add(when: 'CONFIG_ETSEC', if_true: files(
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/intc/
H A Dmeson.build2 softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files(
12 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c'))
17 softmmu_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_pic.c'))
18 softmmu_ss.add(when: 'CONFIG_OPENPIC', if_true: files('openpic.c'))
19 softmmu_ss.add(when: 'CONFIG_PL190', if_true: files('pl190.c'))
20 softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_intc.c'))
37 specific_ss.add(when: 'CONFIG_IOAPIC', if_true: files('ioapic.c'))
42 specific_ss.add(when: 'CONFIG_OMPIC', if_true: files('ompic.c'))
49 specific_ss.add(when: 'CONFIG_SH4', if_true: files('sh_intc.c'))
52 specific_ss.add(when: 'CONFIG_XICS', if_true: files('xics.c'))
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/timer/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 softmmu_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 softmmu_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 softmmu_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
6 softmmu_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
8 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 softmmu_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/timer/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 softmmu_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 softmmu_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 softmmu_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
8 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 softmmu_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
25 softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c'))
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/char/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 softmmu_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 softmmu_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
11 softmmu_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_juart.c'))
12 softmmu_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_uart.c'))
16 softmmu_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/timer/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 softmmu_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 softmmu_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 softmmu_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
6 softmmu_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
8 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 softmmu_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_nic.c'))
3 softmmu_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
9 softmmu_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
14 softmmu_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
19 softmmu_ss.add(when: 'CONFIG_LAN9118', if_true: files('lan9118.c'))
22 softmmu_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
32 softmmu_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
35 softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c'))
51 softmmu_ss.add(when: 'CONFIG_ETSEC', if_true: files(
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_nic.c'))
3 softmmu_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
9 softmmu_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
14 softmmu_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
19 softmmu_ss.add(when: 'CONFIG_LAN9118', if_true: files('lan9118.c'))
22 softmmu_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
32 softmmu_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
35 softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c'))
51 softmmu_ss.add(when: 'CONFIG_ETSEC', if_true: files(
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_nic.c'))
3 softmmu_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
9 softmmu_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
14 softmmu_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
19 softmmu_ss.add(when: 'CONFIG_LAN9118', if_true: files('lan9118.c'))
22 softmmu_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
32 softmmu_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
35 softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c'))
51 softmmu_ss.add(when: 'CONFIG_ETSEC', if_true: files(
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/intc/
H A Dmeson.build2 softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files(
13 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c'))
18 softmmu_ss.add(when: 'CONFIG_OPENPIC', if_true: files('openpic.c'))
19 softmmu_ss.add(when: 'CONFIG_PL190', if_true: files('pl190.c'))
36 specific_ss.add(when: 'CONFIG_IOAPIC', if_true: files('ioapic.c'))
40 specific_ss.add(when: 'CONFIG_OMPIC', if_true: files('ompic.c'))
41 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_OPENPIC'],
52 specific_ss.add(when: 'CONFIG_XICS', if_true: files('xics.c'))
53 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_XICS'],
56 specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core61 when try
161 when try
186 when try
655 when try
703 when try
1113 when try
1179 when try
1258 when try
1288 when try
1301 when try
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dlfe_andor_SUITE.core61 when try
161 when try
186 when try
655 when try
703 when try
1113 when try
1179 when try
1258 when try
1288 when try
1301 when try
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dlfe_andor_SUITE.core59 when try
159 when try
184 when try
653 when try
701 when try
1111 when try
1177 when try
1256 when try
1286 when try
1299 when try
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core61 when try
161 when try
186 when try
655 when try
703 when try
1113 when try
1179 when try
1258 when try
1288 when try
1301 when try
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core61 when try
161 when try
186 when try
655 when try
703 when try
1113 when try
1179 when try
1258 when try
1288 when try
1301 when try
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dlfe_andor_SUITE.core59 when try
159 when try
184 when try
653 when try
701 when try
1111 when try
1177 when try
1256 when try
1286 when try
1299 when try
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core61 when try
161 when try
186 when try
655 when try
703 when try
1113 when try
1179 when try
1258 when try
1288 when try
1301 when try
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/char/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 softmmu_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 softmmu_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
13 softmmu_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
15 softmmu_ss.add(when: 'CONFIG_SERIAL', if_true: files('serial.c'))
21 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_console.c'))
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/char/
H A Dmeson.build1 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 softmmu_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 softmmu_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 softmmu_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
13 softmmu_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
15 softmmu_ss.add(when: 'CONFIG_SERIAL', if_true: files('serial.c'))
21 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen_console.c'))
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/libcxx/test/
H A Dfeatures.py22 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
27 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
31 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
48 when=lambda cfg: sourceBuilds(cfg, """
57 when=lambda cfg: sourceBuilds(cfg, """
115 when=lambda cfg, m=macro: m in compilerMacros(cfg),
149 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
150 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
152 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
153 Feature(name='netbsd', when=lambda cfg: '__NetBSD__' in compilerMacros(cfg)),
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/libcxx/test/
H A Dfeatures.py22 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
27 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
31 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
48 when=lambda cfg: sourceBuilds(cfg, """
57 when=lambda cfg: sourceBuilds(cfg, """
115 when=lambda cfg, m=macro: m in compilerMacros(cfg),
149 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
150 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
152 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
153 Feature(name='netbsd', when=lambda cfg: '__NetBSD__' in compilerMacros(cfg)),
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/libcxx/test/
H A Dfeatures.py22 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
27 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
31 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
48 when=lambda cfg: sourceBuilds(cfg, """
57 when=lambda cfg: sourceBuilds(cfg, """
115 when=lambda cfg, m=macro: m in compilerMacros(cfg),
149 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
150 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
152 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
153 Feature(name='netbsd', when=lambda cfg: '__NetBSD__' in compilerMacros(cfg)),
[all …]
/dports/security/snort3/snort3-3.1.19.0/lua/
H A Dsnort.lua133 { when = { service = 'dnp3' }, use = { type = 'dnp3' } },
134 { when = { service = 'dns' }, use = { type = 'dns' } },
138 { when = { service = 'imap' }, use = { type = 'imap' } },
141 { when = { service = 'iec104' }, use = { type = 'iec104' } },
142 { when = { service = 'modbus' }, use = { type = 'modbus' } },
143 { when = { service = 'pop3' }, use = { type = 'pop' } },
144 { when = { service = 'ssh' }, use = { type = 'ssh' } },
145 { when = { service = 'sip' }, use = { type = 'sip' } },
146 { when = { service = 'smtp' }, use = { type = 'smtp' } },
147 { when = { service = 'ssl' }, use = { type = 'ssl' } },
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/tools/
H A DTestFsckSalted.java4 import static org.mockito.Mockito.when;
45 when(options.fix()).thenReturn(false); in before()
46 when(options.compact()).thenReturn(false); in before()
47 when(options.resolveDupes()).thenReturn(false); in before()
48 when(options.lastWriteWins()).thenReturn(false); in before()
49 when(options.deleteOrphans()).thenReturn(false); in before()
54 when(options.threads()).thenReturn(1); in before()
73 when(metrics.getId("sys.cpu.system")) in before()
87 when(tag_values.getId("web03")) in before()
94 when(metrics.width()).thenReturn((short)3); in before()
[all …]

12345678910>>...1644