OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
210
InputStream
bstream
= new ByteArrayInputStream(
local
215
file.setContents(
bstream
, IFile.FORCE, new NullProgressMonitor());
217
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:__anon16432
[
all
...]
zip.c
134
bz_stream
bstream
; /* bzLib stream structure for bziped */
member in struct:__anon16434
[
all
...]
/external/zlib/src/contrib/minizip/
unzip.c
140
bz_stream
bstream
; /* bzLib stream structure for bziped */
member in struct:__anon30843
[
all
...]
zip.c
134
bz_stream
bstream
; /* bzLib stream structure for bziped */
member in struct:__anon30845
[
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 441 milliseconds