Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 14 of 14) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
Dtext_visibility_test.cpp52 int32_t exception = -10; in TestTextVisibility004() local
Dtext_textcase_test.cpp52 int32_t exception = -10; in TestTextTextCase004() local
Dtext_heightadaptivepolicy_test.cpp59 int32_t exception = -1; in TestTextHeightAdaptivePolicy004() local
Dtext_textoverflow_test.cpp67 int32_t exception = -1; in TestTextTextOverflow005() local
Dtext_textalign_test.cpp67 int32_t exception = -10; in TestTextTextAlign005() local
Dtext_backgroundimage_test.cpp97 int32_t exception = -1; in TestTextBackgroundImage007() local
Dtext_shadow_test.cpp89 int32_t exception = -1; in TestTextShadow007() local
Dtext_clip_test.cpp132 int32_t exception = -1; in TestTextClip008() local
/test/testfwk/xdevice/plugins/devicetest/log/
Dlogger.py65 def exception(cls, content, error_no=None): member in DeviceTestLog
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp73 void PrintException(JSVM_Env env, JSVM_Value exception, const char *call) in PrintException()
111 JSVM_Value exception; in CheckErrorAndException() local
/test/testfwk/xdevice/plugins/devicetest/core/
Dtest_case.py133 …def _print_error(self, exception, error=None, result=RunResult.FAILED, refresh_method_result=False… argument
889 def _check_exception(exception, in_method=False): argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_wasm.cpp429 JSVM_Value exception; local
455 JSVM_Value exception; local
/test/testfwk/xdevice/src/xdevice/_core/
Dlogger.py337 def exception(self, msg, *args, **kwargs): member in FrameworkLog
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py688 def _handle_device_error(self, exception, task, test_drivers): argument