Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Ddiagnostic_test.cpp33 std::vector<DiagnosticTag> tags {}; in TEST_F() local
49 std::vector<DiagnosticTag> tags {}; in TEST_F() local
60 std::vector<DiagnosticTag> tags {}; in TEST_F() local
88 std::vector<DiagnosticTag> tags {}; in TEST_F() local
108 std::vector<DiagnosticTag> tags {}; in TEST_F() local
138 std::vector<DiagnosticTag> tags {}; in TEST_F() local
170 std::vector<DiagnosticTag> tags {}; in TEST_F() local
Dquick_info_test.cpp35 std::vector<DocTagInfo> tags {}; in TEST_F() local
70 std::vector<DocTagInfo> tags {}; in TEST_F() local
100 std::vector<DocTagInfo> tags {}; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/bindings/test/expected/
DgetSuggestionDiagnostics.json17 "tags": [], array
39 "tags": [], array
61 "tags": [], array
83 "tags": [], array
105 "tags": [], array
127 "tags": [], array
149 "tags": [], array
171 "tags": [], array
193 "tags": [], array
215 "tags": [], array
[all …]
DgetSyntacticDiagnostics.json20 "tags": [], array
42 "tags": [], array
64 "tags": [], array
86 "tags": [], array
108 "tags": [], array
130 "tags": [], array
152 "tags": [], array
174 "tags": [], array
196 "tags": [], array
218 "tags": [], array
[all …]
DgetSemanticDiagnostics.json20 "tags": [], array
42 "tags": [], array
64 "tags": [], array
/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/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/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/plugins/ets/stdlib/native/core/
DIntlLanguageTag.h40 …explicit LanguageTagListIterator(const std::vector<std::string> &tags) : tags_(tags), it_(tags.cbe… in LanguageTagListIterator()
DIntlLocaleMatch.cpp223 auto tags = ToStringList(env, locales); in StdCoreIntlBestFitLocale() local
294 auto tags = ToStringList(env, locales); in StdCoreIntlBestFitLocales() local
376 auto tags = ToStringList(env, locales); in StdCoreIntlLookupLocales() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py89 tags: List[str] = field(default_factory=list) variable in BenchFunc
102 tags: List[str] = field(default_factory=list) variable in BenchClass
336 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/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_metadata.py79 tags: Tags = field(default_factory=Tags) variable in TestMetadata
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json172 "tags": { object
207 "tags": { object
261 "tags": { object
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp560 auto tags = std::vector<DiagnosticTag>(); in CreateDiagnosticForError() local
572 auto tags = std::vector<DiagnosticTag>(); in CreateDiagnosticWithoutFile() 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.cpp315 const auto &tags = annotation_item->GetTags(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h2002 AnnotationItem(BaseClassItem *cls, std::vector<Elem> elements, std::vector<Tag> tags) in AnnotationItem()
2047 void SetTags(std::vector<Tag> &&tags) in SetTags()
Dfile_item_container.cpp339 const auto &tags = annotationItem->GetTags(); in DeduplicateAnnotationValue() local

12