/frameworks/base/libs/hwui/ |
TessellationCache.h | 108 * These deep copies could be avoided, long term, by canceling or flushing outstanding
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
QCameraTrace.cpp | 123 * Reserves a number of bytes on the memstore flushing to the
|
QCameraTrace.h | 111 /* Reserves a number of bytes on the memstore flushing to the
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_ion.h | 147 /* struct ion_flush_data - data passed to ion for flushing caches
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
msm_ion.h | 154 /* struct ion_flush_data - data passed to ion for flushing caches
|
/libcore/ojluni/src/main/java/java/io/ |
BufferedOutputStream.java | 105 * stream's buffer, flushing the buffer to the underlying output stream as
|
/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
writer.go | 65 // Close closes the Writer, flushing any unwritten data to the underlying
|
/prebuilts/go/darwin-x86/src/os/ |
file_posix.go | 121 // Typically, this means flushing the file system's in-memory copy
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
writer.go | 65 // Close closes the Writer, flushing any unwritten data to the underlying
|
/prebuilts/go/linux-x86/src/os/ |
file_posix.go | 121 // Typically, this means flushing the file system's in-memory copy
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_rwops.h | 89 * \return 0 if successful or -1 on write error when flushing data.
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_rwops.h | 89 * \return 0 if successful or -1 on write error when flushing data.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_rwops.h | 89 * \return 0 if successful or -1 on write error when flushing data.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_rwops.h | 89 * \return 0 if successful or -1 on write error when flushing data.
|
/system/netd/server/ |
NetlinkCommands.cpp | 177 ALOGW("Flushing %s: %s", what, strerror(-ret));
|
/toolchain/binutils/binutils-2.27/zlib/contrib/ada/ |
zlib-streams.ads | 33 -- all data placed to the compressor is flushing to the Back stream.
|
/external/v4l2_codec2/ |
C2VDAComponent.cpp | 272 // It is illegal for client to put new works while component is still flushing. 273 CHECK_NE(mComponentState, ComponentState::FLUSHING); 479 if (mComponentState == ComponentState::FLUSHING) { 480 return; // Ignore other flush request when component is flushing. 490 mComponentState = ComponentState::FLUSHING; 500 if (mComponentState != ComponentState::FLUSHING) { 519 if (mComponentState == ComponentState::FLUSHING) { [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 1159 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo; local [all...] |
/system/tpm/trunks/ftdi/ |
mpsse.c | 135 /* Legacy; flushing is no longer needed, so disable it by default. */ 579 * Enables or disables flushing of the FTDI chip's RX buffers after each read 581 * Flushing is disable by default. 584 * @tf - Set to 1 to enable flushing, or 0 to disable flushing.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
handlers.py | [all...] |
/external/python/cpython2/Doc/library/ |
logging.handlers.rst | 656 supports buffering of logging records in memory, periodically flushing them to a 657 :dfn:`target` handler. Flushing occurs whenever the buffer is full, or when an 664 should, then :meth:`flush` is expected to do the flushing. 680 You can override this to implement custom flushing behavior. This version 687 overridden to implement custom flushing strategies. 706 For a :class:`MemoryHandler`, flushing means just sending the buffered
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 32 * buffer which must be flushed to the OutputStream when done. This flushing 471 * Close the stream, flushing it first. Once a stream has been closed,
|
/external/brotli/c/include/brotli/ |
encode.h | 301 * Flushing the stream means forcing encoding of all input passed to encoder and 317 * @warning When flushing and finishing, @p op should not change until operation
|
/external/ltp/testcases/network/iptables/ |
iptables_tests.sh | 43 tst_resm TINFO "INIT: Flushing all rules." 320 tst_resm TINFO "Flushing all rules."
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
ca.po | 51 msgid "Enable flushing batchbuffer after each draw call" 55 msgid "Enable flushing GPU caches with each draw call"
|