/external/clang/test/OpenMP/ |
D | flush_messages.cpp | 9 #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 …]
|
D | flush_codegen.cpp | 12 #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()
|
D | flush_ast_print.cpp | 14 #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/ |
D | BufferedSinkTest.java | 88 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/gemmlowp/meta/ |
D | streams_arm_32.h | 34 << std::flush; in Pack() 75 << std::flush; in Pack() 128 << std::flush; in Pack() 181 << std::flush; in Pack() 235 << std::flush; in Pack() 288 << std::flush; in Pack() 342 << std::flush; in Pack() 396 << std::flush; in Pack() 451 << std::flush; in Pack() 499 << std::flush; in Pack() [all …]
|
D | streams_arm_64.h | 34 << std::flush; in Pack() 75 << std::flush; in Pack() 128 << std::flush; in Pack() 181 << std::flush; in Pack() 235 << std::flush; in Pack() 288 << std::flush; in Pack() 342 << std::flush; in Pack() 396 << std::flush; in Pack() 451 << std::flush; in Pack() 497 << std::flush; in Pack() [all …]
|
D | transform_kernels_arm_64.h | 34 << std::flush; in Transform() 107 << std::flush; in Transform() 202 << std::flush; in Transform() 297 << std::flush; in Transform() 394 << std::flush; in Transform() 489 << std::flush; in Transform() 593 << std::flush; in Transform() 697 << std::flush; in Transform() 803 << std::flush; in Transform() 905 << std::flush; in Transform() [all …]
|
D | transform_kernels_arm_32.h | 34 << std::flush; in Transform() 109 << std::flush; in Transform() 206 << std::flush; in Transform() 303 << std::flush; in Transform() 402 << std::flush; in Transform() 499 << std::flush; in Transform() 605 << std::flush; in Transform() 710 << std::flush; in Transform() 817 << std::flush; in Transform() 921 << std::flush; in Transform() [all …]
|
D | quantized_mul_kernels_arm_64.h | 39 << std::flush; in Multiply() 112 << std::flush; in Multiply() 188 << std::flush; in Multiply() 270 << std::flush; in Multiply() 354 << std::flush; in Multiply() 451 << std::flush; in Multiply() 551 << std::flush; in Multiply() 656 << std::flush; in Multiply() 763 << std::flush; in Multiply() 852 << std::flush; in Multiply() [all …]
|
D | quantized_mul_kernels_arm_32.h | 39 << std::flush; in Multiply() 113 << std::flush; in Multiply() 191 << std::flush; in Multiply() 275 << std::flush; in Multiply() 363 << std::flush; in Multiply() 464 << std::flush; in Multiply() 569 << std::flush; in Multiply() 680 << std::flush; in Multiply() 795 << std::flush; in Multiply() 884 << std::flush; in Multiply() [all …]
|
/external/ImageMagick/Magick++/tests/ |
D | exceptions.cpp | 24 cout.flush(); in main() 43 cout.flush(); in main() 49 cout.flush(); in main() 67 cout.flush(); in main() 73 cout.flush(); in main() 82 cout.flush(); in main() 88 cout.flush(); in main() 95 cout.flush(); in main()
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 21 # 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/python/cpython2/Lib/test/ |
D | test_zlib.py | 115 self.assertRaises(ValueError, zlib.decompressobj().flush, 0) 116 self.assertRaises(ValueError, zlib.decompressobj().flush, -1) 125 zlib.decompressobj().flush(sys.maxsize + 1) 220 x2 = co.flush() 221 self.assertRaises(zlib.error, co.flush) # second flush should not work 224 y2 = dco.flush() 236 x2 = co.flush() 239 y2 = dco.flush() 249 bufs.append(co.flush()) 254 y2 = dco.flush() [all …]
|
/external/toolchain-utils/cros_utils/ |
D | logger.py | 94 def _WriteTo(self, fd, msg, flush): argument 97 if flush: 98 fd.flush() 103 term_fd.flush() 105 term_fd.flush() 111 term_fd.flush() 117 term_fd.flush() 119 def LogMsg(self, file_fd, term_fd, msg, flush=True): argument 121 self._WriteTo(file_fd, msg, flush) 123 self._WriteTo(term_fd, msg, flush) [all …]
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_alt.c | 83 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/ |
D | CharsetDecoderICU.java | 270 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop() argument 282 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode() argument 338 if (!flush && !source.hasRemaining() && toULength == 0 && preToULength >= 0) { in decode() 351 return toUnicodeWithCallback(source, target, offsets, flush); in decode() 396 …sult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush){ in toUnicodeWithCallback() argument 426 realFlush=flush; in toUnicodeWithCallback() 433 flush=false; in toUnicodeWithCallback() 453 cr = decodeLoop(source, target, offsets, flush); in toUnicodeWithCallback() 462 … converterSawEndOfInput= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0); in toUnicodeWithCallback() 512 realFlush=flush; in toUnicodeWithCallback() [all …]
|
D | CharsetASCII.java | 41 boolean flush) { in decodeLoop() argument 191 boolean flush) { in encodeLoop() argument 211 cr = encodeTrail(source, (char) fromUChar32, flush); in encodeLoop() 238 …codeLoopCoreOptimized(source, target, sourceArray, targetArray, sourceIndex, offset, limit, flush); in encodeLoop() 253 cr = encodeLoopCoreUnoptimized(source, target, flush); in encodeLoop() 273 boolean flush) { in encodeLoopCoreOptimized() argument 291 return encodeMalformedOrUnmappable(source, ch, flush); in encodeLoopCoreOptimized() 296 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized() argument 317 return encodeMalformedOrUnmappable(source, ch, flush); in encodeLoopCoreUnoptimized() 324 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable() argument [all …]
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 98 << std::flush; in check_result() 101 std::cout << "." << std::flush; in check_result() 130 << std::flush; in check_result_f() 133 std::cout << "." << std::flush; in check_result_f() 162 << std::flush; in check_result_i32() 165 std::cout << "." << std::flush; in check_result_i32() 284 std::cout << "Threads: " << t << std::endl << std::flush; in main() 286 std::cout << "Quantized 8 bit." << std::endl << std::flush; in main() 288 std::cout << "Small." << std::endl << std::flush; in main() 293 std::cout << "Big." << std::endl << std::flush; in main() [all …]
|
/external/zlib/src/examples/ |
D | fitblk.c | 75 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/ |
D | WorkerEventLog.java | 45 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/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 253 int (*flush)(void *src, unsigned int size), in unxz() 269 if (fill == NULL && flush == NULL) in unxz() 277 if (flush == NULL) { in unxz() 299 if (fill == NULL && flush == NULL) { in unxz() 325 if (flush != NULL && (b.out_pos == b.out_size in unxz() 332 if (flush(b.out, b.out_pos) != (int)b.out_pos) in unxz() 342 if (flush != NULL) in unxz() 382 if (flush != NULL) in unxz()
|
/external/guava/guava/src/com/google/common/io/ |
D | GwtWorkarounds.java | 145 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/ |
D | u_dirty_surfaces.h | 57 …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/ |
D | ToUnknownStream.java | 213 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/syslinux/com32/lib/zlib/ |
D | deflate.h | 319 # define _tr_tally_lit(s, c, flush) \ argument 324 flush = (s->last_lit == s->lit_bufsize-1); \ 326 # define _tr_tally_dist(s, distance, length, flush) \ argument 334 flush = (s->last_lit == s->lit_bufsize-1); \ 337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 338 # define _tr_tally_dist(s, distance, length, flush) \ argument 339 flush = _tr_tally(s, distance, length)
|