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

  /art/test/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 247 final int tooBig = getContext().getResources().getInteger(
249 if (mIcon.number > tooBig) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
NotificationCompatImplBase.java 192 final int tooBig = context.getResources().getInteger(
194 if (number > tooBig) {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 95 private boolean tooBig() {
113 // Return a possibly reduced version of this that's not tooBig.
116 if (!tooBig()) return this;
118 if (!result.tooBig()) return this;
120 if (!result.tooBig()) return this;
  /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...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java     [all...]
  /external/skia/src/core/
SkPaint.cpp 372 static bool tooBig(const SkMatrix& m, SkScalar ma2max) {
384 return tooBig(matrix, MaxCacheSize2());
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 243 milliseconds