Home
last modified time | relevance | path

Searched refs:cs2 (Results 1 – 25 of 3071) sorted by relevance

12345678910>>...123

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/columns/
H A DDenseSymmetricTest.cpp5189 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
5190 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
5191 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
5243 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
5244 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
5245 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
5297 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
5298 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
5299 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
5349 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
[all …]
H A DSparseGeneralTest1.cpp153 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
154 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
155 cs2(2,0) != mat_(2,2) || cs2(2,1) != mat_(2,4) || in testConstructors()
156 cs2(3,0) != mat_(3,2) || cs2(3,1) != mat_(3,4) ) { in testConstructors()
172 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
173 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
174 cs2(2,0) != mat_(2,2) || cs2(2,1) != mat_(2,4) || in testConstructors()
175 cs2(3,0) != mat_(3,2) || cs2(3,1) != mat_(3,4) ) { in testConstructors()
192 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
193 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
[all …]
H A DSparseSymmetricTest.cpp7541 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
7542 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
7543 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
7595 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
7596 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
7597 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
7649 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
7650 cs2(1,0) != 1 || cs2(1,1) != 0 || cs2(1,2) != -2 || in testColumns()
7651 cs2(2,0) != 0 || cs2(2,1) != 3 || cs2(2,2) != 4 || in testColumns()
7701 if( cs2(0,0) != 0 || cs2(0,1) != 0 || cs2(0,2) != 0 || in testColumns()
[all …]
H A DDenseGeneralTest1.cpp158 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
159 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
160 cs2(2,0) != mat_(2,2) || cs2(2,1) != mat_(2,4) || in testConstructors()
161 cs2(3,0) != mat_(3,2) || cs2(3,1) != mat_(3,4) ) { in testConstructors()
177 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
178 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
179 cs2(2,0) != mat_(2,2) || cs2(2,1) != mat_(2,4) || in testConstructors()
180 cs2(3,0) != mat_(3,2) || cs2(3,1) != mat_(3,4) ) { in testConstructors()
197 cs2(0,0) != mat_(0,2) || cs2(0,1) != mat_(0,4) || in testConstructors()
198 cs2(1,0) != mat_(1,2) || cs2(1,1) != mat_(1,4) || in testConstructors()
[all …]
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dlimitedbhmz05extrapolation1.cc38 cs2.insert(x <= 0); in test01()
39 cs2.insert(y >= 5); in test01()
42 TBD_Shape bds2(cs2); in test01()
77 cs2.insert(x >= 0); in test02()
78 cs2.insert(x <= 1); in test02()
79 cs2.insert(y >= 0); in test02()
83 TBD_Shape bds2(cs2); in test02()
123 cs2.insert(x >= 2); in test03()
124 cs2.insert(x <= 1); in test03()
125 cs2.insert(y >= 0); in test03()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/cpu/
H A Dcpu_perfstat.c28 perfstat_cpu_t *cs2; in init_cpu_perfstat() local
39 sprintf( cpu->name, cs2[i].name); in init_cpu_perfstat()
42 free(cs2); in init_cpu_perfstat()
53 perfstat_cpu_t *cs2; in netsnmp_cpu_arch_load() local
89 cs2 = (perfstat_cpu_t*)malloc( n*sizeof(perfstat_cpu_t)); in netsnmp_cpu_arch_load()
94 cpu->user_ticks = (unsigned long long)cs2[i].user; in netsnmp_cpu_arch_load()
95 cpu->sys_ticks = (unsigned long long)cs2[i].sys + (unsigned long long)cs2[i].wait; in netsnmp_cpu_arch_load()
96 cpu->kern_ticks = (unsigned long long)cs2[i].sys; in netsnmp_cpu_arch_load()
97 cpu->wait_ticks = (unsigned long long)cs2[i].wait; in netsnmp_cpu_arch_load()
98 cpu->idle_ticks = (unsigned long long)cs2[i].idle; in netsnmp_cpu_arch_load()
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Dinit2e.cc98 int_cs2 = cs2; in int_initialize_erep()
104 if (!int_unit2) jmax2 = cs2->max_angular_momentum(); in int_initialize_erep()
112 if (!int_unit2) nc2 = cs2->max_ncontraction(); in int_initialize_erep()
225 if (cs2.operator!=(cs1)) in int_initialize_erep()
227 if (cs3.operator!=(cs2) && cs3.operator!=(cs1)) in int_initialize_erep()
240 if (cs2.operator!=(cs1)) { in int_initialize_erep()
360 Ref<GaussianBasisSet> cs2, in compute_prim_2() argument
382 int cs2_ncenter = (cs2.null()?1:cs2->ncenter()); in compute_prim_2()
384 int cs2_nshell_on_center = (cs2.null()?1:cs2->nshell_on_center(i2)); in compute_prim_2()
386 if (cs2.nonnull()) shell2 = &cs2->shell(i2,j2); in compute_prim_2()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DCompressedStackTest.cs66 CompressedStack cs2 = CompressedStack.Capture (); in Capture()
67 Assert.IsNotNull (cs2, "Capture-2"); in Capture()
69 Assert.IsFalse (cs1.Equals (cs2), "cs1.Equals (cs2)"); in Capture()
70 Assert.IsFalse (cs2.Equals (cs1), "cs2.Equals (cs1)"); in Capture()
78 CompressedStack cs2 = cs1.CreateCopy (); in CreateCopy()
79 Assert.IsFalse (cs1.Equals (cs2), "cs1.Equals (cs2)"); in CreateCopy()
80 Assert.IsFalse (cs2.Equals (cs1), "cs2.Equals (cs1)"); in CreateCopy()
91 CompressedStack cs2 = CompressedStack.Capture (); in GetCompressedStack()
92 Assert.IsNotNull (cs2, "Capture"); in GetCompressedStack()
94 Assert.IsFalse (cs1.Equals (cs2), "cs1.Equals (cs2)"); in GetCompressedStack()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeStatementCollectionTest.cs54 CodeStatement cs2 = new CodeStatement (); in Constructor1()
87 CodeStatement cs2 = new CodeStatement (); in Constructor2()
91 c.Add (cs2); in Constructor2()
111 CodeStatement cs2 = new CodeStatement (); in Add()
118 Assert.AreEqual (1, coll.Add (cs2), "#4"); in Add()
134 CodeStatement cs2 = new CodeStatement (); in Insert()
140 coll.Insert (0, cs2); in Insert()
158 CodeStatement cs2 = new CodeStatement (); in AddRange()
163 coll1.Add (cs2); in AddRange()
220 CodeStatement cs2 = new CodeStatement (); in Remove()
[all …]
/dports/net-p2p/dclib/dclib-0.3.23/tests/
H A Dcstring-compare.cpp31 CString cs2 = "martie"; in main() local
43 int res = cs1.Compare(cs2); in main()
50 res = cs3.Compare(cs2); in main()
78 res = cs2.Compare(s2); in main()
123 if ( !((cs1 < cs2) && (cs1 < s2) && (s1 < cs2)) ) in main()
129 if ( !((cs1 <= cs2) && (cs1 <= s2) && (s1 <= cs2)) ) in main()
135 if ( !((cs3 <= cs4) && (cs2 <= s2) && (s1 <= cs1)) ) in main()
141 if ( !((cs4 > cs2) && (cs4 > s2) && (s3 > cs1)) ) in main()
147 if ( !((cs4 >= cs2) && (cs4 >= s2) && (s3 >= cs1)) ) in main()
153 if ( !((cs3 >= cs4) && (cs2 >= s2) && (s1 >= cs1)) ) in main()
/dports/comms/wsjtz/wsjtx/lib/ft8/
H A Dwatterson.f909 complex cs2(0:npts-1) local
20 cs2(i)=0.707*cmplx(xx,yy)
23 call four2a(cs2,npts,1,-1,1)
33 cs2(i)=a*cs2(i)
36 p2=real(cs2(i))**2 + aimag(cs2(i))**2
43 call four2a(cs2,npts,1,1,1)
45 cs2(0:npts-1)=cs2(0:npts-1)/npts
57 c(i)=0.5*(cs1(i)*c(i) + cs2(i)*c2(i))
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Denscoordsystem.c972 cs2); in ensCoordsystemMatch()
981 if (!cs2) in ensCoordsystemMatch()
984 if (cs1 == cs2) in ensCoordsystemMatch()
1098 cs2); in listCoordsystemCompareIdentifierAscending()
1155 cs2); in listCoordsystemCompareIdentifierDescending()
1212 cs2); in listCoordsystemCompareRankAscending()
2060 cs2key = ajFmtStr("%S:%S", cs2->Name, cs2->Version); in coordsystemadaptorMappingpathInit()
3164 if (!cs2) in ensCoordsystemadaptorGetMappingpath()
3168 cs2key = ajFmtStr("%S:%S", cs2->Name, cs2->Version); in ensCoordsystemadaptorGetMappingpath()
3298 ajFmtStr("%S:%S", cs2->Name, cs2->Version) : in ensCoordsystemadaptorGetMappingpath()
[all …]
/dports/astro/libosmium/libosmium-2.17.2/test/t/osm/
H A Dtest_changeset.cpp60 REQUIRE(43 == cs2.id());
61 REQUIRE(9 == cs2.uid());
62 REQUIRE(21 == cs2.num_changes());
63 REQUIRE(0 == cs2.num_comments());
64 REQUIRE_FALSE(cs2.closed());
67 REQUIRE(2 == cs2.tags().size());
70 REQUIRE(cs1 != cs2);
72 REQUIRE(cs1 < cs2);
73 REQUIRE(cs1 <= cs2);
74 REQUIRE_FALSE(cs1 > cs2);
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/osm/
H A Dtest_changeset.cpp58 REQUIRE(43 == cs2.id());
59 REQUIRE(9 == cs2.uid());
60 REQUIRE(21 == cs2.num_changes());
61 REQUIRE(0 == cs2.num_comments());
62 REQUIRE_FALSE(cs2.closed());
65 REQUIRE(2 == cs2.tags().size());
68 REQUIRE(cs1 != cs2);
70 REQUIRE(cs1 < cs2);
71 REQUIRE(cs1 <= cs2);
72 REQUIRE_FALSE(cs1 > cs2);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcol-4642.result9 CREATE TABLE cs2 (b int, c int);
11 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
15 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
20 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b is not null);
25 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
27 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is null OR b=123);
29 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
31 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b=123);
33 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
39 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4642.test17 CREATE TABLE cs2 (b int, c int);
22 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
23 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b is not null);
25 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
26 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is null OR b=123);
27 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
28 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b=123);
30 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
31 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is not null OR b=123);
32 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/r/
H A Dmcol-4642.result9 CREATE TABLE cs2 (b int, c int);
11 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
15 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
20 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b is not null);
25 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
27 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is null OR b=123);
29 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
31 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b=123);
33 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
39 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/basic/t/
H A Dmcol-4642.test17 CREATE TABLE cs2 (b int, c int);
22 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is not null OR b is null);
23 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b is not null);
25 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
26 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is null OR b=123);
27 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is null);
28 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b is null OR b=123);
30 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
31 SELECT * FROM cs1 WHERE a NOT IN (SELECT b FROM cs2 WHERE b is not null OR b=123);
32 SELECT * FROM cs1 WHERE a IN (SELECT b FROM cs2 WHERE b=123 OR b is not null);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java48 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
49 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
55 assertEquals(cs2.toString(), "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
61 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
76 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
77 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
81 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
89 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java48 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
49 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
55 assertEquals(cs2.toString(), "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
61 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
76 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
77 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
81 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
89 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java48 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
49 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
55 assertEquals(cs2.toString(), "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
61 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
76 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
77 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
81 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
89 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java48 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
49 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
55 assertEquals(cs2.toString(), "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
61 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
76 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
77 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
81 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
89 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java48 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
49 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
55 assertEquals(cs2.toString(), "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
61 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
76 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
77 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
81 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
89 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java47 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
48 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
54 assertEquals(cs2.toString(), "de"); in testConsStringToString()
59 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
75 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
76 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
80 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
87 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DConsStringTest.java47 final ConsString cs2 = new ConsString("d", "e"); in testConsStringToString() local
48 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringToString()
54 assertEquals(cs2.toString(), "de"); in testConsStringToString()
59 assertEquals(cs2.getComponents()[0], "de"); in testConsStringToString()
60 assertEquals(cs2.getComponents()[1], ""); in testConsStringToString()
75 final ConsString cs2 = new ConsString("d", "e"); in testConsStringCharAt() local
76 final ConsString cs3 = new ConsString(cs1, cs2); in testConsStringCharAt()
80 assertEquals(cs2.charAt(0), 'd'); in testConsStringCharAt()
87 assertEquals(cs2.getComponents()[0], "de"); in testConsStringCharAt()
88 assertEquals(cs2.getComponents()[1], ""); in testConsStringCharAt()
[all …]

12345678910>>...123