/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipFileTest.java | 127 InputStream stream1, stream2; local 141 stream2 = zipFile.getInputStream(entry2); 152 totalLen2 = stream2.read(buf); 169 while ((len = stream2.read(buf)) > 0) { 173 stream2.close();
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
CipherOutputStreamTest.java | 136 CipherOutputStream stream2 = new CipherOutputStream(stream1, cf); local 137 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 141 arts_stream_t stream2; local 142 stream2=SDL_NAME(arts_play_stream)(44100, 16, 2, "SDL"); 143 SDL_NAME(arts_write)(stream2, "", 0); 144 SDL_NAME(arts_close_stream)(stream2);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherOutputStream1Test.java | 153 CipherOutputStream stream2 = new CipherOutputStream(stream1, cf); local 154 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
|
/external/freetype/src/base/ |
ftrfork.c | 779 FT_Stream stream2; local 786 error = FT_Stream_New( library, &args2, &stream2 ); 790 error = raccess_guess_apple_double( library, stream2, file_name, 793 FT_Stream_Free( stream2, 0 );
|
ftobjs.c | 1869 FT_Stream stream2 = 0; local [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 627 i::Utf8ToUC16CharacterStream stream2(reinterpret_cast<const i::byte*>(str2), 642 TestStreamScanner(&stream2, expectations2, 20, 37);
|
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |