Searched refs:existing (Results 26 - 41 of 41) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java299 SchemaDocumentImpl existing = parser.parsedDocuments.get(document);
300 if(existing==null) {
303 document = existing;
314 return existing!=null;
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java463 UnixPath existing = UnixPath.toUnixPath(obj2);
470 existing.checkWrite();
473 link(existing, link);
475 x.rethrowAsIOException(link, existing);
H A DUnixNativeDispatcher.java120 * link(const char* existing, const char* new)
122 static void link(UnixPath existing, UnixPath newfile) throws UnixException { argument
123 NativeBuffer existingBuffer = copyToNativeBuffer(existing);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt39 type/host/port it will use the existing connection. Otherwise it will
/openjdk7/langtools/test/tools/javac/Paths/
H A DClass-Path.sh193 Failure "$jar" cvf "A.jar" non-existing.file
194 Failure "$jar" uvf "A.jar" non-existing.file
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java585 WindowsPath existing = WindowsPath.toWindowsPath(obj2);
592 existing.checkWrite();
598 existing.getPathForWin32Calls());
600 x.rethrowAsIOException(link, existing);
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java107 public void createLink(Path link, Path existing) throws IOException { argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java327 LdapCtx(LdapCtx existing, String newDN) throws NamingException { argument
328 useSsl = existing.useSsl;
329 hasLdapsScheme = existing.hasLdapsScheme;
330 useDefaultPortNumber = existing.useDefaultPortNumber;
332 hostname = existing.hostname;
333 port_number = existing.port_number;
335 if (existing.currentDN == currentDN) {
336 currentParsedDN = existing.currentParsedDN;
341 envprops = existing.envprops;
342 schemaTrees = existing
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeInfoSetImpl.java287 ElementInfoImpl<T,C,F,M> existing = m.put(ei.getElementName(),ei);
289 if(existing!=null) {
294 ei, existing ));
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java255 public void createLink(Path link, Path existing) throws IOException { argument
256 Files.createLink(unwrap(link), unwrap(existing));
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java65 * obtain a reference to an existing file system created by the provider. Where
231 * Returns an existing {@code FileSystem} created by this provider.
253 * existing file system. In the case of the {@link FileSystems#getDefault
654 * Creates a new link (directory entry) for an existing file. This method
663 * @param existing
664 * a path to an existing file
667 * if the implementation does not support adding an existing file
679 * existing file.
681 public void createLink(Path link, Path existing) throws IOException { argument
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java125 * exist, or initially truncating an existing {@link #isRegularFile
132 * // truncate and overwrite an existing file, or create the file if
136 * // append to an existing file, fail if the file does not exist
139 * // append to an existing file, create file if it doesn't initially exist
202 * <td> If this option is present then the existing file is truncated to
216 * <td> If this option is present then an existing file is opened if it
267 * // open file for writing to the end of an existing file, creating
708 // unable to find existing parent
999 * Creates a new link (directory entry) for an existing file <i>(optional
1003 * The {@code existing} paramete
1036 createLink(Path link, Path existing) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1144 * However, existing code relies on the substitution, so we are
1650 * Get the existing wrapper for this listener, name, and mbean, if
1658 * the existing wrapper object (not just an object that is equal
1674 NotificationListener existing = ref.get();
1675 if (existing != null)
1676 return existing;
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c682 const char* existing = (const char*)jlong_to_ptr(existingAddress); local
685 RESTARTABLE(link(existing, newname), err);
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME125 where any existing opaque converted data resides and to
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java210 public static KDC existing(String realm, String kdc, int port) { method in class:KDC

Completed in 300 milliseconds

12