Home
last modified time | relevance | path

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

12345678910>>...54

/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.java88 sink.flush();
95 sink.flush();
103 sink.flush();
112 sink.flush();
119 sink.flush();
126 sink.flush();
134 sink.flush();
144 sink.flush();
153 sink.flush();
160 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/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/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerEventLog.java45 writer.flush(); in notifyWorkerStarted()
50 writer.flush(); in notifyBootstrapPhaseStarting()
55 writer.flush(); in notifyMeasurementPhaseStarting()
61 writer.flush(); in notifyMeasurementStarting()
72 writer.flush(); in notifyMeasurementEnding()
78 writer.flush(); in notifyFailure()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dcontext.py142 self.flush()
145 def flush(self): member in _ItemList
211 def flush(self): member in Pool
284 def flush(self): member in _MutationPool
286 self.puts.flush()
287 self.deletes.flush()
288 self.ndb_puts.flush()
289 self.ndb_deletes.flush()
367 def flush(self): member in _Counters
436 def flush(self): member in Context
[all …]
/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/autotest/client/bin/self-test/tests/
D020-parallel-basic7 sys.stdout.flush()
10 sys.stdout.flush()
15 sys.stdout.flush()
18 sys.stdout.flush()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc415 cout << flush; in main()
421 cout << flush; in main()
428 cout << flush; in main()
435 cout << flush; in main()
462 cout << flush; in main()
498 cout << flush; in main()
510 cout << flush; in main()
524 cout << flush; in main()
535 cout << flush; in main()
545 cout << flush; in main()
[all …]
/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/pdfium/third_party/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/opencv3/3rdparty/zlib/
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/autotest/client/bin/
Dparallel.py9 sys.stdout.flush()
10 sys.stderr.flush()
40 sys.stdout.flush()
41 sys.stderr.flush()
50 sys.stdout.flush()
51 sys.stderr.flush()
/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/pdfium/tools/drmemory/scripts/
Dlogging_utils.py49 def flush(self): member in StdoutStderrHandler
52 self._out.flush()
53 self._err.flush()
55 self._err.flush()
56 self._out.flush()

12345678910>>...54