Searched refs:path (Results 301 - 325 of 594) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPBuilder.java428 List<? extends Certificate> path =
430 if (length != path.size()) {
431 throw new Exception("unexpected certification path length");
434 if (!path.isEmpty()) { // the target is not a trust anchor
435 if (!match(args[0], path.get(0))) {
H A DCPValidatorTrustAnchor.java115 // generate certification path
170 CertPath path = generateCertificatePath();
183 validator.validate(path, params);
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DJavacTask.java79 * Get a type mirror of the tree node determined by the specified path.
81 public abstract TypeMirror getTypeMirror(Iterable<? extends Tree> path); argument
H A DTrees.java124 * Gets the path to tree node within the specified compilation unit.
152 public abstract Element getElement(TreePath path); argument
160 public abstract TypeMirror getTypeMirror(TreePath path); argument
166 public abstract Scope getScope(TreePath path); argument
172 public abstract String getDocComment(TreePath path); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java203 public Element getElement(TreePath path) { argument
204 JCTree tree = (JCTree) path.getLeaf();
207 for (TreePath p = path; p != null; p = p.getParentPath()) {
224 public TypeMirror getTypeMirror(TreePath path) { argument
225 Tree t = path.getLeaf();
229 public JavacScope getScope(TreePath path) { argument
230 return new JavacScope(getAttrContext(path));
233 public String getDocComment(TreePath path) { argument
234 CompilationUnitTree t = path.getCompilationUnit();
238 return cu.docComments.get(path
262 getAttrContext(TreePath path) argument
[all...]
/openjdk7/jdk/test/javax/swing/JTree/8003830/
H A Dbug8003830.java60 public Rectangle getPathBounds(JTree tree, TreePath path) { argument
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DB5045306.java148 String path = trans.getRequestURI().getPath();
149 if (path.equals("/firstCall")) {
158 } else if (path.equals("/secondCall")) {
175 } else if(path.equals("/part2")) {
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DElementTreePanel.java292 TreePath path = getPathForIndex(start, root,
294 Element charElement = (Element) path.getLastPathComponent();
296 paths.add(path);
305 // If a path was found, select it (them).
453 TreePath path = new TreePath(root);
457 path = path.pathByAddingChild(rootElement);
458 path = path.pathByAddingChild(child);
461 path
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathVisitor.java59 * @param path The LocationPath object.
62 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
71 * @param path The UnionPath object.
74 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) argument
80 * Visit a step within a location path.
92 * Visit a predicate within a location path. Note that there isn't a
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DPainterImpl.template45 private Path2D path = new Path2D.Float();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParserDelegator.java83 String path = name + ".bdtd";
84 in = getResourceAsStream(path);
/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.c60 Java_java_io_FileInputStream_open(JNIEnv *env, jobject this, jstring path) { argument
61 fileOpen(env, this, path, fis_fd, O_RDONLY);
/openjdk7/jdk/test/java/security/cert/CertPathValidator/OCSP/
H A DFailoverToCRL.java197 // generate certification path
232 CertPath path = generateCertificatePath();
257 validator.validate(path, params);
/openjdk7/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithRID.java109 // generate certification path
133 CertPath path = generateCertificatePath();
153 validator.validate(path, params);
H A DNameConstraintsWithUnexpectedRID.java109 // generate certification path
133 CertPath path = generateCertificatePath();
153 validator.validate(path, params);
H A DNameConstraintsWithoutRID.java109 // generate certification path
133 CertPath path = generateCertificatePath();
153 validator.validate(path, params);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxFileSystemProvider.java48 LinuxFileStore getFileStore(UnixPath path) throws IOException { argument
49 return new LinuxFileStore(path);
/openjdk7/langtools/test/tools/javac/api/6852595/
H A DT6852595.java63 TreePath path = TreePath.getPath(cu, vdef.init);
64 Trees.instance(ct).getScope(path);
/openjdk7/langtools/test/tools/javac/api/lib/
H A DToolTester.java37 public final List<File> test_class_path = pathToFiles(System.getProperty("test.class.path"),
56 protected List<File> pathToFiles(String path, List<File> defaultPath) { argument
58 for (String f: path.split(File.pathSeparator)) {
/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/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java32 * the various components (scheme, host, port, userinfo, path, query
42 * port), path segment, query segment and fragment. Note that RFC 2396
49 * the entire scheme-specific part is treated as the "path" portion
133 /** If specified, stores the path for this URI; otherwise null.
171 * accordingly - setting the scheme, userinfo, host,port, path, query
174 * into a scheme and scheme-specific part (stored as the path) only.
206 * Only the scheme and scheme-specific part (stored as the path) are
245 * @param p_path the URI path - if the path contains '?' or '#',
247 * set from the path; howeve
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java35 * the various components (scheme, host, port, userinfo, path, query
45 * port), path segment, query segment and fragment. Note that RFC 2396
52 * the entire scheme-specific part is treated as the "path" portion
131 /** If specified, stores the path for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
172 * into a scheme and scheme-specific part (stored as the path) only.
204 * Only the scheme and scheme-specific part (stored as the path) are
243 * @param p_path the URI path - if the path contains '?' or '#',
245 * set from the path; howeve
[all...]
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c53 (JNIEnv *env, jclass cls, jstring path)
56 const char* p = GetStringPlatformChars(env, path, &isCopy);
69 JNU_ReleaseStringPlatformChars(env, path, p);
93 (JNIEnv *env, jclass cls, jstring path)
96 const char* p = GetStringPlatformChars(env, path, &isCopy);
103 * Check that the path is owned by the effective uid/gid of this
117 JNU_ReleaseStringPlatformChars(env, path, p);
52 Java_sun_tools_attach_SolarisVirtualMachine_open(JNIEnv *env, jclass cls, jstring path) argument
92 Java_sun_tools_attach_SolarisVirtualMachine_checkPermissions(JNIEnv *env, jclass cls, jstring path) argument
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DPollingWatchService.java71 WatchKey register(final Path path, argument
130 return doPrivilegedRegister(path, eventSet, s);
143 private PollingWatchKey doPrivilegedRegister(Path path, argument
149 BasicFileAttributes attrs = Files.readAttributes(path, BasicFileAttributes.class);
151 throw new NotDirectoryException(path.toString());
167 watchKey = new PollingWatchKey(path, this, fileKey);
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java117 * Adds the specified JAR file to the search path of loaded JAR files.
191 // final String path = name.replace('.', '/').concat(".class").concat(cookie);
193 final String path = (new StringBuffer(encodedName)).append(".class").append(cookie).toString();
199 URL finalURL = new URL(base, path);
234 * and the path specifies a file, permission is granted to read all files
250 String path = null;
260 path = p.getName();
262 path = url.getFile().replace('/', File.separatorChar);
263 path = ParseUtil.decode(path);
[all...]

Completed in 68 milliseconds

<<11121314151617181920>>