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

1 2 3 4 5 6 7 8 91011>>

  /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/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]
24 // CHECK: +-(null):0:0: note: 'self' is an implicit parameter [] [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]
serialized-diags-stable.c 8 // CHECK: serialized-diags-stable.c:[[@LINE+2]]:1: warning: control reaches end of non-void function [-Wreturn-type] [Semantic Issue]
12 // CHECK: serialized-diags-stable.c:[[@LINE+5]]:13: error: redefinition of 'bar' as different kind of symbol [] [Semantic Issue]
  /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/v8/src/
machine-type.h 47 MachineType(MachineRepresentation representation, MachineSemantic semantic)
48 : representation_(representation), semantic_(semantic) {}
52 semantic() == other.semantic();
59 MachineSemantic semantic() const { return semantic_; } function in class:v8::internal::MachineType
62 return semantic() == MachineSemantic::kInt32 ||
63 semantic() == MachineSemantic::kInt64;
66 return semantic() == MachineSemantic::kUint32 ||
67 semantic() == MachineSemantic::kUint64;
171 static_cast<size_t>(type.semantic()) * 16
    [all...]
machine-type.cc 67 return os << type.semantic();
68 } else if (type.semantic() == MachineSemantic::kNone) {
71 return os << type.representation() << "|" << type.semantic();
  /external/vixl/doc/topics/
ycm.md 9 preferably with semantic completion for C-family languages.
  /external/autotest/client/tests/sparse/
control 8 Sparse is a semantic parser of source files: it's neither a compiler
15 create a semantic parse tree for some arbitrary user for further
  /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/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/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/res/values-sw600dp/
template-dimens.xml 19 <!-- Semantic definitions -->

Completed in 1418 milliseconds

1 2 3 4 5 6 7 8 91011>>