/external/guava/android/guava-tests/test/com/google/common/io/ |
D | FlushablesTest.java | 42 doFlush(mockFlushable, false, false); in testFlush_clean() 45 doFlush(mockFlushable, true, false); in testFlush_clean() 52 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException() 59 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException() 85 private void doFlush(Flushable flushable, boolean swallowException, boolean expectThrown) in doFlush() method in FlushablesTest
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | FlushablesTest.java | 42 doFlush(mockFlushable, false, false); in testFlush_clean() 45 doFlush(mockFlushable, true, false); in testFlush_clean() 52 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException() 59 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException() 85 private void doFlush(Flushable flushable, boolean swallowException, boolean expectThrown) in doFlush() method in FlushablesTest
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 47 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 49 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 1008 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument 1046 doFlush, in convertFromU() 1097 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument 1142 doFlush, in convertToU() 1211 UBool doFlush; in testConvertFromU() local 1259 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU() 1266 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromU() 1271 doFlush = FALSE; in testConvertFromU() [all …]
|
D | ncnvfbts.c | 150 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()
|
D | nccbtst.c | 2645 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()
|
D | nucnvtst.c | 379 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/ |
D | AbstractHttpServerConnection.java | 161 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpServerConnection 167 doFlush(); in flush()
|
D | AbstractHttpClientConnection.java | 173 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpClientConnection 179 doFlush(); in flush()
|
D | SocketHttpClientConnection.java | 197 doFlush(); in close()
|
D | SocketHttpServerConnection.java | 195 doFlush(); in close()
|
/external/apache-http/android/src/android/net/http/ |
D | AndroidHttpClientConnection.java | 226 doFlush(); in close() 279 protected void doFlush() throws IOException { in doFlush() method in AndroidHttpClientConnection 285 doFlush(); in flush()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 2553 doFlush(); in write() 2617 doFlush(); in writeStringNoTag() 2658 doFlush(); in flush() 2694 doFlush(); in flushIfNotAvailable() 2698 private void doFlush() throws IOException { in doFlush() method in CodedOutputStream.ByteOutputEncoder 2867 doFlush(); in write() 2932 doFlush(); in writeStringNoTag() 2974 doFlush(); in flush() 2994 doFlush(); in write() 3032 doFlush(); in write() [all …]
|
/external/apache-http/api/ |
D | current.txt | 50 method protected void doFlush() throws java.io.IOException; 2208 method @Deprecated protected void doFlush() throws java.io.IOException; 2228 method @Deprecated protected void doFlush() throws java.io.IOException;
|
/external/apache-http/ |
D | art-profile | 256 HPLorg/apache/http/impl/AbstractHttpClientConnection;->doFlush()V
|