Home
last modified time | relevance | path

Searched refs:doFlush (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java47 doFlush(mockFlushable, false, false); in testFlush_clean()
50 doFlush(mockFlushable, true, false); in testFlush_clean()
57 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException()
64 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException()
98 private void doFlush(Flushable flushable, boolean swallowException, in doFlush() method in FlushablesTest
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c45 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
47 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
1006 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument
1044 doFlush, in convertFromU()
1095 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument
1140 doFlush, in convertToU()
1209 UBool doFlush; in testConvertFromU() local
1257 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU()
1264 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromU()
1269 doFlush = FALSE; in testConvertFromU()
[all …]
Dncnvfbts.c150 UBool doFlush; in testConvertFromUnicode() local
198 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode()
205 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicode()
216 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode()
Dnccbtst.c2645 UBool doFlush; in testConvertFromUnicode() local
2706 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode()
2713 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicode()
2724 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode()
3036 UBool doFlush; in testConvertFromUnicodeWithContext() local
3097 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicodeWithContext()
3104 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicodeWithContext()
3115 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicodeWithContext()
Dnucnvtst.c379 UBool doFlush; in testConvertFromU() local
419 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU()
425 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromU()
436 doFlush, /* flush if we're at the end of the input data */ in testConvertFromU()
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java161 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpServerConnection
167 doFlush(); in flush()
DAbstractHttpClientConnection.java173 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpClientConnection
179 doFlush(); in flush()
DSocketHttpServerConnection.java195 doFlush(); in close()
DSocketHttpClientConnection.java197 doFlush(); in close()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java2100 doFlush(); in write()
2164 doFlush(); in writeStringNoTag()
2205 doFlush(); in flush()
2241 doFlush(); in flushIfNotAvailable()
2245 private void doFlush() throws IOException { in doFlush() method in CodedOutputStream.ByteOutputEncoder
2403 doFlush(); in write()
2468 doFlush(); in writeStringNoTag()
2510 doFlush(); in flush()
2531 doFlush(); in write()
2569 doFlush(); in write()
[all …]
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java226 doFlush(); in close()
279 protected void doFlush() throws IOException { in doFlush() method in AndroidHttpClientConnection
285 doFlush(); in flush()
/external/apache-http/api/
Dapache-http-legacy-current.txt49 method protected void doFlush() throws java.io.IOException;
2323 method protected void doFlush() throws java.io.IOException;
2343 method protected void doFlush() throws java.io.IOException;