Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 174) sorted by relevance

1234567

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h42 [[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/
Dcompiler_graph_test.cpp67 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 …]
Dcompiler_basicblock_test.cpp81 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 …]
Dloop_analyzer_new_test.cpp48 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
Dreg_alloc_graph_coloring_new_test.cpp73 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 …]
Dliveness_analyzer_new_test.cpp48 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 …]
Dcompiler_inst_test.cpp90 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 …]
Ddump_test.cpp60 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 …]
Dcompiler_regalloc_test.cpp80 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 …]
Dlinear_order_new_test.cpp48 bool status = false; variable
71 bool status = false; variable
100 bool status = false; variable
Dcompiler_optimizations_test.cpp77 bool status = false; variable
164 bool status = false; variable
200 bool status = false; variable
222 bool status = false; variable
245 bool status = false; variable
Dgraph_checker_test.cpp62 bool status = false; variable
88 bool status = false; variable
116 bool status = false; variable
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator.h36 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/
Dbase_test_reporter.rb69 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
Djtr_reporter.rb119 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
Dtest_reporter.rb103 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
Dallure_reporter.rb124 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/
Dbase_test_reporter.rb69 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
Djtr_reporter.rb119 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
Dtest_reporter.rb103 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
Dallure_reporter.rb124 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/
Dresult.rb69 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/
Dresult.rb69 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/
Dsample_function.cpp26 …[[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/
Dinterop_common.h73 #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

1234567