HomeSort by relevance Sort by last modified time
    Searched defs:close1 (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamCloseTest.java 78 Runnable close1 = () -> { holder[0] = true; }; local
82 ints.onClose(close1).onClose(close2);
88 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) {
94 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2)) {
100 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true)) {
109 Runnable close1 = () -> { holder[0] = true; throw new RuntimeException("1"); }; local
114 ints.onClose(close1).onClose(close2).onClose(close3);
126 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2).onClose(close3)) {
138 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).onClose(close3)) {
150 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2).filter(e -> true).onClose(close3))
    [all...]
  /external/freetype/src/base/
ftstroke.c 104 FT_Int close1, close2; local
112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
115 if ( close1 )
128 else /* !close1 */
195 FT_Int close1, close2, close3; local
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
209 if ( close1 )
241 else /* !close1 */
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 114 FT_Int close1, close2; local
122 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
125 if ( close1 )
138 else /* !close1 */
205 FT_Int close1, close2, close3; local
215 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
219 if ( close1 )
251 else /* !close1 */
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 78 milliseconds