/libcore/ojluni/src/main/java/java/lang/ |
D | StackWalker.java | 300 private final Set<Option> options; field in StackWalker 363 public static StackWalker getInstance(Set<Option> options) { in getInstance() 400 public static StackWalker getInstance(Set<Option> options, int estimateDepth) { in getInstance() 410 private StackWalker(EnumSet<Option> options) { in StackWalker() 413 private StackWalker(EnumSet<Option> options, int estimateDepth) { in StackWalker() 416 private StackWalker(EnumSet<Option> options, int estimateDepth, ExtendedOption extendedOption) { in StackWalker() 423 private static void checkPermission(Set<Option> options) { in checkPermission() 437 private static EnumSet<Option> toEnumSet(Set<Option> options) { in toEnumSet() 610 static StackWalker newInstance(Set<Option> options, ExtendedOption extendedOption) { in newInstance()
|
D | LiveStackFrame.java | 179 public static StackWalker getStackWalker(Set<StackWalker.Option> options) { in getStackWalker()
|
/libcore/luni/src/test/java/libcore/java/nio/file/spi/ |
D | FileSystemProviderTest.java | 71 Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException { in newByteChannel() 92 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() 97 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() 123 Path path, Class<V> type, LinkOption... options) { in getFileAttributeView() 129 Path path, Class<A> type, LinkOption... options) throws IOException { in readAttributes() 135 Path path, String attributes, LinkOption... options) throws IOException { in readAttributes() 141 Object value, LinkOption... options) throws IOException { in setAttribute() 165 Set<OpenOption> options = new TreeSet<OpenOption>(); in testNewAsynchronousFileChannel() local
|
/libcore/luni/src/test/filesystems/src/mypackage/ |
D | MockFileSystemProvider.java | 65 public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, in newByteChannel() 87 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() 92 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() 118 LinkOption... options) { in getFileAttributeView() 124 LinkOption... options) throws IOException { in readAttributes() 130 LinkOption... options) throws IOException { in readAttributes() 135 public void setAttribute(Path path, String attribute, Object value, LinkOption... options) in setAttribute()
|
/libcore/ojluni/src/main/java/java/nio/file/spi/ |
D | FileSystemProvider.java | 373 public InputStream newInputStream(Path path, OpenOption... options) in newInputStream() 418 public OutputStream newOutputStream(Path path, OpenOption... options) in newOutputStream() 472 Set<? extends OpenOption> options, in newFileChannel() 520 Set<? extends OpenOption> options, in newAsynchronousFileChannel() 566 Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException; in newByteChannel() 808 public abstract void copy(Path source, Path target, CopyOption... options) in copy() 844 public abstract void move(Path source, Path target, CopyOption... options) in move() 1004 getFileAttributeView(Path path, Class<V> type, LinkOption... options); in getFileAttributeView() 1033 readAttributes(Path path, Class<A> type, LinkOption... options) throws IOException; in readAttributes() 1065 LinkOption... options) in readAttributes() [all …]
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | CopyMoveHelper.java | 50 static CopyOptions parse(CopyOption... options) { in parse() 78 private static CopyOption[] convertMoveToCopyOptions(CopyOption... options) in convertMoveToCopyOptions() 101 CopyOption... options) in copyToForeignTarget() 155 CopyOption... options) throws IOException in moveToForeignTarget()
|
D | SecureDirectoryStream.java | 97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) in newDirectoryStream() 149 Set<? extends OpenOption> options, in newByteChannel() 311 LinkOption... options); in getFileAttributeView()
|
D | FileTreeIterator.java | 67 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
|
/libcore/ojluni/src/test/java/net/SocketOptions/ |
D | OptionsTest.java | 96 Set<SocketOption<?>> options = c.supportedOptions(); in doSocketTests() local 118 Set<SocketOption<?>> options = c.supportedOptions(); in doDgSocketTests() local 158 Set<SocketOption<?>> options = c.supportedOptions(); in doServerSocketTests() local 185 Set<SocketOption<?>> options = socket.supportedOptions(); in legacyGetOption() local 209 Set<SocketOption<?>> options = socket.supportedOptions(); in legacyGetOption() local 225 Set<SocketOption<?>> options = socket.supportedOptions(); in legacyGetOption() local 244 Set<SocketOption<?>> options = socket.supportedOptions(); in legacyGetOption() local
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | LinuxFileSystemProvider.java | 60 LinkOption... options) in getFileAttributeView() 80 LinkOption... options) in getFileAttributeView() 101 LinkOption... options) in readAttributes()
|
D | UnixFileSystemProvider.java | 119 LinkOption... options) in getFileAttributeView() 138 LinkOption... options) in readAttributes() 156 LinkOption... options) in getFileAttributeView() 173 Set<? extends OpenOption> options, in newFileChannel() 190 Set<? extends OpenOption> options, in newAsynchronousFileChannel() 210 Set<? extends OpenOption> options, in newByteChannel() 256 public void copy(Path source, Path target, CopyOption... options) in copy() 261 options); in copy() local 265 public void move(Path source, Path target, CopyOption... options) in move() 270 options); in move() local
|
D | UnixChannelFactory.java | 68 static Flags toFlags(Set<? extends OpenOption> options) { in toFlags() 115 Set<? extends OpenOption> options, in newFileChannel() 144 Set<? extends OpenOption> options, in newFileChannel() 155 Set<? extends OpenOption> options, in newAsynchronousFileChannel()
|
D | AbstractFileSystemProvider.java | 66 LinkOption... options); in getFileAttributeView() 72 LinkOption... options) in setAttribute() 85 …public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) in readAttributes()
|
D | UnixCopyFile.java | 64 static Flags fromCopyOptions(CopyOption... options) { in fromCopyOptions() 96 static Flags fromMoveOptions(CopyOption... options) { in fromMoveOptions() 372 static void move(UnixPath source, UnixPath target, CopyOption... options) in move() 507 CopyOption... options) throws IOException in copy()
|
D | UnixSecureDirectoryStream.java | 105 LinkOption... options) in newDirectoryStream() 154 Set<? extends OpenOption> options, in newByteChannel() 318 LinkOption... options) in getFileAttributeView()
|
D | Util.java | 123 static boolean followLinks(LinkOption... options) { in followLinks()
|
/libcore/ojluni/src/main/java/sun/net/ext/ |
D | ExtendedSocketOptions.java | 47 private final Set<SocketOption<?>> options; field in ExtendedSocketOptions 55 public final Set<SocketOption<?>> options() { return options; } in options() method in ExtendedSocketOptions 57 public static final Set<SocketOption<?>> options(short type) { in options() method in ExtendedSocketOptions 89 protected ExtendedSocketOptions(Set<SocketOption<?>> options) { in ExtendedSocketOptions()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StackWalkerTest.java | 91 Option[] options = Option.values(); in testOptionValues() local 103 private void assertHasOption(Option[] options, Option expected) { in assertHasOption()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketOptionRegistry.java | 57 static final Map<RegistryKey,OptionKey> options = options(); field in SocketOptionRegistry.LazyInitialization 58 private static Map<RegistryKey,OptionKey> options() { in options() method in SocketOptionRegistry.LazyInitialization
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXRevocationChecker.java | 105 private Set<Option> options = Collections.emptySet(); field in PKIXRevocationChecker 233 public void setOptions(Set<Option> options) { in setOptions()
|
/libcore/ojluni/src/main/java/jdk/net/ |
D | Sockets.java | 63 options = new HashMap<>(); field in Sockets 347 Set<SocketOption<?>> options = supportedOptions(type); in isSupported() local
|
D | ExtendedSocketOptions.java | 177 static Set<SocketOption<?>> options() { in options() method in ExtendedSocketOptions 178 Set<SocketOption<?>> options = new HashSet<>(); in options() local
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousFileChannel.java | 247 Set<? extends OpenOption> options, in open() 301 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open()
|
D | FileChannel.java | 287 Set<? extends OpenOption> options, in open() 335 public static FileChannel open(Path path, OpenOption... options) in open()
|
/libcore/tools/testmapping/ |
D | save_logs.py | 93 def get_indexes_from_user(prompt, options): argument
|