Searched refs:BASENAME (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/java/io/File/
H A DWinDirRelative.java36 private static final String BASENAME = "TestFile_"; field in class:WinDirRelative
54 String filename = BASENAME + i + EXTENSION;
69 if (f.getName().toString().startsWith(BASENAME)) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DInterfaceMethodHandleTest.java137 private static final String BASENAME = InterfaceMethodHandleTest.class.getName(); field in class:InterfaceMethodHandleTest
138 private static final String NAME = BASENAME + "_B";
156 cw.visit(52, ACC_SUPER | ACC_PUBLIC, jvmName, null, "java/lang/Object", new String[]{BASENAME.replace('.', '/') + "$I"});
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1082 BASENAME
1244 BASENAME
2212 BASENAME Override default value for BASENAME
5228 if [ -z "${BASENAME+x}" ]; then
5239 case $BASENAME in
5241 ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.
5262 BASENAME=$ac_cv_path_BASENAME
5263 if test -n "$BASENAME"; then
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASENAME" >
[all...]

Completed in 63 milliseconds