/prebuilts/go/linux-x86/src/runtime/ |
mwbbuf.go | 28 // barrier flushing. 63 // values amortize flushing overhead more, but increase the 64 // latency of flushing. Higher values also increase the cache 148 // flushing the buffer.
|
/libcore/ojluni/src/main/java/java/io/ |
PrintWriter.java | 41 * <p> Unlike the {@link PrintStream} class, if automatic flushing is enabled 95 * Creates a new PrintWriter, without automatic line flushing. 121 * Creates a new PrintWriter, without automatic line flushing, from an 157 * Creates a new PrintWriter, without automatic line flushing, with the 197 * Creates a new PrintWriter, without automatic line flushing, with the 236 * Creates a new PrintWriter, without automatic line flushing, with the 268 * Creates a new PrintWriter, without automatic line flushing, with the 763 * the specified format string and arguments. If automatic flushing is 809 * the specified format string and arguments. If automatic flushing is 860 * string and arguments. If automatic flushing is enabled, calls to thi [all...] |
/art/libartbase/base/ |
scoped_flock.cc | 39 // responsible for flushing its underlying FD. Its only purpose should be 96 // responsible for flushing its underlying FD. Its only purpose should be
|
/external/bsdiff/ |
endsley_patch_writer.cc | 27 // The minimum size that we would consider flushing out. 113 // Check whether it is worth Flushing the entries now that the we have more
|
endsley_patch_writer.h | 83 // |control_|. This is used to determine whether it is worth Flushing the
|
/external/libvncserver/libvncserver/ |
ultra.c | 204 /* Technically, flushing the buffer here is not extrememly 206 * of the system over very slow networks. By flushing
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmap-corruption01.c | 33 loop, the failure is reproduced quickly. ( background flushing ? ) 38 several segments. ext "1-4, 9-20, 48-50" ( batch flushing ? )
|
/external/okhttp/okio/okio/src/main/java/okio/ |
DeflaterSink.java | 28 * Aggressive flushing of this stream may result in reduced compression. Each 31 * without flushing.
|
GzipSink.java | 29 * Aggressive flushing of this stream may result in reduced compression. Each 32 * without flushing.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/ |
Cpu.h | 74 flushing a range of the data cache, then the entire data cache can be flushed.
325 Foundation. This includes flushing caches, enabling and disabling interrupts, hooking interrupt
334 flushing a range of addresses from the data cache, then the entire data
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
Flush.c | 28 @return Others - Flushing of the file failed.
110 @return Others - Flushing of the file failed.
217 @return Others - An error occurred when flushing this OFile.
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_private.h | 159 unsigned eltSize; /* saved eltSize for flushing */ 226 boolean flushing; /**< debugging/sanity */ member in struct:draw_context 466 * Flushing
|
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.cpp | 152 // If we are not flushing the last sequence of outstanding frames, flushFrames 155 // flushing the second to last frame before we check its type. A audio frame 237 ALOGV("flushing last cluster (size %zu)", outstandingFrames.size());
|
/art/libartbase/base/unix_file/ |
fd_file.cc | 149 // We are not concerned with read-only files. In that case, proper flushing and closing is 189 moveUp(GuardState::kFlushed, "Flushing closed file."); 404 LOG(ERROR) << "CloseOrErase failed while flushing a file."; 421 LOG(ERROR) << "FlushClose failed while flushing a file.";
|
/cts/suite/audio_quality/executable/src/ |
main.cpp | 30 // For flushing report and log before exiting
|
/developers/build/prebuilts/gradle/BatchStepSensor/ |
README.md | 24 requires manually flushing the [sensor event][3] queue before it overflows, which is not
|
/developers/samples/android/sensors/BatchStepSensor/ |
README.md | 24 requires manually flushing the [sensor event][3] queue before it overflows, which is not
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_resource.py | 58 # does eventually. Try flushing several times in
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
Facp.aslc | 59 FLUSH_STRIDE, // Stride used in flushing caches
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/ |
Fadt1.0.aslc | 59 FLUSH_STRIDE, // Stride used in flushing caches
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
Facp.aslc | 73 FLUSH_STRIDE, // Stride used in flushing caches
|
/external/chromium-trace/catapult/common/battor/battor/ |
battor_wrapper_devicetest.py | 74 # seconds is enough to ensure that the trace will finish flushing to the
|
/external/e2fsprogs/lib/ss/ |
parse.c | 62 parse_mode = WHITESPACE; /* flushing whitespace */
|
/external/guava/guava-tests/test/com/google/common/io/ |
FlushablesTest.java | 33 * <p>Checks proper flushing behavior, and ensures that
|
/external/libchrome/base/debug/ |
proc_maps_linux.h | 69 // Even if seq_file was changed to keep flushing the contents of its page-sized
|