Home
last modified time | relevance | path

Searched defs:err (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp49 std::string err = testing::internal::GetCapturedStderr(); variable
116 std::string err = testing::internal::GetCapturedStderr(); variable
147 std::string err = testing::internal::GetCapturedStderr(); variable
166 std::string err = testing::internal::GetCapturedStderr(); variable
189 std::string err = testing::internal::GetCapturedStderr(); variable
209 std::string err = testing::internal::GetCapturedStderr(); variable
234 std::string err = testing::internal::GetCapturedStderr(); variable
296 std::string err = testing::internal::GetCapturedStderr(); variable
322 std::string err = testing::internal::GetCapturedStderr(); variable
344 std::string err = testing::internal::GetCapturedStderr(); variable
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp58 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->file_stat, 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
166 int err = zipOpenNewFileInZip(zfile, filename, nullptr, nullptr, 0, nullptr, 0, nullptr, in CreateOrAddFileIntoZip() local
/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp36 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/compiler/tests/amd64/
Dasmjit_test.cpp68 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/libpandabase/os/
Derror.h28 explicit Error(int err) : err_(err) {} in Error()
Ddebug_info.cpp93 static void DwarfErrorHandler(Dwarf_Error err, [[maybe_unused]] Dwarf_Ptr errarg) in DwarfErrorHandler()
204 Dwarf_Error err = nullptr; in ReadFromFile() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Derror.cpp28 int err = std::get<int>(err_); in ToString() local
Dmem.cpp33 static int mem_errno(const DWORD err, const int deferr) in mem_errno()
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp44 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/platforms/unix/libpandabase/
Derror.cpp34 int err = std::get<int>(err_); in ToString() local
/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp25 pandasm::Metadata::Error err("Attribute 'ecmascript.extends' must have a value", variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp73 std::string err = ss.str(); in ThrowTypeError() local
/arkcompiler/runtime_core/assembler/
Dassembly-context.h50 panda::pandasm::Error err; /* current error */ member
Dmeta.cpp382 auto err = Metadata::StoreValue(attribute, value); in StoreValue() local
479 auto err = ItemMetadata::StoreValue(attribute, value); in StoreValue() local
Dmeta.h74 auto err = Validate(attribute); in SetAttribute() local
98 auto err = Validate(attribute, value); in SetAttributeValue() local
Dassembly-parser.cpp2243 void Parser::SetMetadataContextError(const Metadata::Error &err, bool has_value) in SetMetadataContextError()
2375 auto err = res.value(); in BuildMetaListAttr() local
2430 auto err = res.value(); in ParseMetaList() local
Derror.h109 ErrorType err; member
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DtryCatch.test.ts77 let err = new VReg(); variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/
Dobj.json36 "items": [{"x": 12}, {"x": 12, "y": 12}, {"x": 0}, {"x": -1, "err": true}] boolean
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp197 const auto &err = GetError(); in CompileFile() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3795 std::string err = ss.str(); in ThrowSyntaxError() local