HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 726 - 750 of 1083) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 336 // First flush what is needed (primitive data, etc)
337 flush(); method
373 * flush} but the flush is not propagated to the target stream.
452 * Writes buffered data to the target stream and calls the {@code flush}
460 public void flush() throws IOException { method in class:ObjectOutputStream
462 output.flush();
569 // First we flush what we have
795 drain(); // flush primitive types in the annotation
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 605 theOutput.flush();
641 theOutput.flush();
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 68 p.flush();
975 public void flush() throws BackingStoreException { method in class:OldPreferencesTest.MockPreferences
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 336 oos.flush();
500 out.flush();
748 oos.flush();
788 oos.flush();
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 590 xml.flush();
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 353 os.flush();
393 os.flush();
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 306 // Test case 3: getPlaybackHeadPosition() is 0 after flush();
328 track.flush();
400 // Test case 5: getPlaybackHeadPosition() remains 0 after pause(); flush(); play();
427 track.flush();
429 log(TEST_NAME, "position after flush =" + pos);
    [all...]
DecoderTest.java 163 // assertEquals("count different with flush", decoded.length, decoded3.length);
204 codec.flush();
267 codec.flush();
553 codec.flush();
628 codec.flush();
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 206 mTraceOutput.flush();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 249 out.flush();
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java     [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 374 public void flush() { method in class:LogRecordTest.MockHandler
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 311 // Test for method void java.io.ObjectOutputStream.flush()
318 oos.flush();
319 assertTrue("Failed to flush data", bao.size() > size);
574 oos.flush();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 595 writer.flush();
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 1807 def flush(self): member in class:NewLineNormalizer
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 748 virtual void flush() { function in class:cc::__anon3870::VisibilityChangeIsLastCallTrackingContext
    [all...]
  /external/chromium_org/cc/test/
fake_web_graphics_context_3d.h 201 virtual void flush() {} function in class:cc::FakeWebGraphicsContext3D
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 456 // First flush the context to ensure that any pending frees of resources
461 gl_->Flush();
680 void WebGraphicsContext3DCommandBufferImpl::flush() { function in class:content::WebGraphicsContext3DCommandBufferImpl
682 gl_->Flush();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 465 void flush();
605 void CollDataCache::flush() function in class:CollDataCache
1099 cache->flush();
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 158 * Flush flags.
310 * Flush the front buffer.
362 * Flush all drawing from context to the pipe also flushes the pipe.
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags, member in struct:st_context_iface
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 839 * does not flush the underlying OutputStream.
841 public void flush() throws IOException { method in class:CodedOutputStream
922 // flush.
    [all...]
UnknownFieldSet.java 186 codedOutput.flush();
193 codedOutput.flush();
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 806 int flush() { function in class:RgnOper
933 return oper.flush();
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 23 // Deferred canvas will auto-flush when recording reaches this limit
237 virtual void flush() SK_OVERRIDE;
372 void DeferredDevice::flush() { function in class:DeferredDevice
374 fImmediateCanvas->flush();
403 // Flush is necessary to free more space.
424 this->flush();
459 fImmediateCanvas->flush();
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 1843 int flush=Z_SYNC_FLUSH; local
    [all...]

Completed in 1166 milliseconds

<<21222324252627282930>>