Home
last modified time | relevance | path

Searched defs:alternatives (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognitionResult.cpp36 …nitionResult::create(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final) in create()
49 …echRecognitionResult(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final) in SpeechRecognitionResult()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSpeechRecognitionResult.cpp45 Vector<RefPtr<WebCore::SpeechRecognitionAlternative> > alternatives(transcripts.size()); in assign() local
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Dmake_token_matcher.py62 def score(self, alternatives): argument
119 def write_selection(self, expression, alternatives, literal, response): argument
/external/icu4c/i18n/
Didentifier_info.cpp284 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer); in containsWithAlternates() local
/external/v8/src/
Dast.cc746 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local
756 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local
951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction()
Djsregexp.h1060 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives() function
Djsregexp.cc3724 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in ToNode() local
5149 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); in BuildTable() local
Dast.h2234 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } in alternatives() function
/external/chromium_org/v8/src/
Dast.cc876 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local
886 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local
1083 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction()
Djsregexp.h1078 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives() function
Djsregexp.cc4804 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in ToNode() local
5890 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); in BuildTable() local
Dast.h2493 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } in alternatives() function