HomeSort by relevance Sort by last modified time
    Searched defs:Flush (Results 151 - 175 of 222) sorted by null

1 2 3 4 5 67 8 9

  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 233 void BytecodeRegisterOptimizer::Flush() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
rapidjson.h 505 For read-only stream, no need to implement PutBegin(), Put(), Flush() and PutEnd().
507 For write-only stream, only need to implement Put() and Flush().
530 //! Flush the buffer.
531 void Flush();
582 void Flush() { RAPIDJSON_ASSERT(false); }
620 void Flush() {}
  /art/compiler/optimizing/
graph_visualizer.cc 201 void Flush() {
204 output_ << std::flush; member in class:art::HGraphVisualizerPrinter::std
778 Flush();
860 printer.Flush();
    [all...]
  /bionic/tools/relocation_packer/src/
elf_file.cc 822 Flush();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 264 EFI_PCI_IO_PROTOCOL_FLUSH Flush;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciIo.h 534 EFI_PCI_IO_PROTOCOL_FLUSH Flush;
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 117 virtual void Flush() { calledFlush = TRUE; }
    [all...]
ustrtest.cpp     [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 483 void PersistentMemoryAllocator::Flush(bool sync) {
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 299 // m_OutWindow.Flush();
307 m_OutWindow.Flush();
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 981 void WMBitStream::Flush()
995 Flush();
  /external/stressapptest/src/
os.cc 192 // All PPC implementations have cache flush instructions.
211 // Flush the page cache to ensure reads come from the disk.
245 // We need to flush the cacheline here.
246 void OsLayer::Flush(void *vaddr) {
247 // Use the generic flush. This function is just so we can override
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciIo.h 495 EFI_PCI_IO_PROTOCOL_FLUSH Flush;
  /external/tensorflow/tensorflow/core/kernels/data/
iterator_ops.cc 317 Status Flush() {
336 // when `Flush()` is called. We do this lazily to avoid multiple
389 TF_RETURN_IF_ERROR(writer.Flush());
    [all...]
  /external/v4l2_codec2/vda/
h264_decoder.cc 702 bool H264Decoder::Flush() {
703 DVLOG(2) << "Decoder flush";
709 DVLOG(2) << "Decoder flush finished";
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 132 bool StreamInterface::Flush() {
205 bool StreamAdapterInterface::Flush() {
206 return stream_->Flush();
483 bool FileStream::Flush() {
487 // try to flush empty file?
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 172 ~FifoAudioStream() { Flush(); }
225 void Flush() {
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_device_drm.cpp 788 DisplayError HWDeviceDRM::Flush() {
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.cpp 783 DisplayError HWDeviceDRM::Flush() {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 549 DisplayError HWDeviceDRM::Flush() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h     [all...]
  /device/google/contexthub/sensorhal/
hubconnection.h 159 struct Flush
259 std::list<struct Flush> mFlushesPending[NUM_COMMS_SENSORS_PLUS_1];
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 48 File style interface for console (Close, Delete, & Flush)
1018 EFI_FILE_FLUSH Flush;
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 1055 void Flush(UInt32 nowPos)
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 67 8 9