HomeSort by relevance Sort by last modified time
    Searched defs:doFlush (Results 1 - 12 of 12) sorted by null

  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 192 doFlush();
SocketHttpServerConnection.java 190 doFlush();
AbstractHttpClientConnection.java 167 protected void doFlush() throws IOException {
173 doFlush();
AbstractHttpServerConnection.java 156 protected void doFlush() throws IOException {
162 doFlush();
  /external/icu4c/test/cintltst/
ncnvfbts.c 146 UBool doFlush;
194 doFlush = (UBool)(sourceLimit == realSourceEnd);
201 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
212 doFlush, /* flush if we're at the end of the input data */
ncnvtst.c 43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
    [all...]
nccbtst.c     [all...]
nucnvtst.c 349 UBool doFlush;
389 doFlush = (UBool)(sourceLimit == realSourceEnd);
395 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
406 doFlush, /* flush if we're at the end of the input data */
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 232 doFlush();
285 protected void doFlush() throws IOException {
291 doFlush();
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 31 milliseconds