Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp52 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/plugins/ets/tests/interop_js/xgc/
Dmark_deep_js2sts_test.cpp49 std::stringstream err; in GCStarted() local
61 std::stringstream err; in GCStarted() local
68 std::stringstream err; in GCStarted() local
74 std::stringstream err; in GCStarted() local
81 std::stringstream err; in GCStarted() local
96 std::stringstream err; in GCPhaseStarted() local
103 std::stringstream err; in GCPhaseStarted() local
Dmark_cycle2_test.cpp48 std::stringstream err; in GCStarted() local
56 std::stringstream err; in GCStarted() local
64 std::stringstream err; in GCStarted() local
78 std::stringstream err; in GCStarted() local
83 std::stringstream err; in GCStarted() local
95 std::stringstream err; in GCPhaseStarted() local
102 std::stringstream err; in GCPhaseStarted() local
Dmark_cycle_test.cpp42 std::stringstream err; in GetErrors() local
71 std::stringstream err; in MarkFromObject() local
88 std::stringstream err; in GCStarted() local
96 std::stringstream err; in GCStarted() local
106 std::stringstream err; in GCStarted() local
114 std::stringstream err; in GCStarted() local
124 std::stringstream err; in GCStarted() local
143 std::stringstream err; in GCFinished() local
Dmark_sts2js_test.cpp36 std::stringstream err; in GetErrors() local
59 std::stringstream err; in MarkFromObject() local
75 std::stringstream err; in GCStarted() local
83 std::stringstream err; in GCStarted() local
92 std::stringstream err; in GCStarted() local
100 std::stringstream err; in GCStarted() local
119 std::stringstream err; in GCFinished() local
Dmark_js2sts_test.cpp44 std::stringstream err; in GCStarted() local
52 std::stringstream err; in GCStarted() local
62 std::stringstream err; in GCStarted() local
72 std::stringstream err; in GCStarted() local
78 std::stringstream err; in GCStarted() local
93 std::stringstream err; in GCFinished() local
Dremark_cycle_test.cpp46 std::stringstream err; in GCStarted() local
75 std::stringstream err; in GCPhaseStarted() local
84 std::stringstream err; in GCPhaseStarted() local
98 std::stringstream err; in GCPhaseFinished() local
107 std::stringstream err; in GCPhaseFinished() local
119 std::stringstream err; in GCFinished() local
Dsweep_cycle_test.cpp43 std::stringstream err; in MarkFromObject() local
58 std::stringstream err; in GCStarted() local
70 std::stringstream err; in GCFinished() local
Dsweep_sts2js_test.cpp46 std::stringstream err; in MarkFromObject() local
62 std::stringstream err; in GCStarted() local
74 std::stringstream err; in GCFinished() local
Dtest_module.h55 for (const std::string &err : gcErrors) { in Check() local
58 for (const std::string &err : ecmaVmIfaceErrors) { in Check() local
/arkcompiler/runtime_core/static_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->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/
Dzip_archive.cpp55 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/
Dlogger_test.cpp44 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/
Dcl_ut_test.cpp68 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 …]
Dtriple_ut_test.cpp75 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/
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/panda_guard/tests/unittest/
Dguard_args_parser_test.cpp43 std::string err = testing::internal::GetCapturedStderr(); variable
76 std::string err = testing::internal::GetCapturedStderr(); variable
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_file_entity_processor.h35 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/
Dasmjit_test.cpp72 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/
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()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Derror.h28 explicit Error(int err) : err_(err) {} in Error()
/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/static_core/compiler/tests/x86/
Dasmjit_test.cpp43 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/static_core/libpandabase/tests/taskmanager/
Dtask_sheduler_logging_test.cpp42 std::string err = testing::internal::GetCapturedStderr(); in TEST() local
64 std::string err = testing::internal::GetCapturedStderr(); in TEST() local

12345