| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_basicblock_test.cpp | 323 bool status1 = false; variable 435 bool status1 = false; variable 478 bool status1 = false; variable
|
| D | compiler_optimizations_test.cpp | 78 bool status1 = false; variable
|
| D | compiler_graph_test.cpp | 646 bool status1 = false; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/array_buffer/ |
| D | managed_test.cpp | 312 auto status1 = env_->ArrayBufferDetach(arrayBuffer); in TEST_F() local 327 auto status1 = env_->ArrayBufferDetach(arrayBuffer); in TEST_F() local
|
| D | native_test.cpp | 206 auto status1 = env_->ArrayBufferCreate(oversize, &data1, &arrayBuffer1); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/ |
| D | arraybuffer_create_test.cpp | 48 auto status1 = env_->CreateArrayBuffer(oversize, &data1, &arrayBuffer1); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test_one.cpp | 427 auto status1 = future1.wait_for(std::chrono::seconds(2)); in HWTEST_F_L0() local 468 auto status1 = future1.wait_for(std::chrono::seconds(2)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 494 bool status1 = JSObject::SetIntegrityLevel(thread, jsobject, IntegrityLevel::SEALED); in HWTEST_F_L0() local 519 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::FROZEN); in HWTEST_F_L0() local 543 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::SEALED); in HWTEST_F_L0() local 567 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::FROZEN); in HWTEST_F_L0() local 590 bool status1 = JSObject::SetIntegrityLevel(thread, jsobject, IntegrityLevel::SEALED); in HWTEST_F_L0() local
|
| D | js_proxy_test.cpp | 377 bool status1 = JSProxy::IsExtensible(thread, proxyHandle); in HWTEST_F_L0() local 413 bool status1 = JSProxy::PreventExtensions(thread, proxyHandle); in HWTEST_F_L0() local
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 1540 auto status1 = OH_JSVM_SetDebugOption(env, JSVM_SCOPE_CHECK, true); variable 1578 auto status1 = OH_JSVM_SetDebugOption(env, JSVM_SCOPE_CHECK, true); variable 1600 auto status1 = OH_JSVM_SetDebugOption(env, JSVM_SCOPE_CHECK, true); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/string_ops/ |
| D | string_get_utf16_test.cpp | 251 auto status1 = env_->String_GetUTF8(utf8String, utf8Buffer, bufferSize, &resultSize); in TEST_F() local
|
| D | string_get_utf16_substr_test.cpp | 355 auto status1 = env_->String_GetUTF16Size(string, &result1); in TEST_F() local
|