Home
last modified time | relevance | path

Searched defs:REPS (Results 1 – 13 of 13) sorted by relevance

/external/jackson-core/src/test/java/perf/
DManualCharAccessTest.java49 final int REPS = (int) ((double) (80 * 1000 * 1000) / (double) INPUT_CHARS.length); in test() local
112 private final long readClassic(int REPS, char[] input, char[] output) throws Exception in readClassic()
137 private final long readWithByte(int REPS, char[] input, char[] output) throws Exception in readWithByte()
162 private final long readWithInt(int REPS, char[] input, char[] output) throws Exception in readWithInt()
DParserTestBase.java11 final int REPS = (int) ((double) (10 * 1000 * 1000) / (double) expSize); in test() local
/external/jackson-databind/src/test/java/perf/
DObjectWriterTestBase.java18 final int REPS; in test() local
106 protected double testSer(int REPS, Object value, ObjectWriter writer) throws Exception in testSer()
DManualWritePerfUntyped.java33 protected double testSer(int REPS, Object value, ObjectWriter writer) throws Exception in testSer()
DManualReadWithTypeResolution.java24 private final int REPS; field in ManualReadWithTypeResolution
DManualWritePerfWithAllTypes.java34 protected double testSer(int REPS, Object value, ObjectWriter writer) throws Exception in testSer()
DObjectReaderTestBase.java16 protected int REPS; field in ObjectReaderTestBase
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/
DDDMTest.java37 public static final int REPS = 4; field in DDMTest
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNonStandardUnquotedNamesTest.java112 final int REPS = 1050; in _testLargeUnquoted() local
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMACoder.java33 static final int REPS = 4; field in LZMACoder
/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h202 #define REPS 4 macro
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncNonStdParsingTest.java19 final int REPS = 1050; in testLargeUnquotedNames() local
/external/toybox/toys/pending/
Dxzcat.c1177 #define REPS 4 macro