Home
last modified time | relevance | path

Searched refs:close2 (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java85 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
88 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
94 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
100 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
106 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
116 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
120 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
132 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
144 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
156 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java85 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
88 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
94 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
100 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
106 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
116 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
120 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
132 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
144 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
156 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java86 Runnable close2 = () -> { holder[1] = true; }; in testTwoCloseHandlers() local
89 ints.onClose(close1).onClose(close2); in testTwoCloseHandlers()
95 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
101 … (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
107 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testTwoCloseHandlers()
117 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; in testCascadedExceptions() local
121 ints.onClose(close1).onClose(close2).onClose(close3); in testCascadedExceptions()
133 …try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3))… in testCascadedExceptions()
145 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) { in testCascadedExceptions()
157 …> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)… in testCascadedExceptions()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_sweep01.py133 close2 = stat_cursor[stat.conn.dh_sweep_close][2]
155 if (close1 >= close2):
156 print "XX: close1: " + str(close1) + " close2: " + str(close2)
164 self.assertEqual(close1 < close2, True)
166 print "close1: " + str(close1) + " close2: " + str(close2)
176 print "close1: " + str(close1) + " close2: " + str(close2)
185 print "close1: " + str(close1) + " close2: " + str(close2)
197 print "close1: " + str(close1) + " close2: " + str(close2)
H A Dtest_sweep03.py131 close2 = stat_cursor[stat.conn.dh_sweep_close][2]
135 self.assertEqual(close2, 1)
163 close2 = stat_cursor[stat.conn.dh_sweep_close][2]
167 self.assertEqual(close2, close1)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrAndLambda.java17 AutoCloseable v3 = new TwrAndLambda()::close2; in main()
23 Runnable r3 = new TwrAndLambda()::close2; in main()
54 public void close2() { } in close2() method in TwrAndLambda
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A Dapt_signs.cxx286 element_info *close2 = 0; in addSign() local
467 if (close2) { in addSign()
468 elements2.push_back(close2); in addSign()
469 total_width2 += close2->glyph->get_width() * close2->scale; in addSign()
470 close2 = 0; in addSign()
475 close2 = new element_info(material, g, sign_height, 0); in addSign()
497 if (close2) { in addSign()
498 elements2.push_back(close2); in addSign()
499 total_width2 += close2->glyph->get_width() * close2->scale; in addSign()
500 close2 = 0; in addSign()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/manual/func/
H A Ds1450.tex25 …{\fov surf}, {\fov epsge}, {\fov close1}, {\fov close2}, {\fov degen1}, {\fov degen2}, {\fov degen…
32 \>\> int \> *{\fov close2};\\
58 \>\> {\fov close2}\> - \> \begin{minipg2}
96 \>\> int \> {\fov close2};\\
104 …{\fov surf}, {\fov epsge}, \&{\fov close1}, \&{\fov close2}, \&{\fov degen1}, \&{\fov degen2}, \&{…
/dports/irc/znc/znc-1.8.2/include/znc/
H A DExecSock.h42 close2(m_iPid, GetRSock(), GetWSock()); in ~CExecSock()
48 void close2(int iPid, int iReadFD, int iWriteFD);
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/hjson/hjson-go/assets/sorted/
H A Dstringify1_result.hjson5 close2: a]
22 close2: "1]"
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/hjson/hjson-go/assets/
H A Dstringify1_result.hjson13 close2: "1]"
44 close2: a]

12345678