Home
last modified time | relevance | path

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

12345678910

/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()
/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 virtual 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-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp76 void flush() { in flush() function in goldfish_vk::VulkanStreamGuest::Impl
91 mStream->flush(); in commitWrite()
177 void VulkanStreamGuest::flush() { in flush() function in goldfish_vk::VulkanStreamGuest
178 mImpl->flush(); in 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.h124 virtual status_t flush();
164 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.cpp59 device.flush = FlushWrapper; in SensorContext()
125 int SensorContext::flush(int handle) { in flush() function in SensorContext
130 return h->flush(handle); in flush()
191 return reinterpret_cast<SensorContext *>(dev)->flush(handle); in FlushWrapper()
313 int SensorContext::HubConnectionOperation::flush(int handle) { in flush() function in SensorContext::HubConnectionOperation
356 int SensorContext::DynamicSensorManagerOperation::flush(int handle) { in flush() function in SensorContext::DynamicSensorManagerOperation
357 return mDynamicSensorManager->flush(handle); in flush()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/decoder/
Dfoo_dec.cpp73 stream->flush(); in decode()
142 outptr_obj.flush(); in decode()
146 stream->flush(); in decode()
164 outptr_count.flush(); in decode()
168 stream->flush(); in decode()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera3.cpp144 status_t EmulatedCamera3::flush() { in flush() function in android::EmulatedCamera3
222 int EmulatedCamera3::flush(const camera3_device_t* d) { in flush() function in android::EmulatedCamera3
224 return ec->flush(); in flush()
245 EmulatedCamera3::flush,
DEmulatedCamera3.h117 virtual status_t flush();
157 static int flush(const camera3_device_t *);
/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.
DFlushCacheLine.nasm37 ; then promote flush range to flush entire cache.
/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/Lib/encodings/
Dzlib_codec.py62 return c + self.compressobj.flush()
78 return c + self.decompressobj.flush()

12345678910