Searched refs:here (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/generics/inference/5081782/
H A DNeg.java35 Neg.<Can,I,write,a,little,story,here>m();
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DDriveLetter.java43 String here = System.getProperty("user.dir");
44 if (here.length() < 2 || here.charAt(1) != ':')
48 File tempFile = File.createTempFile("foo", "tmp", new File(here));
51 String drive = here.substring(0, 2);
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbReadTwiceTest.sh57 # be under here too, and pass it into jdb, to avoid problems
65 here="$baseDir"
66 jdbFiles="$HOME/jdb.ini $HOME/.jdbrc $here/jdb.ini $here/.jdbrc $tmpResult $fred"
68 cd $here
127 mkFiles $here/jdb.ini
129 failIfNot 1 "from $here/jdb.ini"
132 mkFiles $here/.jdbrc
134 failIfNot 1 "from $here/.jdbrc"
151 cd $here
[all...]
H A DWatchFramePop.sh54 a2(); // @1 breakpoint. We'll do a watch of watchMe here
63 System.out.println("in a3"); // After the watch, we'll run to here, line 21
64 a4(); // We'll do a 'next' to here. The failure is that this
86 cmd quit # so we never get here.
H A DRedefineMulti.sh63 doSomething(); // @1 breakpoint here line 16
/openjdk7/jdk/test/java/security/cert/CertificateFactory/openssl/
H A DOpenSSLCert.java52 String here = System.getProperty("test.src", "");
54 Files.copy(Paths.get(here, file), fout);
/openjdk7/jdk/make/common/shared/
H A DCompiler-msvc.gmk58 WINDOWSSDKDIR := $(error WINDOWSSDKDIR cannot be empty here)
77 COMPILER_PATH := $(error COMPILER_PATH cannot be empty here)
80 COMPILER_VERSION := $(error COMPILER_VERSION cannot be empty here)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_fr.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_it.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_de.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_es.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_pt_BR.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_sv.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_zh_TW.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_ko.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_zh_CN.properties31 # live here, since the serializer largely implements that package.
H A DXMLSerializerMessages_ja.properties31 # live here, since the serializer largely implements that package.
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DWalkWithSecurity.java43 String here = System.getProperty("user.dir");
50 if (Files.isSameFile(Paths.get(here), dir))
98 throw new RuntimeException("Should not get here");
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java67 private Attr here; field in class:DOMRetrievalMethod
125 // get here node
126 here = rmElem.getAttributeNodeNS(null, "URI");
198 // save here node
199 here = rmElem.getAttributeNodeNS(null, "URI");
203 return here;
H A DDOMReference.java97 private Attr here; field in class:DOMReference
251 this.here = refElem.getAttributeNodeNS(null, "URI");
331 here = refElem.getAttributeNodeNS(null, "URI");
525 return here;
/openjdk7/hotspot/agent/make/
H A Dsaenv64.bat28 REM MKS/Cygwin here?
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java175 byte[] here = { '.' };
176 return here;
/openjdk7/hotspot/make/windows/
H A Dcreate.bat190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s88 / Signal handler continues here if SSE is not available
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp987 // add a default value for it here.
1143 assert(UseConcMarkSweepGC, "CMS is expected to be on here");
1494 // say in PS. So we set it here to 10%. Otherwise the heap might
1508 // Use FLAG_SET_DEFAULT here rather than FLAG_SET_ERGO to make sure that
3081 // Delay warning until here so that we've had a chance to process
3201 // can't enable biased locking here

Completed in 69 milliseconds

12