Searched defs:lenient (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonWriter.java141 private boolean lenient; field in class:JsonWriter
177 * to lenient permits the following:
185 public void setLenient(boolean lenient) { argument
186 this.lenient = lenient;
193 return lenient;
334 * {@link Double#isInfinite() infinities} unless this writer is lenient.
338 if (!lenient && (Double.isNaN(value) || Double.isInfinite(value))) {
361 * {@link Double#isInfinite() infinities} unless this writer is lenient.
370 if (!lenient
[all...]
H A DJsonReader.java187 private boolean lenient = false; field in class:JsonReader
244 * parser to lenient causes it to ignore the following syntax errors:
261 public void setLenient(boolean lenient) { argument
262 this.lenient = lenient;
269 return lenient;
335 if (!lenient && token != JsonToken.BEGIN_ARRAY && token != JsonToken.BEGIN_OBJECT) {
353 if (lenient) {
612 /* In lenient mode, a 0-length literal means 'null' */
674 * Read the name/value separator. Usually a colon ':'. In lenient mod
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DUtils.java50 int nibble = Utils.fromHex(s.charAt(n), true); // Set lenient to not blow up on ':'
199 public static int fromHex(char ch, boolean lenient) throws NumberFormatException { argument
206 } else if (lenient) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java51 int nibble = Utils.fromHex(s.charAt(n), true); // Set lenient to not blow up on ':'
186 public static int fromHex(char ch, boolean lenient) throws NumberFormatException { argument
193 } else if (lenient) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 200 milliseconds