Searched refs:lenient (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DCalendar.java64 * When a {@code Calendar} is <em>lenient</em>, it accepts a wider
65 * range of field values than it produces. For example, a lenient
68 * non-lenient {@code GregorianCalendar} throws an exception when given
338 private boolean lenient; field in class:Calendar
1065 return lenient;
1169 lenient = value;
1215 ",lenient=" + lenient +
1358 new ObjectStreamField("lenient", boolean.class),
1374 putFields.put("lenient", lenien
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 3081 milliseconds