Searched defs:flush (Results 101 - 125 of 448) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h75 void (*flush)( struct draw_stage *, member in struct:draw_stage
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) argument
65 flush(pipe, &ds->base);
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
81 flush(pipe, &ds->base);
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.cpp67 command_queue::flush() { function in class:command_queue
73 pipe->flush(pipe, &fence, 0);
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
H A DAndroidShimResponseCache.java104 public void flush() throws IOException { method in class:AndroidShimResponseCache
105 delegate.flush();
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java132 public void flush() { method in class:HttpResponseCache
134 shimResponseCache.flush();
/external/python/cpython2/Lib/
H A DStringIO.py253 def flush(self): member in class:StringIO
/external/python/cpython2/Mac/Demo/sound/
H A Dmorse.py98 self.flush()
100 self.flush()
102 def flush(self): member in class:BufferedAudioDev
103 print 'flush: %d blocks, %d bytes' % (len(self._buffer), self._filled)
/external/python/cpython2/Tools/framer/
H A Dexample.py52 def flush(self): member in class:cStringIO.InputType
/external/skia/bench/
H A DResultsWriter.h54 virtual void flush() {} function in class:ResultsWriter
89 this->flush();
132 void flush() override {
141 stream.flush();
/external/skia/src/gpu/
H A DGrDrawingManager.h96 void flush(GrSurfaceProxy* proxy) { function in class:GrDrawingManager
101 friend class GrContext; // for access to: ctor, abandon, reset & flush
102 friend class GrContextPriv; // access to: flush
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
H A DAbsTransport.java83 public abstract void flush() throws IOException; method in class:AbsTransport
H A DProcessTransport.java55 public void flush() throws IOException { method in class:ProcessTransport
56 os.flush();
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
H A DSLF4JBridgeHandler.java190 public void flush() { method in class:SLF4JBridgeHandler
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
H A DInvocationTest.java196 public void flush() { method in class:InvocationTest.ListHandler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DFileDeferredOutputStream.java59 @Override public void flush() throws IOException { method in class:FileDeferredOutputStream
60 output.flush();
/external/smali/util/src/main/java/org/jf/util/
H A DWrappedIndentingWriter.java120 @Override public void flush() throws IOException { method in class:WrappedIndentingWriter
/external/syslinux/com32/hdt/
H A Dhdt-dump.c146 void flush(ZZJSON_CONFIG * config, ZZJSON ** item) function
218 /* We close & flush the file to send */
/external/v8/testing/gmock/src/
H A Dgmock-internal-utils.cc170 std::cout << ::std::flush; member in class:testing::internal::std::cout::std
/external/xz-embedded/userspace/
H A Dboottest.c35 static int flush(/*const*/ void *buf, unsigned int size) function
56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error);
63 ret = decompress(NULL, 0, &fill, &flush, NULL, NULL, &error);
/external/zlib/src/examples/
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java120 handler.flush();
121 assertEquals(writer.toString(), "flush");
304 // assertEquals(writer.toString(), "flush");
370 public void flush() { method in class:MemoryHandlerTest.MockHandler
371 writer.write("flush");
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java116 o.flush();
134 // any of these is permitted to flush
137 o.flush();
139 fail("flush exception ignored");
150 // any of these is permitted to flush
155 fail("flush exception ignored");
203 public void flush() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
229 flush();
233 public void flush() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
245 public void flush() throw method in class:CharWrapperTester.FailOnCloseWriter
[all...]
H A DWrapperTester.java117 o.flush();
135 // any of these is permitted to flush
138 o.flush();
140 fail("flush exception ignored");
151 // any of these is permitted to flush
156 fail("flush exception ignored");
222 flush();
226 public void flush() throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
/external/apache-http/android/src/android/net/http/
H A DAndroidHttpClientConnection.java280 this.outbuffer.flush();
283 public void flush() throws IOException { method in class:AndroidHttpClientConnection
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java174 this.outbuffer.flush();
177 public void flush() throws IOException { method in class:AbstractHttpClientConnection

Completed in 792 milliseconds

1234567891011>>