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

  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamCloseTest.java 79 Runnable close2 = () -> { holder[1] = 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)) {
110 Runnable close2 = () -> { holder[1] = true; throw new RuntimeException("2"); }; 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
UnicodeSetClosure.java 224 close2(s, f, lowerFirst ? 1 : 0, mm); method
250 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { method in class:UnicodeSetClosure
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]
  /external/freetype/src/base/
ftstroke.c 114 FT_Int close1, close2; local
123 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
127 if ( close2 )
140 if ( close2 )
205 FT_Int close1, close2, close3; local
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
221 if ( close2 )
235 else /* !close2 */
253 if ( close2 )
268 else /* !close2 */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 114 FT_Int close1, close2; local
123 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
127 if ( close2 )
140 if ( close2 )
205 FT_Int close1, close2, close3; local
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
221 if ( close2 )
235 else /* !close2 */
253 if ( close2 )
268 else /* !close2 */
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 114 FT_Int close1, close2; local
123 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
127 if ( close2 )
140 if ( close2 )
205 FT_Int close1, close2, close3; local
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
221 if ( close2 )
235 else /* !close2 */
253 if ( close2 )
268 else /* !close2 */
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 265 milliseconds