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

  /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/google-breakpad/src/processor/
binarystream_unittest.cc 315 binarystream stream2; local
317 stream2 << (uint32_t)0 << (uint64_t)2
320 string s2 = stream2.str();
328 binarystream stream2; local
329 stream2.str(stream.str());
331 stream2 >> s;
332 EXPECT_FALSE(stream2.eof());
335 stream2.str(stream.str());
336 stream2.rewind();
337 stream2 >> s
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 211 BufferedInputStream stream2 = null; local
215 stream2 = new BufferedInputStream(new FileInputStream(file2));
219 int byte2 = stream2.read();
230 if (stream2 != null) {
231 stream2.close();
  /external/freetype/src/base/
ftrfork.c 775 FT_Stream stream2; local
782 error = FT_Stream_New( library, &args2, &stream2 );
786 error = raccess_guess_apple_double( library, stream2, file_name,
789 FT_Stream_Free( stream2, 0 );
ftobjs.c 1941 FT_Stream stream2 = NULL; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 775 FT_Stream stream2; local
782 error = FT_Stream_New( library, &args2, &stream2 );
786 error = raccess_guess_apple_double( library, stream2, file_name,
789 FT_Stream_Free( stream2, 0 );
ftobjs.c 1945 FT_Stream stream2 = 0; local
    [all...]
  /frameworks/rs/api/
GenerateStubsWhiteList.cpp 260 ostringstream stream2; local
261 stream2 << 'S';
263 stream2 << (char)('0' + i - 1);
265 stream2 << '_';
266 *compressedMangling = stream2.str();
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 516 milliseconds