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

<<11121314151617181920>>

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapTest.java 165 objectOutputStream.flush();
  /external/libppp/src/
deflate.c 74 int olen, ilen, len, res, flush; local
108 flush = Z_NO_FLUSH;
112 if ((res = deflate(&state->cx, flush)) != Z_OK) {
123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
131 flush = Z_SYNC_FLUSH;
205 int seq, flush, res, first; local
252 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH;
257 if ((res = inflate(&state->cx, flush)) != Z_OK) {
268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
276 flush = Z_SYNC_FLUSH
340 int res, flush, expect_error; local
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 78 // Start out ready to flush.
98 flush();
113 /// unbuffered, the stream will flush after every write. This routine
114 /// will also flush the buffer immediately when the stream is being
117 flush();
129 void flush() { function in class:llvm::raw_ostream
274 /// flush.
294 /// flush_nonempty - Flush the current buffer, which is known to be
358 /// close - Manually flush the stream and close the file.
370 /// sensible when used on unbuffered streams which will flush their outpu
    [all...]
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 202 void LLVMSymbolizer::flush() { function in class:llvm::symbolize::LLVMSymbolizer
  /external/lzma/Java/SevenZip/
LzmaAlone.java 245 outStream.flush();
  /external/mesa3d/src/mesa/main/
samplerobj.c 313 flush(struct gl_context *ctx) function
330 flush(ctx);
345 flush(ctx);
360 flush(ctx);
382 flush(ctx);
401 flush(ctx);
417 flush(ctx);
428 flush(ctx);
442 flush(ctx);
456 flush(ctx)
    [all...]
texparam.c 227 flush(struct gl_context *ctx) function
264 flush(ctx);
273 flush(ctx);
289 flush(ctx); /* does not effect completeness */
301 flush(ctx);
311 flush(ctx);
321 flush(ctx);
362 /* no flush() */
375 flush(ctx);
391 flush(ctx)
    [all...]
  /external/proguard/src/proguard/
ProGuard.java 438 printStream.flush();
  /external/skia/src/xml/
SkXMLWriter.cpp 22 void SkXMLWriter::flush() function in class:SkXMLWriter
210 this->flush();
272 this->flush();
  /external/smack/src/org/jivesoftware/smack/
PacketWriter.java 171 writer.flush();
175 // Flush out the rest of the queue. If the queue is extremely large, it's possible
176 // we won't have time to entirely flush it before the socket is forced closed
183 writer.flush();
195 writer.flush();
238 writer.flush();
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java 390 out.flush();
396 out.flush();
408 out.flush();
415 out.flush();
  /external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java 118 writer.flush();
307 writer.flush();
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 44 FLUSH
200 virtual status_t flush() function in class:android::BpCameraDeviceUser
202 ALOGV("flush");
205 remote()->transact(FLUSH, data, &reply);
339 case FLUSH: {
342 reply->writeInt32(flush());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 82 void NuPlayer::Renderer::flush(bool audio) { function in class:android::NuPlayer::Renderer
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 468 status_t CameraDeviceClient::flush() { function in class:android::CameraDeviceClient
479 return mDevice->flush();
  /frameworks/base/core/java/android/gesture/
GestureStore.java 258 out.flush();
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 213 * #flush} and wait for the idle callback before calling configureOutputs. This will discard
243 * @see #flush
386 * {@link #flush} will also clear the request.</p>
417 * @see #flush
444 * {@link #flush} will also clear the request.</p>
475 * @see #flush
529 * Flush all captures currently pending and in-progress as fast as
536 * request or a repeating burst is set, it will be cleared by the flush.</p>
540 * in-progress work. Once the flush is complete, the idle callback will be
544 * from the camera device, since once the flush is complete, the first ne
562 public void flush() throws CameraAccessException; method in interface:CameraDevice
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 75 public synchronized void flush() { method in class:LoggingPrintStream
76 flush(true);
85 private void flush(boolean completely) { method in class:LoggingPrintStream
150 flush(false);
192 flush(false);
199 flush(false);
206 flush(false);
233 flush(false);
239 flush(false);
249 flush(true)
    [all...]
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 211 virtual void flush() { function in class:SkJavaOutputStream
254 gOutputStream_flushMethodID = getMethodIDCheck(env, outputStream_Clazz, "flush", "()V");
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 55 out.flush();
64 out.flush();
71 out.flush();
79 out.flush();
92 out.flush();
99 out.flush();
137 out.flush();
146 out.flush();
153 out.flush();
166 out.flush();
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 262 mObjectOut.flush();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 134 mOutput.flush();
151 mOutput.flush();
  /frameworks/base/obex/javax/obex/
ClientSession.java 431 // Write the request to the output stream and flush the stream
433 mOutput.flush();
  /frameworks/base/services/java/com/android/server/location/
LocationProviderProxy.java 231 pw.flush();
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 88 fs.flush();
94 fs.flush();

Completed in 559 milliseconds

<<11121314151617181920>>