Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 40) sorted by relevance

12

/libcore/ojluni/src/main/java/java/lang/
DStackWalker.java300 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()
DLiveStackFrame.java179 public static StackWalker getStackWalker(Set<StackWalker.Option> options) { in getStackWalker()
/libcore/luni/src/test/java/libcore/java/nio/file/spi/
DFileSystemProviderTest.java71 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/
DMockFileSystemProvider.java65 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/
DFileSystemProvider.java373 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/
DCopyMoveHelper.java50 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()
DSecureDirectoryStream.java97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) in newDirectoryStream()
149 Set<? extends OpenOption> options, in newByteChannel()
311 LinkOption... options); in getFileAttributeView()
DFileTreeIterator.java67 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
/libcore/ojluni/src/test/java/net/SocketOptions/
DOptionsTest.java96 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/
DLinuxFileSystemProvider.java60 LinkOption... options) in getFileAttributeView()
80 LinkOption... options) in getFileAttributeView()
101 LinkOption... options) in readAttributes()
DUnixFileSystemProvider.java119 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
DUnixChannelFactory.java68 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()
DAbstractFileSystemProvider.java66 LinkOption... options); in getFileAttributeView()
72 LinkOption... options) in setAttribute()
85 …public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) in readAttributes()
DUnixCopyFile.java64 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()
DUnixSecureDirectoryStream.java105 LinkOption... options) in newDirectoryStream()
154 Set<? extends OpenOption> options, in newByteChannel()
318 LinkOption... options) in getFileAttributeView()
DUtil.java123 static boolean followLinks(LinkOption... options) { in followLinks()
/libcore/ojluni/src/main/java/sun/net/ext/
DExtendedSocketOptions.java47 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/
DStackWalkerTest.java91 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/
DSocketOptionRegistry.java57 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/
DPKIXRevocationChecker.java105 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/
DSockets.java63 options = new HashMap<>(); field in Sockets
347 Set<SocketOption<?>> options = supportedOptions(type); in isSupported() local
DExtendedSocketOptions.java177 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/
DAsynchronousFileChannel.java247 Set<? extends OpenOption> options, in open()
301 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open()
DFileChannel.java287 Set<? extends OpenOption> options, in open()
335 public static FileChannel open(Path path, OpenOption... options) in open()
/libcore/tools/testmapping/
Dsave_logs.py93 def get_indexes_from_user(prompt, options): argument

12