HomeSort by relevance Sort by last modified time
    Searched refs:tmpIn (Results 1 - 9 of 9) sorted by null

  /external/lz4/lib/
lz4frame.c 123 BYTE* tmpIn;
138 BYTE* tmpIn;
405 cctxPtr->tmpIn = cctxPtr->tmpBuff;
545 /* add src to tmpIn buffer */
546 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, srcSize);
553 /* complete tmpIn block and then compress it */
555 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, sizeToCopy);
558 dstPtr += LZ4F_compressBlock(dstPtr, cctxPtr->tmpIn, blockSize, compress, cctxPtr->lz4CtxPtr, cctxPtr->prefs.compressionLevel);
560 if (cctxPtr->prefs.frameInfo.blockMode==blockLinked) cctxPtr->tmpIn += blockSize;
586 cctxPtr->tmpIn = cctxPtr->tmpBuff
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 437 InputStream tmpIn = null;
442 tmpIn = socket.getInputStream();
448 mmInStream = tmpIn;
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 455 InputStream tmpIn = null;
460 tmpIn = socket.getInputStream();
466 mmInStream = tmpIn;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 455 InputStream tmpIn = null;
460 tmpIn = socket.getInputStream();
466 mmInStream = tmpIn;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 430 InputStream tmpIn = null;
435 tmpIn = socket.getInputStream();
441 mmInStream = tmpIn;
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 455 InputStream tmpIn = null;
460 tmpIn = socket.getInputStream();
466 mmInStream = tmpIn;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 

Completed in 162 milliseconds