Home
last modified time | relevance | path

Searched refs:isFind (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp154 bool isFind = false; in HWTEST_F_L0() local
158 isFind = true; in HWTEST_F_L0()
161 ASSERT_TRUE(isFind); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp202 bool isFind = false; in HWTEST_F_L0() local
206 isFind = true; in HWTEST_F_L0()
209 EXPECT_TRUE(isFind); in HWTEST_F_L0()
250 bool isFind = false; in HWTEST_F_L0() local
254 isFind = true; in HWTEST_F_L0()
257 EXPECT_TRUE(isFind); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
H A Dsampling_profiler_test.cpp718 bool isFind = false; in TEST_F() local
723 isFind = true; in TEST_F()
730 ASSERT_EQ(isFind, true); in TEST_F()

Completed in 3 milliseconds