Home
last modified time | relevance | path

Searched refs:rawRead (Results 1 – 25 of 116) sorted by relevance

12345

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/xinput/topfield_raw/
H A DRawInterface.java37 RawReadIF rawRead; field in RawInterface
46 rawRead = (RawReadIF) rawReadClass.newInstance(); in RawInterface()
55 rawRead.add_native_files(arraylist); in add_native_files()
59 if (rawRead.AccessEnabled()) in GetLoadStatus()
60 return rawRead.GetLoadStatus(); in GetLoadStatus()
70 return rawRead.getFileSize(sourcefile); in getFileSize()
74 long datetime = rawRead.lastModified(sourcefile.substring(1)); in getFileDate()
99 RawFileInputStream rawin = new RawFileInputStream(rawRead, sourcefile); in getStream()
H A DXInputDirectoryImpl.java67 if (!rawInterface.rawRead.AccessEnabled()) { throw new IllegalArgumentException( in XInputDirectoryImpl()
180 b = rawInterface.rawRead.AccessEnabled(); in test()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Dresponse.c102 IoRead *rawRead = httpSessionIoRead(this->session); in httpResponseRead() local
107 ioRead(rawRead, buffer); in httpResponseRead()
108 this->contentEof = ioReadEof(rawRead); in httpResponseRead()
119 … this->contentRemaining = cvtZToUInt64Base(strZ(strTrim(ioReadLine(rawRead))), 16); in httpResponseRead()
136 this->contentRemaining -= ioRead(rawRead, buffer); in httpResponseRead()
139 if (ioReadEof(rawRead)) in httpResponseRead()
153 ioReadLine(rawRead); in httpResponseRead()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/main/java/org/xerial/snappy/
H A DSnappyInputStream.java192 public int rawRead(Object array, int byteOffset, int byteLength) in rawRead() method in SnappyInputStream
228 return rawRead(d, off * 8, len * 8); in read()
258 return rawRead(d, off * 8, len * 8); in read()
302 return rawRead(d, off * 4, len * 4); in read()
318 return rawRead(d, off * 4, len * 4); in read()
348 return rawRead(d, off * 2, len * 2); in read()
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_file_brotli.cpp50 virtual size_t rawRead(void *buffer, size_t length) override;
86 size_t BrotliFile::rawRead(void *buffer, size_t length) in rawRead() function in BrotliFile
126 if (rawRead(&c, 1) != 1) { in rawGetc()
H A Dtrace_file_zlib.cpp58 virtual size_t rawRead(void *buffer, size_t length) override;
112 size_t ZLibFile::rawRead(void *buffer, size_t length) in rawRead() function in ZLibFile
H A Dtrace_file.hpp69 virtual size_t rawRead(void *buffer, size_t length) = 0;
99 return rawRead(buffer, length); in read()
H A Dtrace_file_snappy.cpp84 virtual size_t rawRead(void *buffer, size_t length) override;
169 size_t SnappyFile::rawRead(void *buffer, size_t length) in rawRead() function in SnappyFile
202 if (rawRead(&c, 1) != 1) in rawGetc()
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/generic/
H A Diosupport.cpp521 RAW_READ_INFO rawRead; in ReadSectorMode2() local
524 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorMode2()
525 rawRead.SectorCount = 1; in ReadSectorMode2()
526 rawRead.TrackMode = XAForm2; in ReadSectorMode2()
532 &rawRead, in ReadSectorMode2()
549 RAW_READ_INFO rawRead; in ReadSectorCDDA() local
554 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorCDDA()
555 rawRead.SectorCount = 1; in ReadSectorCDDA()
556 rawRead.TrackMode = CDDA; in ReadSectorCDDA()
562 &rawRead, in ReadSectorCDDA()
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/generic/
H A Diosupport.cpp521 RAW_READ_INFO rawRead; in ReadSectorMode2() local
524 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorMode2()
525 rawRead.SectorCount = 1; in ReadSectorMode2()
526 rawRead.TrackMode = XAForm2; in ReadSectorMode2()
532 &rawRead, in ReadSectorMode2()
549 RAW_READ_INFO rawRead; in ReadSectorCDDA() local
554 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorCDDA()
555 rawRead.SectorCount = 1; in ReadSectorCDDA()
556 rawRead.TrackMode = CDDA; in ReadSectorCDDA()
562 &rawRead, in ReadSectorCDDA()
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/generic/
H A Diosupport.cpp521 RAW_READ_INFO rawRead; in ReadSectorMode2() local
524 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorMode2()
525 rawRead.SectorCount = 1; in ReadSectorMode2()
526 rawRead.TrackMode = XAForm2; in ReadSectorMode2()
532 &rawRead, in ReadSectorMode2()
549 RAW_READ_INFO rawRead; in ReadSectorCDDA() local
554 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorCDDA()
555 rawRead.SectorCount = 1; in ReadSectorCDDA()
556 rawRead.TrackMode = CDDA; in ReadSectorCDDA()
562 &rawRead, in ReadSectorCDDA()
/dports/games/openbor/openbor-3caaddd5/engine/xbox/generic/
H A Diosupport.cpp521 RAW_READ_INFO rawRead; in ReadSectorMode2() local
524 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorMode2()
525 rawRead.SectorCount = 1; in ReadSectorMode2()
526 rawRead.TrackMode = XAForm2; in ReadSectorMode2()
532 &rawRead, in ReadSectorMode2()
549 RAW_READ_INFO rawRead; in ReadSectorCDDA() local
554 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorCDDA()
555 rawRead.SectorCount = 1; in ReadSectorCDDA()
556 rawRead.TrackMode = CDDA; in ReadSectorCDDA()
562 &rawRead, in ReadSectorCDDA()
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/generic/
H A Diosupport.cpp521 RAW_READ_INFO rawRead; in ReadSectorMode2() local
524 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorMode2()
525 rawRead.SectorCount = 1; in ReadSectorMode2()
526 rawRead.TrackMode = XAForm2; in ReadSectorMode2()
532 &rawRead, in ReadSectorMode2()
549 RAW_READ_INFO rawRead; in ReadSectorCDDA() local
554 rawRead.DiskOffset.QuadPart = ((LONGLONG)2048) * ((LONGLONG)dwSector); in ReadSectorCDDA()
555 rawRead.SectorCount = 1; in ReadSectorCDDA()
556 rawRead.TrackMode = CDDA; in ReadSectorCDDA()
562 &rawRead, in ReadSectorCDDA()
/dports/x11-toolkits/plib/plib-1.8.5/src/js/
H A DjsLinuxOld.cxx66 rawRead ( NULL, center ) ; in open()
110 void jsJoystick::rawRead ( int *buttons, float *axes ) in rawRead() function in jsJoystick
H A DjsNone.cxx51 void jsJoystick::rawRead ( int *buttons, float *axes ) in rawRead() function in jsJoystick
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/Stream/
H A DCoroutine.pir41 =item source."rawRead"() (B<internal>)
47 .sub rawRead :method
H A DFilter.pir64 =item source."rawRead"() (B<internal>)
70 .sub rawRead :method
H A DParrotIO.pir90 =item source."rawRead"() (B<internal>)
96 .sub rawRead :method
H A DLines.pir68 =item is = stream."rawRead"() (B<internal>)
74 .sub rawRead :method
H A DWriter.pir150 =item source."rawRead"() (B<internal>)
156 .sub rawRead :method
/dports/devel/kio-extras/kio-extras-21.12.3/fish/
H A Dfish.cpp247 rawRead = 0; in fishProtocol()
771 rawRead = 0;
1082 rawRead = recvLen;
1260 if (rawRead > 0) {
1262 int dataSize = (rawRead > buflen?buflen:rawRead);
1268 rawRead -= mimeSize;
1271 if (rawRead == 0) // End of data
1283 totalSize(dataRead + rawRead);
1296 rawRead -= dataSize;
1298 if (rawRead <= 0) {
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/joystick/
H A DjsNone.cxx58 void jsJoystick::rawRead ( int *buttons, float *axes ) in rawRead() function in jsJoystick
/dports/devel/lfcbase/lfcbase-1.16.2/basecheck/
H A DTokenTest.cc41 if ( t.rawRead(token, 4) ) in main()
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DTokenizer.h41 bool rawRead(Chain& token, int n);
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/fifo/
H A Draw_test.go60 rawRead(t, rawR, dataR)
115 rawRead(t, rawR, buf)
232 func rawRead(t *testing.T, rc syscall.RawConn, data []byte) { func

12345