Home
last modified time | relevance | path

Searched defs:tags (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb57 def create_single_test_case(bugids, ignore, tags) argument
Dcommand.rb97 …ess_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, ignore, tags) argument
Dtest_base.rb42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DemitClassExpressionInDeclarationFile.ts47 tags(c: C): C { variable
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h31 const std::vector<panda_file::LiteralTag> &tags, in AddLiteral()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json172 "tags": { object
207 "tags": { object
261 "tags": { object
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp319 const auto &tags = annotation_item->GetTags(); in DeduplicateAnnotationValue() local
Dfile_items.h1722 AnnotationItem(BaseClassItem *cls, std::vector<Elem> elements, std::vector<Tag> tags) in AnnotationItem()
1757 void SetTags(std::vector<Tag> &&tags) in SetTags()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp277 std::vector<AnnotationItem::Tag> tags; variable