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

1 2 3

  /external/guava/guava-tests/test/com/google/common/io/
FlushablesTest.java 47 doFlush(mockFlushable, false, false);
50 doFlush(mockFlushable, true, false);
57 doFlush(mockFlushable, true, false);
64 doFlush(mockFlushable, false, true);
98 private void doFlush(Flushable flushable, boolean swallowException,
  /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();
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderPassThrough.cpp 251 doFlush(false /* notifyComplete */);
373 void NuPlayer2::DecoderPassThrough::doFlush(bool notifyComplete) {
391 doFlush(true /* notifyComplete */);
NuPlayer2Decoder.cpp 493 void NuPlayer2::Decoder::doFlush(bool notifyComplete) {
522 doFlush(true);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 252 doFlush(false /* notifyComplete */);
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) {
392 doFlush(true /* notifyComplete */);
NuPlayerDecoder.cpp 473 void NuPlayer::Decoder::doFlush(bool notifyComplete) {
502 doFlush(true);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 150 UBool doFlush;
198 doFlush = (UBool)(sourceLimit == realSourceEnd);
205 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
216 doFlush, /* flush if we're at the end of the input data */
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);
    [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...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 141 func (rb *reorderBuffer) doFlush() bool {
258 if info.BoundaryBefore() && rb.nrune > 0 && !rb.doFlush() {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 141 func (rb *reorderBuffer) doFlush() bool {
258 if info.BoundaryBefore() && rb.nrune > 0 && !rb.doFlush() {
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 226 doFlush();
279 protected void doFlush() throws IOException {
285 doFlush();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 

Completed in 731 milliseconds

1 2 3