Home
last modified time | relevance | path

Searched defs:err (Results 1 - 25 of 67) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/errorhelper/
H A Derrorhelper.js
/arkcompiler/runtime_core/libpandabase/os/
H A Derror.h28 explicit Error(int err) : err_(err) {} in Error() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Derror.cpp34 int err = std::get<int>(err_); in ToString() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Derror.cpp28 int err = std::get<int>(err_); in ToString() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Derror.cpp29 int err = std::get<int>(err_); in ToString() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Derror.h28 explicit Error(int err) : err_(err) {} in Error() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Derror.cpp33 int err = std::get<int>(err_); in ToString() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_sheduler_logging_test.cpp52 std::string err = testing::internal::GetCapturedStderr(); in TEST() local
84 std::string err = testing::internal::GetCapturedStderr(); in TEST() local
/arkcompiler/runtime_core/tests/fuzztest/errorconstructandcopy_fuzzer/
H A Derrorconstructandcopy_fuzzer.cpp26 int err = *(reinterpret_cast<const int*>(data)); in ErrorConstructAndCopyFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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(); TEST() local
184 std::string err = testing::internal::GetCapturedStderr(); TEST() local
204 std::string err = testing::internal::GetCapturedStderr(); TEST() local
229 std::string err = testing::internal::GetCapturedStderr(); TEST() local
290 std::string err = testing::internal::GetCapturedStderr(); TEST() local
321 std::string err = testing::internal::GetCapturedStderr(); TEST() local
343 std::string err = testing::internal::GetCapturedStderr(); TEST() local
366 std::string err = testing::internal::GetCapturedStderr(); TEST() local
394 std::string err = testing::internal::GetCapturedStderr(); TEST() local
[all...]
H A Ddfx_test.cpp122 std::string err = testing::internal::GetCapturedStderr(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A 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/
H A Dassembly-context.h50 panda::pandasm::Error err; /* current error */ member
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlogger_test.cpp52 std::string err = testing::internal::GetCapturedStderr(); in HWTEST_F() local
119 std::string err = testing::internal::GetCapturedStderr(); in HWTEST_F() local
150 std::string err = testing::internal::GetCapturedStderr(); in HWTEST_F() local
169 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
192 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
212 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
237 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
302 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
328 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
350 std::string err = testing::internal::GetCapturedStderr(); HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/abc2program/
H A 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/assembler/
H A Dassembly-context.h51 ark::pandasm::Error err; /* current error */ member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.cpp40 napi_fatal_exception([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value err) in napi_fatal_exception() argument
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A 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
[all...]
/arkcompiler/runtime_core/static_core/tools/sampler/
H A Dargs_parser.h34 auto err = options_.Validate(); in Parse() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A 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
[all...]
/arkcompiler/runtime_core/compiler/tests/x86/
H A 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/
H A 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/dprof/converter/
H A Dmain.cpp38 auto err = options_.Validate(); in Parse() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dmemory_allocation_dumper.h84 void DumpAllocation(const char *err, const char *caller, const PandaString &klassName, ObjectHeader *object, in DumpAllocation() argument
93 void DumpNotAllocEvent(const char *err, const char *caller) in DumpNotAllocEvent() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.cpp25 [[maybe_unused]] auto err = in CopyTo() local

Completed in 7 milliseconds

123