/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi_decl_sm30.c | 35 * Translate TGSI semantic info into SVGA3d semantic info. 40 struct tgsi_declaration_semantic semantic, 44 switch (semantic.Name) { 46 *idx = semantic.Index; 50 *idx = semantic.Index; 54 *idx = semantic.Index + 2; /* sharing with COLOR */ 59 assert(semantic.Index == 0); 63 *idx = semantic.Index; 68 semantic.Index) [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_decl_sm30.c | 35 * Translate TGSI semantic info into SVGA3d semantic info. 40 struct tgsi_declaration_semantic semantic, 44 switch (semantic.Name) { 46 *idx = semantic.Index; 50 *idx = semantic.Index; 54 *idx = semantic.Index + 2; /* sharing with COLOR */ 59 assert(semantic.Index == 0); 63 *idx = semantic.Index; 68 semantic.Index) [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...] |
/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 33 /// \brief Initialize the semantic consumer with the Sema instance 34 /// being used to perform semantic analysis on the abstract syntax 38 /// \brief Inform the semantic consumer that Sema is no longer available.
|
/external/clang/test/Misc/ |
serialized-diags.m | 20 // CHECK: {{.*[/\\]}}serialized-diags.m:8:4: error: use of undeclared identifier '_self'; did you mean 'self'? [] [Semantic Issue] 26 // CHECK: {{.*[/\\]}}serialized-diags.m:1:12: warning: class 'Foo' defined without specifying a base class [-Wobjc-root-class] [Semantic Issue] 28 // CHECK: +-{{.*[/\\]}}serialized-diags.m:1:15: note: add a super class to fix this problem [] [Semantic Issue]
|
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
p5-0x.cpp | 3 // Test parsing + semantic analysis 28 // Test parser and semantic recovery.
|
/external/bison/src/ |
symtab.h | 189 | Semantic types. | 192 /** A semantic type and its associated \c \%destructor and \c \%printer. 197 /** The key, name of the semantic type. */ 200 /** Any \c %destructor declared for this semantic type. */ 202 /** Any \c %printer declared for this semantic type. */ 206 /** Fetch (or create) the semantic type associated to KEY. */ 209 /** Fetch (or create) the semantic type associated to KEY. */ 221 | Symbol and semantic type tables. | 224 /** Create the symbol and semantic type tables. */ 227 /** Free all the memory allocated for symbols and semantic types. * [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 167 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION) 172 unsigned semName = fulldecl->Semantic.Name; 180 fulldecl->Semantic.Name; 183 if (fulldecl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { 186 else if (fulldecl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) { 191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 196 fulldecl->Semantic.Name == TGSI_SEMANTIC_CLIPDIST) [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 167 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION) 172 unsigned semName = fulldecl->Semantic.Name; 180 fulldecl->Semantic.Name; 183 if (fulldecl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { 186 else if (fulldecl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) { 191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 196 fulldecl->Semantic.Name == TGSI_SEMANTIC_CLIPDIST) [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
ClusterManager.java | 45 // Consoliate location clusters (and check for new semantic clusters) 49 // A location cluster can be labeled as a semantic cluster if it has been 196 // assign each candidate to a semantic cluster and check if new semantic 205 // find the closest semantic cluster 210 Log.v(TAG, distance + "distance to semantic cluster: " + 219 // if candidate doesn't belong to any semantic cluster, create a new 220 // semantic cluster 228 Log.v(TAG, mSemanticClusters.size() + " semantic clusters after consolidate"); 238 // TODO: apply forgetting factor on existing semantic cluster stats [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAConfiguration.java | 32 /** An NFA state, predicted alt, and syntactic/semantic context. 34 * chain used to arrive at the state. The semantic context is 35 * the unordered set semantic predicates encountered before reaching 48 /** The set of semantic predicates associated with this NFA 67 /** This bit is used to indicate a semantic predicate will be 102 * syntactic/semantic contexts are the same. I don't think 104 * semantic contexts, but might as well define equals to be
|
PredicateLabel.java | 34 /** A tree of semantic predicates from the grammar AST if label==SEMPRED. 41 /** Make a semantic predicate label */ 47 /** Make a semantic predicates label */
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ActionBarCompat-BasicSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/res/values-sw600dp/ |
template-dimens.xml | 19 <!-- Semantic definitions -->
|