Home
last modified time | relevance | path

Searched defs:endl (Results 1 - 25 of 275) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorLogger.cpp25 << error.Line() << ":" << error.Col() << "]" << std::endl; in WriteLog() member in ark::es2panda::util::std
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_hooks_test.cpp28 std::cout << ptr << std::endl; // NOLINT(clang-analyzer-unix.Malloc) in MallocFunc() member in ark::std
/arkcompiler/ets_frontend/ets2panda/checker/
H A DJSchecker.cpp29 std::cout << Program()->Dump() << std::endl; in StartChecker() member in ark::es2panda::checker::std
H A DASchecker.cpp26 std::cout << Program()->Dump() << std::endl; in StartChecker() member in ark::es2panda::checker::std
H A DTSchecker.cpp29 std::cout << Program()->Dump() << std::endl; in StartChecker() member in ark::es2panda::checker::std
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_demo.cpp20 std::cout << "===== [libark_defect_scan_aux] Running start =====" << std::endl; in main() member in std
25 std::cerr << " --- abc file obj is null ---" << std::endl; in main() member in std
26 std::cerr << " --- please add the file to be detected to the executable file path ---" << std::endl; in main() member in std
30 std::cout << " --- function count: " << def_func_cnt << " ---" << std::endl; in main() member in std
32 std::cout << " --- class count: " << def_class_cnt << " ---" << std::endl; in main() member in std
34 std::cout << "===== [libark_defect_scan_aux] end =====" << std::endl; in main() member in std
/arkcompiler/runtime_core/libpandabase/utils/
H A Ddebug.cpp26 std::cerr << "ASSERTION FAILED: " << expr << std::endl; in AssertionFail() member in panda::debug::std
27 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail() member in panda::debug::std
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/
H A DSamplerAsmTest.cpp39 std::cerr << val << std::endl; in ETS_ETSGLOBAL_NativeSumEightElements() member in std
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root-inl.h26 os << "Dump of roots " << std::endl; in operator <<() member in ark::mem::std
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A DresolveIdentifiers.cpp27 std::cout << varbinder->Program()->Dump() << std::endl; in Perform() member in ark::es2panda::compiler::std
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_channel.h29 std::cout << "TestChannel: WaitForDebugger" << std::endl; member in panda::ecmascript::tooling::TestChannel::std
33 std::cout << "TestChannel: RunIfWaitingForDebugger" << std::endl; member in panda::ecmascript::tooling::TestChannel::std
40 std::cout << "TestChannel: SendResponse:\n" << str << std::endl; member in panda::ecmascript::tooling::TestChannel::std
45 std::cout << "TestChannel: SendNotification:\n" << str << std::endl; member in panda::ecmascript::tooling::TestChannel::std
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2program_compiler.cpp26 std::cerr << "Unable to open specified abc file " << filePath << std::endl; in OpenAbcFile() member in ark::abc2program::std
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.cpp24 << std::endl; in Dump() member in ark::compiler::std
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddebug.cpp29 std::cerr << "ASSERTION FAILED: " << expr << std::endl; in AssertionFail() member in ark::debug::std
30 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail() member in ark::debug::std
32 std::cerr << "ERRNO: " << errnum << " (" << std::strerror(errnum) << ")" << std::endl; in AssertionFail() member in ark::debug::std
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc.cpp50 std::cerr << res.Error() << std::endl; in Run() member in ark::irtoc::std
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_string_builder_test.cpp39 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsStringBuilderTest() member in ark::ets::test::EtsStringBuilderTest::std
H A Dets_string_builder_members_test.cpp42 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsStringBuilderMembersTest() member in ark::ets::test::EtsStringBuilderMembersTest::std
H A Dets_class_test.cpp41 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsClassTest() member in ark::ets::test::EtsClassTest::std
H A Dets_arrayobj_test.cpp40 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsArrayObjectMembers() member in ark::ets::test::EtsArrayObjectMembers::std
H A Dets_arraybuf_test.cpp39 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsArrayBufferTest() member in ark::ets::test::EtsArrayBufferTest::std
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
H A Dpending_exception_test.cpp36 std::cerr << "PANDA_STD_LIB env variable should be set and point to etsstdlib.abc" << std::endl; member in ark::test::PendingEtsExceptionTest::std
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dmock_test_helper.h34 std::cerr << "PANDA_STD_LIB not set" << std::endl; in SetUpTestCase() member in ark::ets::test::MockEtsNapiTestBaseClass::std
H A Dcoroswitch_in_cctor.cpp34 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; member in ark::ets::test::CoroInCctorTest::std
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
H A Dtest_debug_info.cpp34 std::cerr << "Environment variable 'TEST_FILE' must be set" << std::endl; in GetTestFile() member in ark::test::DebugInfoTest::std
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/utils/
H A Dutils.cpp28 std::cerr << "Invalid uri: " << uri << std::endl; in GetAsset() member in panda::utils::std
35 std::cerr << "Cannot read file: " << path << std::endl; in GetAsset() member in panda::utils::std

Completed in 5 milliseconds

1234567891011