Home
last modified time | relevance | path

Searched defs:out (Results 1 – 17 of 17) sorted by relevance

/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DMessageProcessor.java42 ByteBuffer out = ByteBuffer.allocate(in.getInt()); in lzfDecompressChunks() local
70 final ByteBuffer out = ByteBuffer.allocate(4 + (inSize + chunk.length - 1) in lzfCompressChunks() local
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DMultiRecordExampleAgent.java107 DataOutputStream out = new DataOutputStream(bufStream); in onBackup() local
137 DataOutputStream out = new DataOutputStream(outstream); in writeStateFile() local
DExampleAgent.java183 DataOutputStream out = new DataOutputStream(outstream); in writeStateFile() local
/development/tools/idegen/src/
DFiles.java44 FileWriter out = new FileWriter(file); in toFile() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java53 Animation out = AnimationUtils.loadAnimation(this, in onCreate() local
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
DHelloCompute.java48 ImageView out = (ImageView) findViewById(R.id.displayout); in onCreate() local
/development/ndk/platforms/android-3/include/linux/
Dcoda.h254 struct coda_out_hdr out; member
264 struct coda_out_hdr out; member
274 struct coda_out_hdr out; member
309 struct coda_out_hdr out; member
319 struct coda_out_hdr out; member
360 struct coda_out_hdr out; member
371 struct coda_out_hdr out; member
383 struct coda_out_hdr out; member
406 struct coda_out_hdr out; member
418 struct coda_out_hdr out; member
[all …]
/development/tools/jdwpspy/
DMain.cpp37 char out[77]; /* exact fit */ in printHexDumpEx() local
/development/apps/Development/src/com/android/development/
DConnectivity.java517 PrintWriter out = new PrintWriter(socket.getOutputStream(), true); in onBoundSocketRequest() local
554 PrintWriter out = new PrintWriter(socket.getOutputStream(), true); in onDefaultSocket() local
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c136 unsigned char *out = ctx->buffer; in common_rgb_cb() local
199 void *in, *out; in convert() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java278 public static boolean copyFile(InputStream inputStream, OutputStream out) { in copyFile()
/development/tools/emulator/system/camera/
DCallbackNotifier.cpp60 int out = 0; in GetMessageStrings() local
/development/samples/GlobalTime/src/com/android/globaltime/
DShape.java99 public static void cross(float[] p, float[] q, float[] out) { in cross()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java337 public void copy(InputStream in, OutputStream out) throws IOException { in copy()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java322 private void copyStreamData(InputStream in, OutputStream out) throws IOException { in copyStreamData()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java218 public void write(byte[] out) { in write()
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java181 break out; in onRestoreInstanceState() local