Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DEnvironmentTest.java126 final long maxsize = stat.f_blocks * stat.f_frsize; in testSaneInodes() local
127 final long maxInodes = maxsize / 4096; in testSaneInodes()
133 if (maxsize < size4GB) { in testSaneInodes()
142 + " not within sane range for partition of " + maxsize + " bytes; expected [" in testSaneInodes()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DVLoadTest.java74 int maxsize = 1; in createWalk() local
77 maxsize ++; in createWalk()
80 maxsize ++; in createWalk()
83 maxsize ++; in createWalk()
89 toCopy -= maxsize; in createWalk()
90 tmp[i] = x | (maxsize << 16); in createWalk()
91 android.util.Log.v("rs", "x " + x + ", vec " + maxsize); in createWalk()