Searched refs:flush (Results 76 - 100 of 1080) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java280 IntBuffer offsets, boolean flush);
287 * @param flush true if, and only if, the invoker can provide no
292 IntBuffer offsets, boolean flush) {
312 /* flush the target overflow buffer */
344 if (!flush && source.remaining() == 0 && preFromULength >= 0) {
351 * !flush && t==targetLimit
357 return fromUnicodeWithCallback(source, target, offsets, flush);
383 ByteBuffer target, IntBuffer offsets, boolean flush) {
411 realFlush = flush;
418 flush
279 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
291 encode(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
382 fromUnicodeWithCallback(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
[all...]
/external/v8/src/
H A Dostreams.cc107 OStream& flush(OStream& os) { // NOLINT(runtime/references) function in namespace:v8::internal
108 return os.flush();
113 return flush(os.put('\n'));
138 OStringStream& OStringStream::flush() { function in class:v8::internal::OStringStream
161 OFStream& OFStream::flush() { function in class:v8::internal::OFStream
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java213 flush();
277 flush();
291 flush();
305 flush();
336 flush();
391 * for the up coming element, so flush the old element
394 flush();
469 * But we have the old element pending, so flush it out,
472 flush();
507 // if there are attributes, then lets make the flush()
1204 private void flush() method in class:ToUnknownStream
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
H A Dmain.py118 flush = _sys.stdout.flush
124 flush()
143 flush()
158 flush()
175 flush()
184 flush()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dmain.py131 flush = _sys.stdout.flush
137 flush()
156 flush()
171 flush()
188 flush()
197 flush()
/external/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp83 cache->flush();
112 cache->flush();
116 cache->flush();
122 cache->flush();
125 cache->flush();
133 cache->flush();
156 cache->flush();
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionD00.java112 _endp.flush(_hixieBytes);
114 _endp.flush();
122 _endp.flush();
141 int flushed=_generator.flush();
146 _endp.flush();
229 _generator.flush();
237 _generator.flush();
259 _generator.flush();
280 _generator.flush();
H A DWebSocketGeneratorD00.java88 // Gently flush the data, issuing a non-blocking write
93 // Forcibly flush the data, issuing a blocking write
99 // Gently flush the data, issuing a non-blocking write
120 public synchronized int flush(int blockFor) throws IOException method in class:WebSocketGeneratorD00
125 public synchronized int flush() throws IOException method in class:WebSocketGeneratorD00
142 return _endp.flush(_buffer);
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
H A DWebSocketWriterTest.java61 sink.writeUtf8("Hel").flush();
64 sink.writeUtf8("lo").flush();
74 sink.writeUtf8("Hel").flush();
85 sink.writeUtf8("Hel").flush();
88 sink.writeUtf8("lo").flush();
134 sink.write(payload, 0, 50).flush();
138 sink.write(payload, 50, 50).flush();
159 sink.write(payload, 0, 50).flush();
166 sink.write(payload, 50, 50).flush();
/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java199 @Override public synchronized void flush() throws IOException { method in class:FileBackedOutputStream
200 out.flush();
217 transfer.flush();
/external/jetty/src/java/org/eclipse/jetty/server/
H A DHttpOutput.java98 public void flush() throws IOException method in class:HttpOutput
100 _generator.flush(getMaxIdleTime());
157 // Have to flush and complete headers?
161 flush();
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
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/src/org/apache/http/entity/
H A DFileEntity.java90 outstream.flush();
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp59 Out->flush();
/external/clang/utils/CIndex/
H A Dcompletion_logger_server.py38 f.flush()
/external/eigen/bench/btl/generic_bench/static/
H A Dstatic_size_generator.hh33 std::cout << tab_sizes.back() << " \t" << std::flush; member in class:static_size_generator::std
/external/google-breakpad/src/build/
H A Dgyp_breakpad61 sys.stdout.flush()
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java71 public void flush() {} method in class:TestLogHandler
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestLogWriter.java37 public void flush() throws IOException { method in class:TestLogWriter
/external/lldb/test/pexpect-2.4/examples/
H A Dchess3.py32 fout.flush()
37 sys.stdout.flush()
45 fout.flush()
47 sys.stdout.flush()
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h43 ObjStream.flush();
/external/llvm/lib/Support/
H A DErrno.cpp70 stream.flush();
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_flush.c46 /* Only shortcut this if we have no fence, otherwise we must flush the
53 /* If there are no flags, just flush pending commands to hardware:
62 i915->base.flush = i915_flush_pipe;
66 * Here we handle all the notifications that needs to go out on a flush.
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_flush.c74 svga->pipe.flush = svga_flush;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp44 void flush();

Completed in 971 milliseconds

1234567891011>>