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

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 116 final int tooSmall = pixSize / 2;
127 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall));
140 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall));
153 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall));
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 208 DWORD tooSmall; /* size < ETH_MIN */
515 intStat.tooSmall++;
1055 intStat.tooSmall, intStat.tooLarge,
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 574 String formattedMsg, String tooSmall, String tooLarge, int actualValue,
579 succ = expectTrue(formattedMsg + tooSmall,
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraErrorCollector.java 586 String formattedMsg, String tooSmall, String tooLarge, int actualValue,
591 succ = expectTrue(formattedMsg + tooSmall,
    [all...]

Completed in 279 milliseconds