Searched refs:directory (Results 26 - 50 of 165) sorted by relevance

1234567

/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DAttributes.java27 package javax.naming.directory;
38 * In a directory, named objects can have associated with them
40 * For example, you can request from the directory the attributes
54 * do not affect the corresponding representation in the directory.
55 * Updates to the directory can only be effected
H A DAttribute.java26 package javax.naming.directory;
39 * In a directory, named objects can have associated with them
52 * if the underlying directory service supports schemas.
62 * to get the values dynamically from the directory.
66 * in the directory. Updates to the directory can only be effected
185 * definition refers to the directory's notion of <em>syntax</em>.
188 * a Java String object, its directory syntax might be "Printable String"
190 * directory syntax is "JPEG" or "Certificate".
195 * is directory
[all...]
H A DSearchResult.java26 package javax.naming.directory;
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapEntry.java29 import javax.naming.directory.Attributes;
H A DLdapResult.java29 import javax.naming.directory.Attributes;
30 import javax.naming.directory.BasicAttributes;
H A DEntryChangeResponseControl.java30 import javax.naming.directory.*;
H A DDefaultResponseControlFactory.java30 import javax.naming.directory.*;
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DLdapContext.java29 import javax.naming.directory.DirContext;
38 * operations, the more generic {@code javax.naming.directory.DirContext}
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DDirStateFactory.java28 import javax.naming.directory.Attributes;
59 * an LDAP directory might turn {@code printer} into a set of attributes
62 * the directory.
/openjdk9/langtools/test/jdk/jshell/
H A DCompiler.java62 public void compile(Path directory, String...sources) { argument
65 .options("-d", classDir.resolve(directory).toString())
74 public void jar(Path directory, String jarName, String...files) { argument
78 Path baseDir = classDirPath.resolve(directory);
/openjdk9/jdk/test/javax/naming/spi/DirectoryManager/
H A DGetContDirCtx.java34 import javax.naming.directory.*;
/openjdk9/jdk/test/javax/naming/module/src/ldapv4/org/example/ldapv4/
H A Dldapv4URLContextFactory.java32 import javax.naming.directory.*;
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java69 String directory = null;
81 directory = files[0].getParent();
82 // make sure directory always ends in '/'
83 if (!directory.endsWith(File.separator)) {
84 directory = directory + File.separator;
92 accessor.setDirectory(target, directory);
151 String directory, String file);
148 nativeRunFileDialog(String title, int mode, boolean multipleMode, boolean shouldNavigateApps, boolean canChooseDirectories, boolean hasFilenameFilter, String directory, String file) argument
/openjdk9/test/fmw/gtest/src/
H A Dgtest-filepath.cc76 // Windows CE doesn't have a current directory. You should not use
77 // the current directory in tests on Windows CE, but this at least
100 // Returns the current working directory, or "" if unsuccessful.
103 // Windows CE doesn't have a current directory, so we just return
144 // Returns a copy of the FilePath with the directory part removed.
146 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
155 // RemoveFileName returns the directory path with the filename removed.
172 // Helper functions for naming files in a directory for xml output.
174 // Given directory = "dir", base_name = "test", number = 0,
178 FilePath FilePath::MakeFileName(const FilePath& directory, argument
194 ConcatPaths(const FilePath& directory, const FilePath& relative_path) argument
281 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DProcessBuilder.java70 * <li>a <i>working directory</i>. The default value is the current
71 * working directory of the current process, usually the directory
149 * <p>Starting a new process which uses the default working directory
157 * directory and environment, and redirects standard output and error
167 * pb.directory(new File("myDir"));
193 private File directory; field in class:ProcessBuilder
390 * Returns this process builder's working directory.
393 * #start()} method will use this as their working directory.
395 * the working directory o
401 public File directory() { method in class:ProcessBuilder
418 directory(File directory) argument
[all...]
/openjdk9/jdk/test/com/sun/corba/7130985/
H A DCorbaExceptionsCompileTest.java70 pb.directory(f);
94 pb.directory(f);
95 System.out.println("Working Directory: " + pb.directory());
/openjdk9/jdk/test/javax/imageio/stream/
H A DNullStreamCheckTest.java61 // creates test file needed for read and write in local directory.
66 File directory = new File(filePath);
67 File tmpTestFile = File.createTempFile(name, ".png", directory);
68 directory.delete();
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/directory/
H A DDirectorySource.java23 package jdk.tools.jaotc.collect.directory;
51 return "directory:" + directoryPath.toString();
/openjdk9/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCFileDialog.h42 // Starting directory and file
66 directory:(NSString *)inPath
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DContainmentFilter.java38 import javax.naming.directory.*;
H A DDirSearch.java29 import javax.naming.directory.*;
/openjdk9/jdk/test/sun/net/InetAddress/nameservice/dns/
H A DCanonicalName.java27 import javax.naming.directory.*;
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java85 * Opens sub-directory in this directory
93 UnixPath child = ds.directory().resolve(file);
96 // permission check using name resolved against original path of directory
107 // open directory and create new secure directory stream
134 * Opens file in this directory
148 String pathToCheck = ds.directory().resolve(file).getPathForPermissionCheck();
166 * Deletes file/directory in this directory
[all...]
/openjdk9/hotspot/test/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/directory/
H A DDirectorySourceProviderTest.java28 * jdk.aot/jdk.tools.jaotc.collect.directory
31 * @run junit/othervm jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest
34 package jdk.tools.jaotc.test.collect.directory;
37 import jdk.tools.jaotc.collect.directory.DirectorySourceProvider;
85 Assert.assertEquals("directory:foo", foo.toString());
/openjdk9/jdk/src/java.naming/share/classes/
H A Dmodule-info.java36 exports javax.naming.directory;

Completed in 306 milliseconds

1234567