HomeSort by relevance Sort by last modified time
    Searched refs:remainingSize (Results 1 - 25 of 32) sorted by null

1 2

  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
Proxy.java 70 int remainingSize = size;
71 while (remainingSize > 0) {
73 int bytes = mInputStream.read(data, size - remainingSize, remainingSize);
75 return size - remainingSize;
77 remainingSize -= bytes;
84 return size - remainingSize;
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 302 Index remainingSize = n-i-1;
305 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
313 matA.bottomRightCorner(remainingSize, remainingSize)
314 .applyHouseholderOnTheLeft(matA.col(i).tail(remainingSize-1), h, &temp.coeffRef(0));
317 matA.rightCols(remainingSize)
318 .applyHouseholderOnTheRight(matA.col(i).tail(remainingSize-1).conjugate(), numext::conj(h), &temp.coeffRef(0));
Tridiagonalization.h 358 Index remainingSize = n-i-1;
361 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
367 hCoeffs.tail(n-i-1).noalias() = (matA.bottomRightCorner(remainingSize,remainingSize).template selfadjointView<Lower>()
368 * (conj(h) * matA.col(i).tail(remainingSize)));
370 hCoeffs.tail(n-i-1) += (conj(h)*RealScalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingSize)))) * matA.col(i).tail(n-i-1);
372 matA.bottomRightCorner(remainingSize, remainingSize).template selfadjointView<Lower>()
373 .rankUpdate(matA.col(i).tail(remainingSize), hCoeffs.tail(remainingSize), Scalar(-1))
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMAInputStream.java 62 private long remainingSize;
421 remainingSize = uncompSize;
494 if (remainingSize >= 0 && remainingSize < len)
495 copySizeMax = (int)remainingSize;
507 if (remainingSize != -1 || !lzma.endMarkerDetected())
525 if (remainingSize >= 0) {
527 remainingSize -= copiedSize;
528 assert remainingSize >= 0;
530 if (remainingSize == 0
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
buffer_with_extendable_buffer.cpp 158 const int remainingSize = tailPos - copyingPos;
159 const int copyingSize = (remainingSize >= maxDataChunkSize) ?
160 maxDataChunkSize : remainingSize;
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_MifareStdMap.cpp 277 NdefMap->StdMifareContainer.remainingSize = PH_FRINFC_MIFARESTD_VAL0;
340 NdefMap->StdMifareContainer.remainingSize =
344 : NdefMap->StdMifareContainer.remainingSize);
350 NdefMap->StdMifareContainer.remainingSize =
354 : NdefMap->StdMifareContainer.remainingSize);
360 NdefMap->StdMifareContainer.remainingSize =
364 : NdefMap->StdMifareContainer.remainingSize);
541 NdefMap->StdMifareContainer.remainingSize =
    [all...]
phFriNfc_NdefMap.h 165 uint16_t remainingSize;
  /frameworks/av/media/extractors/wav/
WAVExtractor.cpp 155 size_t remainingSize = totalSize;
156 while (remainingSize >= 8) {
162 remainingSize -= 8;
167 if (chunkSize > remainingSize) {
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp 81 outBuffer->remainingSize = 0;
88 outBuffer->remainingSize = headerSize;
VideoEncoderAVC.cpp 517 outBuffer->remainingSize = 0;
524 outBuffer->remainingSize = headerSize;
566 outBuffer->remainingSize = 0;
571 outBuffer->remainingSize = sizeToBeCopied;
634 // so the remainingSize size may larger than the remaining data size
635 outBuffer->remainingSize = mTotalSize - mTotalSizeCopied + 100;
649 outBuffer->remainingSize = 0;
697 // so the remainingSize size may larger than the remaining data size
698 outBuffer->remainingSize = mTotalSize - mTotalSizeCopied + 100;
717 outBuffer->remainingSize = 0
    [all...]
PVSoftMPEG4Encoder.cpp 469 outBuffer->remainingSize = 0;
VideoEncoderDef.h 151 uint32_t remainingSize;
VideoEncoderBase.cpp 908 outBuffer->remainingSize = mTotalSize - mTotalSizeCopied;
915 outBuffer->remainingSize = 0;
    [all...]
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 560 Index remainingSize = rows()-k;
562 c.bottomRightCorner(remainingSize, rhs.cols())
563 .applyHouseholderOnTheLeft(m_qr.col(k).tail(remainingSize-1),
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
CentralDirectory.java 327 long remainingSize = fileNameLength + extraFieldLength + fileCommentLength;
332 + remainingSize
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 451 outBuf.remainingSize = 0;
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha6/
builder-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha7/
builder-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta1/
builder-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta2/
builder-2.2.0-beta2.jar 

Completed in 5024 milliseconds

1 2