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

<<1112131415

/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp638 OLECHAR olePath[MAX_PATH]; // wide-char version of path name
658 // IShellFolder::ParseDisplayName requires the path name in Unicode.
787 (JNIEnv* env, jobject folder, jstring path)
790 LPCTSTR szPath = JNU_GetStringPlatformChars(env, path, NULL);
795 JNU_ReleaseStringPlatformChars(env, path, szPath);
786 Java_sun_awt_shell_Win32ShellFolder2_getExecutableType(JNIEnv* env, jobject folder, jstring path) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java51 * Relative path from the file getting generated to the destination
53 * "java/lang/Object.html", then the relative path string is "../../".
66 * Platform-dependent directory path from the current or the
70 * "java/lang/Object.html", then the path string is "java/lang".
72 public String path = ""; field in class:HtmlDocletWriter
110 * @param path Platform-dependent {@link #path} used when
116 String path, String filename,
118 super(configuration, path, filename);
120 this.path
115 HtmlDocletWriter(ConfigurationImpl configuration, String path, String filename, String relativePath) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java156 * @param path The directory path to be created for this file
167 String path, String filename, String docencoding)
169 super(Util.genWriter(configuration, path, filename, docencoding));
166 HtmlWriter(Configuration configuration, String path, String filename, String docencoding) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java177 /** The path name of the class file currently being read.
2466 List<File> path = List.nil();
2468 path = path.prepend(file);
2470 log.printVerbose("sourcepath", path.reverse().toString());
2472 List<File> path = List.nil();
2474 path = path.prepend(file);
2476 log.printVerbose("sourcepath", path.reverse().toString());
2479 List<File> path
2630 inferBinaryName(Iterable<? extends File> path) argument
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java171 String path;
173 path = first;
184 path = sb.toString();
186 return new ZipPath(this, getBytes(path));
199 FileStore getFileStore(ZipPath path) { argument
200 return new ZipFileStore(path);
254 public boolean matches(Path path) {
255 return pattern.matcher(path.toString()).matches();
310 ZipFileAttributes getFileAttributes(byte[] path) argument
317 e = getEntry0(path);
332 setTimes(byte[] path, FileTime mtime, FileTime atime, FileTime ctime) argument
356 exists(byte[] path) argument
368 isDirectory(byte[] path) argument
380 toZipPath(byte[] path) argument
389 iteratorOf(byte[] path, DirectoryStream.Filter<? super Path> filter) argument
493 newOutputStream(byte[] path, OpenOption... options) argument
538 newInputStream(byte[] path) argument
567 newByteChannel(byte[] path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
693 newFileChannel(byte[] path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
838 getTempPathForEntry(byte[] path) argument
851 removeTempPathForEntry(Path path) argument
858 checkParents(byte[] path) argument
872 getParent(byte[] path) argument
1089 createTempFileInSameDirectoryAs(Path path) argument
1308 getInode(byte[] path) argument
1323 getEntry0(byte[] path) argument
1332 deleteFile(byte[] path, boolean failIfNotExists) argument
2287 Path path; field in class:ZipFileSystem.ExChannelCloser
2290 ExChannelCloser(Path path, SeekableByteChannel ch, Set<InputStream> streams) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c414 // Guess whether the supplied path looks like an absolute path
416 cmsBool isabsolutepath(const char *path) argument
420 if(path == NULL)
422 if (path[0] == 0)
425 strncpy(ThreeChars, path, 3);
440 // Makes a file path based on a given reference path
441 // NOTE: this function doesn't check if the path exists or even if it's legal
942 SynError(it8, "File path to
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java109 * NOTE: This example obtains both the path and row, but you only need to
185 * particular path is expanded. This ONLY indicates whether a
186 * given path is expanded, and NOT if it is visible or not. That
287 * Lead selection path, may not be <code>null</code>.
292 * Anchor path.
327 private final TreePath path; field in class:JTree.DropLocation
330 private DropLocation(Point p, TreePath path, int index) { argument
332 this.path = path;
338 * with respect to the path returne
1512 isPathEditable(TreePath path) argument
1630 setSelectionPath(TreePath path) argument
1737 addSelectionPath(TreePath path) argument
1911 isPathSelected(TreePath path) argument
1979 hasBeenExpanded(TreePath path) argument
1990 isExpanded(TreePath path) argument
2037 isCollapsed(TreePath path) argument
2057 makeVisible(TreePath path) argument
2074 isVisible(TreePath path) argument
2099 getPathBounds(TreePath path) argument
2128 scrollPathToVisible(TreePath path) argument
2183 getRowForPath(TreePath path) argument
2198 expandPath(TreePath path) argument
2228 collapsePath(TreePath path) argument
2386 startEditingAtPath(TreePath path) argument
2608 removeSelectionPath(TreePath path) argument
2750 fireTreeExpanded(TreePath path) argument
2781 fireTreeCollapsed(TreePath path) argument
2812 fireTreeWillExpand(TreePath path) argument
2838 fireTreeWillCollapse(TreePath path) argument
3183 getModelIndexsForPath(TreePath path) argument
3533 setExpandedState(TreePath path, boolean state) argument
3705 removeDescendantSelectedPaths(TreePath path, boolean includePath) argument
3720 getDescendantSelectedPaths(TreePath path, boolean includePath) argument
4523 private TreePath path = null; field in class:JTree.AccessibleJTree.AccessibleJTreeNode
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java166 /** Row correspondin to lead path. */
516 * last item in path will be drawn into. Will return null if
517 * any component in path is currently valid.
519 public Rectangle getPathBounds(JTree tree, TreePath path) { argument
521 return getPathBounds(path, tree.getInsets(), new Rectangle());
526 private Rectangle getPathBounds(TreePath path, Insets insets, argument
528 bounds = treeState.getBounds(path, bounds);
542 * Returns the path for passed in row. If row is not visible
550 * Returns the row that the last item identified in path is visible
551 * at. Will return -1 if any of the elements in path ar
554 getRowForPath(JTree tree, TreePath path) argument
616 startEditingAtPath(JTree tree, TreePath path) argument
1346 paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1402 paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, TreePath path) argument
1477 paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1516 paintRow(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1547 shouldPaintExpandControl(TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1692 updateExpandedDescendants(TreePath path) argument
1911 pathWasExpanded(TreePath path) argument
1920 pathWasCollapsed(TreePath path) argument
2103 startEditingOnRelease(TreePath path, MouseEvent event, MouseEvent releaseEvent) argument
2119 startEditing(TreePath path, MouseEvent event) argument
2231 checkForClickInExpandControl(TreePath path, int mouseX, int mouseY) argument
2243 isLocationInExpandControl(TreePath path, int mouseX, int mouseY) argument
2274 handleExpandControlClick(TreePath path, int mouseX, int mouseY) argument
2285 toggleExpandState(TreePath path) argument
2348 selectPathForEvent(TreePath path, MouseEvent event) argument
2518 repaintPath(TreePath path) argument
3249 getDisplayString(TreePath path, boolean selected, boolean leaf) argument
3507 isActualPath(TreePath path, int x, int y) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp507 if (strcmp("java.class.path", p->key()) == 0) {
533 // need the path as java.lang.String
534 Handle path = java_lang_String::create_from_platform_dependent_str(segment, THREAD); local
543 // is not found it means the loader doesn't support adding to the class path
552 path,
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp420 // If "/jre/lib/" appears at the right place in the path, then we
421 // assume libjvm[_g].so is installed in a JDK and we use this path.
427 // If "/jre/lib/" does NOT appear at the right place in the path
431 // then we append a fake suffix "hotspot/libjvm[_g].so" to this path so
478 // Found the full path to libjvm.so.
479 // Now cut the path to <java_home>/jre if we can.
515 * Note: Due to a legacy implementation, most of the library path
518 * Eventually, all the library path setting will be done here.
521 * libraries, the new path component /usr/java/packages is added here.
522 * Eventually, all the library path settin
5058 stat(const char *path, struct stat *sbuf) argument
5077 dir_is_empty(const char* path) argument
5107 open(const char *path, int oflag, int mode) argument
5176 create_binary_file(const char* path, bool rewrite_existing) argument
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp354 // If "/jre/lib/" appears at the right place in the path, then we
355 // assume libjvm[_g].so is installed in a JDK and we use this path.
361 // If "/jre/lib/" does NOT appear at the right place in the path
365 // then we append a fake suffix "hotspot/libjvm[_g].so" to this path so
405 // Found the full path to libjvm.so.
406 // Now cut the path to <java_home>/jre if we can.
440 * Note: Due to a legacy implementation, most of the library path
443 * Eventually, all the library path setting will be done here.
446 * libraries, the new path component /usr/java/packages is added here.
447 * Eventually, all the library path settin
4845 stat(const char *path, struct stat *sbuf) argument
4864 dir_is_empty(const char* path) argument
4894 open(const char *path, int oflag, int mode) argument
4963 create_binary_file(const char* path, bool rewrite_existing) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp750 // If "/jre/lib/" appears at the right place in the path, then we
751 // assume libjvm[_g].so is installed in a JDK and we use this path.
757 // If "/jre/lib/" does NOT appear at the right place in the path
761 // then we append a fake suffix "hotspot/libjvm[_g].so" to this path so
788 // Found the full path to libjvm.so.
789 // Now cut the path to <java_home>/jre if we can.
824 // Use dlinfo() to determine the correct java.library.path.
827 // does not set java.library.path explicitly on the commandline,
833 // If the user does set java.library.path, it completely
841 Dl_serpath *path; local
2215 stat(const char *path, struct stat *sbuf) argument
5575 dir_is_empty(const char* path) argument
5606 open(const char *path, int oflag, int mode) argument
5715 create_binary_file(const char* path, bool rewrite_existing) argument
5737 native_path(char *path) argument
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp199 // Found the full path to jvm[_g].dll.
200 // Now cut the path to <java_home>/jre if we can.
282 char path[MAX_PATH]; local
284 GetWindowsDirectory(path, MAX_PATH);
286 path, PACKAGE_DIR, EXT_DIR);
1050 dirp->path = (char *)malloc(strlen(dirname) + 5, mtInternal);
1051 if (dirp->path == 0) {
1056 strcpy(dirp->path, dirname);
1058 fattr = GetFileAttributes(dirp->path);
1060 free(dirp->path, mtInterna
1171 char* path = pelements[i]; local
3640 char path[MAX_PATH]; local
3950 stat(const char *path, struct stat *sbuf) argument
4103 open(const char *path, int oflag, int mode) argument
4115 dir_is_empty(const char* path) argument
4126 create_binary_file(const char* path, bool rewrite_existing) argument
4162 native_path(char *path) argument
[all...]

Completed in 124 milliseconds

<<1112131415