Lines Matching full:i
78 for (int i = 0; i < 600; i++) { in HWTEST_F_L0() local
79 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
81 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType()); in HWTEST_F_L0()
86 for (int i = 300; i > 200; i--) { in HWTEST_F_L0() local
87 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
90 for (int i = 0; i <= 200; i++) { in HWTEST_F_L0() local
91 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
93 … *factory->NewFromUtf8(test.c_str()), *reinterpret_cast<EcmaString **>(globalString[i])), 0); in HWTEST_F_L0()
97 for (int i = 301; i < 600; i++) { in HWTEST_F_L0() local
98 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
100 … *factory->NewFromUtf8(test.c_str()), *reinterpret_cast<EcmaString **>(globalString[i])), 0); in HWTEST_F_L0()
111 for (int i = 0; i < 600; i++) { in HWTEST_F_L0() local
112 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
114 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType()); in HWTEST_F_L0()
117 for (int i = 512; i > 200; i--) { in HWTEST_F_L0() local
118 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
129 for (int i = 0; i < 768; i++) { in HWTEST_F_L0() local
130 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
132 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType()); in HWTEST_F_L0()
135 for (int i = 767; i > 200; i--) { in HWTEST_F_L0() local
136 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
142 for (int i = 200; i < 400; i++) { in HWTEST_F_L0() local
143 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
145 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType()); in HWTEST_F_L0()
149 for (int i = 0; i <= 300; i++) { in HWTEST_F_L0() local
150 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
152 … *factory->NewFromUtf8(test.c_str()), *reinterpret_cast<EcmaString **>(globalString[i])), 0); in HWTEST_F_L0()
190 for (int i = 0; i < 800; i++) { in HWTEST_F_L0() local
191 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
193 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType()); in HWTEST_F_L0()
194 globalString[i] = thread->SetWeak(globalString[i]); in HWTEST_F_L0()
195 EXPECT_TRUE(thread->IsWeak(globalString[i])); in HWTEST_F_L0()
197 for (int i = 600; i > 200; i--) { in HWTEST_F_L0() local
198 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
203 for (int i = 0; i <= 200; i++) { in HWTEST_F_L0() local
204 std::string test = "test" + std::to_string(i); in HWTEST_F_L0()
206 … *factory->NewFromUtf8(test.c_str()), *reinterpret_cast<EcmaString **>(globalString[i])), 0); in HWTEST_F_L0()
211 for (int i = 601; i < 800; i++) { in HWTEST_F_L0() local
212 …EXPECT_EQ(*reinterpret_cast<JSTaggedType *>(globalString[i]), JSTaggedValue::Undefined().GetRawDat… in HWTEST_F_L0()