/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/ |
D | fine_grained_task_statistics_impl.cpp | 23 for (const auto &status : ALL_TASK_STATUSES) { in FineGrainedTaskStatisticsImpl() local 30 void FineGrainedTaskStatisticsImpl::IncrementCount(TaskStatus status, TaskProperties properties, si… in IncrementCount() 32 taskPropertiesCounterMap_.at(status)[properties] += count; in IncrementCount() local 35 size_t FineGrainedTaskStatisticsImpl::GetCount(TaskStatus status, TaskProperties properties) const in GetCount() 70 for (const auto &status : ALL_TASK_STATUSES) { in ResetCountersWithTaskProperties() local 73 for (const auto &status : ALL_TASK_STATUSES) { in ResetCountersWithTaskProperties() local
|
D | simple_task_statistics_impl.cpp | 23 for (const auto &status : ALL_TASK_STATUSES) { in SimpleTaskStatisticsImpl() local 31 void SimpleTaskStatisticsImpl::IncrementCount(TaskStatus status, TaskProperties properties, size_t … in IncrementCount() 34 taskPropertiesCounterMap_.at(status)[properties] += count; in IncrementCount() local 37 size_t SimpleTaskStatisticsImpl::GetCount(TaskStatus status, TaskProperties properties) const in GetCount() 86 for (const auto &status : ALL_TASK_STATUSES) { in ResetCountersWithTaskProperties() local 89 for (const auto &status : ALL_TASK_STATUSES) { in ResetCountersWithTaskProperties() local
|
D | lock_free_task_statistics_impl.cpp | 25 for (const auto &status : ALL_TASK_STATUSES) { in LockFreeTaskStatisticsImpl() local 31 void LockFreeTaskStatisticsImpl::IncrementCount(TaskStatus status, TaskProperties properties, size_… in IncrementCount() 58 size_t LockFreeTaskStatisticsImpl::GetCount(TaskStatus status, TaskProperties properties) const in GetCount()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
D | ets_interop_js_gtest.h | 41 [[maybe_unused]] napi_status status = napi_is_exception_pending(GetJsEnv(), &hasPendingExc); in SetUp() local 102 [[maybe_unused]] napi_status status; in DoRunJsScript() local 144 [[maybe_unused]] napi_status status; in DoRunJsScriptByPath() local 156 … [[maybe_unused]] napi_status status = napi_get_value_string_utf8(env, jsStr, nullptr, 0, &length); in GetString() local 171 [[maybe_unused]] napi_status status = napi_get_value_double(env, jsValue, &v); in GetRetValue() local 176 [[maybe_unused]] napi_status status = napi_get_value_int32(env, jsValue, &v); in GetRetValue() local 181 [[maybe_unused]] napi_status status = napi_get_value_uint32(env, jsValue, &v); in GetRetValue() local 186 [[maybe_unused]] napi_status status = napi_get_value_int64(env, jsValue, &v); in GetRetValue() local 191 [[maybe_unused]] napi_status status = napi_get_value_bool(env, jsValue, &v); in GetRetValue() local 209 [[maybe_unused]] napi_status status = napi_create_double(env, arg, &v); in MakeJsArg() 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 | compiler_inst_test.cpp | 77 bool status = false; variable 129 bool status = false; variable 168 bool status = false; variable 196 bool status = false; variable 227 bool status = false; variable 305 bool status = false; variable 336 bool status = false; variable 367 bool status = false; variable 404 bool status = false; variable 436 bool status = false; variable [all …]
|
D | liveness_analyzer_new_test.cpp | 48 bool status = false; variable 78 bool status = false; variable 220 bool status = false; variable 253 bool status = false; variable 290 bool status = false; variable 322 bool status = false; variable 354 bool status = false; variable 382 bool status = false; variable 412 bool status = false; variable 441 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 | 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
|
/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/runtime/interop_js/ |
D | interop_common.h | 63 #define NAPI_CHECK_FATAL(status) \ argument 78 [[maybe_unused]] auto status = napi_open_handle_scope(env_, &scope_); in NapiScope() local 84 [[maybe_unused]] auto status = napi_close_handle_scope(env_, scope_); in ~NapiScope() local 100 [[maybe_unused]] auto status = napi_open_escapable_handle_scope(env_, &scope_); in NapiEscapableScope() local 106 [[maybe_unused]] auto status = napi_escape_handle(env_, scope_, val, &val); in Escape() local 112 [[maybe_unused]] auto status = napi_close_escapable_handle_scope(env_, scope_); in ~NapiEscapableScope() local 224 napi_status status = napi_wrap(env, jsObject, nativeObject, finalizeCb, finalizeHint, nullptr); in NapiWrap() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_fast_operator.h | 34 static inline bool UseOwn(Status status) in UseOwn() 39 static inline bool GetInternal(Status status) in GetInternal()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
D | muid.cpp | 63 static const unsigned char *MuidTransform(MuidContext &status, const unsigned char &data, uint64_t … in MuidTransform() 164 void MuidInit(MuidContext &status) in MuidInit() 178 void MuidDecode(MuidContext &status, const unsigned char &data, size_t size) in MuidDecode() 223 void FullEncode(T &result, MuidContext &status) in FullEncode() 253 void MuidEncode(unsigned char (&result)[kDigestShortHashLength], MuidContext &status) in MuidEncode() 261 void MuidEncode(unsigned char (&result)[kDigestHashLength], MuidContext &status, bool use64Bit) in MuidEncode() 278 MuidContext status; in GetMUIDHash() local
|