| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 52 std::string err = testing::internal::GetCapturedStderr(); variable 119 std::string err = testing::internal::GetCapturedStderr(); variable 150 std::string err = testing::internal::GetCapturedStderr(); variable 169 std::string err = testing::internal::GetCapturedStderr(); variable 192 std::string err = testing::internal::GetCapturedStderr(); variable 212 std::string err = testing::internal::GetCapturedStderr(); variable 237 std::string err = testing::internal::GetCapturedStderr(); variable 302 std::string err = testing::internal::GetCapturedStderr(); variable 328 std::string err = testing::internal::GetCapturedStderr(); variable 350 std::string err = testing::internal::GetCapturedStderr(); variable
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.cpp | 58 int err = unzClose(handle); in CloseArchive() local 72 int err = unzCloseFile(handle); in CloseArchiveFile() local 82 int err = unzGetGlobalInfo(handle, &gstat->ginfo); in GetGlobalFileInfo() local 92 int err = unzGoToNextFile(handle); in GoToNextFile() local 102 int err = unzLocateFile2(handle, filename, 0); in LocateFile() local 112 int err = unzGetCurrentFileInfo(handle, &entry->fileStat, nullptr, 0, nullptr, 0, nullptr, 0); in GetCurrentFileInfo() local 122 int err = unzOpenCurrentFile(handle); in OpenCurrentFile() local 137 int err = unzCloseCurrentFile(handle); in CloseCurrentFile() local 165 int err = zipOpenNewFileInZip(zfile, filename, nullptr, nullptr, 0, nullptr, 0, nullptr, in CreateOrAddFileIntoZip() local
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.cpp | 55 int err = unzClose(handle); in CloseArchive() local 69 int err = unzCloseFile(handle); in CloseArchiveFile() local 79 int err = unzGetGlobalInfo(handle, &gstat->ginfo); in GetGlobalFileInfo() local 89 int err = unzGoToNextFile(handle); in GoToNextFile() local 99 int err = unzLocateFile2(handle, filename, 0); in LocateFile() local 109 int err = unzGetCurrentFileInfo(handle, &entry->file_stat, nullptr, 0, nullptr, 0, nullptr, 0); in GetCurrentFileInfo() local 119 int err = unzOpenCurrentFile(handle); in OpenCurrentFile() local 134 int err = unzCloseCurrentFile(handle); in CloseCurrentFile() local 163 int err = zipOpenNewFileInZip(zfile, filename, nullptr, nullptr, 0, nullptr, 0, nullptr, in CreateOrAddFileIntoZip() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 44 std::string err = testing::internal::GetCapturedStderr(); in DEATH_TEST() local 111 std::string err = testing::internal::GetCapturedStderr(); in DEATH_TEST() local 142 std::string err = testing::internal::GetCapturedStderr(); in DEATH_TEST() local 161 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 184 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 204 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 229 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 290 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 321 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 343 std::string err = testing::internal::GetCapturedStderr(); in TEST() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
| D | cl_ut_test.cpp | 68 RetCode err = maplecl::RetCode::noError; in Parse() local 165 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 185 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 219 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 247 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 282 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 300 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 318 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 332 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 350 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local [all …]
|
| D | triple_ut_test.cpp | 75 auto err = cl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local 121 auto err = cl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | ecmascript_meta_test.cpp | 36 pandasm::Metadata::Error err("Attribute 'ecmascript.extends' must have a value", variable 113 pandasm::Metadata::Error err("Attribute 'ecmascript.extends' must have a value", variable 147 pandasm::Metadata::Error err("test message", pandasm::Metadata::Error::Type::MISSING_ATTRIBUTE); variable
|
| /arkcompiler/runtime_core/panda_guard/tests/unittest/ |
| D | guard_args_parser_test.cpp | 43 std::string err = testing::internal::GetCapturedStderr(); variable 76 std::string err = testing::internal::GetCapturedStderr(); variable
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_file_entity_processor.h | 35 auto err = entity.metadata->SetAttribute(attribute); in SetEntityAttribute() local 48 auto err = entity.metadata->SetAttributeValue(attribute, value); in SetEntityAttributeValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 72 Error err = rt.add(&fn, &code); in TEST_F() local 115 Error err = rt.add(&fn, &code); in TEST_F() local 140 Error err = rt.add(&fn, &code); in TEST_F() local 164 Error err = rt.add(&fn, &code); in TEST_F() local 208 Error err = allocator.alloc(&roPtr, &rwPtr, estimatedSize); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 68 Error err = rt.add(&fn, &code); in TEST_F() local 111 Error err = rt.add(&fn, &code); in TEST_F() local 136 Error err = rt.add(&fn, &code); in TEST_F() local 160 Error err = rt.add(&fn, &code); in TEST_F() local 204 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| D | task_sheduler_logging_test.cpp | 52 std::string err = testing::internal::GetCapturedStderr(); in TEST() local 84 std::string err = testing::internal::GetCapturedStderr(); in TEST() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | error.h | 28 explicit Error(int err) : err_(err) {} in Error()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | error.h | 28 explicit Error(int err) : err_(err) {} in Error()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | error.cpp | 29 int err = std::get<int>(err_); in ToString() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | args_parser.h | 34 auto err = options_.Validate(); in Parse() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | error.cpp | 28 int err = std::get<int>(err_); in ToString() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | statuses_impl.cpp | 27 void SetLastError(AbckitStatus err) in SetLastError()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | memory_allocation_dumper.h | 84 …void DumpAllocation(const char *err, const char *caller, const PandaString &klassName, ObjectHeade… in DumpAllocation() 93 void DumpNotAllocEvent(const char *err, const char *caller) in DumpNotAllocEvent()
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 44 Error err = rt.add(&fn, &code); in TEST_F() local 87 Error err = rt.add(&fn, &code); in TEST_F() local 131 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 43 Error err = rt.add(&fn, &code); in TEST_F() local 86 Error err = rt.add(&fn, &code); in TEST_F() local 130 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | error.cpp | 31 int err = std::get<int>(err_); in ToString() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | error.cpp | 33 int err = std::get<int>(err_); in ToString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_types/ |
| D | check_compat_objects.js | 21 function checkErrorMessage(err, errMsg) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/cli/ |
| D | CLI.ts | 25 const err = cli.doValidate(opts); constant
|