Home
last modified time | relevance | path

Searched refs:Decision (Results 1 – 25 of 138) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java154 public static class Decision { class in Grammar
419 protected Vector<Decision> indexToDecision =
420 new Vector<Decision>(INITIAL_DECISION_LIST_SIZE);
1125 Decision d = getDecision(decision); in createLL_1_LookaheadDFA()
1300 Decision d = getDecision(decision); in createLookaheadDFA()
2745 protected Decision getDecision(int decision) { in getDecision()
2750 Decision d = indexToDecision.get(index); in getDecision()
2754 public List<Decision> getDecisions() { in getDecisions()
2758 protected Decision createDecision(int decision) { in createDecision()
2763 Decision d = new Decision(); in createDecision()
[all …]
DGrammarReport2.java59 Grammar.Decision d = g.getDecision(decision); in stats()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language es-ES
Des-ES_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language es-ES
Des-ES_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language es-ES
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language fr-FR
Dfr-FR_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language fr-FR
Dfr-FR_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language fr-FR
Dfr-FR_kdt_acc.dtfmt4 ! Decision Tree Configuration <Accentuation> for language fr-FR
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language it-IT
Dit-IT_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language it-IT
Dit-IT_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language it-IT
Dit-IT_kdt_g2p.dtfmt4 ! Decision Tree Configuration <Grapheme-To-Phoneme> for language it-IT
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language de-DE
Dde-DE_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language de-DE
Dde-DE_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language de-DE
Dde-DE_kdt_acc.dtfmt4 ! Decision Tree Configuration <Accentuation> for language de-DE
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language en-US
Den-US_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language en-US
Den-US_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language en-US
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_kdt_posd.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language en-GB
Den-GB_kdt_phr.dtfmt4 ! Decision Tree Configuration <Phrasing> for language en-GB
Den-GB_kdt_posp.dtfmt4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language en-GB
Den-GB_kdt_acc.dtfmt4 ! Decision Tree Configuration <Accentuation> for language en-GB
/external/clang/lib/Format/
DFormatToken.h115 Decision(FD_Unformatted), Finalized(false) {} in FormatToken()
398 FormatDecision Decision; member

123456