Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/external/clang/test/OpenMP/
Dflush_messages.cpp9 #pragma omp flush in tmain()
11 #pragma omp flush untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#prag… in tmain()
12 #pragma omp flush unknown // expected-warning {{extra tokens at the end of '#pragma omp flush' are … in tmain()
14 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}} in tmain()
16 #pragma omp flush in tmain()
19 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}} in tmain()
21 #pragma omp flush in tmain()
24 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}} in tmain()
28 #pragma omp flush in tmain()
31 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}} in tmain()
[all …]
Dflush_codegen.cpp12 #pragma omp flush in tmain()
13 #pragma omp flush(a) in tmain()
20 #pragma omp flush in main()
21 #pragma omp flush(a) in main()
Dflush_ast_print.cpp14 #pragma omp flush in tmain()
15 #pragma omp flush(a) in tmain()
31 #pragma omp flush in main()
32 #pragma omp flush(a) in main()
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSinkTest.java84 sink.flush();
91 sink.flush();
99 sink.flush();
108 sink.flush();
115 sink.flush();
122 sink.flush();
130 sink.flush();
140 sink.flush();
149 sink.flush();
156 sink.flush();
[all …]
/external/eigen/bench/btl/generic_bench/utils/
Dutilities.h21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ;
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
43 cerr << flush;\
50 cout << flush ;\
57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_alt.c83 assert(mgr->provider1->flush); in pb_alt_manager_flush()
84 if(mgr->provider1->flush) in pb_alt_manager_flush()
85 mgr->provider1->flush(mgr->provider1); in pb_alt_manager_flush()
87 assert(mgr->provider2->flush); in pb_alt_manager_flush()
88 if(mgr->provider2->flush) in pb_alt_manager_flush()
89 mgr->provider2->flush(mgr->provider2); in pb_alt_manager_flush()
115 mgr->base.flush = pb_alt_manager_flush; in pb_alt_manager_create()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java262 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop() argument
274 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode() argument
330 if (!flush && !source.hasRemaining() && toULength == 0 && preToULength >= 0) { in decode()
343 return toUnicodeWithCallback(source, target, offsets, flush); in decode()
388 …sult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush){ in toUnicodeWithCallback() argument
418 realFlush=flush; in toUnicodeWithCallback()
425 flush=false; in toUnicodeWithCallback()
445 cr = decodeLoop(source, target, offsets, flush); in toUnicodeWithCallback()
454 … converterSawEndOfInput= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0); in toUnicodeWithCallback()
504 realFlush=flush; in toUnicodeWithCallback()
[all …]
DCharsetASCII.java38 boolean flush) { in decodeLoop() argument
186 boolean flush) { in encodeLoop() argument
206 cr = encodeTrail(source, (char) fromUChar32, flush); in encodeLoop()
233 …codeLoopCoreOptimized(source, target, sourceArray, targetArray, sourceIndex, offset, limit, flush); in encodeLoop()
248 cr = encodeLoopCoreUnoptimized(source, target, flush); in encodeLoop()
268 boolean flush) { in encodeLoopCoreOptimized() argument
286 return encodeMalformedOrUnmappable(source, ch, flush); in encodeLoopCoreOptimized()
291 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized() argument
312 return encodeMalformedOrUnmappable(source, ch, flush); in encodeLoopCoreUnoptimized()
319 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable() argument
[all …]
DCharsetEncoderICU.java280 IntBuffer offsets, boolean flush); in encodeLoop() argument
292 IntBuffer offsets, boolean flush) { in encode() argument
344 if (!flush && source.remaining() == 0 && preFromULength >= 0) { in encode()
357 return fromUnicodeWithCallback(source, target, offsets, flush); in encode()
383 ByteBuffer target, IntBuffer offsets, boolean flush) { in fromUnicodeWithCallback() argument
411 realFlush = flush; in fromUnicodeWithCallback()
418 flush = false; in fromUnicodeWithCallback()
437 cr = encodeLoop(source, target, offsets, flush); in fromUnicodeWithCallback()
445 converterSawEndOfInput = (cr.isUnderflow() && flush in fromUnicodeWithCallback()
491 realFlush = flush; in fromUnicodeWithCallback()
[all …]
/external/lldb/examples/summaries/cocoa/
DLogger.py13 def flush(self): member in NopLogger
27 def flush(self): member in StdoutLogger
51 def flush(self): member in FileLogger
53 self.file.flush()
112 self.flush()
117 def flush(self): member in Logger
118 self.impl.flush()
/external/zlib/src/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
78 flush = Z_NO_FLUSH; in partcompress()
85 flush = Z_FINISH; in partcompress()
86 ret = deflate(def, flush); in partcompress()
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress()
98 int ret, flush; in recompress() local
101 flush = Z_NO_FLUSH; in recompress()
116 flush = Z_FINISH; in recompress()
117 ret = deflate(def, flush); in recompress()
/external/jetty/src/java/org/eclipse/jetty/io/bio/
DStreamEndPoint.java156 public int flush(Buffer buffer) throws IOException in flush() method in StreamEndPoint
173 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in StreamEndPoint
182 int f=flush(header); in flush()
194 int f=flush(buffer); in flush()
208 int f=flush(trailer); in flush()
306 public void flush() in flush() method in StreamEndPoint
310 _out.flush(); in flush()
/external/guava/guava/src/com/google/common/io/
DGwtWorkarounds.java145 void flush() throws IOException;
162 public void flush() throws IOException {
163 output.flush();
178 void flush() throws IOException;
195 public void flush() throws IOException {
196 writer.flush();
220 public void flush() {}
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 …pling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling() argument
65 flush(pipe, &ds->base); in util_dirty_surfaces_use_for_sampling()
70 …, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling() argument
81 flush(pipe, &ds->base); in util_dirty_surfaces_use_levels_for_sampling()
86 …s, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with() argument
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush); in util_dirty_surfaces_use_for_sampling_with()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToUnknownStream.java213 flush(); in serialize()
277 flush(); in addAttribute()
291 flush(); in addAttribute()
305 flush(); in addUniqueAttribute()
336 flush(); in endElement()
394 flush(); in startPrefixMapping()
472 flush(); in startElement()
511 flush(); in startElement()
754 flush(); in externalEntityDecl()
768 flush(); in internalEntityDecl()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java324 h.flush(); in testClose_SufficientPrivilege_Exception()
360 h.flush(); in testFlush_Normal()
372 h.flush(); in testFlush_NoOutputStream()
481 h.flush(); in testPublish_NoFilter()
487 h.flush(); in testPublish_NoFilter()
493 h.flush(); in testPublish_NoFilter()
500 h.flush(); in testPublish_NoFilter()
516 h.flush(); in testPublish_WithFilter()
522 h.flush(); in testPublish_WithFilter()
528 h.flush(); in testPublish_WithFilter()
[all …]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ argument
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \ argument
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
342 # define _tr_tally_dist(s, distance, length, flush) \ argument
343 flush = _tr_tally(s, distance, length)
/external/zlib/src/
Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ argument
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \ argument
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
342 # define _tr_tally_dist(s, distance, length, flush) \ argument
343 flush = _tr_tally(s, distance, length)
/external/sonivox/arm-hybrid-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/sonivox/arm-wt-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/sonivox/arm-fm-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/javasqlite/src/main/java/SQLite/
DShell.java389 err.flush(); in do_meta()
397 err.flush(); in do_meta()
423 err.flush(); in do_meta()
434 err.flush(); in do_meta()
444 err.flush(); in do_meta()
453 err.flush(); in do_meta()
458 err.flush(); in do_meta()
465 pw.flush(); in read_line()
497 err.flush(); in do_input()
505 pw.flush(); in do_input()
[all …]
/external/protobuf/java/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java87 output.flush(); in assertWriteVarint()
99 output.flush(); in assertWriteVarint()
115 output.flush(); in assertWriteVarint()
124 output.flush(); in assertWriteVarint()
169 output.flush(); in assertWriteLittleEndian32()
177 output.flush(); in assertWriteLittleEndian32()
191 output.flush(); in assertWriteLittleEndian64()
199 output.flush(); in assertWriteLittleEndian64()
292 output.flush(); in testWriteWholeMessage()
353 codedStream.flush();
[all …]
/external/lldb/test/pexpect-2.4/examples/
Dchess2.py36 sys.stdout.flush()
39 fout.flush()
42 sys.stdout.flush()
61 fout.flush()
63 sys.stdout.flush()
104 sys.stdout.flush ()
/external/jetty/src/java/org/eclipse/jetty/io/
DByteArrayEndPoint.java232 public int flush(Buffer buffer) throws IOException in flush() method in ByteArrayEndPoint
263 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in ByteArrayEndPoint
271 flushed=flush(header); in flush()
276 flushed+=flush(buffer); in flush()
282 flushed+=flush(trailer); in flush()
367 public void flush() throws IOException in flush() method in ByteArrayEndPoint

12345678910>>...47