Home
last modified time | relevance | path

Searched refs:small (Results 1 – 6 of 6) sorted by relevance

/art/test/701-easy-div-rem/
Dexpected.txt3 Int: checking small dividends...
6 Long: checking small dividends...
/art/test/094-pattern/
Dinfo.txt3 The test may throw a StackOverflowError if the stack size is too small. With
/art/test/104-growth-limit/
Dinfo.txt1 Tests that the growth limit, used to impose the small and large Android
/art/runtime/base/unix_file/
DREADME7 In particular, the basic RandomAccessFile interface is kept small and simple so
/art/compiler/dex/quick/mips/
DREADME.mips11 small bugs will be flushed out, but it should not take long to get it
27 the larger number of MIPS core and float registers render this too small.
/art/test/003-omnibus-opcodes/src/
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() argument
548 Main.assertTrue(small == 1); // const/4 in checkConsts()