Home
last modified time | relevance | path

Searched refs:strArr (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/Directory/
H A DGetFileSystemEntries_str_str.cs58 string[] strArr = GetEntries(testDir.FullName, "."); in SearchPatternDotIsStar()
61 Assert.Contains(Path.Combine(testDir.FullName, "TestFile1"), strArr); in SearchPatternDotIsStar()
62 Assert.Contains(Path.Combine(testDir.FullName, "TestFile2"), strArr); in SearchPatternDotIsStar()
66 Assert.Contains(Path.Combine(testDir.FullName, "TestDir1"), strArr); in SearchPatternDotIsStar()
67 Assert.Contains(Path.Combine(testDir.FullName, "TestDir2"), strArr); in SearchPatternDotIsStar()
84 string[] strArr = GetEntries(testDir.FullName, "Test1*"); in SearchPatternWithTrailingStar()
91 strArr = GetEntries(testDir.FullName, "*"); in SearchPatternWithTrailingStar()
120 string[] strArr = GetEntries(testDir.FullName, "*2"); in SearchPatternWithLeadingStar()
132 strArr = GetEntries(testDir.FullName, "*Dir*"); in SearchPatternWithLeadingStar()
157 string[] strArr = GetEntries(testDir.FullName, "*.txt"); in SearchPatternByExtension()
[all …]
/dports/lang/seed7/seed7/prg/
H A Dchkarr.sd7804 if strArr <> strArr then
969 strArr := strArr;
1048 strArr &:= strArr;
1272 if length(strArr) <> 7 or strArr[1] <> "one" or strArr[2] <> "two" or strArr[3] <> "three" or
2011 strArr := strArr[.. 7];
2012 if length(strArr) <> 7 or strArr[1] <> "one" or strArr[2] <> "two" or strArr[3] <> "three" or
2018 if length(strArr) <> 7 or strArr[1] <> "one" or strArr[2] <> "two" or strArr[3] <> "three" or
2464 strArr := strArr[1 ..];
3130 strArr := strArr[1 .. 9];
4118 strArr := strArr[1 len 9];
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TDataStd/
H A DTDataStd_DeltaOnModificationOfExtStringArray.cxx147 Handle(TColStd_HArray1OfExtendedString) strArr = in Apply()
150 strArr->SetValue(i, aStrArr->Value(i)); in Apply()
153 strArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); in Apply()
154 aCurAtt->myValue = strArr; in Apply()
158 Handle(TColStd_HArray1OfExtendedString) strArr = in Apply()
161 strArr->SetValue(i, aStrArr->Value(i)); in Apply()
169 strArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); in Apply()
171 aCurAtt->myValue = strArr; in Apply()
/dports/math/vampire/vampire-4.5.1/scripts/
H A DinfXpostFx.py13 strArr = []
14 strArr = str
19 for x in strArr:
35 if(count == len(strArr)):
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlobject.h113 wxLuaSmartStringArray(wxString *strArr = NULL) : m_strArr(strArr) { } in m_strArr() argument
116 void operator = (wxString *strArr) { m_strArr = strArr; }
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestIfReplacedByMainLoopExit.java114 public static void main(String[] strArr) { in main() argument
116 _instance.mainTest(strArr); in main()
120 _instance.mainTest(strArr); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtestptrref.d79 string[] strArr = [ "a", "b" ];
156 assert(findDataPtr(cast(size_t*)&strArr[0] + 1)); // ptr in _DATA! in testRefPtr()
157 assert(findDataPtr(cast(size_t*)&strArr[1] + 1)); // ptr in _DATA! in testRefPtr()
158 strArr[1] = "c"; in testRefPtr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dstring-plus-char.c17 char strArr[] = "foo"; in f() local
18 …str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the… in f()

12345678910>>...13