Searched defs:addLenient (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHeaders.java221 Builder addLenient(String line) { method in class:Headers.Builder
224 return addLenient(line.substring(0, index), line.substring(index + 1));
228 return addLenient("", line.substring(1)); // Empty header name.
230 return addLenient("", line); // No header name.
246 return addLenient(name, value);
253 Builder addLenient(String name, String value) { method in class:Headers.Builder
277 addLenient(name, value);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DInternal.java48 public abstract void addLenient(Headers.Builder builder, String line); method in class:Internal
50 public abstract void addLenient(Headers.Builder builder, String name, String value); method in class:Internal
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 126 milliseconds