Home
last modified time | relevance | path

Searched defs:try (Results 3951 – 3975 of 25579) sorted by relevance

1...<<151152153154155156157158159160>>...1024

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocFile.java150 try (OutputStream output = openOutputStream()) { in copyFile() method
151 try (InputStream input = fromFile.openInputStream()) { in copyFile() method
189 try (BufferedReader reader = new BufferedReader(new InputStreamReader(in))) { in copyResource() method
190 try (Writer writer = openWriter()) { in copyResource() method
201 try (OutputStream out = openOutputStream()) { in copyResource() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DStub.java194 try (DebugContext debug = openDebugContext(DebugContext.forCurrentThread())) { in getCode() method
195try (DebugContext.Scope d = debug.scope("CompilingStub", providers.getCodeCache(), debugScopeConte… in getCode() method
198 try (DebugContext.Scope s = debug.scope("CodeInstall", compResult); in getCode() method
233try (DebugContext.Scope s0 = debug.scope("StubCompilation", graph, providers.getCodeCache())) { in buildCompilationResult() method
250try (DebugContext.Scope d = debug.scope("CompilingStub", providers.getCodeCache(), debugScopeConte… in getCompilationResult() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestNativeScope.java75 try (NativeScope scope = scopeFactory.make((int)alignedLayout.byteSize() * ELEMS)) { in testAllocation() method
110 try (NativeScope scope = NativeScope.unboundedScope()) { in testBigAllocationInUnboundedScope() method
129 try (NativeScope scope = NativeScope.boundedScope(10)) { in testAttachClose() method
150 try (NativeScope scope = NativeScope.boundedScope(10)) { in testNoTerminalOps() method
191 try (NativeScope scope = scopeFactory.make(100)) { in testArray() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DStub.java194 try (DebugContext debug = openDebugContext(DebugContext.forCurrentThread())) { in getCode() method
195try (DebugContext.Scope d = debug.scope("CompilingStub", providers.getCodeCache(), debugScopeConte… in getCode() method
198 try (DebugContext.Scope s = debug.scope("CodeInstall", compResult); in getCode() method
233try (DebugContext.Scope s0 = debug.scope("StubCompilation", graph, providers.getCodeCache())) { in buildCompilationResult() method
250try (DebugContext.Scope d = debug.scope("CompilingStub", providers.getCodeCache(), debugScopeConte… in getCompilationResult() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocFile.java150 try (OutputStream output = openOutputStream()) { in copyFile() method
151 try (InputStream input = fromFile.openInputStream()) { in copyFile() method
189 try (BufferedReader reader = new BufferedReader(new InputStreamReader(in))) { in copyResource() method
190 try (Writer writer = openWriter()) { in copyResource() method
201 try (OutputStream out = openOutputStream()) { in copyResource() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocFile.java150 try (OutputStream output = openOutputStream()) { in copyFile() method
151 try (InputStream input = fromFile.openInputStream()) { in copyFile() method
189 try (BufferedReader reader = new BufferedReader(new InputStreamReader(in))) { in copyResource() method
190 try (Writer writer = openWriter()) { in copyResource() method
201 try (OutputStream out = openOutputStream()) { in copyResource() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocFile.java150 try (OutputStream output = openOutputStream()) { in copyFile() method
151 try (InputStream input = fromFile.openInputStream()) { in copyFile() method
189 try (BufferedReader reader = new BufferedReader(new InputStreamReader(in))) { in copyResource() method
190 try (Writer writer = openWriter()) { in copyResource() method
201 try (OutputStream out = openOutputStream()) { in copyResource() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop.phases/src/org/graalvm/compiler/loop/phases/
H A DConvertDeoptimizeToGuardPhase.java97 try (DebugCloseable closable = d.withNodeSourcePosition()) { in run() method
104 try (DebugCloseable closable = fixedGuard.withNodeSourcePosition()) { in run() method
166 try (DebugCloseable position = fixedGuard.withNodeSourcePosition()) { in processFixedGuardAndMerge() method
202 try (DebugCloseable closable = ifNode.withNodeSourcePosition()) { in propagateFixed() method
245 try (DebugCloseable position = deopt.asNode().withNodeSourcePosition()) { in moveAsDeoptAfter() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/WatchService/
H A DBasic.java86 try (WatchService watcher = fs.newWatchService()) { in testEvents() method
145 try (OutputStream out = Files.newOutputStream(file, StandardOpenOption.APPEND)) { in testEvents() method
166 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testCancel() method
207 try (WatchService watcher = FileSystems.getDefault().newWatchService()) { in testAutomaticCancel() method
487 try (WatchService watcher = fs.newWatchService()) { in testThreadInterrupt() method
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/megaparsec-7.0.5/Text/Megaparsec/
H A DClass.hs299 try (L.StateT m) = L.StateT $ try . m function
321 try (S.StateT m) = S.StateT $ try . m function
343 try (L.ReaderT m) = L.ReaderT $ try . m function
362 try (L.WriterT m) = L.WriterT $ try m function
384 try (S.WriterT m) = S.WriterT $ try m function
408 try (L.RWST m) = L.RWST $ \r s -> try (m r s) function
434 try (S.RWST m) = S.RWST $ \r s -> try (m r s) function
458 try = IdentityT . try . runIdentityT function
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DFeatureDataSourceUnitTest.java45try ( FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(UNINDEXED_VCF) ) { in testHandleQueryOverUnindexedFile() method
52try (FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_VCF, "Cu… in testGetName() method
60try (FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_VCF, "Cu… in testGetHeader() method
69try (FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_VCF, "Cu… in testGetSequenceDictionaryFromIndex() method
94 try ( FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(vcfFile) ) { in testCompleteIterationOverFile() method
151try ( FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_VCF) ) { in testTraversalByIntervals() method
375try (final FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_VC… in testSingleDataSourceMultipleQueries() method
410try ( FeatureDataSource<VariantContext> featureSource = new FeatureDataSource<>(QUERY_TEST_GVCF) )… in testQueryGVCF() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/dynamic/
H A DDynamicXHTMLProcessorTest.java47 try (InputStream is = getProcessedInput(path, bundle)) { in process() method
59 try (InputStream in = url.openStream()) { in getProcessedInput() method
66 try (InputStreamReader inputStreamReader = new InputStreamReader(is, StandardCharsets.UTF_8)) { in readStream() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/tools/jarsigner/
H A DPosixPermissionsTest.java158 try (FileSystem zipfs = FileSystems.newFileSystem(ZIPURI, env)) { in createFiles() method
174 try (FileSystem jarfs = FileSystems.newFileSystem(JARURI, env)) { in createFiles() method
190try (FileSystem zipfs = FileSystems.newFileSystem(uri, Map.of("enablePosixFileAttributes", "true")… in checkEntryAttributes() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/tools/jarsigner/
H A DPosixPermissionsTest.java158 try (FileSystem zipfs = FileSystems.newFileSystem(ZIPURI, env)) { in createFiles() method
174 try (FileSystem jarfs = FileSystems.newFileSystem(JARURI, env)) { in createFiles() method
190try (FileSystem zipfs = FileSystems.newFileSystem(uri, Map.of("enablePosixFileAttributes", "true")… in checkEntryAttributes() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/FileWriter/
H A DConstructorTest.java91 try ( in test() method
154 try (FileWriter writer = getFileWriter(ConstructorType.FILE, file, charset);) { in writeWithFileWriter() method
158 try (FileWriter writer = getFileWriter(type, file, charset);) { in writeWithFileWriter() method
165try (OutputStreamWriter writer = new OutputStreamWriter(new FileOutputStream(file), charset)) { in writeWithOutputStreamWriter() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/TLSv12/
H A DDisabledShortDSAKeys.java154 try (SSLSocket sslSocket = (SSLSocket)sslServerSocket.accept()) { in doServerSide() method
155 try (InputStream sslIS = sslSocket.getInputStream()) { in doServerSide() method
184 try (SSLSocket sslSocket = in doClientSide() method
194 try (OutputStream sslOS = sslSocket.getOutputStream()) { in doClientSide() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DAbstractNoBody.java178 try (InputStream is = t.getRequestBody()) { in handle() method
189 try (InputStream is = t.getRequestBody()) { in handle() method
201 try (InputStream is = t.getRequestBody()) { in handle() method
212 try (InputStream is = t.getRequestBody()) { in handle() method
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dfp-cmp-5.c90 struct try in main() struct
92 double x, y; in main()
93 int result[6]; in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/platform/
H A DJDKPlatformProvider.java113 try (FileSystem fs = FileSystems.newFileSystem(ctSymFile, null); in try() method
261 try (DirectoryStream<Path> dir = Files.newDirectoryStream(root)) { in getFileManager() method
273 try (Stream<String> lines = in getFileManager() method
288 try (DirectoryStream<Path> dir = Files.newDirectoryStream(modules)) { in getFileManager() method

1...<<151152153154155156157158159160>>...1024