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

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/Serialization/
Makefile 10 # This implements the semantic analyzer and AST builder library for the
  /external/collada/src/1.4/dom/
domInstance_material.cpp 136 // Add attribute: semantic
139 ma->setName( "semantic" );
187 // Add attribute: semantic
190 ma->setName( "semantic" );
domFx_newparam_common.cpp 49 mea->setName( "semantic" );
103 meta->setName( "semantic" );
domGles_newparam.cpp 49 mea->setName( "semantic" );
103 meta->setName( "semantic" );
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 75 * Any special symbols that are set prior to semantic processing and read by the semantic processor
142 * Store a "special" key value pair. These are special symbols that are set prior to semantic
143 * processing and are ONLY read by the semantic processor during processing.
SR_SemanticResultImpl.h 40 * Semantic [key, value] pairs.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IPackageVersion.java 24 * Note that {@link IPlatformDependency} is a similar interface, but with a different semantic.
IPlatformDependency.java 29 * the same semantic, that is {@link IPackageVersion} does <em>not</em> imply any dependency being
  /external/clang/www/
performance-2008-10-31.html 56 but without semantic analysis or any output. gcc and llvm-gcc have
58 <li><tt>-fsyntax-only</tt>: This option runs the parser with semantic
77 to perform semantic analysis (and parsing, in the case of gcc and llvm-gcc).</p>
102 preprocessing and semantic analysis; over 90% faster on
122 generation time but the improved parsing & semantic analysis
  /external/srec/doc/logs/uapi/
run_robustness1.log 31 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:24
50 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:25
69 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:27
88 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:18
107 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:15
126 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:16
145 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:16
164 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:16
183 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:16
202 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:1
    [all...]
run_robustness2.log 34 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup Andy Wyatt score:67
60 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:lookup Dennis Velasco score:76
86 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:83
112 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup Andy Wyatt score:79
138 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:lookup Dennis Velasco score:88
164 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:80
190 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup Andy Wyatt score:81
216 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:lookup Dennis Velasco score:85
242 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup Jen Parker score:90
268 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup Andy Wyatt score:8
    [all...]
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 1 //===- CXXFieldCollector.h - Utility class for C++ class semantic analysis ===//
10 // This file provides CXXFieldCollector that is used during parsing & semantic
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 10 * symbols are used contain to any attributes used by semantic action (this
  /external/antlr/src/org/antlr/runtime/
FailedPredicateException.java 30 /** A semantic predicate failed during validation. Validation of predicates
  /external/collada/include/1.4/dom/
domGles_texture_unit.h 155 * Gets the semantic attribute.
156 * @return Returns a xsNCName of the semantic attribute.
160 * Sets the semantic attribute.
161 * @param atSemantic The new value for the semantic attribute.
domGlsl_newparam.h 32 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SEMANTIC; }
188 * Gets the semantic element.
189 * @return a daeSmartRef to the semantic element.
  /external/llvm/utils/TableGen/
EDEmitter.h 11 // instruction in a format that the semantic disassembler can use to tokenize
  /external/clang/lib/Sema/
TreeTransform.h 1 //===------- TreeTransform.h - Semantic Tree Transformation -----*- C++ -*-===//
9 // This file implements a semantic tree transformation that takes a given
41 /// \brief A semantic tree transformation that allows one to transform one
59 /// Semantic tree transformations are split into two stages, either of which
82 /// By default, \c TreeTransform will invoke semantic analysis to rebuild
129 /// \brief Retrieves a reference to the semantic analysis object used for
549 /// By default, performs semantic analysis when building the pointer type.
555 /// By default, performs semantic analysis when building the block pointer
561 /// By default, performs semantic analysis when building the
574 /// By default, performs semantic analysis when building the member pointe
    [all...]
  /external/bison/doc/
bison.info 84 * Semantic Values:: Each token or syntactic grouping can have
85 a semantic value (the value of an integer,
87 * Semantic Actions:: Each rule can have an action containing C code.
99 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
111 It uses multiple data-types for semantic values.
148 * Semantics:: Semantic values and actions.
162 * Value Type:: Specifying one data type for all semantic values.
164 * Actions:: An action is the semantic definition of a grammar rule.
181 * Union Decl:: Declaring the set of all semantic value types
    [all...]
bison.texinfo 122 * Semantic Values:: Each token or syntactic grouping can have
123 a semantic value (the value of an integer,
125 * Semantic Actions:: Each rule can have an action containing C code.
137 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
149 It uses multiple data-types for semantic values.
186 * Semantics:: Semantic values and actions.
200 * Value Type:: Specifying one data type for all semantic values.
202 * Actions:: An action is the semantic definition of a grammar rule.
219 * Union Decl:: Declaring the set of all semantic value types
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 33 /// NumericLiteralParser - This performs strict semantic analysis of the content
122 /// CharLiteralParser - Perform interpretation and semantic analysis of a
184 /// If the Diagnostics pointer is non-null, then this will do semantic
  /external/bison/data/
glr.cc 290 /// Symbol semantic values.
345 /// \param yyvaluep Its semantic value.
352 /// \param yyvaluep Its semantic value.
364 /// \param yyvaluep Its semantic value.
  /external/bison/src/
files.h 51 /* If semantic parser, output a .h file that defines YYSTYPE... */
  /external/clang/lib/AST/
CXXABI.h 25 /// Implements C++ ABI-specific semantic analysis functions.
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing

Completed in 994 milliseconds

12 3 4 5 6 7 8 91011>>