/arkcompiler/runtime_core/libpandabase/tests/ |
D | logger_test.cpp | 49 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/ |
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->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/ |
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/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/libpandabase/os/ |
D | error.h | 28 explicit Error(int err) : err_(err) {} in Error()
|
D | debug_info.cpp | 93 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/ |
D | error.cpp | 28 int err = std::get<int>(err_); in ToString() local
|
D | mem.cpp | 33 static int mem_errno(const DWORD err, const int deferr) in mem_errno()
|
/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/platforms/unix/libpandabase/ |
D | error.cpp | 34 int err = std::get<int>(err_); in ToString() local
|
/arkcompiler/runtime_core/plugins/ecmascript/tests/ |
D | ecmascript_meta_test.cpp | 25 pandasm::Metadata::Error err("Attribute 'ecmascript.extends' must have a value", variable
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
D | checker.cpp | 73 std::string err = ss.str(); in ThrowTypeError() local
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-context.h | 50 panda::pandasm::Error err; /* current error */ member
|
D | meta.cpp | 382 auto err = Metadata::StoreValue(attribute, value); in StoreValue() local 479 auto err = ItemMetadata::StoreValue(attribute, value); in StoreValue() local
|
D | meta.h | 74 auto err = Validate(attribute); in SetAttribute() local 98 auto err = Validate(attribute, value); in SetAttributeValue() local
|
D | assembly-parser.cpp | 2243 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
|
D | error.h | 109 ErrorType err; member
|
/arkcompiler/ets_frontend/ts2panda/tests/statements/ |
D | tryCatch.test.ts | 77 let err = new VReg(); variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/ |
D | obj.json | 36 "items": [{"x": 12}, {"x": 12, "y": 12}, {"x": 0}, {"x": -1, "err": true}] boolean
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.cpp | 197 const auto &err = GetError(); in CompileFile() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 3795 std::string err = ss.str(); in ThrowSyntaxError() local
|