Home
last modified time | relevance | path

Searched refs:category (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_expect.py34 assert w[0].category is ExpectErrorWarning
43 assert w[0].category is ExpectWarning
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_parser.cpp67 for (auto &category : option->optCategories) { in ParseJoinedOption()
68 category->AddEnabledOption(option); in ParseJoinedOption()
86 for (auto &category : opt->optCategories) { in ParseOption()
87 category->AddEnabledOption(opt); in ParseOption()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h276 for (auto &category : optCategories) {
277 category->Remove(this);
469 for (auto &category : this->optCategories) {
470 category->Remove(this);
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
H A Dmain.rb158 @conf.category = file_name + "_"
211 name = conf.category + sub["expr"].gsub(/\s+/, '').gsub(/[^a-zA-Z0-9_=]/, '_')
214 name = conf.category + sub["method"]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dexpect.py104 category=waring_type,
/arkcompiler/ets_runtime/ecmascript/
H A Djs_plural_rules.cpp370 const icu::UnicodeString *category = categories->snext(status); in ResolvedOptions() local
372 JSHandle<EcmaString> value = intl::LocaleHelper::UStringToString(thread, *category); in ResolvedOptions()

Completed in 6 milliseconds