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

  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_rotation.c 48 #define MAX_SIZE 100
55 opus_val16 x0[MAX_SIZE];
56 opus_val16 x1[MAX_SIZE];
  /external/skia/tests/
StreamTest.cpp 20 #define MAX_SIZE (256 * 1024)
  /cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java 39 private static final int MAX_SIZE = 4096;
97 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE);
136 byte[] packet = pingPacket((int) (Math.random() * MAX_SIZE));
  /external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java 41 static final int MAX_SIZE = 100;
68 .maximumSize(MAX_SIZE)
70 for (int i = 0; i < 2 * MAX_SIZE; i++) {
72 assertEquals(Math.min(i + 1, MAX_SIZE), cache.size());
75 assertEquals(MAX_SIZE, cache.size());
83 .maximumWeight(2 * MAX_SIZE)
86 for (int i = 0; i < 2 * MAX_SIZE; i++) {
88 assertEquals(Math.min(i + 1, MAX_SIZE), cache.size());
91 assertEquals(MAX_SIZE, cache.size());
99 .maximumSize(MAX_SIZE)
    [all...]
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 40 static const size_t MAX_SIZE = 256 * 1024;
43 : mPtr((char *)malloc(MAX_SIZE)) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 40 public final static int MAX_SIZE = 65536 * 32;
129 if (size > MAX_SIZE) throw new DirectoryFullException(
130 "directory would grow beyond " + MAX_SIZE + " bytes",
  /libcore/crypto/src/main/java/org/conscrypt/
FileClientSessionCache.java 41 public static final int MAX_SIZE = 12; // ~72k
51 * <p>When the number of session files exceeds MAX_SIZE, we delete the
116 MAX_SIZE, 0.75f, true /* access order */);
240 if (size <= MAX_SIZE) {
247 int removals = size - MAX_SIZE;
  /frameworks/base/services/java/com/android/server/
AssetAtlasService.java 82 private static final int MAX_SIZE = 2048;
402 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run();
405 int end = MAX_SIZE - (cpuCount - 1) * STEP;
531 int width = readInt(reader, MIN_SIZE, MAX_SIZE);
532 int height = readInt(reader, MIN_SIZE, MAX_SIZE);
685 while (threshold > MAX_SIZE * MAX_SIZE) {
698 for (int height = MIN_SIZE; height < MAX_SIZE; height += STEP) {
  /frameworks/base/core/java/android/widget/
GridLayout.java 224 static final int MAX_SIZE = 100000;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 224 static final int MAX_SIZE = 100000;
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
guava-13.0.1.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 429 milliseconds