Home
last modified time | relevance | path

Searched refs:sourceStr (Results 1 – 25 of 150) sorted by relevance

123456

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtmarkup.cc42 OFCHECK(OFStandard::checkForMarkupConversion(sourceStr, OFTrue /* convertNonASCII */)); in OFTEST()
43 …OFCHECK(!OFStandard::checkForMarkupConversion(sourceStr, OFTrue /* convertNonASCII */, 20 /* maxLe… in OFTEST()
45 …OFStandard::convertToMarkupString(sourceStr, resultStr, OFTrue /* convertNonASCII */, OFStandard::… in OFTEST()
47 …OFStandard::convertToMarkupString(sourceStr, resultStr, OFFalse /* convertNonASCII */, OFStandard:… in OFTEST()
59 …OFStandard::convertToMarkupString(sourceStr, resultStr, OFTrue /* convertNonASCII */, OFStandard::… in OFTEST()
103 OFCHECK_EQUAL(sourceStr.length(), sourceLen); in OFTEST()
104 OFCHECK(OFStandard::checkForMarkupConversion(sourceStr, OFTrue /* convertNonASCII */)); in OFTEST()
119 const OFString sourceStr(("This is a test\0, with a NULL byte."), sourceLen); in OFTEST() local
122 OFCHECK_EQUAL(sourceStr.length(), sourceLen); in OFTEST()
123 OFCHECK(OFStandard::checkForMarkupConversion(sourceStr)); in OFTEST()
[all …]
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkrecursivefilterproxymodeltest.cpp204 QFETCH(QString, sourceStr); in testInitialFiltering()
208 fillModel(model, sourceStr); in testInitialFiltering()
220 fillModel(model, sourceStr); in testUnrelatedDataChange()
246 fillModel(model, sourceStr); in testHiddenDataChange()
316 QFETCH(QString, sourceStr); in testDataChangeIn()
323 fillModel(model, sourceStr); in testDataChangeIn()
413 QFETCH(QString, sourceStr); in testDataChangeOut()
420 fillModel(model, sourceStr); in testDataChangeOut()
444 fillModel(model, sourceStr); in testInsert()
567 QFETCH(QString, sourceStr); in testConsecutiveInserts()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/FunctionalTests/
H A DIriEncodingDecodingTests.cs37 string sourceStr = baseUri + RFC3986CompliantDecoding[i, 0]; in AbsoluteUri_DangerousPathSymbols_RFC3986CompliantAbsoluteUri()
38 uri = new Uri(sourceStr); in AbsoluteUri_DangerousPathSymbols_RFC3986CompliantAbsoluteUri()
52 string sourceStr = host + path + RFC3986CompliantDecoding[i, 0]; in AbsolutePath_DangerousPathSymbols_RFC3986CompliantAbsolutePath()
53 uri = new Uri(sourceStr); in AbsolutePath_DangerousPathSymbols_RFC3986CompliantAbsolutePath()
67 string sourceStr = host + path + RFC3986CompliantDecoding[i, 0]; in Segments_DangerousPathSymbols_RFC3986CompliantPathSegments()
68 uri = new Uri(sourceStr); in Segments_DangerousPathSymbols_RFC3986CompliantPathSegments()
96 uri = new Uri(sourceStr); in PathAndQuery_DangerousQuerySymbols_RFC3986CompliantPathAndQuery()
109 string sourceStr = baseUri + "?" + RFC3986CompliantDecoding[i, 0]; in Query_DangerousQuerySymbols_RFC3986CompliantQuery()
110 uri = new Uri(sourceStr); in Query_DangerousQuerySymbols_RFC3986CompliantQuery()
137 uri = new Uri(sourceStr); in Fragment_DangerousFragmentSymbols_RFC3986CompliantFragment()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/designer/
H A Dqtdesignerformclasscodegenerator.cpp177 QTextStream sourceStr(source); in generateCpp() local
178 sourceStr << sourceLicense; in generateCpp()
179 Utils::writeIncludeFileDirective(parameters.headerFile, false, sourceStr); in generateCpp()
181 Utils::writeIncludeFileDirective(uiInclude, false, sourceStr); in generateCpp()
183 Utils::writeOpeningNameSpaces(namespaceList, QString(), sourceStr); in generateCpp()
189 sourceStr << '\n' << namespaceIndent << "{\n" << namespaceIndent << indent; in generateCpp()
190 Internal::writeUiMemberAccess(generationParameters, sourceStr); in generateCpp()
191 sourceStr << "setupUi(this);\n" << namespaceIndent << "}\n"; in generateCpp()
206 Internal::writeUiMemberAccess(generationParameters, sourceStr); in generateCpp()
207 sourceStr << "retranslateUi(this);\n" in generateCpp()
[all …]
/dports/devel/sope/SOPE/sope-gdl1/PostgreSQL/
H A DNSString+PGVal.m79 unichar *sourceStr, *destStr;
101 sourceStr = malloc (sizeof (unichar) * strLen);
102 [self getCharacters: sourceStr];
107 switch (sourceStr[i])
112 destStr[destI] = sourceStr[i];
115 destStr[destI] = sourceStr[i];
119 free (sourceStr);
/dports/devel/sope2/SOPE/sope-gdl1/PostgreSQL/
H A DNSString+PGVal.m79 unichar *sourceStr, *destStr;
101 sourceStr = malloc (sizeof (unichar) * strLen);
102 [self getCharacters: sourceStr];
107 switch (sourceStr[i])
112 destStr[destI] = sourceStr[i];
115 destStr[destI] = sourceStr[i];
119 free (sourceStr);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/text/
H A DMessageFormat.java481 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
485 if (! sourceStr.startsWith(leader, index)) in parse()
519 value = subfmt.parse(sourceStr, subpos); in parse()
530 value = formatter.parseObject(sourceStr, pos); in parse()
538 int next_index = sourceStr.indexOf(elements[i].trailer, index); in parse()
544 value = sourceStr.substring(index, next_index); in parse()
549 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
567 public Object[] parse (String sourceStr) throws ParseException in parse() argument
570 Object[] r = parse (sourceStr, pp); in parse()
576 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/text/
H A DMessageFormat.java481 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
485 if (! sourceStr.startsWith(leader, index)) in parse()
519 value = subfmt.parse(sourceStr, subpos); in parse()
530 value = formatter.parseObject(sourceStr, pos); in parse()
538 int next_index = sourceStr.indexOf(elements[i].trailer, index); in parse()
544 value = sourceStr.substring(index, next_index); in parse()
549 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
567 public Object[] parse (String sourceStr) throws ParseException in parse() argument
570 Object[] r = parse (sourceStr, pp); in parse()
576 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/7079713/
H A DTestCircularClassfile.java50 String sourceStr; field in TestCircularClassfile.SourceKind
52 private SourceKind(String sourceStr) { in SourceKind() argument
53 this.sourceStr = sourceStr; in SourceKind()
60 return sourceStr; in getSource()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/7079713/
H A DTestCircularClassfile.java49 String sourceStr; field in TestCircularClassfile.SourceKind
51 private SourceKind(String sourceStr) { in SourceKind() argument
52 this.sourceStr = sourceStr; in SourceKind()
59 return sourceStr; in getSource()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/7079713/
H A DTestCircularClassfile.java49 String sourceStr; field in TestCircularClassfile.SourceKind
51 private SourceKind(String sourceStr) { in SourceKind() argument
52 this.sourceStr = sourceStr; in SourceKind()
59 return sourceStr; in getSource()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/text/
H A DMessageFormat.java604 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
608 if (! sourceStr.startsWith(leader, index)) in parse()
642 value = subfmt.parse(sourceStr, subpos); in parse()
653 value = formatter.parseObject(sourceStr, pos); in parse()
665 next_index = sourceStr.length(); in parse()
671 value = sourceStr.substring(index, next_index); in parse()
676 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
697 public Object[] parse (String sourceStr) throws ParseException in parse() argument
700 Object[] r = parse (sourceStr, pp); in parse()
706 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/text/
H A DMessageFormat.java604 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
608 if (! sourceStr.startsWith(leader, index)) in parse()
642 value = subfmt.parse(sourceStr, subpos); in parse()
653 value = formatter.parseObject(sourceStr, pos); in parse()
665 next_index = sourceStr.length(); in parse()
671 value = sourceStr.substring(index, next_index); in parse()
676 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
697 public Object[] parse (String sourceStr) throws ParseException in parse() argument
700 Object[] r = parse (sourceStr, pp); in parse()
706 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/text/
H A DMessageFormat.java604 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
608 if (! sourceStr.startsWith(leader, index)) in parse()
642 value = subfmt.parse(sourceStr, subpos); in parse()
653 value = formatter.parseObject(sourceStr, pos); in parse()
665 next_index = sourceStr.length(); in parse()
671 value = sourceStr.substring(index, next_index); in parse()
676 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
697 public Object[] parse (String sourceStr) throws ParseException in parse() argument
700 Object[] r = parse (sourceStr, pp); in parse()
706 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/text/
H A DMessageFormat.java604 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
608 if (! sourceStr.startsWith(leader, index)) in parse()
642 value = subfmt.parse(sourceStr, subpos); in parse()
653 value = formatter.parseObject(sourceStr, pos); in parse()
665 next_index = sourceStr.length(); in parse()
671 value = sourceStr.substring(index, next_index); in parse()
676 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
697 public Object[] parse (String sourceStr) throws ParseException in parse() argument
700 Object[] r = parse (sourceStr, pp); in parse()
706 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/text/
H A DMessageFormat.java604 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
608 if (! sourceStr.startsWith(leader, index)) in parse()
642 value = subfmt.parse(sourceStr, subpos); in parse()
653 value = formatter.parseObject(sourceStr, pos); in parse()
665 next_index = sourceStr.length(); in parse()
671 value = sourceStr.substring(index, next_index); in parse()
676 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
697 public Object[] parse (String sourceStr) throws ParseException in parse() argument
700 Object[] r = parse (sourceStr, pp); in parse()
706 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/text/
H A DMessageFormat.java603 public Object[] parse (String sourceStr, ParsePosition pos) in parse() argument
607 if (! sourceStr.startsWith(leader, index)) in parse()
641 value = subfmt.parse(sourceStr, subpos); in parse()
652 value = formatter.parseObject(sourceStr, pos); in parse()
664 next_index = sourceStr.length(); in parse()
670 value = sourceStr.substring(index, next_index); in parse()
675 || ! sourceStr.startsWith(elements[i].trailer, index)) in parse()
693 public Object[] parse (String sourceStr) throws ParseException in parse() argument
696 Object[] r = parse (sourceStr, pp); in parse()
702 public Object parseObject (String sourceStr, ParsePosition pos) in parseObject() argument
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DMyGUI_D3D11.cpp500 std::stringstream sourceStr; in createDefaultVertexProgram() local
502 sourceStr << in createDefaultVertexProgram()
516 ret->setSource(sourceStr.str()); in createDefaultVertexProgram()
535 std::stringstream sourceStr; in createDefaultFragmentProgram() local
537 sourceStr << in createDefaultFragmentProgram()
546 ret->setSource(sourceStr.str()); in createDefaultFragmentProgram()
563 std::stringstream sourceStr; in createDefaultFragmentProgramWith1Texture() local
565 sourceStr << in createDefaultFragmentProgramWith1Texture()
576 ret->setSource(sourceStr.str()); in createDefaultFragmentProgramWith1Texture()

123456