Home
last modified time | relevance | path

Searched refs:cachePosition (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java62 private int cachePosition = 0; field in ChunkedOutputStream
101 if (this.cachePosition > 0) { in flushCache()
102 this.out.writeLine(Integer.toHexString(this.cachePosition)); in flushCache()
103 this.out.write(this.cache, 0, this.cachePosition); in flushCache()
105 this.cachePosition = 0; in flushCache()
118 this.out.writeLine(Integer.toHexString(this.cachePosition + len)); in flushCacheWithAppend()
119 this.out.write(this.cache, 0, this.cachePosition); in flushCacheWithAppend()
122 this.cachePosition = 0; in flushCacheWithAppend()
149 this.cache[this.cachePosition] = (byte) b; in write()
150 this.cachePosition++; in write()
[all …]
/external/robolectric/v1/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...