/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
DownloadManagerTestApp.java | 153 outputFile.flush();
|
/frameworks/base/libs/hwui/ |
Caches.cpp | 348 void Caches::flush(FlushMode mode) { function in class:android::uirenderer::Caches 367 fontRenderer->flush(); 368 textureCache.flush();
|
DeferredDisplayList.cpp | 41 // Depth of the save stack at the beginning of batch playback at flush time 311 // use invalid save count because it won't be used at flush time - RestoreToCountOp is the 312 // only one to use it, and we don't use that class at flush time, instead calling 343 * The count used here represents the flush() time saveCount. This is as opposed to the 406 * subsequent clipOps, save/restores (if the clip flag is set). During a flush, instead of loading 639 // Replay / flush 655 status_t DeferredDisplayList::flush(OpenGLRenderer& renderer, Rect& dirty) { function in class:android::uirenderer::DeferredDisplayList 656 ATRACE_NAME("flush drawing commands"); 661 if (isEmpty()) return status; // nothing to flush 665 renderer.eventMark("Flush"); [all...] |
/frameworks/base/media/java/android/media/ |
MediaCodec.java | 114 * data (i.e. after a seek) it is necessary to {@link #flush} the decoder. 115 * Any input or output buffers the client may own at the point of the flush are 116 * immediately revoked, i.e. after a call to {@link #flush} the client does not 118 * Note that the format of the data submitted after a flush must not change, 119 * flush does not support format discontinuities, 160 * after this, unless of course, {@link #flush} follows. 293 * Flush both input and output ports of the component, all indices 297 public native final void flush(); method in class:MediaCodec
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
ProxyServer.java | 182 os.flush();
|
/frameworks/base/services/java/com/android/server/am/ |
ProviderMap.java | 395 pw.flush();
|
/frameworks/base/services/java/com/android/server/display/ |
PersistentDataStore.java | 220 serializer.flush();
|
/frameworks/base/services/java/com/android/server/input/ |
PersistentDataStore.java | 213 serializer.flush();
|
/frameworks/base/services/java/com/android/server/wm/ |
ViewServer.java | 190 out.flush(); 314 out.flush(); 318 out.flush();
|
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 505 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 622 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() 798 int flush; local 828 flush = Z_FINISH; /* tell zlib that we're done */ 830 flush = Z_NO_FLUSH; /* more to come! */ 832 zerr = deflate(&zstream, flush); 876 * things considerably faster by deferring the removal to "flush" time. 892 * Flush any pending writes. 897 status_t ZipFile::flush(void) function in class:ZipFile 1038 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush() [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IsimUiccRecords.java | 287 pw.flush();
|
UiccCard.java | 402 pw.flush();
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
SurfaceFlingerHelper.java | 408 fw.flush();
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogManagerTest.java | 251 public void flush() {} method in class:OldLogManagerTest.MockHandler
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactory1Test.java | 432 oos.flush(); 543 oos.flush();
|
/libcore/support/src/test/java/tests/http/ |
MockWebServer.java | 428 out.flush();
|
/packages/apps/Camera2/src/com/android/camera/data/ |
CameraDataAdapter.java | 204 public void flush() { method in class:CameraDataAdapter
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
IconCache.java | 176 public void flush() { method in class:IconCache
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
MoreKeysResources.java | 214 formatter.flush();
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | 141 /** True if we control the buffer, and we should flush the output on endDocument. */ 235 * Flush the formatter's result stream. 249 ((WriterToUTF8Buffered) writer).flush(); 256 writer.flush(); 260 // Flush always. 263 writer.flush(); 3208 public void flush() throws IOException method in class:ToStream.WritertoStringBuffer [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothChatService.java | 481 mmOutStream.flush();
|
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.java | 210 // Make sure that each write()+flush() turns into a packet: 219 out.flush();
|
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 128 // Make sure that each write()+flush() turns into a packet: 138 out.flush();
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventSocketProxy.java | 86 out.flush(); 117 out.flush();
|