Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 25 of 3362) sorted by relevance

12345678910>>...135

/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/metrics/
H A DInputOutputMetricsSuite.scala72 val bytesRead = runAndReturnBytesRead { constant
88 val bytesRead = runAndReturnBytesRead { constant
101 val bytesRead = runAndReturnBytesRead { constant
115 val bytesRead = runAndReturnBytesRead { constant
320 val bytesRead = runAndReturnBytesRead { constant
328 val bytesRead = runAndReturnBytesRead { constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts24 bytesRead: number; property
77 private bytesRead = 0; property in TraceBufferStream
100 private bytesRead = 0; property in TraceHttpStream
124 let bytesRead = 0; variable
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/
H A DUnifiedServerSocketTest.java282 int bytesRead = sslSocket.getInputStream().read(buf, 0, buf.length); in testConnectWithSSLToNonStrictServer() local
317 int bytesRead = sslSocket.getInputStream().read(buf, 0, buf.length); in testConnectWithSSLToStrictServer() local
353 int bytesRead = socket.getInputStream().read(buf, 0, buf.length); in testConnectWithoutSSLToNonStrictServer() local
390 int bytesRead = socket.getInputStream().read(buf, 0, buf.length); in testConnectWithoutSSLToNonStrictServerPartialWrite() local
418 int bytesRead = socket.getInputStream().read(buf, 0, buf.length); in testConnectWithoutSSLToStrictServer() local
469 int bytesRead = clientSocket.getInputStream().read(buf, 0, buf.length); in testTLSDetectionNonBlockingNonStrictServerIdleClient() local
524 int bytesRead = secureClientSocket.getInputStream().read(buf, 0, buf.length); in testTLSDetectionNonBlockingStrictServerIdleClient() local
566 int bytesRead = clientSocket.getInputStream().read(buf, 0, buf.length); in testTLSDetectionNonBlockingNonStrictServerDisconnectedClient() local
620 int bytesRead = secureClientSocket.getInputStream().read(buf, 0, buf.length); in testTLSDetectionNonBlockingStrictServerDisconnectedClient() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dmgrtopbm.c27 size_t bytesRead; in readMgrHeader() local
36 size_t bytesRead; in readMgrHeader() local
113 size_t bytesRead; in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileInputStreamInstrumentor.java53 long bytesRead = 0; in read() local
79 int bytesRead = 0; in read() local
104 int bytesRead = 0; in read() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileInputStreamInstrumentor.java53 long bytesRead = 0; in read() local
79 int bytesRead = 0; in read() local
104 int bytesRead = 0; in read() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileInputStreamInstrumentor.java53 long bytesRead = 0; in read() local
79 int bytesRead = 0; in read() local
104 int bytesRead = 0; in read() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/adapter/
H A DXInputStreamToInputStreamAdapter.java81 long bytesRead = xin.readBytes(tmp, 1); in read() local
104 int bytesRead; in read() local
128 long bytesRead; in read() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXInputStreamToInputStreamAdapter.java81 long bytesRead = xin.readBytes(tmp, 1); in read() local
104 int bytesRead; in read() local
128 long bytesRead; in read() local
/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A Dsynscandriverlegacy.cpp223 int bytesRead, numread; in AnalyzeMount() local
360 int bytesWritten, bytesRead; in ReadScopeStatus() local
720 int numread, bytesWritten, bytesRead; in StartTrackMode() local
754 int bytesWritten, bytesRead; in Goto() local
831 int numread, bytesWritten, bytesRead; in Park() local
904 int numread, bytesWritten, bytesRead; in Abort() local
1009 int bytesRead, bytesWritten; in PassthruCommand() local
1072 int bytesWritten = 0, bytesRead = 0; in ReadTime() local
1143 int bytesWritten = 0, bytesRead = 0; in ReadLocation() local
1229 int bytesWritten = 0, bytesRead = 0; in updateTime() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts24 bytesRead: number; property
77 private bytesRead = 0; property in TraceBufferStream
100 private bytesRead = 0; property in TraceHttpStream
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Dpmt_util.cpp62 ssize_t bytesRead = SysCalls::pread(fd, guidString.data(), guidString.size() - 1, 0); in readGuid() local
81 ssize_t bytesRead = SysCalls::pread(fd, offsetString.data(), offsetString.size() - 1, 0); in readOffset() local
100 ssize_t bytesRead = 0; in readTelem() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DScatteringRead.java67 long bytesRead = fc.read(dstBuffers); in test1() local
103 long bytesRead = fc.read(dstBuffers); in test2() local
136 long bytesRead = fc.read(dstBuffers); in test3() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DFileChannelImplInstrumentor.java72 int bytesRead = 0; in read() local
96 int bytesRead = 0; in read() local
120 long bytesRead = 0; in read() local

12345678910>>...135