Home
last modified time | relevance | path

Searched refs:CONFIGS (Results 51 – 75 of 301) sorted by relevance

12345678910>>...13

/dports/games/3dc/3Dc/src/
H A DMakefile16 CONFIGS=-DHAVE_UNISTD_H macro
35 CFLAGS+=${COPTIONS} ${DEBUG} ${CONFIGS} ${PREFS} -I../include -I${LOCALBASE}/include
/dports/www/jetty8/jetty-distribution-8.1.15.v20140411/bin/
H A Djetty.sh142 CONFIGS=()
301 if [ -z "$CONFIGS" ] && [ -f "$JETTY_CONF" ] && [ -r "$JETTY_CONF" ]
318 CONFIGS+=("$XMLFILE")
325 CONFIGS+=("$CONF")
/dports/textproc/perl2html/perl2html-0.9.2/
H A DMakefile.in38 CONFIGS = ./config.status Makefile config.h
67 $(TARGET): $(CONFIGIN) $(CONFIGS) $(LEXOUTPUT) $(SRCS) $(HDRS)
70 $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS)
124 dist: $(CONFIGIN) $(CONFIGS) $(LEXSRCS) $(SRCS) $(HDRS) $(DOCS)
/dports/math/boolector/boolector-3.2.2/contrib/
H A Dpoolector.py25 CONFIGS = [ variable
44 cmd.extend(CONFIGS[i])
94 ncpus = len(CONFIGS)
/dports/www/node10/node-v10.24.1/deps/v8/tools/clusterfuzz/
H A Dv8_foozzie.py23 CONFIGS = dict( variable
214 assert options.first_config in CONFIGS
215 assert options.second_config in CONFIGS
283 first_config_flags = common_flags + CONFIGS[options.first_config]
284 second_config_flags = common_flags + CONFIGS[options.second_config]
/dports/devel/php-ice37/ice-3.7.2/objective-c/config/
H A DMake.rules18 ifneq ($(filter arc-%,$(CONFIGS)),)
20 override CONFIGS := $(call unique,$(CONFIGS) $(patsubst arc-%,%,$(CONFIGS)))
/dports/devel/ice37/ice-3.7.2/objective-c/config/
H A DMake.rules18 ifneq ($(filter arc-%,$(CONFIGS)),)
20 override CONFIGS := $(call unique,$(CONFIGS) $(patsubst arc-%,%,$(CONFIGS)))
/dports/devel/py-ice37/ice-3.7.2/objective-c/config/
H A DMake.rules18 ifneq ($(filter arc-%,$(CONFIGS)),)
20 override CONFIGS := $(call unique,$(CONFIGS) $(patsubst arc-%,%,$(CONFIGS)))
/dports/sysutils/minimunin/minimunin-0.5/test/
H A Dconftest4 CONFIGS=`/usr/bin/find ${CONFIG_DIR} -type f -exec /usr/bin/grep -v -e ^\# -e ^$ {} \; -exec /bin/e…
31 ${CONFIGS}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/initializers/
H A Ddirect_upload_support.rb38 CONFIGS = { constant
44 CONFIGS.each do |uploader_type, uploader|
/dports/math/libxsmm/libxsmm-1.16.3/scripts/
H A Dtool_test.sh119 if [ "" = "${CONFIGS}" ]; then
121 CONFIGS=${CONFIG}
123 CONFIGS=none
127 CONFIGS=${CONFIG}
267 for CONFIG in ${CONFIGS}; do
/dports/news/nzbget/nzbget-21.1/linux/
H A Dbuild-nzbget41 CONFIGS=""
68 CONFIGS=`echo "$CONFIGS $PARAM" | xargs`
128 if [ "$CONFIGS" == "" ]; then
129 CONFIGS="release debug"
155 echo " configs : $CONFIGS"
600 for CONFIG in $CONFIGS; do
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dhost_unittest.cc61 const char* CONFIGS[] = { variable
836 configure(CONFIGS[config_index], *client.getServer()); in testReservationByIdentifier()
1125 configure(CONFIGS[3], *client.getServer()); in testOverrideRequestedOptions()
1353 configure(CONFIGS[3], *client.getServer()); in testHostOnlyOptions()
1385 configure(CONFIGS[5], *client.getServer()); in testOverrideVendorOptions()
1447 ASSERT_NO_THROW(configure(CONFIGS[13], *client1.getServer())); in testMultipleClientsRace()
1518 configure(CONFIGS[0], *client.getServer()); in TEST_F()
1588 configure(CONFIGS[0], *client.getServer()); in TEST_F()
1640 configure(CONFIGS[0], *client.getServer()); in TEST_F()
2298 ASSERT_NO_THROW(configure(CONFIGS[6], *client1.getServer())); in TEST_F()
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/
H A Drun_tests.py139 CONFIGS = ('win-dbg', 'win-dbg8', 'win-opt', 'win-opt8') variable
141 CONFIGS = ('mac-dbg', 'mac-opt') variable
143 CONFIGS = ('dbg', 'opt')
260 available_configurations=CONFIGS):
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java63 private static final List<GraphicsConfiguration> CONFIGS = getConfigs(); field in bug7123767
144 for (GraphicsConfiguration config: CONFIGS) { in testGC()
198 for (GraphicsConfiguration config: CONFIGS) { in bug7123767()
227 for (GraphicsConfiguration config: CONFIGS) { in testToolTip()
/dports/emulators/uae/uae-0.8.29/
H A DMakefile.in20 CONFIGS = a500 a500-expanded a500plus a1200 a4000 poweruser
31 for x in $(CONFIGS); do \
/dports/net/frr7-pythontools/frr-frr-7.5.1/
H A Dbuildtest.sh41 CONFIGS="$2"
65 for cfg in ${CONFIGS:-$defconfigs}; do
/dports/net/frr7/frr-frr-7.5.1/
H A Dbuildtest.sh41 CONFIGS="$2"
65 for cfg in ${CONFIGS:-$defconfigs}; do

12345678910>>...13