Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 215) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zlib.py96 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 …]
Dsortperf.py56 def flush(): function
57 sys.stdout.flush()
64 flush()
92 flush()
Dtest_mmap.py32 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()
Dtest_resource.py55 f.flush()
63 f.flush()
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DUpdateBuildVersions.py90 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/
Ddeflate.h308 # 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)
Ddeflate.c73 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/
Ddeflate.h323 # 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)
Ddeflate.c73 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 …]
Dgzwrite.c70 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/
DIOStream.h47 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/
Drunner.py55 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/
DEmulatedCamera3.cpp152 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
DEmulatedCamera3.h123 virtual status_t flush();
163 static int flush(const camera3_device_t *);
/device/google/contexthub/sensorhal/
Dsensors.h68 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;
Dsensors.cpp55 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.py326 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 …]
Dsgmllib.py470 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/
Dzlibdemo.py37 comptext = comptext + compressor.flush()
41 decomp=decomp+decompressor.flush()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DFlushCacheLine.asm39 ; then promote flush range to flush entire cache.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dzlib_codec.py62 return c + self.compressobj.flush()
78 return c + self.decompressobj.flush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dzlib_codec.py62 return c + self.compressobj.flush()
78 return c + self.decompressobj.flush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dbkfile.py19 self.flush = self.__file.flush
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h125 void flush() { in flush() function
127 m_stream->flush(); in flush()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
DInitializeFpu.S20 # (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

123456789