HomeSort by relevance Sort by last modified time
    Searched refs:outStream (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 95 ISequentialOutStream *outStream,
327 ISequentialOutStream *outStreamPointer = outStream;
7zUpdate.cpp 40 static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream *outStream,
51 RINOK(copyCoder->Code(inStreamLimited, outStream, NULL, NULL, progress));
400 bind.OutStream = 0;
404 bind.OutStream = 1;
408 bind.OutStream = 2;
420 bind.OutStream = 0;
473 const CBoolVector *extractStatuses, ISequentialOutStream *outStream);
481 const CBoolVector *extractStatuses, ISequentialOutStream *outStream)
486 _outStream = outStream;
698 CMyComPtr<IOutStream> outStream;
    [all...]
7zHandlerOut.cpp 187 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
406 archive, newDatabase, outStream, updateCallback, options
442 RINOK(GetBindInfoPart(srcString, bind.OutCoder, bind.OutStream));
7zIn.cpp 834 CMyComPtr<ISequentialOutStream> outStream = outStreamSpec;
840 &packSizes[packIndex], folder, outStream, NULL
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 201 public boolean Code(java.io.InputStream inStream, java.io.OutputStream outStream,
205 m_OutWindow.SetStream(outStream);
Encoder.java     [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 246 * @param outStream The file output stream were to write the JAR.
250 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException {
251 JarOutputStream jar = new JarOutputStream(outStream);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 152 // CMyComPtr<IOutStream> outStream;
153 // RINOK(subStream.Stream.QueryInterface(IID_IOutStream, &outStream));
388 CMyComPtr<ISequentialOutStream> outStream;
405 outStream = new CStdOutFileStream;
409 outStream = outStreamSpec;
451 outStream = volStreamSpec;
482 sfxOutStream = outStream;
503 HRESULT result = outArchive->UpdateItems(outStream, updatePairs2.Size(), updateCallback);
Bench.cpp 491 CMyComPtr<ISequentialOutStream> outStream;
567 outStream = outStreamSpec;
616 RINOK(encoder->Code(inStream, outStream, 0, 0, progressInfo[0]));
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 393 FileOutputStream outStream = null;
398 outStream = new FileOutputStream(file, false); /* overwrite if it does already exist */
403 outStream.write(buffer, 0, len);
413 if(outStream != null)
415 outStream.close();
425 if (outStream == null) {
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 121 * @param outStream Remote file descriptor to be used for copying
126 ParcelFileDescriptor outStream) {
127 if (packageURI == null || outStream == null) {
132 = new ParcelFileDescriptor.AutoCloseOutputStream(outStream);
461 private void copyFile(Uri pPackageURI, OutputStream outStream,
508 copyToFile(container.getInputStream(), outStream);
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 589 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
592 CSeqOutStreamWrap seqOutStream(outStream);
678 return NCompress::CopyStream(_stream, outStream, 0);
  /external/lzma/C/
MtCoder.c 220 if (p->mtCoder->outStream->Write(p->mtCoder->outStream, p->outBuf, destSize) != destSize)
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java     [all...]
  /external/skia/tools/
filtermain.cpp 726 SkFILEWStream outStream(outFile.c_str());
728 outPicture.serialize(&outStream);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 141 * @param outStream
149 @NonNull AndroidPrintStream outStream,
155 mOutStream = outStream;
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 955 milliseconds

1 2 34 5