Home
last modified time | relevance | path

Searched refs:emptySample (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp151 std::string emptySample = "\"samples\":"; in HWTEST_F_L0() local
153 uint32_t emptySize = emptySample.size(); in HWTEST_F_L0()
156 if (line.substr(0U, emptySize) == emptySample) { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp200 std::string emptySample = "\"samples\":"; in HWTEST_F_L0() local
204 if (line.substr(0U, emptySample.size()) == emptySample) { in HWTEST_F_L0()
248 std::string emptySample = "\"samples\":"; in HWTEST_F_L0() local
252 if (line.substr(0U, emptySample.size()) == emptySample) { in HWTEST_F_L0()

Completed in 3 milliseconds