Home
last modified time | relevance | path

Searched defs:TEST_SRC_DIR (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/
H A Dresolve_table.h.in16 #define TEST_SRC_DIR "@srcdir@" macro
/dports/devel/liblouis/liblouis-3.20.0/tests/
H A Dresolve_table.h.in16 #define TEST_SRC_DIR "@srcdir@" macro
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A Dtest_config.h.in4 #define TEST_SRC_DIR "@abs_srcdir@" macro
H A Dtest_config.h4 #define TEST_SRC_DIR "/Users/jimg/src/opendap/hyrax_git/libdap4/unit-tests" macro
/dports/devel/log4sh/log4sh-1.4.2/
H A DMakefile7 TEST_SRC_DIR=$(PWD)/src/test macro
/dports/biology/gemma/GEMMA-0.98.3/contrib/shunit2-2.0.3/
H A DMakefile20 TEST_SRC_DIR=$(SRC_DIR)/test macro
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/
H A DUtils.java74 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/
H A DUtils.java74 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/
H A DUtils.java83 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/pack200/
H A DUtils.java83 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/
H A DUtils.java83 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/pack200/
H A DUtils.java83 static final File TEST_SRC_DIR = new File(System.getProperty("test.src")); field in Utils
/dports/graphics/blender/blender-2.91.0/extern/glog/src/
H A Dconfig_mac.h175 #define TEST_SRC_DIR "." macro
H A Dconfig_freebsd.h175 #define TEST_SRC_DIR "." macro
H A Dconfig_hurd.h181 #define TEST_SRC_DIR "." macro
H A Dconfig_haiku.h157 #define TEST_SRC_DIR "." macro
H A Dconfig_linux.h181 #define TEST_SRC_DIR "." macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/
H A Dconfig.h172 #define TEST_SRC_DIR "." macro
H A Dgoogletest.h87 static const char TEST_SRC_DIR[] = "../.."; variable
90 static const char TEST_SRC_DIR[] = "."; variable
/dports/biology/gemma/GEMMA-0.98.3/
H A DMakefile104 TEST_SRC_DIR = ./test/src macro
/dports/devel/glog/glog-0.5.0/src/
H A Dgoogletest.h87 static const char TEST_SRC_DIR[] = "../.."; variable
90 static const char TEST_SRC_DIR[] = "."; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/test plugin/org/eclipse/jdt/debug/testplugin/
H A DJavaProjectHelper.java70 public static final IPath TEST_SRC_DIR= new Path("testprograms"); field in JavaProjectHelper