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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 207 InputStream bstream = new ByteArrayInputStream( local
212 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
214 file.create(bstream, false /* force */, new NullProgressMonitor());
  /external/zlib/src/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon17193
    [all...]
zip.c 134 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon17195
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 207 InputStream bstream = new ByteArrayInputStream(xml.getBytes("UTF-8")); //$NON-NLS-1$ local
209 file.create(bstream, false /* force */, monitor);

Completed in 144 milliseconds