/external/srec/srec/Grammar/include/ |
SR_GrammarImpl.h | 83 * Semantic Graph 88 * Semantic Processor
|
/external/stlport/etc/ |
ReleaseNote.txt | 105 * Move semantic: vector or deque of any other STL containers are using 106 move semantic when resized or modified rather than copy.
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 110 * @param domain Name of the file's semantic domain to which the 'path' argument is a 112 * @param path Relative path of the file within its semantic domain.
|
/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 80 * follows all of the applicable syntactic and semantic rules for service 117 * follows all of the applicable syntactic and semantic rules for service
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 277 if (decl->Declaration.Semantic) { 279 ENM( decl->Semantic.Name, tgsi_semantic_names ); 280 if (decl->Semantic.Index != 0 || 281 decl->Semantic.Name == TGSI_SEMANTIC_GENERIC) { 283 UID( decl->Semantic.Index );
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 277 if (decl->Declaration.Semantic) { 279 ENM( decl->Semantic.Name, tgsi_semantic_names ); 280 if (decl->Semantic.Index != 0 || 281 decl->Semantic.Name == TGSI_SEMANTIC_GENERIC) { 283 UID( decl->Semantic.Index );
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_program.c | 195 * and TGSI generic input indexes, plus input attrib semantic info. 347 NULL, /* input semantic name */ 348 NULL, /* input semantic index */ 366 NULL, /* input semantic name */ 367 NULL, /* input semantic index */ 584 * semantic name and the mesa FRAG_ATTRIB_ number as the 593 * There is no requirement that semantic indexes start at 595 * should be building tables based on semantic index. 919 * mapping and the semantic information for each output. 972 /* use default semantic info * [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_program.c | 195 * and TGSI generic input indexes, plus input attrib semantic info. 347 NULL, /* input semantic name */ 348 NULL, /* input semantic index */ 366 NULL, /* input semantic name */ 367 NULL, /* input semantic index */ 584 * semantic name and the mesa FRAG_ATTRIB_ number as the 593 * There is no requirement that semantic indexes start at 595 * should be building tables based on semantic index. 919 * mapping and the semantic information for each output. 972 /* use default semantic info * [all...] |
/external/clang/docs/ |
InternalsManual.rst | 581 tokens represent semantic information and are produced by the parser, replacing 629 don't contain any semantic information about the lexed value. For example, if 646 semantic information found by the parser. For example, if "``foo``" is found 651 reparse does not need to redo semantic analysis to determine whether a token [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 824 switch (fdec->Semantic.Name) { 835 if (fdec->Semantic.Index == 0) { 838 if (fdec->Semantic.Index == 1) { 841 NOUVEAU_ERR("bad colour semantic index\n"); 846 if (fdec->Semantic.Index == 0) { 849 if (fdec->Semantic.Index == 1) { 852 NOUVEAU_ERR("bad bcolour semantic index\n"); 864 if (vpc->vp->texcoord[i] == fdec->Semantic.Index) { 880 NOUVEAU_ERR("bad output semantic\n"); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 824 switch (fdec->Semantic.Name) { 835 if (fdec->Semantic.Index == 0) { 838 if (fdec->Semantic.Index == 1) { 841 NOUVEAU_ERR("bad colour semantic index\n"); 846 if (fdec->Semantic.Index == 0) { 849 if (fdec->Semantic.Index == 1) { 852 NOUVEAU_ERR("bad bcolour semantic index\n"); 864 if (vpc->vp->texcoord[i] == fdec->Semantic.Index) { 880 NOUVEAU_ERR("bad output semantic\n"); [all...] |
/external/bison/data/ |
glr.cc | 255 /// Symbol semantic values. 312 /// \param yyvaluep Its semantic value. 319 /// \param yyvaluep Its semantic value.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
FailedPredicateException.cs | 40 * A semantic predicate failed during validation. Validation of predicates
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
FailedPredicateException.cs | 41 * A semantic predicate failed during validation. Validation of predicates
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.h | 80 /** Demonstrates how semantic predicates get hoisted out of the rule in
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Transition.java | 32 * that the label is actually a set of labels or a semantic predicate.
|
/external/chromium_org/printing/backend/ |
print_backend.h | 80 // Gets the semantic capabilities and defaults for a specific printer.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_pstipple.c | 213 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) 302 decl.Declaration.Semantic = 1; 303 decl.Semantic.Name = TGSI_SEMANTIC_POSITION; 304 decl.Semantic.Index = 0;
|
/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::__anon12968
|
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/v8/src/ |
hydrogen-canonicalize.cc | 36 // Before removing no-op instructions, save their semantic value.
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 37 /// external AST sources that also provide information for semantic 202 /// \brief Initialize the semantic source with the Sema instance 203 /// being used to perform semantic analysis on the abstract syntax 207 /// \brief Inform the semantic consumer that Sema is no longer available.
|
/external/clang/lib/Frontend/ |
ASTConsumers.cpp | 295 // Check the semantic DeclContext. 325 // Check the semantic DC. 341 // Check the semantic DC. 357 // Check the semantic DC.
|
/external/clang/test/SemaTemplate/ |
temp_explicit.cpp | 35 // determine whether this happens by placing semantic errors in the
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
ClusterException.java | 57 * <p>See semantic details at {@link #create(Collection)}.
|