Home
last modified time | relevance | path

Searched refs:resultStr (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtmarkup.cc36 OFString resultStr; in OFTEST() local
46 OFCHECK_EQUAL(resultStr, markupStr1); in OFTEST()
48 OFCHECK_EQUAL(resultStr, markupStr2); in OFTEST()
53 OFString resultStr; in OFTEST() local
60 OFCHECK_EQUAL(resultStr, markupStr1); in OFTEST()
62 OFCHECK_EQUAL(resultStr, markupStr2); in OFTEST()
67 OFString resultStr; in OFTEST() local
74 OFCHECK_EQUAL(resultStr, markupStr1); in OFTEST()
81 OFString resultStr; in OFTEST() local
95 OFString resultStr; in OFTEST() local
[all …]
H A Dtchrenc.cc46 OFString resultStr; in OFTEST() local
54 OFCHECK(resultStr.empty()); in OFTEST()
56 OFCHECK(resultStr.empty()); in OFTEST()
58 OFCHECK(resultStr.empty()); in OFTEST()
122 OFString resultStr; in OFTEST() local
136 OFString resultStr; in OFTEST() local
146 OFCHECK_EQUAL(resultStr, "Jrg"); in OFTEST()
164 OFString resultStr; in OFTEST() local
212 OFString resultStr; in OFTEST() local
248 OFString resultStr; in OFTEST() local
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Dtspchrs.cc100 OFString resultStr; in OFTEST() local
103 OFCHECK(converter.convertString("J\366rg", resultStr).good()); in OFTEST()
104 OFCHECK_EQUAL(resultStr, "J\303\266rg"); in OFTEST()
106 OFCHECK_EQUAL(resultStr, "J\303\251r\303\264me"); in OFTEST()
110 OFCHECK_EQUAL(resultStr, "J\303\266rg"); in OFTEST()
112 OFCHECK_EQUAL(resultStr, "J\303\251r\303\264me"); in OFTEST()
128 OFString resultStr; in OFTEST() local
184 OFString resultStr; in OFTEST() local
188 OFCHECK_EQUAL(resultStr, "J\366rg"); in OFTEST()
190 OFCHECK_EQUAL(resultStr, "J\351r\364me"); in OFTEST()
[all …]
H A Dtvrpn.cc32 OFString resultStr; in OFTEST() local
34 OFCHECK_EQUAL(resultStr, "Eichelberg^Marco^^Dr."); in OFTEST()
36 OFCHECK_EQUAL(resultStr, "Onken^Michael^"); in OFTEST()
38 OFCHECK_EQUAL(resultStr, "Riesmeier^J\366rg^^Dr.^"); in OFTEST()
40 OFCHECK( DcmPersonName::getComponentGroup("=Onken^Michael^", 1, resultStr).good() ); in OFTEST()
41 OFCHECK_EQUAL(resultStr, "Onken^Michael^"); in OFTEST()
43 OFCHECK_EQUAL(resultStr, "Riesmeier^J\366rg^^Dr.^"); in OFTEST()
45 OFCHECK( DcmPersonName::getComponentGroup("", 0, resultStr).good() ); in OFTEST()
46 OFCHECK_EQUAL(resultStr, ""); in OFTEST()
48 OFCHECK_EQUAL(resultStr, "Riesmeier^J\366rg^^Dr.^"); in OFTEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Integration/
H A DFormUrlEncodedFromUriQueryTests.cs241 yield return new[] { encoded, resultStr };
248 yield return new[] { encoded, resultStr };
258 yield return new[] { encoded, resultStr };
261 resultStr = @"{""ab"":[""hello""]}";
262 yield return new[] { encoded, resultStr };
265 resultStr = @"{""123"":""hello""}";
266 yield return new[] { encoded, resultStr };
269 resultStr = @"{""a"":[""1"",""""]}";
270 yield return new[] { encoded, resultStr };
273 resultStr = @"{""a"":[""1"",""""]}";
[all …]
H A DFormUrlEncodedFromContentTests.cs244 yield return new[] { encoded, resultStr };
251 yield return new[] { encoded, resultStr };
261 yield return new[] { encoded, resultStr };
264 resultStr = @"{""ab"":[""hello""]}";
265 yield return new[] { encoded, resultStr };
268 resultStr = @"{""123"":""hello""}";
269 yield return new[] { encoded, resultStr };
272 resultStr = @"{""a"":[""1"",""""]}";
273 yield return new[] { encoded, resultStr };
276 resultStr = @"{""a"":[""1"",""""]}";
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDOMTokenList.cpp167 nsAutoString resultStr; in AddInternal() local
188 if (!resultStr.IsEmpty()) { in AddInternal()
189 resultStr.Append(' '); in AddInternal()
191 resultStr.Append(aToken); in AddInternal()
222 nsAutoString resultStr; in RemoveInternal() local
227 if (!resultStr.IsEmpty()) { in RemoveInternal()
228 resultStr.AppendLiteral(" "); in RemoveInternal()
321 nsAutoString resultStr; in ReplaceInternal() local
330 if (!resultStr.IsEmpty()) { in ReplaceInternal()
333 resultStr.Append(aNewToken); in ReplaceInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsDOMTokenList.cpp176 nsAutoString resultStr; in AddInternal() local
197 if (!resultStr.IsEmpty()) { in AddInternal()
198 resultStr.Append(' '); in AddInternal()
200 resultStr.Append(aToken); in AddInternal()
231 nsAutoString resultStr; in RemoveInternal() local
236 if (!resultStr.IsEmpty()) { in RemoveInternal()
237 resultStr.AppendLiteral(" "); in RemoveInternal()
344 nsAutoString resultStr; in ReplaceInternal() local
353 if (!resultStr.IsEmpty()) { in ReplaceInternal()
356 resultStr.Append(aNewToken); in ReplaceInternal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsDOMTokenList.cpp176 nsAutoString resultStr; in AddInternal() local
197 if (!resultStr.IsEmpty()) { in AddInternal()
198 resultStr.Append(' '); in AddInternal()
200 resultStr.Append(aToken); in AddInternal()
231 nsAutoString resultStr; in RemoveInternal() local
236 if (!resultStr.IsEmpty()) { in RemoveInternal()
237 resultStr.AppendLiteral(" "); in RemoveInternal()
344 nsAutoString resultStr; in ReplaceInternal() local
353 if (!resultStr.IsEmpty()) { in ReplaceInternal()
356 resultStr.Append(aNewToken); in ReplaceInternal()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsDOMTokenList.cpp176 nsAutoString resultStr; in AddInternal() local
197 if (!resultStr.IsEmpty()) { in AddInternal()
198 resultStr.Append(' '); in AddInternal()
200 resultStr.Append(aToken); in AddInternal()
231 nsAutoString resultStr; in RemoveInternal() local
236 if (!resultStr.IsEmpty()) { in RemoveInternal()
237 resultStr.AppendLiteral(" "); in RemoveInternal()
344 nsAutoString resultStr; in ReplaceInternal() local
353 if (!resultStr.IsEmpty()) { in ReplaceInternal()
356 resultStr.Append(aNewToken); in ReplaceInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsDOMTokenList.cpp176 nsAutoString resultStr; in AddInternal() local
197 if (!resultStr.IsEmpty()) { in AddInternal()
198 resultStr.Append(' '); in AddInternal()
200 resultStr.Append(aToken); in AddInternal()
231 nsAutoString resultStr; in RemoveInternal() local
236 if (!resultStr.IsEmpty()) { in RemoveInternal()
237 resultStr.AppendLiteral(" "); in RemoveInternal()
344 nsAutoString resultStr; in ReplaceInternal() local
353 if (!resultStr.IsEmpty()) { in ReplaceInternal()
356 resultStr.Append(aNewToken); in ReplaceInternal()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/fuzz/yaml/
H A Dyaml.go47 resultStr := strings.TrimSpace(string(result[:]))
49 if resultStr != inputStr {
50 panic(fmt.Sprintf("result(%v) != input(%v)", resultStr, inputStr))
72 resultStr := strings.TrimSpace(string(result[:]))
79 if resultStr != inputStr {
80 panic(fmt.Sprintf("result(%v) != input(%v)", resultStr, inputStr))
116 resultStr := strings.TrimSpace(string(result[:]))
123 if resultStr != inputStr {
124 panic(fmt.Sprintf("result(%v) != input(%v)", resultStr, inputStr))
/dports/biology/mmseqs2/MMseqs2-13-45111/src/clustering/
H A DClustering.cpp86 std::string resultStr; in writeData() local
87 resultStr.reserve(1024*1024*1024); in writeData()
95 dbw->writeData(resultStr.c_str(), resultStr.length(), prevRepresentativeKey); in writeData()
97 resultStr.clear(); in writeData()
99 resultStr.append(buffer, (outpos - buffer - 1)); in writeData()
100 resultStr.push_back('\n'); in writeData()
105 resultStr.append(buffer, (outpos - buffer - 1) ); in writeData()
106 resultStr.push_back('\n'); in writeData()
112 dbw->writeData(resultStr.c_str(), resultStr.length(), prevRepresentativeKey); in writeData()
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyafcygwin.c134 char *resultStr = NULL; in windowsToCygwinPath() local
138 resultStr = (char *) malloc(strlen(winPath)+strlen(CYGWIN_PATH_PREFIX)+1); in windowsToCygwinPath()
139 if (NULL == resultStr) { in windowsToCygwinPath()
142 resultLoc = resultStr; in windowsToCygwinPath()
152 free(resultStr); in windowsToCygwinPath()
175 if ((resultLoc - resultStr) > (strlen(winPath)+strlen(CYGWIN_PATH_PREFIX)+1)) { in windowsToCygwinPath()
180 return resultStr; in windowsToCygwinPath()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgFolderCacheElement.cpp54 nsCString resultStr; in GetInt32Property() local
55 GetStringProperty(propertyName, resultStr); in GetInt32Property()
56 if (resultStr.IsEmpty()) return NS_ERROR_FAILURE; in GetInt32Property()
61 if (PR_sscanf(resultStr.get(), "%x", aResult) != 1) { in GetInt32Property()
75 nsCString resultStr; in GetInt64Property() local
76 GetStringProperty(propertyName, resultStr); in GetInt64Property()
77 if (resultStr.IsEmpty()) return NS_ERROR_FAILURE; in GetInt64Property()
82 if (PR_sscanf(resultStr.get(), "%llx", aResult) != 1) { in GetInt64Property()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/info/
H A Dinfo.c775 strCatZ(resultStr, "none present\n"); in formatTextBackup()
809 strCatZ(resultStr, "n/a\n"); in formatTextBackup()
839 strCatZ(resultStr, " none\n"); in formatTextBackup()
854 strCat(resultStr, LF_STR); in formatTextBackup()
873 strCat(resultStr, LF_STR); in formatTextBackup()
876 strCat(resultStr, LF_STR); in formatTextBackup()
895 strCat(resultStr, LF_STR); in formatTextBackup()
898 strCat(resultStr, LF_STR); in formatTextBackup()
1076 strCat(resultStr, resultCurrent); in formatTextDb()
1331 String *resultStr = strNew(); in infoRender() local
[all …]
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/checkphishingurl/tests/
H A Dcheckphishingurlgui.cpp71 QString resultStr; in slotGetResult() local
74 resultStr = QStringLiteral("Url ok"); in slotGetResult()
77 resultStr = QStringLiteral("Url MalWare"); in slotGetResult()
80 resultStr = QStringLiteral("Url Unknown state"); in slotGetResult()
83 resultStr = QStringLiteral("Broken Network"); in slotGetResult()
86 resultStr = QStringLiteral("Invalid Url"); in slotGetResult()
90 mResult->setPlainText(resultStr + str); in slotGetResult()
H A Dsearchfullhashgui.cpp90 QString resultStr; in slotGetResult() local
93 resultStr = QStringLiteral("Url ok"); in slotGetResult()
96 resultStr = QStringLiteral("Url MalWare"); in slotGetResult()
99 resultStr = QStringLiteral("Url Unknown state"); in slotGetResult()
102 resultStr = QStringLiteral("Broken Network"); in slotGetResult()
105 resultStr = QStringLiteral("Invalid Url"); in slotGetResult()
108 mResult->setPlainText(resultStr); in slotGetResult()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSettings.cpp67 std::string resultStr; in resolveEnvVars() local
82 case 't' : resultStr.append(1, '\t'); break; in resolveEnvVars()
83 case 'r' : resultStr.append(1, '\r'); break; in resolveEnvVars()
84 case 'n' : resultStr.append(1, '\n'); break; in resolveEnvVars()
86 resultStr.append(1, c); in resolveEnvVars()
122 resultStr.append(varValue); in resolveEnvVars()
128 resultStr.append(1, c); in resolveEnvVars()
131 return resultStr; in resolveEnvVars()
/dports/comms/qsstv/qsstv/utils/
H A Dhybridcrypt.cpp191 bool hybridCrypt::getParam(QString resultStr) in getParam() argument
195 a=resultStr.indexOf(QChar(63)); in getParam()
196 b=resultStr.indexOf(QChar(34),a+1); in getParam()
197 c=resultStr.indexOf(QChar(60),b+1); in getParam()
198 d=resultStr.indexOf(QChar(62),c+1); in getParam()
199 e=resultStr.indexOf(QChar(58),d+1); in getParam()
200 hcFtpRemoteHost=resultStr.mid(a+1,b-a-1); in getParam()
201 hcFtpLogin=resultStr.mid(b+1,c-b-1); in getParam()
202 hcFtpPassword=resultStr.mid(c+1,d-c-1); in getParam()
204 tempDir=resultStr.mid(d+1,e-d-1); in getParam()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgSelectDatabase.cpp194 bool dlgSelectDatabase::getValidConnectionString(wxString connStr, wxString &resultStr) in getValidConnectionString() argument
260 resultStr = wxT("user=") + user + wxT(" "); in getValidConnectionString()
264 resultStr += wxT("host=") + host + wxT(" "); in getValidConnectionString()
268 if (!resultStr.IsEmpty()) in getValidConnectionString()
269 resultStr += wxT(" "); in getValidConnectionString()
270 resultStr += wxT("dbname=") + dbname + wxT(" "); in getValidConnectionString()
276 resultStr += portStr + wxT(" "); in getValidConnectionString()
284 resultStr += strConnTimeOut + wxT(" "); in getValidConnectionString()
289 resultStr += wxT("password=") + password + wxT(" "); in getValidConnectionString()
292 resultStr = resultStr.Trim(); in getValidConnectionString()
/dports/astro/phd2/phd2-2.6.10/
H A Dserialport_mac.cpp70 static char resultStr[256]; in getRegistryString() local
73 resultStr[0] = 0; in getRegistryString()
78 CFStringGetCString(nameCFstring, resultStr, sizeof(resultStr), in getRegistryString()
82 return resultStr; in getRegistryString()
/dports/devel/dmucs/dmucs/
H A Dmonitor.cc45 void parseResults(const char *resultStr);
49 char resultStr[RESULT_MAX_SIZE]; variable
125 resultStr[0] = '\0'; in main()
126 if (Sgets(resultStr, RESULT_MAX_SIZE, client_sock) == NULL) { in main()
131 DMUCS_DEBUG((stderr, "monitor: got -->%s<--\n", resultStr)); in main()
133 parseResults(resultStr); in main()
165 parseResults(const char *resultStr) in parseResults() argument
188 std::istringstream instr(resultStr); in parseResults()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/depool/
H A DdePoolStringBuilder.c120 char* resultStr = (char*)deMemPool_alloc(pool, (size_t)builder->length + 1); in dePoolStringBuilder_dupToPool() local
122 if (resultStr) in dePoolStringBuilder_dupToPool()
125 char* dstPtr = resultStr; in dePoolStringBuilder_dupToPool()
137 DE_ASSERT((int)strlen(resultStr) == builder->length); in dePoolStringBuilder_dupToPool()
140 return resultStr; in dePoolStringBuilder_dupToPool()
/dports/devel/coursier/coursier-1.1.0-M12/modules/paths/src/main/java/coursier/paths/
H A DCachePath.java18 StringBuilder resultStr = new StringBuilder(); in escape() local
21 resultStr.append('%'); in escape()
22 resultStr.append(toHex(ch / 16)); in escape()
23 resultStr.append(toHex(ch % 16)); in escape()
25 resultStr.append(ch); in escape()
28 return resultStr.toString(); in escape()

12345678910>>...12