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

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

Completed in 626 milliseconds