Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/
Dtagged_index.h101 …static constexpr void SetTags(const typename T::Type &tag, const typename Tag::Type &...tags, Int … in SetTags()
160 explicit TaggedIndexHelper0(typename Tags::Type... tags, Int idx) in TaggedIndexHelper0()
303 explicit TaggedIndexSelectorH(typename Tags::Type... tags, Int &val) in TaggedIndexSelectorH()
319 explicit TaggedIndexSelectorH(typename Tags::Type... tags, size_t &val) in TaggedIndexSelectorH()
336 explicit TaggedIndexSelector(typename Tags::Type... tags, Int &val) in TaggedIndexSelector()
/arkcompiler/runtime_core/static_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/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/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py88 tags: List[str] = field(default_factory=list) variable in BenchFunc
100 tags: List[str] = field(default_factory=list) variable in BenchClass
327 tags: Any = None variable in TemplateVars
Dresult.py192 tags: List[str] = field(default_factory=list) variable in TestResult
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp34 const char *tags[] = { variable
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json172 "tags": { object
207 "tags": { object
261 "tags": { object
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json172 "tags": { object
207 "tags": { object
261 "tags": { object
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1917 AnnotationItem(BaseClassItem *cls, std::vector<Elem> elements, std::vector<Tag> tags) in AnnotationItem()
1962 void SetTags(std::vector<Tag> &&tags) in SetTags()
Dfile_item_container.cpp339 const auto &tags = annotationItem->GetTags(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1749 AnnotationItem(BaseClassItem *cls, std::vector<Elem> elements, std::vector<Tag> tags) in AnnotationItem()
1784 void SetTags(std::vector<Tag> &&tags) in SetTags()
Dfile_item_container.cpp304 const auto &tags = annotation_item->GetTags(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp221 std::vector<AnnotationItem::Tag> tags; in TEST() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp398 std::vector<AnnotationItem::Tag> tags; variable