Searched refs:autoFlush (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAll.java | 68 public TimeStampingPrintWriter(Writer out, boolean autoFlush) { in TimeStampingPrintWriter() argument 69 super(out, autoFlush); in TimeStampingPrintWriter() 77 public TimeStampingPrintWriter(OutputStream out, boolean autoFlush) { in TimeStampingPrintWriter() argument 78 super(out, autoFlush); in TimeStampingPrintWriter()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DualWriter.java | 29 public DualWriter(Writer a, Writer b, boolean autoFlush) { in DualWriter() argument 32 autoflush = autoFlush; in DualWriter()
|
/external/lz4/lib/ |
D | lz4frame.c | 315 U32 const flush = prefsPtr->autoFlush | (srcSize==0); in LZ4F_compressBound_internal() 342 prefs.autoFlush = 1; in LZ4F_compressFrameBound() 377 prefs.autoFlush = 1; in LZ4F_compressFrame_usingCDict() 625 { size_t const requiredBuffSize = preferencesPtr->autoFlush ? in LZ4F_compressBegin_usingCDict() 853 if ((cctxPtr->prefs.autoFlush) && (srcPtr < srcEnd)) { in LZ4F_compressUpdate() 875 && !(cctxPtr->prefs.autoFlush)) in LZ4F_compressUpdate()
|
D | lz4frame.h | 186 unsigned autoFlush; /* 1: always flush; reduces usage of internal buffers */ member
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 1105 public ASCIIWriter(Writer w, boolean autoFlush) { in ASCIIWriter() argument 1106 super(w, autoFlush); in ASCIIWriter() 1109 public ASCIIWriter(OutputStream os, boolean autoFlush) { in ASCIIWriter() argument 1110 super(os, autoFlush); in ASCIIWriter()
|
/external/lz4/programs/ |
D | lz4io.c | 552 prefs.autoFlush = 1; in LZ4IO_compressFilename_extRess()
|
/external/lz4/tests/ |
D | frametest.c | 811 prefs.autoFlush = neverFlush ? 0 : (FUZ_rand(&randState) & 7) == 2; in fuzzerTests()
|