Home
last modified time | relevance | path

Searched +defs:bytes +defs:path (Results 101 – 125 of 6511) sorted by relevance

12345678910>>...261

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/native/libjimage/
H A DosSupport_unix.cpp40 jint osSupport::openReadOnly(const char *path) { in openReadOnly()
54 jlong osSupport::size(const char *path) { in size()
74 void* osSupport::map_memory(int fd, const char *filename, size_t file_offset, size_t bytes) { in map_memory()
88 int osSupport::unmap_memory(void *addr, size_t bytes) { in unmap_memory()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/native/libjimage/
H A DosSupport_unix.cpp40 jint osSupport::openReadOnly(const char *path) { in openReadOnly()
54 jlong osSupport::size(const char *path) { in size()
74 void* osSupport::map_memory(int fd, const char *filename, size_t file_offset, size_t bytes) { in map_memory()
88 int osSupport::unmap_memory(void *addr, size_t bytes) { in unmap_memory()
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-expander.c11 * published by the Free Software Foundation; either version 2.1 of in all()
17 * Lesser General Public License for more details. in all()
74 gchar *special_child_type;
76 special_child_type =
97 glade_gtk_expander_add_child (GladeWidgetAdaptor * adaptor,
111 gtk_expander_set_label_widget (GTK_EXPANDER (object), GTK_WIDGET (child));
/dports/java/jattach/jattach-2.0/src/posix/
H A Djattach_openj9.c116 ssize_t bytes = write(fd, cmd + off, len - off); in write_command() local
132 ssize_t bytes = read(fd, buf + off, size - off); in read_response() local
186 ssize_t bytes; in detach() local
199 char path[MAX_PATH]; in acquire_lock() local
246 char path[MAX_PATH]; in close_attach_socket() local
267 char path[MAX_PATH]; in write_reply_info() local
283 char path[MAX_PATH]; in notify_semaphore() local
313 ssize_t bytes = recv(client, buf + off, sizeof(buf) - off, 0); in accept_client() local
336 char path[MAX_PATH]; in lock_notification_files() local
364 char path[MAX_PATH]; in is_openj9_process() local
H A Djattach_hotspot.c32 char path[MAX_PATH]; in check_socket() local
40 static uid_t get_file_owner(const char* path) { in get_file_owner()
48 char path[MAX_PATH]; in start_attach_mechanism() local
91 int bytes = snprintf(addr.sun_path, sizeof(addr.sun_path), "%s/.java_pid%d", tmp_path, pid); in connect_socket() local
123 ssize_t bytes = read(fd, buf, sizeof(buf) - 1); in read_response() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DPseudoLocalFs.java102 public FSDataOutputStream create(Path path) throws IOException { in create()
118 long validateFileNameFormat(Path path) throws FileNotFoundException { in validateFileNameFormat()
154 public FSDataInputStream open(Path path) throws IOException { in open()
159 public FileStatus getFileStatus(Path path) throws IOException { in getFileStatus()
165 public boolean exists(Path path) { in exists()
175 public FSDataOutputStream create(Path path, FsPermission permission, in create()
234 public int read(byte[] bytes) throws IOException { in read()
239 public int read(byte[] bytes, int off, int len) throws IOException { in read()
253 System.arraycopy(val.getBytes(), positionInVal, bytes, off, numBytes); in read() local
303 public FSDataOutputStream append(Path path, int bufferSize, in append()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DPseudoLocalFs.java102 public FSDataOutputStream create(Path path) throws IOException { in create()
118 long validateFileNameFormat(Path path) throws FileNotFoundException { in validateFileNameFormat()
154 public FSDataInputStream open(Path path) throws IOException { in open()
159 public FileStatus getFileStatus(Path path) throws IOException { in getFileStatus()
165 public boolean exists(Path path) { in exists()
175 public FSDataOutputStream create(Path path, FsPermission permission, in create()
234 public int read(byte[] bytes) throws IOException { in read()
239 public int read(byte[] bytes, int off, int len) throws IOException { in read()
253 System.arraycopy(val.getBytes(), positionInVal, bytes, off, numBytes); in read() local
303 public FSDataOutputStream append(Path path, int bufferSize, in append()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Dhtml_notebook_output.R37 html_notebook_render_base64_data <- function(path = NULL, argument
38 bytes = NULL, argument
61 html_notebook_output_img <- function(path = NULL, argument
62 bytes = NULL, argument
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Dhtml_notebook_output.R35 html_notebook_render_base64_data <- function(path = NULL, argument
36 bytes = NULL, argument
57 html_notebook_output_img <- function(path = NULL, argument
58 bytes = NULL, argument
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/librmff/
H A Dmb_file_io.c36 mb_std_file_open(const char *path, in mb_std_file_open()
116 int64_t bytes) { in mb_std_file_read()
128 int64_t bytes) { in mb_std_file_write()
140 mb_std_file_open(const char *path, in mb_std_file_open()
166 int64_t bytes) { in mb_std_file_read()
175 int64_t bytes) { in mb_std_file_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/web_request/
H A Dupload_data_presenter.cc59 void RawDataPresenter::FeedBytes(base::StringPiece bytes) { in FeedBytes()
66 void RawDataPresenter::FeedFile(const base::FilePath& path) { in FeedFile()
84 void RawDataPresenter::FeedNextBytes(const char* bytes, size_t size) { in FeedNextBytes()
105 void ParsedDataPresenter::FeedBytes(base::StringPiece bytes) { in FeedBytes()
121 void ParsedDataPresenter::FeedFile(const base::FilePath& path) {} in FeedFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/web_request/
H A Dupload_data_presenter.cc60 void RawDataPresenter::FeedBytes(base::StringPiece bytes) { in FeedBytes()
67 void RawDataPresenter::FeedFile(const base::FilePath& path) { in FeedFile()
85 void RawDataPresenter::FeedNextBytes(const char* bytes, size_t size) { in FeedNextBytes()
107 void ParsedDataPresenter::FeedBytes(base::StringPiece bytes) { in FeedBytes()
123 void ParsedDataPresenter::FeedFile(const base::FilePath& path) {} in FeedFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant()
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead()
411 bool MayWrite(const char *path) { return ::access(path, W_OK) == 0; } in MayWrite()
412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite()
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DCoreManager.cpp31 CoreController* CoreManager::loadGame(const QString& path) { in loadGame()
80 CoreController* CoreManager::loadGame(VFile* vf, const QString& path, const QString& base) { in loadGame()
105 QByteArray bytes(path.toUtf8()); in loadGame() local
127 CoreController* CoreManager::loadBIOS(int platform, const QString& path) { in loadBIOS()
162 QByteArray bytes(info.baseName().toUtf8()); in loadBIOS() local
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DCoreManager.cpp30 CoreController* CoreManager::loadGame(const QString& path) { in loadGame()
79 CoreController* CoreManager::loadGame(VFile* vf, const QString& path, const QString& base) { in loadGame()
104 QByteArray bytes(path.toUtf8()); in loadGame() local
126 CoreController* CoreManager::loadBIOS(int platform, const QString& path) { in loadBIOS()
161 QByteArray bytes(info.baseName().toUtf8()); in loadBIOS() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/cli/
H A DSetQuotaCommand.java82 String path = args[1]; in exec() local
130 long bytes = Long.parseLong(cl.getOptionValue("b")); in checkOptionValue() local
150 long bytes = Long.parseLong(cl.getOptionValue("B")); in checkOptionValue() local
173 public static boolean createQuota(ZooKeeper zk, String path, StatsTrack quota) in createQuota()
291 …private static void checkIfChildQuota(ZooKeeper zk, String path) throws KeeperException, Interrupt… in checkIfChildQuota()
320 …private static void checkIfParentQuota(ZooKeeper zk, String path) throws InterruptedException, Kee… in checkIfParentQuota()
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/tiny-process-library/
H A Dprocess.cpp5 Process::Process(const string_type &command, const string_type &path, in Process()
6 std::function<void(const char* bytes, size_t n)> read_stdout, in Process()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/org/eclipse/urischeme/internal/registration/
H A DFileProvider.java30 public List<String> readAllLines(String path) throws IOException { in readAllLines()
36 public void write(String path, byte[] bytes) throws IOException { in write()
43 public Reader newReader(String path) throws IOException { in newReader()
49 public Writer newWriter(String path) throws IOException { in newWriter()
55 public boolean fileExists(String path) { in fileExists()
61 public boolean isDirectory(String path) { in isDirectory()
72 public DirectoryStream<Path> newDirectoryStream(String path, String glob) throws IOException { in newDirectoryStream()
/dports/devel/ice37/ice-3.7.2/cpp/src/IcePatch2Lib/
H A DUtil.cpp129 IcePatch2Internal::bytesToString(const ByteSeq& bytes) in bytesToString()
159 ByteSeq bytes; in stringToBytes() local
280 string path = simplify(pa); in isRoot() local
292 const string path = simplify(pa); in getSuffix() local
308 const string path = simplify(pa); in getWithoutSuffix() local
334 const string path = simplify(pa); in getBasename() local
350 const string path = simplify(pa); in getDirname() local
380 const string path = simplify(pa); in remove() local
571 IcePatch2Internal::compressBytesToFile(const string& pa, const ByteSeq& bytes, Int pos) in compressBytesToFile()
814 ByteSeq bytes(relPath.size()); in getFileInfoSeqInternal() local
[all …]

12345678910>>...261