Home
last modified time | relevance | path

Searched refs:doRead (Results 1 – 25 of 739) sorted by relevance

12345678910>>...30

/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_udp_internals.py82 port.doRead()
85 port.doRead()
109 port.doRead()
113 port.doRead()
138 port.doRead()
143 port.doRead()
156 self.assertRaises(socket.error, port.doRead)
H A Dtest_fdset.py86 fd.doRead = removeAndStop
105 fd.doRead = fail
205 fd.doRead = lambda: self.fail("doRead should not be called")
252 def doRead(self): member in ReactorFDSetTestsBuilder.test_negativeOneFileDescriptor.DisappearingDescriptor
310 def doRead(self): member in ReactorFDSetTestsBuilder.test_lostFileDescriptor.Victim
351 def doRead(self): member in ReactorFDSetTestsBuilder.test_connectionLostOnShutdown.DoNothingDescriptor
400 def doRead(self): member in RemovingDescriptor
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/test/
H A Dtest_udp_internals.py91 port.doRead()
94 port.doRead()
118 port.doRead()
122 port.doRead()
147 port.doRead()
152 port.doRead()
166 self.assertRaises(socket.error, port.doRead)
H A Dtest_fdset.py85 fd.doRead = removeAndStop
104 fd.doRead = fail
208 fd.doRead = lambda: self.fail("doRead should not be called")
257 def doRead(self): member in ReactorFDSetTestsBuilder.test_negativeOneFileDescriptor.DisappearingDescriptor
309 def doRead(self): member in ReactorFDSetTestsBuilder.test_lostFileDescriptor.Victim
353 def doRead(self): member in ReactorFDSetTestsBuilder.test_connectionLostOnShutdown.DoNothingDescriptor
406 def doRead(self): member in RemovingDescriptor
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DRegisterAccessBase.cpp62 bool RegisterAccess::doRead(uint32_t address, uint8_t* buffer, size_t count) in doRead() function in RegisterAccess
107 if (!doRead(address - 1, &start_val, 1) || !sync()) in doWrite()
117 if (!doRead(end_adr, &end_val, 1) || !sync()) in doWrite()
184 bool RegisterAccess5xx::doRead(uint32_t address, uint8_t* buffer, size_t count) in doRead() function in RegisterAccess5xx
190 return RegisterAccess::doRead(sfrIfgRegister - this->getStart(), sfrIfgBackup, 2) && sync() && in doRead()
191 RegisterAccess::doRead(address, buffer, count) && in doRead()
H A DSpecialMemoryTypes.cpp63 bool BootcodeRomAccess::doRead(uint32_t address, uint8_t* buffer, size_t count) in doRead() function in BootcodeRomAccess
69 bool BslRomAccessGR::doRead(uint32_t address, uint8_t* buffer, size_t count) in doRead() function in BslRomAccessGR
86 success = bslLocked ? true : BootcodeRomAccess::doRead(address, buffer, count); in doRead()
115 bool BslMemoryAccessBase::doRead(uint32_t address, uint8_t* buffer, size_t count) in doRead() function in BslMemoryAccessBase
126 if (!memoryAccess->doRead(address, buffer, unlockedCount)) in doRead()
143 if (!memoryAccess->doRead(address, buffer, lockedCount)) in doRead()
H A DSpecialMemoryTypes.h93 virtual bool doRead(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE;
113 virtual bool doRead(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE;
128 virtual bool doRead(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE;
217 virtual bool doRead(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE in doRead() function
219 return MemoryAreaBase::doRead(address, buffer, count); in doRead()
/dports/audio/audiere/audiere-1.9.4/src/
H A Dbasic_source.cpp24 int frames_read = doRead(frames_left, out); in read()
27 frames_read = doRead(frames_left, out); in read()
44 return doRead(frame_count, buffer); in read()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/
H A Dregenerate.expected4 doRead: abc|i:123;
12 doRead: abc|i:123;
14 doRead: abc|i:123;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/
H A Dregenerate.expected4 doRead: abc|i:123;
12 doRead: abc|i:123;
14 doRead: abc|i:123;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/
H A Dregenerate.expected4 doRead: abc|i:123;
12 doRead: abc|i:123;
14 doRead: abc|i:123;
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/
H A Dregenerate.expected4 doRead: abc|i:123;
12 doRead: abc|i:123;
14 doRead: abc|i:123;
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/net/
H A DTLSStreamReader.java70 private void doRead() throws IOException { in doRead() method in TLSStreamReader
99 doRead(); in doRead()
152 doRead(); in createInputStream()
167 doRead(); in createInputStream()
/dports/cad/tkgate/tkgate-2.1/primitives/
H A Dram.v15 wire doRead, doWrite; net
24 assign doRead = (!CS && !OE);
35 assign #Dout D = doRead ? X : ${D_BITS}'bz;
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/pablio/
H A Dpablio.c202 long doRead = 0; in OpenAudioStream() local
236 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
238 if(doRead) in OpenAudioStream()
257 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
258 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/pablio/
H A Dpablio.c195 long doRead = 0; in OpenAudioStream() local
229 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
231 if(doRead) in OpenAudioStream()
250 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
251 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/pablio/
H A Dpablio.c202 long doRead = 0; in OpenAudioStream() local
236 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
238 if(doRead) in OpenAudioStream()
257 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
258 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/audio/portaudio/portaudio/pablio/
H A Dpablio.c202 long doRead = 0; in OpenAudioStream() local
236 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
238 if(doRead) in OpenAudioStream()
257 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
258 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/pablio/
H A Dpablio.c202 long doRead = 0; in OpenAudioStream() local
236 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
238 if(doRead) in OpenAudioStream()
257 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
258 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_tcp_internals.py188 port.doRead()
292 port.doRead()
296 port.doRead()
301 port.doRead()
344 port.doRead()
376 port.doRead()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A Dfileio.cpp398 int doRead = len + (_filePos - _physFilePos); in read() local
399 doRead = (doRead + READ_ALIGN_MASK) & ~READ_ALIGN_MASK; in read()
401 if (doRead > MAX_READ_STEP) in read()
402 doRead = MAX_READ_STEP; in read()
403 if (doRead < 2048) in read()
404 doRead = 2048; in read()
406 fio.read(_fd, _cacheBuf, doRead); in read()
/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Dpablio.c200 long doRead = 0; in OpenAudioStream() local
246 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
248 if(doRead) in OpenAudioStream()
267 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
268 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pablio/
H A Dpablio.c200 long doRead = 0; in OpenAudioStream() local
246 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
248 if(doRead) in OpenAudioStream()
267 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
268 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pablio/
H A Dpablio.c200 long doRead = 0; in OpenAudioStream() local
246 doRead = ((flags & PABLIO_READ) != 0); in OpenAudioStream()
248 if(doRead) in OpenAudioStream()
267 (doRead ? Pa_GetDefaultInputDeviceID() : paNoDevice), in OpenAudioStream()
268 (doRead ? aStream->samplesPerFrame : 0 ), in OpenAudioStream()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/tests/auto/perfstdin/
H A Dtst_perfstdin.cpp44 auto doRead = [&](){ in testReadSelf() local
57 QObject::connect(&device, &QIODevice::readyRead, &tempfile, doRead); in testReadSelf()
61 doRead(); in testReadSelf()

12345678910>>...30