Home
last modified time | relevance | path

Searched +defs:read +defs:directory +defs:stream (Results 1 – 25 of 65) sorted by relevance

123

/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DRocketEBookStream.cpp32 void uncompress(RVNGInputStream *stream, vector<unsigned char> &data) in uncompress()
61 RVNGInputStream *makeSubStream(const RVNGInputStreamPtr_t &stream, const RocketEBookHeader::Entry &… in makeSubStream()
100 const RVNGInputStreamPtr_t stream; member
106 …tream::Impl::Impl(const RVNGInputStreamPtr_t &input, const RocketEBookHeader::Directory_t &directo… in Impl()
112 RocketEBookStream::RocketEBookStream(const RVNGInputStreamPtr_t &stream, const RocketEBookHeader &h… in RocketEBookStream()
158 const unsigned char *RocketEBookStream::read(const unsigned long numBytes, unsigned long &numBytesR… in read() function in libebook::RocketEBookStream
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java65 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
206 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
222 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
239 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
243 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java65 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
200 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
216 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
233 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
237 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java65 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
200 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
216 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
233 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
237 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java65 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
206 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
222 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
239 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
243 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DDisassemble.java64 public void displayOptionUsage(PrintStream stream) { in displayOptionUsage()
205 …private void splitFile(Path directory, Path file, List<Long> splitPositions) throws UserDataExcept… in splitFile()
221 …try (DataInputStream stream = new DataInputStream(new BufferedInputStream(new FileInputStream(file… in splitFile()
238 private byte[] readBytes(InputStream stream, int count) throws UserDataException, IOException { in readBytes()
242 int read = stream.read(data, totalRead, data.length - totalRead); in readBytes() local
/dports/www/bolt/bolt-2.2.24/vendor/rossriley/flysystem53/src/Adapter/
H A DNullAdapter.php52 public function read($path) function in League\\Flysystem\\Adapter\\NullAdapter
76 public function listContents($directory = '', $recursive = false)
180 protected function stream($path, $resource, Config $config, $fallback) function in League\\Flysystem\\Adapter\\NullAdapter
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc95 vector<string> list_directory(const string& directory) { in list_directory()
163 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
623 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
638 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc95 vector<string> list_directory(const string& directory) { in list_directory()
163 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
623 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
638 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dbasic_functions.stub.php936 function opendir(string $directory, $context = null) {}
942 function dir(string $directory, $context = null): Directory|false {}
947 function chdir(string $directory): bool {}
950 function chroot(string $directory): bool {}
1044 function rmdir(string $directory, $context = null): bool {}
1052 function feof($stream): bool {}
1130 function tempnam(string $directory, string $prefix): string|false {}
1245 function disk_total_space(string $directory): float|false {}
1247 function disk_free_space(string $directory): float|false {}
1250 function diskfreespace(string $directory): float|false {}
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dbasic_functions.stub.php936 function opendir(string $directory, $context = null) {}
942 function dir(string $directory, $context = null): Directory|false {}
947 function chdir(string $directory): bool {}
950 function chroot(string $directory): bool {}
1044 function rmdir(string $directory, $context = null): bool {}
1052 function feof($stream): bool {}
1130 function tempnam(string $directory, string $prefix): string|false {}
1245 function disk_total_space(string $directory): float|false {}
1247 function disk_free_space(string $directory): float|false {}
1250 function diskfreespace(string $directory): float|false {}
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dbasic_functions.stub.php698 function opendir(string $directory, $context = null) {}
701 function dir(string $directory, $context = null): Directory|false {}
706 function chdir(string $directory): bool {}
709 function chroot(string $directory): bool {}
774 function rmdir(string $directory, $context = null): bool {}
782 function feof($stream): bool {}
838 function tempnam(string $directory, string $prefix): string|false {}
928 function disk_total_space(string $directory): float|false {}
930 function disk_free_space(string $directory): float|false {}
933 function diskfreespace(string $directory): float|false {}
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dbasic_functions.stub.php698 function opendir(string $directory, $context = null) {}
701 function dir(string $directory, $context = null): Directory|false {}
706 function chdir(string $directory): bool {}
709 function chroot(string $directory): bool {}
774 function rmdir(string $directory, $context = null): bool {}
782 function feof($stream): bool {}
838 function tempnam(string $directory, string $prefix): string|false {}
928 function disk_total_space(string $directory): float|false {}
930 function disk_free_space(string $directory): float|false {}
933 function diskfreespace(string $directory): float|false {}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
661 bool DumpSymbols::WriteSymbolFile(std::ostream& stream) { in WriteSymbolFile()
676 bool DumpSymbols::WriteSymbolFileHeader(std::ostream& stream) { in WriteSymbolFileHeader()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
657 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
672 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
656 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
671 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
656 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
671 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
656 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
671 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Ddump_syms.cc97 vector<string> list_directory(const string& directory) { in list_directory()
165 size_t read = fread(&contents_[0] + total, 1, st.st_size - total, f); in Read() local
656 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
671 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()
/dports/games/pioneer/pioneer-20210723/src/sound/
H A DSound.cpp55 size_t read(char *buf, size_t sz, int n) in read() function in Sound::OggFileDataStream
97 static size_t ov_callback_read(void *buf, size_t sz, size_t n, void *stream) in ov_callback_read()
101 static int ov_callback_seek(void *stream, ogg_int64_t offset, int whence) in ov_callback_seek()
105 static long ov_callback_tell(void *stream) in ov_callback_tell()
109 static int ov_callback_close(void *stream) in ov_callback_close()
551 LoadSoundJob(std::string directory, bool isMusic) : in LoadSoundJob()

123