HomeSort by relevance Sort by last modified time
    Searched refs:semantic (Results 1 - 23 of 23) sorted by null

  /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...]
CommandRecognizerEngine.java 338 // the "semantic" string, which is easy to overflow. So now,
341 // for literal and semantic.
960 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
    [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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader.h 152 struct sh_semantic semantic; member in union:sh_dcl::__anon14859
svga_shader_dump.c 587 dump_semantic(dcl.u.semantic.usage,
588 dcl.u.semantic.usage_index);
593 dump_semantic(dcl.u.semantic.usage,
594 dcl.u.semantic.usage_index);
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 152 struct sh_semantic semantic; member in union:sh_dcl::__anon25203
svga_shader_dump.c 587 dump_semantic(dcl.u.semantic.usage,
588 dcl.u.semantic.usage_index);
593 dump_semantic(dcl.u.semantic.usage,
594 dcl.u.semantic.usage_index);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_draw.c 300 uint semantic = vp->info.output_semantic_name[i]; local
302 if (vroute_add(r, attrib, semantic, &index)) {
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 300 uint semantic = vp->info.output_semantic_name[i]; local
302 if (vroute_add(r, attrib, semantic, &index)) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 5 * Any state that has a semantic predicate edge is special; those states
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 109 declaration.Semantic = 0;
123 unsigned semantic,
138 declaration.Semantic = semantic;
337 full_declaration.Semantic = tgsi_default_declaration_semantic();
367 full_decl->Declaration.Semantic,
413 if( full_decl->Declaration.Semantic ) {
422 full_decl->Semantic.Name,
423 full_decl->Semantic.Index,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 109 declaration.Semantic = 0;
123 unsigned semantic,
138 declaration.Semantic = semantic;
337 full_declaration.Semantic = tgsi_default_declaration_semantic();
367 full_decl->Declaration.Semantic,
413 if( full_decl->Declaration.Semantic ) {
422 full_decl->Semantic.Name,
423 full_decl->Semantic.Index,
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 3203 const Expr *semantic = *i; local
    [all...]
CGObjC.cpp 2504 const Expr *semantic = *i; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 197 unsigned semantic,
203 if (info->output_semantic_name[i] == semantic &&
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 1 //===--- SemaPseudoObject.cpp - Semantic Analysis for Pseudo-Objects ------===//
10 // This file implements semantic analysis for expressions involving
206 /// Add a normal semantic expression.
207 void addSemanticExpr(Expr *semantic) {
208 Semantics.push_back(semantic);
211 /// Add the 'result' semantic expression.
360 // and set the new semantic
367 // Otherwise, it must already be one of our semantic expressions;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 197 unsigned semantic,
203 if (info->output_semantic_name[i] == semantic &&
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
    [all...]
  /external/libvorbis/doc/
08-residue.tex 12 hybrids as mixed by channel coupling. The exact semantic content of
01-introduction.tex 315 specification, it need not be a literal semantic implementation.
  /external/clang/include/clang/AST/
Expr.h 723 /// by semantic analysis for function calls, object constructions, etc. in
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 451 milliseconds