| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.h | 42 [[maybe_unused]] napi_status status = napi_is_exception_pending(GetJsEnv(), &hasPendingExc); in SetUp() local 57 [[maybe_unused]] napi_status status = napi_create_object(jsEnv_, &jsObject); in SetGtestEnv() local 105 [[maybe_unused]] napi_status status; in LoadModule() local 145 [[maybe_unused]] napi_status status; in DoRunJsScript() local 181 … [[maybe_unused]] napi_status status = napi_get_value_string_utf8(env, jsStr, nullptr, 0, &length); in GetString() local 196 [[maybe_unused]] napi_status status = napi_get_value_double(env, jsValue, &v); in GetRetValue() local 201 [[maybe_unused]] napi_status status = napi_get_value_int32(env, jsValue, &v); in GetRetValue() local 206 [[maybe_unused]] napi_status status = napi_get_value_uint32(env, jsValue, &v); in GetRetValue() local 211 [[maybe_unused]] napi_status status = napi_get_value_int64(env, jsValue, &v); in GetRetValue() local 216 [[maybe_unused]] napi_status status = napi_get_value_bool(env, jsValue, &v); in GetRetValue() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 67 bool status = false; variable 92 bool status = false; variable 123 bool status = false; variable 145 bool status = false; variable 180 bool status = false; variable 205 bool status = false; variable 241 bool status = false; variable 269 bool status = false; variable 292 bool status = false; variable 331 bool status = false; variable [all …]
|
| D | compiler_basicblock_test.cpp | 81 bool status = false; variable 110 bool status = false; variable 136 bool status = false; variable 158 bool status = false; variable 183 bool status = false; variable 213 bool status = false; variable 244 bool status = false; variable 269 bool status = false; variable 298 bool status = false; variable 322 bool status = false; variable [all …]
|
| D | loop_analyzer_new_test.cpp | 48 bool status = false; variable 71 bool status = false; variable 105 bool status = false; variable 139 bool status = false; variable 173 bool status = false; variable 209 bool status = false; variable
|
| D | reg_alloc_graph_coloring_new_test.cpp | 73 bool status = false; variable 99 bool status = false; variable 142 bool status = false; variable 192 bool status = false; variable 239 bool status = false; variable 287 bool status = false; variable 337 bool status = false; variable 384 bool status = false; variable 417 bool status = false; variable 455 bool status = false; variable [all …]
|
| D | liveness_analyzer_new_test.cpp | 48 bool status = false; variable 78 bool status = false; variable 214 bool status = false; variable 247 bool status = false; variable 284 bool status = false; variable 316 bool status = false; variable 348 bool status = false; variable 376 bool status = false; variable 406 bool status = false; variable 435 bool status = false; variable [all …]
|
| D | compiler_inst_test.cpp | 90 bool status = false; variable 142 bool status = false; variable 181 bool status = false; variable 209 bool status = false; variable 240 bool status = false; variable 318 bool status = false; variable 349 bool status = false; variable 380 bool status = false; variable 417 bool status = false; variable 449 bool status = false; variable [all …]
|
| D | dump_test.cpp | 60 bool status = false; variable 94 bool status = false; variable 170 bool status = false; variable 289 bool status = false; variable 369 bool status = false; variable 396 bool status = false; variable 430 bool status = false; variable 473 bool status = false; variable 501 bool status = false; variable 538 bool status = false; variable [all …]
|
| D | compiler_regalloc_test.cpp | 80 bool status = false; variable 119 bool status = false; variable 147 bool status = false; variable 182 bool status = false; variable 216 bool status = false; variable 241 bool status = false; variable 275 bool status = false; variable 320 bool status = false; variable 352 bool status = false; variable 387 bool status = false; variable [all …]
|
| D | linear_order_new_test.cpp | 48 bool status = false; variable 71 bool status = false; variable 100 bool status = false; variable
|
| D | compiler_optimizations_test.cpp | 77 bool status = false; variable 164 bool status = false; variable 200 bool status = false; variable 222 bool status = false; variable 245 bool status = false; variable
|
| D | graph_checker_test.cpp | 62 bool status = false; variable 88 bool status = false; variable 116 bool status = false; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator.h | 36 static inline bool UseOwn(Status status) in UseOwn() 41 static inline bool GetInternal(Status status) in GetInternal() 46 static inline bool DefineSemantics(Status status) in DefineSemantics()
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 69 def log_run_negative_failure(output, status) argument 73 def log_verifier_negative_failure(output, status) argument 77 def log_run_failure(output, status, core) argument 81 def log_verifier_failure(output, status, core) argument 85 def log_passed(output, status) argument 93 def verbose_log(status) argument
|
| D | jtr_reporter.rb | 119 def log_run_negative_failure(output, status) argument 124 def log_verifier_negative_failure(output, status) argument 129 def log_run_failure(output, status, core) argument 135 def log_verifier_failure(output, status, core) argument 141 def log_passed(output, status) argument 150 def verbose_log(status) argument
|
| D | test_reporter.rb | 103 def log_run_negative_failure(output, status) argument 109 def log_verifier_negative_failure(output, status) argument 115 def log_run_failure(output, status, core) argument 122 def log_verifier_failure(output, status, core) argument 129 def log_passed(output, status) argument 139 def verbose_log(status) argument
|
| D | allure_reporter.rb | 124 def log_run_negative_failure(output, status) argument 129 def log_verifier_negative_failure(output, status) argument 134 def log_run_failure(output, status, core) argument 140 def log_verifier_failure(output, status, core) argument 155 def verbose_log(status) argument
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 69 def log_run_negative_failure(output, status) argument 73 def log_verifier_negative_failure(output, status) argument 77 def log_run_failure(output, status, core) argument 81 def log_verifier_failure(output, status, core) argument 85 def log_passed(output, status) argument 93 def verbose_log(status) argument
|
| D | jtr_reporter.rb | 119 def log_run_negative_failure(output, status) argument 124 def log_verifier_negative_failure(output, status) argument 129 def log_run_failure(output, status, core) argument 135 def log_verifier_failure(output, status, core) argument 141 def log_passed(output, status) argument 150 def verbose_log(status) argument
|
| D | test_reporter.rb | 103 def log_run_negative_failure(output, status) argument 109 def log_verifier_negative_failure(output, status) argument 115 def log_run_failure(output, status, core) argument 122 def log_verifier_failure(output, status, core) argument 129 def log_passed(output, status) argument 139 def verbose_log(status) argument
|
| D | allure_reporter.rb | 124 def log_run_negative_failure(output, status) argument 129 def log_verifier_negative_failure(output, status) argument 134 def log_run_failure(output, status, core) argument 140 def log_verifier_failure(output, status, core) argument 155 def verbose_log(status) argument
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | result.rb | 69 def update_run_negative_failure(output, status, file) argument 77 def update_verifier_negative_failure(output, status, file) argument 85 def update_run_failure(output, status, file, core) argument 95 def update_verifier_failure(output, status, file, core) argument 105 def update_passed(output, status, file) argument
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | result.rb | 69 def update_run_negative_failure(output, status, file) argument 77 def update_verifier_negative_failure(output, status, file) argument 85 def update_run_failure(output, status, file, core) argument 95 def update_verifier_failure(output, status, file, core) argument 105 def update_passed(output, status, file) argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ark_js_napi_tests/ |
| D | sample_function.cpp | 26 …[[maybe_unused]] napi_status status = napi_get_cb_info(env, info, &jsArgc, nullptr, nullptr, nullp… in GetSampleString() local 42 …[[maybe_unused]] napi_status status = napi_define_properties(env, exports, desc.size(), desc.data(… in Init() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_common.h | 73 #define NAPI_CHECK_FATAL(status) \ argument 88 [[maybe_unused]] auto status = napi_open_handle_scope(env_, &scope_); in NapiScope() local 94 [[maybe_unused]] auto status = napi_close_handle_scope(env_, scope_); in ~NapiScope() local 110 [[maybe_unused]] auto status = napi_open_escapable_handle_scope(env_, &scope_); in NapiEscapableScope() local 116 [[maybe_unused]] auto status = napi_escape_handle(env_, scope_, val, &val); in Escape() local 122 [[maybe_unused]] auto status = napi_close_escapable_handle_scope(env_, scope_); in ~NapiEscapableScope() local 266 napi_status status = napi_wrap(env, jsObject, nativeObject, finalizeCb, finalizeHint, nullptr); in NapiWrap() local
|