HomeSort by relevance Sort by last modified time
    Searched full:remaining (Results 176 - 200 of 4438) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/common/
ucharstrieiterator.cpp 62 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1.
64 // Pending linear-match node, append remaining UChars to str_.
84 int32_t length=remainingMatchLength_+1; // Remaining match length.
127 // with more than maxLength remaining units.
  /external/libopus/silk/fixed/
corrMatrix_FIX.c 107 /* Calculate energy of remaining columns of X: X[:,j]'*X[:,j] */
118 /* Calculate the remaining elements of the correlation matrix */
127 /* Calculate remaining off diagonal: X[:,j]'*X[:,j + lag] */
144 /* Calculate remaining off diagonal: X[:,j]'*X[:,j + lag] */
  /external/llvm/test/Transforms/InstCombine/
2008-01-06-BitCastAttributes.ll 23 ; The rest should not have bitcasts remaining
  /external/llvm/tools/
CMakeLists.txt 78 # Automatically add remaining sub-directories containing a 'CMakeLists.txt'
  /external/lzma/CPP/7zip/
IStream.h 22 This function is allowed to read less than number of remaining bytes in stream.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeSpaceBox.java 51 data = new byte[content.remaining()];
ProgressiveDownloadInformationBox.java 47 while (content.remaining() >= 8) {
UnknownBox.java 43 content.position(content.position() + content.remaining());
UserBox.java 56 data = new byte[content.remaining()];
  /external/qemu-pc-bios/vgabios/
TODO 10 - Implement the remaining functions (don't know if all are needed):
  /external/skia/include/effects/
SkTableMaskFilter.h 28 and above max to 255, and rescales the remaining into 0..255
  /external/valgrind/main/none/tests/ppc32/
mftocrf.c 53 but the remaining returned bits are undefined. It seems like on
  /frameworks/base/docs/html/guide/topics/ui/layout/
linear.jd 62 to fill any remaining space in the parent view.
63 Child views can specify a weight value, and then any remaining space in the view group is
69 area required by its content. The other two will expand equally to fill the space remaining after
71 it is now declared more important than both the others, so it gets half the total remaining space,
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 44 len = Math.min(len, mBuf.remaining());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 106 if (input.remaining() < expectedSize) {
108 + "and height! Expected: " + expectedSize + ", Got: " + input.remaining()
114 if (output.remaining() < expectedSize) {
116 + "and height! Expected: " + expectedSize + ", Got: " + output.remaining()
  /frameworks/compile/slang/
legacy_bitcode.h 28 // There are only 12 remaining attributes (bits 21-32), hence our 0xfff mask.
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_pushbuf.h 35 unsigned remaining; member in struct:nouveau_pushbuf
72 return chan->pushbuf->remaining;
78 if (chan->pushbuf->remaining < size)
92 chan->pushbuf->remaining -= (size + 1);
  /libcore/luni/src/main/java/java/lang/
Readable.java 30 * number of characters read is {@code CharBuffer.remaining()}.
  /libcore/luni/src/main/java/java/nio/
BufferOverflowException.java 21 * to a buffer but there is not enough remaining space in the buffer.
BufferUnderflowException.java 21 * from a buffer but there are not enough remaining elements in the buffer.
  /packages/apps/Camera2/src/com/android/camera/exif/
ByteBufferInputStream.java 44 len = Math.min(len, mBuf.remaining());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 44 len = Math.min(len, mBuf.remaining());
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 44 len = Math.min(len, mBuf.remaining());
  /packages/apps/Mms/src/com/android/mms/exif/
ByteBufferInputStream.java 44 len = Math.min(len, mBuf.remaining());
  /system/core/fastboot/
fastboot_protocol.txt 32 a. INFO -> the remaining 60 bytes are an informative message
36 b. FAIL -> the requested command failed. The remaining 60 bytes
57 a. INFO -> display the remaining 60 bytes and return to #4
59 b. FAIL -> display the remaining 60 bytes (if present) as a failure

Completed in 898 milliseconds

1 2 3 4 5 6 78 91011>>