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/pdfium/fpdfsdk/src/javascript/
Consts.cpp 98 JS_STATIC_CONST_ENTRY_NUMBER(tooSmall, 3)
  /external/libpcap/msdos/
pktdrvr.c 208 DWORD tooSmall; /* size < ETH_MIN */
515 intStat.tooSmall++;
1055 intStat.tooSmall, intStat.tooLarge,
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 550 String formattedMsg, String tooSmall, String tooLarge, int actualValue,
555 succ = expectTrue(formattedMsg + tooSmall,
    [all...]

Completed in 483 milliseconds