Searched defs:path (Results 26 - 50 of 363) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DBsdFileSystemProvider.java47 BsdFileStore getFileStore(UnixPath path) throws IOException { argument
48 return new BsdFileStore(path);
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); argument
/openjdk7/langtools/test/tools/javac/api/6420409/
H A DT6420409.java66 static void test(Iterable<? extends File> path, File file, Location location) { argument
67 Iterator<? extends File> it = path.iterator();
72 System.err.format((Locale)null, "OK: %s: %s%n", location, path);
/openjdk7/langtools/test/tools/javac/processing/6350124/
H A DT6350124.java37 String classpath = System.getProperty("java.class.path");
47 "-d", "aClasses", path(srcDir, "HelloWorldAP.java"));
57 path(srcDir, "Marked.java"));
101 static String path(File dir, String name) { method in class:T6350124
/openjdk7/langtools/test/tools/javac/processing/6414633/
H A DT6414633.java46 String testClassPath = System.getProperty("test.class.path", testClasses);
68 private static List<File> pathToFiles(String path) { argument
70 for (String s: path.split(File.pathSeparator)) {
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTest.java45 void javadoc(String path, String expect) { argument
49 "-bootclasspath", System.getProperty("sun.boot.class.path"),
52 new File(testSrc, path).getPath()
/openjdk7/langtools/test/tools/javadoc/
H A DT6968833.java47 File writeFile(File dir, String path, String s) throws IOException { argument
48 File f = new File(dir, path);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPathList.java44 void add(LivenessPath path) { argument
45 list.add(path);
48 void remove(LivenessPath path) { argument
49 list.remove(path);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMenuElement.java43 * <code>path</code> is the path of the receiving element in the menu
53 public void processMouseEvent(MouseEvent event,MenuElement path[],MenuSelectionManager manager); argument
59 public void processKeyEvent(KeyEvent event,MenuElement path[],MenuSelectionManager manager); argument
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DMenuKeyEvent.java51 private MenuElement path[]; field in class:MenuKeyEvent
67 * @param p an array of MenuElement objects specifying a path
75 path = p;
80 * Returns the path to the menu item referenced by this event.
82 * @return an array of MenuElement objects representing the path value
85 return path;
H A DTreeModelEvent.java55 protected TreePath path; field in class:TreeModelEvent
63 * removed, identifying the path to the parent of the modified items as
117 * @param path an array of Object identifying the path to the
128 public TreeModelEvent(Object source, Object[] path, int[] childIndices, argument
131 this(source, new TreePath(path), childIndices, children);
136 * removed, identifying the path to the parent of the modified items as
144 * @param path a TreePath object that identifies the path to the
153 public TreeModelEvent(Object source, TreePath path, in argument
184 TreeModelEvent(Object source, Object[] path) argument
206 TreeModelEvent(Object source, TreePath path) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicCheckBoxMenuItemUI.java53 public void processMouseEvent(JMenuItem item,MouseEvent e,MenuElement path[],MenuSelectionManager manager) { argument
61 manager.setSelectedPath(path);
63 MenuElement newPath[] = new MenuElement[path.length-1];
65 for(i=0,c=path.length-1;i<c;i++)
66 newPath[i] = path[i];
H A DBasicRadioButtonMenuItemUI.java50 public void processMouseEvent(JMenuItem item,MouseEvent e,MenuElement path[],MenuSelectionManager manager) { argument
59 manager.setSelectedPath(path);
61 MenuElement newPath[] = new MenuElement[path.length-1];
63 for(i=0,c=path.length-1;i<c;i++)
64 newPath[i] = path[i];
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystems.java57 * application class path or in the extension directory, the JAR file contains a
357 * @param path
358 * the path to the file
375 public static FileSystem newFileSystem(Path path, argument
379 if (path == null)
386 return provider.newFileSystem(path, env);
397 return provider.newFileSystem(path, env);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSingleLeafTreeSelectionModel.java49 public void setSelectionPath(TreePath path) { argument
50 if(((TreeNode)(path.getLastPathComponent())).isLeaf()) {
51 super.setSelectionPath(path);
57 // Only look at first path, as all others will be
65 public void addSelectionPath(TreePath path) { argument
66 if(((TreeNode)(path.getLastPathComponent())).isLeaf()) {
67 super.setSelectionPath(path);
73 // Only look at first path, as all others will be
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreatorVC10.java92 public FileVisitResult preVisitDirectory(Path path, BasicFileAttributes attrs) argument
95 // TODO remove attrs, if path is matched in this dir, then it is too in every subdir.
101 if (cfg.matchesIgnoredPath(path.toAbsolutePath().toString())) {
106 if (cfg.matchesHidePath(path.toAbsolutePath().toString())) {
113 String name = startDir.relativize(path.toAbsolutePath()).toString();
119 return super.preVisitDirectory(path, attrs);
H A DFileTreeCreatorVC7.java103 public FileVisitResult preVisitDirectory(Path path, BasicFileAttributes attrs) argument
109 if (path.toAbsolutePath().toString().equals(this.startDir.toAbsolutePath().toString())){
112 rPath = path.getFileName().toString();
117 if (cfg.matchesIgnoredPath(path.toAbsolutePath().toString())) {
122 if (cfg.matchesHidePath(path.toAbsolutePath().toString())) {
133 return super.preVisitDirectory(path, attrs);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/probe/provider/
H A DPluginPoint.java40 String path; field in class:PluginPoint
44 path = lpath;
52 return path;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DResourceLoader.java44 * Returns the actual location of the resource from the 'path'
47 * @param path
48 * Desiganates an absolute path within an web application, such as:
54 URL getResource(String path) throws MalformedURLException; argument
66 * null if the path is invalid. empty if the path didn't contain
71 Set<String> getResourcePaths(String path); argument
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.h64 char path[MAX_NAME_LENGTH]; member in struct:tag_AudioDevicePath
71 char path[MAX_NAME_LENGTH+1]; member in struct:tag_AudioDeviceDescription
89 * fills adDesc from the audio device given in path
91 * if getNames is 0, only path and pathctl are filled
93 int getAudioDeviceDescription(char* path, AudioDeviceDescription* adDesc, int getNames);
/openjdk7/jdk/src/solaris/native/java/io/
H A DFileOutputStream_md.c57 jstring path, jboolean append) {
58 fileOpen(env, this, path, fos_fd,
56 Java_java_io_FileOutputStream_open(JNIEnv *env, jobject this, jstring path, jboolean append) argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DMacOSXNativeDispatcher.c38 jcharArray path,
47 char *chars = (char*)(*env)->GetPrimitiveArrayCritical(env, path, 0);
48 jsize len = (*env)->GetArrayLength(env, path);
50 (*env)->ReleasePrimitiveArrayCritical(env, path, chars, 0);
37 Java_sun_nio_fs_MacOSXNativeDispatcher_normalizepath(JNIEnv* env, jclass this, jcharArray path, jint form) argument
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java464 private static String asWin32Path(WindowsPath path) throws IOException { argument
466 return path.getPathForWin32Calls();
468 x.rethrowAsIOException(path);
481 String path = WindowsLinkSupport.getFinalPath(source, followLinks);
490 WindowsAclFileAttributeView.getFileSecurity(path, request);
H A DWindowsLinkSupport.java51 static String readLink(WindowsPath path) throws IOException { argument
54 handle = path.openForReadAttributeAccess(false); // don't follow links
56 x.rethrowAsIOException(path);
66 * Returns the final path (all symbolic links resolved) or null if this
90 * Returns the final path of a given path as a String. This should be used
98 // if not following links then don't need final path
102 // if file is not a sym link then don't need final path
110 // The file is a symbolic link so attempt to get the final path
134 // no parent so use parent of absolute path
346 resolveAllLinks(WindowsPath path) argument
411 stripPrefix(String path) argument
[all...]
H A DWindowsUriSupport.java43 * Returns URI to represent the given (absolute) path
45 private static URI toUri(String path, boolean isUnc, boolean addSlash) { argument
50 int slash = path.indexOf('\\', 2);
51 uriHost = path.substring(2, slash);
52 uriPath = path.substring(slash).replace('\\', '/');
66 uriPath = "/" + path.replace('\\', '/');
83 // octets so fallback to encoding the server name into the URI path
85 uriPath = "//" + path.replace('\\', '/');
98 static URI toUri(WindowsPath path) { argument
99 path
[all...]

Completed in 46 milliseconds

1234567891011>>