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

  /dalvik/tests/061-out-of-memory/src/
Main.java 35 int[] tooBig = new int[COUNT];
37 Arrays.fill(tooBig, 0xdd);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 218 final int tooBig = mContext.getResources().getInteger(
220 if (mIcon.number > tooBig) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 238 long tooBig = Integer.MAX_VALUE + 1L;
239 FileLock lock = readWriteFileChannel.tryLock(tooBig, 1, false);
240 assertLockFails(tooBig, 1);
243 lock = readWriteFileChannel.tryLock(0, tooBig, false);
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 225 milliseconds