/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_zlib.py | 96 self.assertRaises(ValueError, zlib.decompressobj().flush, 0) 97 self.assertRaises(ValueError, zlib.decompressobj().flush, -1) 170 x2 = co.flush() 171 self.assertRaises(zlib.error, co.flush) # second flush should not work 174 y2 = dco.flush() 186 x2 = co.flush() 189 y2 = dco.flush() 199 bufs.append(co.flush()) 204 y2 = dco.flush() 207 def test_decompinc(self, flush=False, source=None, cx=256, dcx=64): argument [all …]
|
D | sortperf.py | 56 def flush(): function 57 sys.stdout.flush() 64 flush() 92 flush()
|
D | test_mmap.py | 32 f.flush() 59 m.flush() 206 m.flush() 222 m.flush() 263 f.flush() 280 f.flush() 298 f.flush() 373 f.flush() 466 f.flush () 656 f.flush()
|
D | test_resource.py | 55 f.flush() 63 f.flush()
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | UpdateBuildVersions.py | 90 sys.stderr.flush() 100 sys.stderr.flush() 110 sys.stderr.flush() 119 sys.stderr.flush() 124 file_list.flush() 153 fd_.flush() 183 fd_.flush() 211 sys.stderr.flush() 217 sys.stderr.flush() 223 sys.stderr.flush() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.h | 308 # define _tr_tally_lit(s, c, flush) \ argument 313 flush = (s->last_lit == s->lit_bufsize-1); \ 315 # define _tr_tally_dist(s, distance, length, flush) \ argument 323 flush = (s->last_lit == s->lit_bufsize-1); \ 326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 327 # define _tr_tally_dist(s, distance, length, flush) \ argument 328 flush = _tr_tally(s, distance, length)
|
D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 552 int ZEXPORT deflate (strm, flush) in deflate() argument 554 int flush; 560 flush > Z_FINISH || flush < 0) { 567 (s->status == FINISH_STATE && flush != Z_FINISH)) { 574 s->last_flush = flush; 774 } else if (strm->avail_in == 0 && flush <= old_flush && [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.h | 323 # define _tr_tally_lit(s, c, flush) \ argument 328 flush = (s->last_lit == s->lit_bufsize-1); \ 330 # define _tr_tally_dist(s, distance, length, flush) \ argument 338 flush = (s->last_lit == s->lit_bufsize-1); \ 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 342 # define _tr_tally_dist(s, distance, length, flush) \ argument 343 flush = _tr_tally(s, distance, length)
|
D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 82 local block_state deflate_rle OF((deflate_state *s, int flush)); 83 local block_state deflate_huff OF((deflate_state *s, int flush)); 665 int ZEXPORT deflate (strm, flush) in deflate() argument 667 int flush; 673 flush > Z_BLOCK || flush < 0) { 680 (s->status == FINISH_STATE && flush != Z_FINISH)) { [all …]
|
D | gzwrite.c | 70 local int gz_comp(state, flush) in gz_comp() argument 72 int flush; 98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 99 (flush != Z_FINISH || ret == Z_STREAM_END))) { 115 ret = deflate(strm, flush); 125 if (flush == Z_FINISH) 465 int ZEXPORT gzflush(file, flush) in gzflush() argument 467 int flush; 481 if (flush < 0 || flush > Z_FINISH) 492 gz_comp(state, flush);
|
/device/generic/goldfish-opengl/host/include/libOpenglRender/ |
D | IOStream.h | 47 if (flush() < 0) { in alloc() 71 int flush() { in flush() function 82 flush(); in readback()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | runner.py | 55 self.stream.flush() 63 self.stream.flush() 71 self.stream.flush() 79 self.stream.flush() 87 self.stream.flush() 95 self.stream.flush() 103 self.stream.flush()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera3.cpp | 152 status_t EmulatedCamera3::flush() { in flush() function in android::EmulatedCamera3 230 int EmulatedCamera3::flush(const camera3_device_t *d) { in flush() function in android::EmulatedCamera3 232 return ec->flush(); in flush() 254 EmulatedCamera3::flush
|
D | EmulatedCamera3.h | 123 virtual status_t flush(); 163 static int flush(const camera3_device_t *);
|
/device/google/contexthub/sensorhal/ |
D | sensors.h | 68 int flush(int handle); 115 virtual int flush(int handle) = 0; 128 virtual int flush(int handle) override; 151 virtual int flush(int handle) override;
|
D | sensors.cpp | 55 device.flush = FlushWrapper; in SensorContext() 142 int SensorContext::flush(int handle) { in flush() function in SensorContext 147 return h->flush(handle); in flush() 208 return reinterpret_cast<SensorContext *>(dev)->flush(handle); in FlushWrapper() 330 int SensorContext::HubConnectionOperation::flush(int handle) { in flush() function in SensorContext::HubConnectionOperation 373 int SensorContext::DynamicSensorManagerOperation::flush(int handle) { in flush() function in SensorContext::DynamicSensorManagerOperation 374 return mDynamicSensorManager->flush(handle); in flush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | _pyio.py | 326 def flush(self): member in IOBase 342 self.flush() 706 self.flush() 716 def flush(self): member in _BufferedIOMixin 719 self.raw.flush() 723 self.flush() 729 self.flush() 1107 def flush(self): member in BufferedWriter 1201 def flush(self): member in BufferedRWPair 1202 return self.writer.flush() [all …]
|
D | sgmllib.py | 470 self.flush() 472 def flush(self): member in TestSGMLParser 479 self.flush() 486 self.flush() 496 self.flush() 500 self.flush() 504 self.flush() 508 self.flush() 513 self.flush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/ |
D | zlibdemo.py | 37 comptext = comptext + compressor.flush() 41 decomp=decomp+decompressor.flush()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | FlushCacheLine.asm | 39 ; then promote flush range to flush entire cache.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
D | zlib_codec.py | 62 return c + self.compressobj.flush() 78 return c + self.decompressobj.flush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
D | zlib_codec.py | 62 return c + self.compressobj.flush() 78 return c + self.decompressobj.flush()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | bkfile.py | 19 self.flush = self.__file.flush
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | HostConnection.h | 125 void flush() { in flush() function 127 m_stream->flush(); in flush()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ |
D | InitializeFpu.S | 20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero 49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
|