HomeSort by relevance Sort by last modified time
    Searched full:grammar (Results 26 - 50 of 320) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/srec/config/en.us/grammars/
homonym_test3.grxml 3 Test grammar, two slots, one sequential with the other
5 <grammar xml:lang="en-us" version="1.0" root="ROOT">
134 </grammar>
homonym_test4.grxml 3 Test grammar, two slots in parallel with each other
5 <grammar xml:lang="en-us" version="1.0" root="ROOT">
136 </grammar>
run_clean_grammars.sh 1 echo "Deleting output grammar files to do a clean compilation...."
  /external/bison/src/
main.c 78 the grammar; see gram.h. */
87 /* Find useless nonterminals and productions and reduce the grammar. */
92 /* Record other info about the grammar. In files derives and
130 /* Output the detailed report on the grammar. */
reader.c 40 static symbol_list *grammar = NULL; variable
146 | Parse the input grammar into a one symbol_list structure. Each |
156 /* The (currently) last symbol of GRAMMAR. */
159 /* Append SYM to the grammar. */
168 grammar = p;
186 | Create a new rule for LHS in to the GRAMMAR. |
335 grammar = midrule;
422 symbol_list *p = grammar;
483 | Read in the grammar specification and record it in the format |
530 | Check the grammar that has just been read, and convert it to
    [all...]
  /external/srec/config/en.us/tcp/
bothtags5.tcp 15 # let's load up the voice-enrollment "grammar" and refer to it as "ve" later
16 # ROOT is the name of the rule we activate in that grammar, no other rule should work anyways
24 # (1) the we loadup the voice-enrollment grammar
27 # (4) the voicetag is also added to the primary recognition grammar
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 6 Create vocabulary object and associate with grammar:
  /external/srec/doc/logs/uapi/
run_contacts.log 11 android.speech.recognition.test.contacts.CLRecognizer:before grammar.load()
13 android.speech.recognition.test.contacts.CLRecognizer:Adding words to grammar slot
15 android.speech.recognition.test.contacts.CLRecognizer:after grammar.load()
20 Recognizing against the first grammar (dynamic add-word)
  /external/srec/srec/test/SRecTest/
Android.mk 25 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/srec/test/SRecTestAudio/
Android.mk 25 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/tools/make_cfst/
Android.mk 18 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/tools/make_g2g/
Android.mk 18 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/tools/parseStringTest/
Android.mk 18 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/tools/test_g2g/
Android.mk 19 $(ASR_ROOT_DIR)/srec/Grammar/include \
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 269 * if bit2 (OSI_LOG_LEVEL_ADDWD) is set: do dynamic grammar addword logging
347 * Groups grammar with meta-data.
352 * Grammar object.
354 SR_Grammar* grammar; member in struct:GrammarBag_t
356 * Grammar weight.
360 * Grammar ID.
426 SR_Grammar* grammar,
433 SR_Grammar* grammar,
445 SR_Grammar* grammar,
452 SR_Grammar* grammar);
    [all...]
  /external/bison/lib/
timevar.def 41 /* Time spent handling the grammar. */
42 DEFTIMEVAR (TV_REDUCE , "reducing the grammar")
  /external/webkit/WebCore/css/
makegrammar.pl 24 my $grammar = $ARGV[0];
27 system("bison -d -p cssyy " . $grammar . " -o " . $fileBase . ".tab.c");
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 12 The purpose of WBNF is to help generate a random string from a given grammar
17 Usually, the user gives LanguageGenerator the grammar description in WBNF,
20 either in the grammar description or in the WBNF parser itself.
23 The grammar of WBNF itself can be described in standard BNF,
81 To find more explain of the weight-list, please see the LIMITATION of the grammar
91 Known LIMITATION of the grammar
  /external/icu4c/test/intltest/
wbnf.h 12 The purpose of WBNF is to help generate a random string from a given grammar
17 Usually, the user gives LanguageGenerator the grammar description in WBNF,
20 either in the grammar description or in the WBNF parser itself.
23 The grammar of WBNF itself can be described in standard BNF,
81 To find more explain of the weight-list, please see the LIMITATION of the grammar
91 Known LIMITATION of the grammar
  /external/bison/tests/
reduce.at 1 # Exercising Bison Grammar Reduction. -*- Autotest -*-
19 AT_BANNER([[Grammar Reduction.]])
49 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' input.output]], 0,
104 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' input.output]], 0,
168 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' input.output]], 0,
209 # Check that the automaton is that as the for the grammar reduced by
216 # The non reduced grammar.
250 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' not-reduced.output]], 0,
262 # The reduced grammar.
324 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' input.output]], 0
    [all...]
  /external/libpcap/
Makefile.in 81 GENSRC = scanner.c grammar.c version.c
136 tokdefs.h: grammar.c
137 grammar.c: $(srcdir)/grammar.y
138 @rm -f grammar.c tokdefs.h
140 mv y.tab.c grammar.c
143 grammar.o: grammar.c
145 $(CC) $(CFLAGS) -Dyylval=pcap_lval -c grammar.c
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 53 * Associates a grammar with a Recognizer.
61 * Dissociates a grammar from a Recognizer.
93 * Grammar-specific parameters.
98 * Event Log reference set internally by regognizer during its association with this grammar
108 * Indicates if the grammar has been activated.
  /packages/apps/VoiceDialer/
AndroidManifest.xml 37 <!-- Voice Dialer clears compiled grammar file on boot -->
42 <!-- VoiceDialer clears compiled grammar if apps change -->
  /external/bison/doc/
bison.info 62 * Grammar File:: Writing Bison declarations and rules.
81 * Language and Grammar:: Languages and context-free grammars,
83 * Grammar in Bison:: How we represent grammars for Bison's sake.
93 * Grammar Layout:: Overall structure of a Bison grammar file.
117 * Rules: Rpcalc Rules. Grammar Rules for rpcalc, with explanation.
121 * Gen: Rpcalc Gen. Running Bison on the grammar file.
124 Grammar Rules for `rpcalc'
133 * Rules: Ltcalc Rules. Grammar rules for ltcalc, with explanations.
139 * Rules: Mfcalc Rules. Grammar rules for the calculator
    [all...]
bison.texinfo 99 * Grammar File:: Writing Bison declarations and rules.
119 * Language and Grammar:: Languages and context-free grammars,
121 * Grammar in Bison:: How we represent grammars for Bison's sake.
131 * Grammar Layout:: Overall structure of a Bison grammar file.
155 * Rules: Rpcalc Rules. Grammar Rules for rpcalc, with explanation.
159 * Gen: Rpcalc Gen. Running Bison on the grammar file.
162 Grammar Rules for @code{rpcalc}
171 * Rules: Ltcalc Rules. Grammar rules for ltcalc, with explanations.
177 * Rules: Mfcalc Rules. Grammar rules for the calculator
    [all...]

Completed in 1391 milliseconds

12 3 4 5 6 7 8 91011>>