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

  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 197 doFlush();
SocketHttpServerConnection.java 195 doFlush();
AbstractHttpClientConnection.java 173 protected void doFlush() throws IOException {
179 doFlush();
AbstractHttpServerConnection.java 161 protected void doFlush() throws IOException {
167 doFlush();
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 81 doFlush(mockFlushable, false, false);
84 doFlush(mockFlushable, true, false);
91 doFlush(mockFlushable, true, false);
98 doFlush(mockFlushable, false, true);
172 private void doFlush(Flushable flushable, boolean swallowException,
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c 148 UBool doFlush;
196 doFlush = (UBool)(sourceLimit == realSourceEnd);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
214 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 380 UBool doFlush;
420 doFlush = (UBool)(sourceLimit == realSourceEnd);
426 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
437 doFlush, /* flush if we're at the end of the input data */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 148 UBool doFlush;
196 doFlush = (UBool)(sourceLimit == realSourceEnd);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
214 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 379 UBool doFlush;
419 doFlush = (UBool)(sourceLimit == realSourceEnd);
425 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
436 doFlush, /* flush if we're at the end of the input data */
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 

Completed in 427 milliseconds