Home
last modified time | relevance | path

Searched defs:os (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/content/
DExternalStorage.java199 OutputStream os = new FileOutputStream(file); in createExternalStoragePublicPicture() local
263 OutputStream os = new FileOutputStream(file); in createExternalStoragePrivatePicture() local
325 OutputStream os = new FileOutputStream(file); in createExternalStoragePrivateFile() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictures.java73 ByteArrayOutputStream os = new ByteArrayOutputStream(); in onDraw() local
DCreateBitmap.java61 ByteArrayOutputStream os = new ByteArrayOutputStream(); in codec() local
DBitmapDecode.java52 ByteArrayOutputStream os = new ByteArrayOutputStream(1024); in streamToBytes() local
DPurgeableBitmapView.java111 ByteArrayOutputStream os = new ByteArrayOutputStream(); in generateBitstream() local
/development/ndk/platforms/android-3/include/
Dzlib.h113 int os; /* operating system */ member