Home
last modified time | relevance | path

Searched refs:additionalLength (Results 1 – 25 of 51) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java106 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
108 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
113 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
115 body.length + additionalLength); in ByteArrayRequestBody() local
120 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
122 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java106 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
108 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
113 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
115 body.length + additionalLength); in ByteArrayRequestBody() local
120 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
122 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/
H A DShortRequestBody.java106 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
108 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
113 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
115 body.length + additionalLength); in ByteArrayRequestBody() local
120 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
122 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java106 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
108 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
113 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
115 body.length + additionalLength); in ByteArrayRequestBody() local
120 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
122 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java108 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
110 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
115 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
117 body.length + additionalLength); in ByteArrayRequestBody() local
122 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
124 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java108 StringRequestBody(String body, int additionalLength) { in TestExecutor()
110 body.getBytes(UTF_8).length + additionalLength); in TestExecutor()
115 ByteArrayRequestBody(byte[] body, int additionalLength) { in execute()
117 body.length + additionalLength); in execute()
122 FileRequestBody(Path path, int additionalLength) throws IOException {
124 Files.size(path) + additionalLength);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java108 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
110 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
115 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
117 body.length + additionalLength); in ByteArrayRequestBody() local
122 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
124 Files.size(path) + additionalLength); in FileRequestBody()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DShortRequestBody.java108 StringRequestBody(String body, int additionalLength) { in StringRequestBody() argument
110 body.getBytes(UTF_8).length + additionalLength); in StringRequestBody()
115 ByteArrayRequestBody(byte[] body, int additionalLength) { in ByteArrayRequestBody() argument
117 body.length + additionalLength); in ByteArrayRequestBody() local
122 FileRequestBody(Path path, int additionalLength) throws IOException { in FileRequestBody() argument
124 Files.size(path) + additionalLength); in FileRequestBody()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AnnotationDialog/
H A DCompletableLineEdit.cpp152 int additionalLength; in handleSpecialKeysInSearch() local
156 additionalLength = 0; in handleSpecialKeysInSearch()
160 additionalLength = 2; in handleSpecialKeysInSearch()
170 setCursorPosition(cursorPos + ev->text().length() + additionalLength); in handleSpecialKeysInSearch()
/dports/textproc/jade/jade-1.2.1/lib/
H A DTrieBuilder.cxx209 void TrieBuilder::copyInto(Trie *into, const Trie *from, int additionalLength) in copyInto() argument
213 setToken(into, from->tokenLength_ + additionalLength, from->token_, in copyInto()
219 copyInto(forceNext(into, i), &from->next_[i], additionalLength); in copyInto()
H A DTrie.h51 int additionalLength() const { return additionalLength_; } in additionalLength() function
H A DRecognizer.cxx63 in->endToken(newPos->tokenLength() + b->additionalLength() + nBlanks); in recognize()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DTrieBuilder.cxx209 void TrieBuilder::copyInto(Trie *into, const Trie *from, int additionalLength) in copyInto() argument
213 setToken(into, from->tokenLength_ + additionalLength, from->token_, in copyInto()
219 copyInto(forceNext(into, i), &from->next_[i], additionalLength); in copyInto()
H A DTrie.h51 int additionalLength() const { return additionalLength_; } in additionalLength() function
H A DRecognizer.cxx65 in->endToken(newPos->tokenLength() + b->additionalLength() + nBlanks); in recognize()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dscsi_lli.h57 uint8_t additionalLength[1]; member

123