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

<<11121314151617181920>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java 80 codedOutput.flush();
91 codedOutput.flush();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandler.java 199 public static void flush() { method in class:ShadowHandler
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 163 // try to clear out an unused plot before we flush
175 // before we purge the cache, we must flush any accumulated draws
177 fContext->flush();
181 // need to use new flush count here
227 // a number of verts to reserve and whether to perform a flush.
231 bool flush = fDrawTarget->geometryHints(&fMaxVertices, NULL); local
232 if (flush) {
234 fContext->flush();
GrDistanceFieldTextContext.cpp 160 // try to clear out an unused plot before we flush
172 // before we purge the cache, we must flush any accumulated draws
174 fContext->flush();
178 // need to use new flush count here
219 // a number of verts to reserve and whether to perform a flush.
223 bool flush = fDrawTarget->geometryHints(&fMaxVertices, NULL); local
224 if (flush) {
226 fContext->flush();
  /external/stlport/stlport/stl/
_ostream.h 134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 402 m_out.flush();
413 m_out.flush();
  /external/zlib/src/contrib/iostream2/
zstream.h 214 * error number (see function gzerror below). flush() returns Z_OK if
216 * flush() should be called only when strictly necessary because it can
219 int flush(int _flush) { function in class:ozstream
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
87 virtual void flush() function in class:android::BpAudioTrack
91 remote()->transact(FLUSH, data, &reply);
217 case FLUSH: {
219 flush();
  /frameworks/base/core/java/android/util/
Log.java 335 pw.flush();
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 65 mOutputWriter.flush();
  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 96 fos.flush();
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 207 void Lookup3GammaFontRenderer::flush() { function in class:android::uirenderer::Lookup3GammaFontRenderer
GammaFontRenderer.h 33 virtual void flush() = 0;
67 void flush() { function in class:android::uirenderer::ShaderGammaFontRenderer
113 void flush() { function in class:android::uirenderer::LookupGammaFontRenderer
157 void flush();
Layer.cpp 114 void Layer::removeFbo(bool flush) {
127 if (flush) LayerRenderer::flushLayer(this);
224 void Layer::flush() { function in class:android::uirenderer::Layer
225 // renderer is checked as layer may be destroyed/put in layer cache with flush scheduled
231 deferredList->flush(*renderer, dirtyRect);
TextureCache.cpp 50 INIT_LOGD(" Setting texture cache flush rate to %.2f%%", flushRate * 100.0f);
53 INIT_LOGD(" Using default texture cache flush rate of %.2f%%",
197 void TextureCache::flush() { function in class:android::uirenderer::TextureCache
205 TEXTURE_LOGD("TextureCache::flush: target size: %d", targetSize);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 112 pw.flush();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java 149 dotFile.flush();
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 616 void frame_parse::flush () function in class:frame_parse
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 572 void frame_parse::flush () function in class:frame_parse
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedOutputStreamTest.java 70 os.flush();
71 assertEquals("Test 1: Bytes not written after flush;",
78 os.flush();
94 os.flush();
96 assertEquals("Test 2: Bytes not written after flush;",
162 os.flush();
164 assertEquals("Test 2: Byte not written after flush;",
OldBufferedWriterTest.java 40 bw.flush();
59 bw.flush();
87 bw.write("This should not cause a flush");
88 assertTrue("Test 1: Bytes written without flush.",
90 bw.flush();
92 "This should not cause a flush", sw.toString());
97 bw.flush();
109 bw.flush();
128 bw.flush();
218 assertTrue("Test 1: Char written without flush."
    [all...]
OldCharArrayWriterTest.java 124 writer.flush();
OldFilterOutputStreamTest.java 84 os.flush();
85 assertEquals("Test 1: Bytes not written after flush;",
90 os.flush();
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 76 * We test write+flush because the RI returns a wrapped stream, but
80 out.flush();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 92 public void flush() {} method in class:OldMemoryHandlerTest.MockHandler

Completed in 292 milliseconds

<<11121314151617181920>>