HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 501 - 525 of 2652) sorted by null

<<21222324252627282930>>

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyStringEndToEndTest.java 87 outputStream.flush();
  /external/python/cpython2/Lib/
gzip.py 310 # If the EOF has been reached, flush the decompression object
314 uncompress = self.decompress.flush()
378 fileobj.write(self.compress.flush())
388 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): member in class:GzipFile
392 self.fileobj.write(self.compress.flush(zlib_mode))
393 self.fileobj.flush()
  /external/python/cpython2/Lib/wsgiref/
validate.py 51 - That wsgi.errors has the methods flush, write, writelines
229 def flush(self): member in class:ErrorWrapper
230 self.errors.flush()
362 for attr in ['flush', 'write', 'writelines']:
  /external/python/cpython3/Lib/
gzip.py 309 fileobj.write(self.compress.flush())
321 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): member in class:GzipFile
325 self.fileobj.write(self.compress.flush(zlib_mode))
326 self.fileobj.flush()
  /external/python/cpython3/Lib/wsgiref/
validate.py 51 - That wsgi.errors has the methods flush, write, writelines
235 def flush(self): member in class:ErrorWrapper
236 self.errors.flush()
370 for attr in ['flush', 'write', 'writelines']:
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandler.java 199 public static void flush() { method in class:ShadowHandler
  /external/selinux/libsemanage/src/
database.h 162 int (*flush) (struct semanage_handle * handle, dbase_t * dbase); member in struct:dbase_table
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 102 void flush() override;
167 void SkInternalAtlasTextTarget::flush() { function in class:SkInternalAtlasTextTarget
171 this->context()->internal().flush();
202 context.flush();
  /external/skia/src/core/
SkScan_AAAPath.cpp 129 // Flush the additive alpha cache if floor(y) and floor(nextY) is different
162 // The flush is only needed for RLE (RunBasedAdditiveBlitter)
293 this->flush();
349 inline void flush() { function in class:RunBasedAdditiveBlitter
368 this->flush();
407 this->flush();
    [all...]
SkThreadedBMPDevice.cpp 68 void SkThreadedBMPDevice::flush() { function in class:SkThreadedBMPDevice
  /external/skia/tests/
GrCCPRTest.cpp 105 void flush() const { function in class:CCPRPathDrawer
107 fCtx->flush();
178 ccpr.flush();
203 ccpr.flush(); // Should not crash (DrawPathsOp should have unregistered itself).
235 ccpr.flush();
240 ccpr.flush();
247 ccpr.flush();
290 ccpr.flush(); // If this doesn't crash, the test passed.
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 102 void flush() override;
167 void SkInternalAtlasTextTarget::flush() { function in class:SkInternalAtlasTextTarget
171 this->context()->internal().flush();
199 context.flush();
  /external/skqp/src/core/
SkScan_AAAPath.cpp 129 // Flush the additive alpha cache if floor(y) and floor(nextY) is different
162 // The flush is only needed for RLE (RunBasedAdditiveBlitter)
293 this->flush();
349 inline void flush() { function in class:RunBasedAdditiveBlitter
368 this->flush();
407 this->flush();
    [all...]
  /external/skqp/src/image/
SkSurface.cpp 196 this->flush();
199 void SkSurface::flush() { function in class:SkSurface
  /external/skqp/tests/
GrCCPRTest.cpp 105 void flush() const { function in class:CCPRPathDrawer
107 fCtx->flush();
177 ccpr.flush();
202 ccpr.flush(); // Should not crash (DrawPathsOp should have unregistered itself).
234 ccpr.flush();
239 ccpr.flush();
246 ccpr.flush();
289 ccpr.flush(); // If this doesn't crash, the test passed.
  /external/sl4a/Common/src/com/googlecode/android_scripting/event/
EventServer.java 100 listener.out.flush();
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLogFactory.java 184 System.out.flush();
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
InplaceFileConverter.java 83 fos.flush();
  /external/tensorflow/tensorflow/contrib/summary/
summary_ops.py 189 flush once the queue gets bigger than this.
519 def flush(writer=None, name=None): function
525 writer: The @{tf.contrib.summary.SummaryWriter} resource to flush.
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 217 def flush(self): member in class:FileIO
226 ret_status = self._writable_file.Flush()
  /external/v4l2_codec2/
C2VDAAdaptor.cpp 115 void C2VDAAdaptor::flush() { function in class:android::C2VDAAdaptor
117 mVDA->Flush();
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
TraceLogger.java 71 void flush(Context context) { method in class:TraceLogger
  /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/libaudioclient/
IAudioTrack.cpp 37 FLUSH,
91 virtual void flush() function in class:android::BpAudioTrack
95 remote()->transact(FLUSH, data, &reply);
221 case FLUSH: {
223 flush();
  /frameworks/av/media/libnbaio/include_mono/media/nbaio/
NBAIO.h 277 // Flush data from buffer. There is no notion of overrun as all data is dropped.
286 virtual ssize_t flush() { return INVALID_OPERATION; } function in class:android::NBAIO_Source

Completed in 508 milliseconds

<<21222324252627282930>>