HomeSort by relevance Sort by last modified time
    Searched full:semantic (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 61 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
71 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING); local
72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
76 if (("H".equalsIgnoreCase(semantic)) ||
77 ("M".equalsIgnoreCase(semantic)) ||
78 ("W".equalsIgnoreCase(semantic)) ||
79 ("O".equalsIgnoreCase(semantic)) ||
80 ("R".equalsIgnoreCase(semantic)) ||
81 ("X".equalsIgnoreCase(semantic))) {
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemanticProcessor.h 36 * Wrapper for the eScript Semantic Processor Implementation.
41 * Parse a graph with the processor provided as argument. Store semantic results in the objects pointed to by each
49 * Parse a graph with the processor provided as argument. Store semantic results in the objects pointed to by each
57 * Frees the memory used by the Semantic Processor.
64 * Set a param to be read by Semantic Processor during processing.
73 * Flush the internals of the semantic processor
84 * Create a new Semantic Processor.
90 * Create a new Semantic Processor.
96 * Set a param to be read by Semantic Processor during processing.
104 * Flush the internals of the Semantic Processo
    [all...]
SR_SemanticGraph.h 33 * A Semantic Graph is a data structure representing acceptable phrases and their associated
36 * which allow for semantic interpretation. For example, certain output symbols are actually
38 * These expressions are interpreted by a Semantic Processor in order to determine meaning, such as
39 * spoken input symbol: "one", expression: "DIGIT.V='1'", semantic interpretation: "1".
42 * semantic interpretation (eScript).
47 * Destroys a semantic graph.
53 * Loads a semantic graph from disk.
64 * Unloads a semantic graph.
72 * Saves the semantic graph as a binary image.
81 * Adds a word to the semantic graph at the specified slot. Tag may be defined or NULL
    [all...]
SR_SemanticResult.h 29 * Semantic result.
51 * Returns copy of semantic value.
61 * Destroys a semantic result.
71 * Create a new semantic result.
105 * Destroys a semantic result.
  /external/collada/include/1.4/dom/
domInputGlobal.h 26 * The semantic attribute is the user-defined meaning of the input connection.
39 * Gets the semantic attribute.
40 * @return Returns a xsNMTOKEN of the semantic attribute.
44 * Sets the semantic attribute.
45 * @param atSemantic The new value for the semantic attribute.
97 * Gets the semantic attribute.
98 * @return Returns a xsNMTOKEN of the semantic attribute.
102 * Sets the semantic attribute.
103 * @param atSemantic The new value for the semantic attribute.
domInputLocal.h 26 * The semantic attribute is the user-defined meaning of the input connection.
39 * Gets the semantic attribute.
40 * @return Returns a xsNMTOKEN of the semantic attribute.
44 * Sets the semantic attribute.
45 * @param atSemantic The new value for the semantic attribute.
97 * Gets the semantic attribute.
98 * @return Returns a xsNMTOKEN of the semantic attribute.
102 * Sets the semantic attribute.
103 * @param atSemantic The new value for the semantic attribute.
domInputLocalOffset.h 33 * The semantic attribute is the user-defined meaning of the input connection.
62 * Gets the semantic attribute.
63 * @return Returns a xsNMTOKEN of the semantic attribute.
67 * Sets the semantic attribute.
68 * @param atSemantic The new value for the semantic attribute.
142 * Gets the semantic attribute.
143 * @return Returns a xsNMTOKEN of the semantic attribute.
147 * Sets the semantic attribute.
148 * @param atSemantic The new value for the semantic attribute.
domParam.h 40 * The semantic attribute is the user-defined meaning of the parameter. Optional
80 * Gets the semantic attribute.
81 * @return Returns a xsNMTOKEN of the semantic attribute.
85 * Sets the semantic attribute.
86 * @param atSemantic The new value for the semantic attribute.
domInstance_material.h 46 * The semantic attribute specifies which effect parameter to bind.
51 * specified semantic. This text string is a path-name following a simple
59 * Gets the semantic attribute.
60 * @return Returns a xsNCName of the semantic attribute.
64 * Sets the semantic attribute.
65 * @param atSemantic The new value for the semantic attribute.
125 * The semantic attribute specifies which effect parameter to bind.
129 * The input_semantic attribute specifies which input semantic to bind.
140 * Gets the semantic attribute.
141 * @return Returns a xsNCName of the semantic attribute
    [all...]
domCg_newparam.h 35 * The semantic element allows you to specify a semantic for this new param.
40 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SEMANTIC; }
162 * The semantic element allows you to specify a semantic for this new param.
212 * Gets the semantic element.
213 * @return a daeSmartRef to the semantic element.
domFx_newparam_common.h 33 * The semantic element allows you to specify a semantic for this new param.
38 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SEMANTIC; }
165 * The semantic element allows you to specify a semantic for this new param.
199 * Gets the semantic element.
200 * @return a daeSmartRef to the semantic element.
domGles_newparam.h 33 * The semantic element allows you to specify a semantic for this new param.
38 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SEMANTIC; }
165 * The semantic element allows you to specify a semantic for this new param.
199 * Gets the semantic element.
200 * @return a daeSmartRef to the semantic element.
  /external/srec/config/en.us/grammars/
rootslot.grxml 6 semantic meaning is 'V', and items should be added to the grammar
7 with a semantic tag such as V='45' or V='do-it-now'
  /external/clang/include/clang/Sema/
SemaConsumer.h 12 // additional semantic analysis.
24 /// clients that read ASTs and then require further semantic
32 /// \brief Initialize the semantic consumer with the Sema instance
33 /// being used to perform semantic analysis on the abstract syntax
37 /// \brief Inform the semantic consumer that Sema is no longer available.
ExternalSemaSource.h 27 /// external AST sources that also provide information for semantic
37 /// \brief Initialize the semantic source with the Sema instance
38 /// being used to perform semantic analysis on the abstract syntax
42 /// \brief Inform the semantic consumer that Sema is no longer available.
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 3 // Test parsing + semantic analysis
28 // Test parser and semantic recovery.
  /external/collada/src/1.4/dom/
domInputGlobal.cpp 39 // Add attribute: semantic
42 ma->setName( "semantic" );
domInputLocal.cpp 39 // Add attribute: semantic
42 ma->setName( "semantic" );
domInputLocalOffset.cpp 51 // Add attribute: semantic
54 ma->setName( "semantic" );
domParam.cpp 70 // Add attribute: semantic
73 ma->setName( "semantic" );
  /external/clang/lib/Sema/
TargetAttributesSema.h 1 //===--- TargetAttributesSema.h - Semantic Analysis For Target Attributes -===//
Makefile 10 # This implements the semantic analyzer and AST builder library for the
  /external/clang/test/CXX/temp/temp.param/
p2.cpp 3 // There is no semantic difference between class and typename in a
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 114 * Currently we only support one semantic result per nbestlist entry,
136 * Currently we only support one semantic result per nbestlist entry,
161 /* Get the number of semantic results for the entry */
166 /* Choose semantic result */
201 /* Choose semantic result */
210 /* Separate semantic results with '#' token */
230 /* each nbest list entry has an ArrayList of Semantic Results... need to destroy them too */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_tags.h 36 /* Semantic modification for table operations flags */
41 #define ADD_RESERVED (1<<11) /* Spare ADD semantic */
42 #define REM_RESERVED (1<<12) /* Spare REM semantic */

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>