HomeSort by relevance Sort by last modified time
    Searched refs:flush (Results 476 - 500 of 947) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/loader/appcache/
ManifestParser.cpp 52 s += decoder->flush();
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 137 svgSource += decoder->flush();
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 87 void flush();
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 167 void GraphicsContextPlatformPrivate::flush() function in class:WebCore::GraphicsContextPlatformPrivate
GraphicsContextWin.cpp 133 m_data->flush();
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 170 html += decoder->flush();
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 164 flush();
178 flush();
184 flush();
187 void QNetworkReplyHandlerCallQueue::flush() function in class:WebCore::QNetworkReplyHandlerCallQueue
  /external/webkit/Source/WebKit/android/jni/
CookieManager.cpp 154 WebCookieJar::flush();
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 60 # constructor should support write() and flush():
66 def flush(self): member in class:TestLogStream
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 40 out.flush();
  /frameworks/base/include/media/
MediaPlayerInterface.h 96 virtual void flush() = 0;
  /frameworks/base/keystore/java/android/security/
KeyStore.java 182 out.flush();
  /frameworks/base/obex/javax/obex/
ServerSession.java 274 mOutput.flush();
401 mOutput.flush();
505 mOutput.flush();
645 mOutput.flush();
  /frameworks/base/services/input/
InputListener.h 186 void flush();
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPlayer.h 59 virtual void flush();
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 274 decoder.flush(out);
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 151 * Closes this handler. A flush operation will be performed and all the
160 public abstract void flush(); method in class:Handler
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 68 uroot.flush();
73 sroot.flush();
221 * only flush this node and should not include the descendant nodes. Any
222 * implementation that wants to provide functionality to flush all nodes
223 * at once should override the method {@link #flush() flush()}.
252 * flush method will be invoked.
391 public void flush() throws BackingStoreException { method in class:AbstractPreferences
398 cc[i].flush(); method
  /libcore/luni/src/main/java/javax/crypto/
SealedObject.java 92 oos.flush();
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 87 jintArray data, jboolean flush) {
114 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
133 jintArray data, jboolean flush) {
160 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 180 out.flush();
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 140 out.flush();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeBodyPart.java 188 writer.flush();
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
PhotoView.java 55 * removed by remove() or flush().
72 public void flush() { method in class:PhotoView
  /packages/apps/Phone/src/com/android/phone/sip/
SipProfileDb.java 82 oos.flush();

Completed in 3918 milliseconds

<<11121314151617181920>>