Searched refs:indentFactor (Results 1 - 4 of 4) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java868 * @param indentFactor The number of spaces to add to each level of
876 public String toString(int indentFactor) throws JSONException { argument
877 return toString(indentFactor, 0);
884 * @param indentFactor The number of spaces to add to each level of
891 String toString(int indentFactor, int indent) throws JSONException { argument
900 indentFactor, indent));
902 int newindent = indent + indentFactor;
912 indentFactor, newindent));
H A DJSONObject.java1350 * @param indentFactor The number of spaces to add to each level of
1358 public String toString(int indentFactor) throws JSONException { argument
1359 return toString(indentFactor, 0);
1367 * @param indentFactor The number of spaces to add to each level of
1376 String toString(int indentFactor, int indent) throws JSONException { argument
1384 int newindent = indent + indentFactor;
1390 sb.append(valueToString(this.map.get(o), indentFactor,
1405 sb.append(valueToString(this.map.get(o), indentFactor,
1482 * @param indentFactor The number of spaces to add to each level of
1491 static String valueToString(Object value, int indentFactor, in argument
[all...]
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1363 milliseconds