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

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DStratumLineInfo.java33 private final String sourcePath; field in class:StratumLineInfo
36 String sourceName, String sourcePath) {
40 this.sourcePath = sourcePath;
61 if (sourcePath == null) {
64 return sourcePath;
35 StratumLineInfo(String stratumID, int lineNumber, String sourceName, String sourcePath) argument
H A DSDE.java45 String sourcePath; // do not read - use accessor field in class:SDE.FileTableRecord
49 * Return the sourcePath, computing it if not set.
50 * If set, convert '/' in the sourcePath to the
55 if (sourcePath == null) {
56 sourcePath = refType.baseSourceDir() + sourceName;
59 for (int i = 0; i < sourcePath.length(); ++i) {
60 char ch = sourcePath.charAt(i);
67 sourcePath = buf.toString();
71 return sourcePath;
129 * Default sourcePath (th
161 private String sourcePath = null; field in class:SDE.LineStratum
214 String sourcePath() { method in class:SDE.LineStratum
438 storeFile(int fileId, String sourceName, String sourcePath) argument
[all...]
H A DLocationImpl.java155 lineStratum.sourcePath());
191 public String sourcePath() throws AbsentInformationException { method in class:LocationImpl
192 return sourcePath(vm.getDefaultStratum());
195 public String sourcePath(String stratumID) method in class:LocationImpl
197 return sourcePath(declaringType.stratum(stratumID));
200 String sourcePath(SDE.Stratum stratum) method in class:LocationImpl
H A DConcreteMethodImpl.java137 lineStratum.sourcePath()));
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStratumLineInfo.java34 private final String sourcePath; field in class:StratumLineInfo
37 String sourceName, String sourcePath) {
41 this.sourcePath = sourcePath;
62 if (sourcePath == null) {
65 return sourcePath;
36 StratumLineInfo(String stratumID, int lineNumber, String sourceName, String sourcePath) argument
H A DSDE.java46 String sourcePath; // do not read - use accessor field in class:SDE.FileTableRecord
50 * Return the sourcePath, computing it if not set.
51 * If set, convert '/' in the sourcePath to the
56 if (sourcePath == null) {
57 sourcePath = refType.baseSourceDir() + sourceName;
60 for (int i = 0; i < sourcePath.length(); ++i) {
61 char ch = sourcePath.charAt(i);
68 sourcePath = buf.toString();
72 return sourcePath;
130 * Default sourcePath (th
162 private String sourcePath = null; field in class:SDE.LineStratum
215 String sourcePath() { method in class:SDE.LineStratum
439 storeFile(int fileId, String sourceName, String sourcePath) argument
[all...]
H A DLocationImpl.java158 lineStratum.sourcePath());
194 public String sourcePath() throws AbsentInformationException { method in class:LocationImpl
195 return sourcePath(vm.getDefaultStratum());
198 public String sourcePath(String stratumID) method in class:LocationImpl
200 return sourcePath(declaringType.stratum(stratumID));
203 String sourcePath(SDE.Stratum stratum) method in class:LocationImpl
H A DConcreteMethodImpl.java326 lineStratum.sourcePath()));
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DPackage.java44 ClassPath sourcePath; field in class:Package
67 public Package(ClassPath sourcePath, argument
73 this.sourcePath = sourcePath;
99 if (sourcePath != binaryPath) {
101 dir = sourcePath.getDirectory(pkg);
114 || sourcePath.getFiles(prefix, ".java").hasMoreElements();
137 return sourcePath.getFile(makeName(fileName));
142 return sourcePath.getFile(makeName(fileName));
148 return sourcePath
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DLocation.java64 * ({@link #sourceName()}, {@link #sourcePath()} and
165 * <code>sourcePath(vm.getDefaultStratum())</code> -
166 * see {@link #sourcePath(String)}
174 String sourcePath() throws AbsentInformationException; method in interface:Location
209 String sourcePath(String stratum) method in interface:Location
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DSourcePath.java53 private File[] sourcePath; field in class:SourcePath
106 sourcePath = new File[tempPathIndex];
107 System.arraycopy((Object)tempPath, 0, (Object)sourcePath,
118 for (int i = 0; i < sourcePath.length; i++) {
119 File directoryNeeded = new File(sourcePath[i], name);
H A DUtil.java304 File sourcePath, destPath = new File(configuration.destDirName);
311 sourcePath = new File(pathTokens.nextToken());
312 if(destPath.equals(sourcePath)){
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceManager.java54 private SearchPath sourcePath; field in class:SourceManager
71 public SourceManager(Environment env, SearchPath sourcePath) { argument
74 this.sourcePath = sourcePath;
82 sourcePath = sp;
109 return sourcePath;
134 File path = sourcePath.resolve(full);
H A DSourceTreeTool.java59 private SearchPath sourcePath; field in class:SourceTreeTool
74 sourcePath = sourceManager.getSourcePath();
127 sourcePath = sourceManager.getSourcePath();
185 String[] files = sourcePath.children(relativePath, filter);
192 File file = sourcePath.resolve(childName);
H A DSourceTool.java245 SearchPath sourcePath = sourceManager.getSourcePath();
246 file = sourcePath.resolve(fileName);
H A DThreadTreeTool.java66 private SearchPath sourcePath; field in class:ThreadTreeTool
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DTemperatureTableTest.java58 String sourcePath = loc.sourcePath();
59 if (sourcePath.equals(expectedSourcePath)) {
60 println(label + " sourcePath: " + sourcePath);
63 " expected sourcePath " + expectedSourcePath +
64 " got - " + sourcePath);
91 String sourcePath = loc.sourcePath(stratum);
92 if (sourcePath
[all...]
H A DMangleTest.java59 String sourcePath = loc.sourcePath();
60 if (sourcePath.equals(expectedSourcePath)) {
61 println(label + " sourcePath: " + sourcePath);
64 " expected sourcePath " + expectedSourcePath +
65 " got - " + sourcePath);
92 String sourcePath = loc.sourcePath(stratum);
93 if (sourcePath
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java143 final String sourcePath = asWin32Path(source);
185 CopyFileEx(sourcePath, targetPath, flags,
203 CopyFileEx(sourcePath, targetPath, flags, 0L);
287 final String sourcePath = asWin32Path(source);
293 MoveFileEx(sourcePath, targetPath, MOVEFILE_REPLACE_EXISTING);
383 MoveFileEx(sourcePath, targetPath, 0);
393 MoveFileEx(sourcePath, targetPath, MOVEFILE_COPY_ALLOWED);
445 RemoveDirectory(sourcePath);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java54 protected ClassPath sourcePath; field in class:BatchEnvironment
138 public BatchEnvironment(ClassPath sourcePath, argument
140 this(System.out, sourcePath, binaryPath);
143 ClassPath sourcePath,
145 this(out, sourcePath, binaryPath, (ErrorConsumer) null);
148 ClassPath sourcePath,
152 this.sourcePath = sourcePath;
175 ClassPath sourcePath;
225 sourcePath
142 BatchEnvironment(OutputStream out, ClassPath sourcePath, ClassPath binaryPath) argument
147 BatchEnvironment(OutputStream out, ClassPath sourcePath, ClassPath binaryPath, ErrorConsumer errorConsumer) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DSDE.c53 String sourcePath; // do not read - use accessor member in struct:__anon499
496 private void storeFile(int fileId, String sourceName, String sourcePath) { argument
500 fileTable[fileIndex].sourcePath = sourcePath;
508 String sourcePath = null; local
518 sourcePath = readLine();
520 storeFile(fileId, sourceName, sourcePath);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java182 public Collection<File> sourcePath() { method in class:Paths
455 Path sourcePath = getPathForLocation(SOURCE_PATH);
457 sourceSearchPath = sourcePath != null ? sourcePath : userClassPath;
484 Path sourcePath = getPathForLocation(SOURCE_PATH);
485 if (sourcePath == null)
490 otherSearchPath.addAll(sourcePath);
/openjdk7/langtools/test/tools/javac/4241573/
H A DT4241573.java57 String sourcePath = createPath(absJar, relJar, absDir, relDir);
62 "-sourcepath", sourcePath,
/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java471 Path sourcePath = source.toPath();
474 Files.copy(sourcePath, destinationPath, StandardCopyOption.REPLACE_EXISTING, LinkOption.NOFOLLOW_LINKS);
476 if (Files.isDirectory(sourcePath, LinkOption.NOFOLLOW_LINKS)) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1173 Set<Spring> sourcePath = tmpParallelSet;
1174 sourcePath.clear();
1177 sourcePath.add(spring);
1182 if (sourcePath.contains(spring)) {
1183 sourcePath.clear();
1194 sourcePath.clear();

Completed in 113 milliseconds

12