Home
last modified time | relevance | path

Searched refs:read_full (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/libs/luci_context/
H A Dluci_context_test.py41 self.assertDictEqual(luci_context.read_full(), {})
57 self.assertDictEqual(luci_context.read_full(), {})
67 self.assertDictEqual(luci_context.read_full(), {})
76 self.assertDictEqual(luci_context.read_full(), {})
85 self.assertDictEqual(luci_context.read_full(), {})
92 self.assertDictEqual(luci_context.read_full(),
119 self.assertDictEqual(luci_context.read_full(),
124 self.assertDictEqual(luci_context.read_full(),
H A D__init__.py6 from .luci_context import ENV_KEY, read_full, read, write, stage
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/rand/
H A Durandom.c161 static char read_full(int fd, uint8_t *out, size_t len) { in read_full() function
191 if (!read_full(urandom_fd, buf->rand, BUF_SIZE)) { in read_from_buffer()
218 if (!read_full(urandom_fd, out, requested)) { in CRYPTO_sysrand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full() function in InputStream
138 if (!read_full(log, 1, line)) in read_line()
150 if (!read_full(log, expected.size(), result)) in read_expected()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length,
138 if (!read_full(log, 1, line))
150 if (!read_full(log, expected.size(), result))
/dports/mail/alpine/alpine-465e23b/web/src/pubcookie/
H A Dauth_gss_proxy.c99 static unsigned long read_full(int fd,void *buf,unsigned long size) { in read_full() function
177 while(len = read_full(ipipe[0],cmd,sizeof(cmd))) { in auth_gssapi_proxy_client()
193 len = read_full(ipipe[0],buf,cmd[1]); in auth_gssapi_proxy_client()
225 len = read_full(ipipe[0],buf,cmd[1]); in auth_gssapi_proxy_client()
H A Dwp_gssapi_proxy.c51 static unsigned long read_full(int fd,void *buf,unsigned long size) { in read_full() function
104 len = read_full(0,&size,sizeof(size)); in cmd_read()
113 len = read_full(0,buf,size); in cmd_read()
/dports/editors/pico-alpine/alpine-465e23b/web/src/pubcookie/
H A Dauth_gss_proxy.c99 static unsigned long read_full(int fd,void *buf,unsigned long size) { in read_full() function
177 while(len = read_full(ipipe[0],cmd,sizeof(cmd))) { in auth_gssapi_proxy_client()
193 len = read_full(ipipe[0],buf,cmd[1]); in auth_gssapi_proxy_client()
225 len = read_full(ipipe[0],buf,cmd[1]); in auth_gssapi_proxy_client()
H A Dwp_gssapi_proxy.c51 static unsigned long read_full(int fd,void *buf,unsigned long size) { in read_full() function
104 len = read_full(0,&size,sizeof(size)); in cmd_read()
113 len = read_full(0,buf,size); in cmd_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/security/boringssl/boringssl-6a71840/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) {
131 if (!read_full(fd, &entry, sizeof(entry)) ||
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/
H A Dcpu-arm-linux.c53 static int read_full(int fd, void *out, size_t len) { in read_full() function
131 if (!read_full(fd, &entry, sizeof(entry)) || in getauxval_proc()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dread-full.h6 int read_full(int fd, void *data, size_t size);

123