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

1 2 3 4 5 6 7 891011>>

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_link.h 52 phDal4Nfc_link_flush_CB_t flush; member in struct:__anon20951
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorageTest.java 81 objectOutputStream.flush();
96 objectOutputStream.flush();
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 132 STDMETHODIMP CFilterCoder::Flush()
148 CMyComPtr<IOutStreamFlush> flush; local
149 _outStream.QueryInterface(IID_IOutStreamFlush, &flush);
150 if (flush)
151 return flush->Flush();
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 96 * flush any outstanding command buffers to the hardware
99 void (*flush)(struct pipe_video_decoder *decoder); member in struct:pipe_video_decoder
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 51 __DRI2flushExtension *flush; member in struct:gbm_dri_device
  /external/proguard/src/proguard/gui/
ReTraceRunnable.java 124 printStream.flush();
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 85 output.flush();
97 output.flush();
113 output.flush();
122 output.flush();
167 output.flush();
175 output.flush();
189 output.flush();
197 output.flush();
290 output.flush();
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Client.java 151 out.flush();
164 out.flush();
  /external/srec/portable/include/
PFile.h 130 ESR_ReturnCode(*flush)(struct PFile_t* self); member in struct:PFile_t
plog.h 84 ESR_ReturnCode(*flush)(struct PLogger_t *self); member in struct:PLogger_t
89 * used, it needs to flush the buffer.
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 88 * Flush any buffered data from calls to write(int). Needed
117 out.flush();
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 40 out.flush();
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
IndentingPrintWriterTest.java 58 pw.flush();
69 pw.flush();
81 pw.flush();
95 pw.flush();
105 pw.flush();
116 pw.flush();
128 pw.flush();
  /frameworks/base/media/java/android/media/
MediaInserter.java 68 flush(tableUri, list); method
76 flush(tableUri, list); method
84 flush(tableUri, list); method
89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException { method in class:MediaInserter
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 149 int BufferedOutputStream::flush() { function in class:android::gltrace::BufferedOutputStream
170 return flush();
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 312 status_t SensorDevice::flush(void* ident, int handle) { function in class:android::SensorDevice
316 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w flush %d", handle);
317 return mSensorDevice->flush(mSensorDevice, handle);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java 69 pw.flush();
75 pw.flush();
82 pw.flush();
89 pw.flush();
96 pw.flush();
103 pw.flush();
110 pw.flush();
117 pw.flush();
  /libcore/luni/src/main/java/java/io/
CharArrayWriter.java 94 public void flush() { method in class:CharArrayWriter
  /libcore/luni/src/main/java/java/security/
SignedObject.java 81 oos.flush();
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 147 * Logs a record if necessary. A flush operation will be done afterwards.
155 super.flush();
  /libcore/luni/src/main/java/javax/crypto/
SealedObject.java 98 oos.flush();
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 69 fos.flush();
OldObjectOutputStreamTest.java 114 public void flush() throws IOException { method in class:OldObjectOutputStreamTest.NoFlushTestOutputStream
115 super.flush();
206 assertFalse("flush() has been called on the target.",
221 // Test for method void java.io.ObjectOutputStream.flush()
225 oos.flush();
226 assertTrue("Test 2: Failed to flush data.", bao.size() > size);
229 oos_ioe.flush();
253 oos.flush();
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 46 bw.flush();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 71 public void flush() {} method in class:OldXMLFormatterTest.MockHandler

Completed in 169 milliseconds

1 2 3 4 5 6 7 891011>>