Home
last modified time | relevance | path

Searched refs:annotation_name (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/native/actions/
Dutils.cc99 if (group->annotation_name() == nullptr && in FillAnnotationFromCapturingMatch()
106 if (group->annotation_name() != nullptr) { in FillAnnotationFromCapturingMatch()
107 annotation->name = group->annotation_name()->str(); in FillAnnotationFromCapturingMatch()
Dgrammar-actions_test.cc56 std::string annotation_name = ""; member
93 actions_spec->capturing_group.back()->annotation_name = in AddActionSpec()
94 annotation.annotation_name; in AddActionSpec()
96 annotation.annotation_name; in AddActionSpec()
Dregex-actions.cc34 if (group->annotation_name() != nullptr || in FillAnnotationFromMatchGroup()
Dactions_model.fbs435 annotation_name:string (shared);
Dactions-suggestions_test.cc1273 code_group->annotation_name = "code"; in TEST_F()
/external/libtextclassifier/native/utils/grammar/utils/
Drules.h162 int AddAnnotation(const std::string& annotation_name);
166 const std::string& annotation_name);
Drules.cc177 int Rules::AddAnnotation(const std::string& annotation_name) { in AddAnnotation() argument
179 annotation_nonterminals_.insert({annotation_name, nonterminals_.size()}); in AddAnnotation()
187 const std::string& annotation_name) { in BindAnnotation() argument
189 {annotation_name, AddNonterminal(nonterminal_name)}); in BindAnnotation()
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dannotations.py179 def Save(self, output_path, annotation_name=""): argument
186 self.GetOutputFileNameTemplate().format(annotation_name)),
Dsimulation.py275 annotation_name=""): argument
277 self._annotator.Save(output_path, annotation_name)
Dannotations_unittest.py151 e.Save(self._tmp_path, annotation_name="fake-annotation")