OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:semantic
(Results
251 - 275
of
836
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/iptables/iptables/
iptables-xml.1
44
format; the only
semantic
considerations are for \-g and \-j targets in
/external/mesa3d/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/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h
152
struct sh_semantic
semantic
;
member in union:sh_dcl::__anon23435
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/smack/src/com/kenai/jbosh/
StaticBody.java
32
* This class does only minimal syntactic and
semantic
checking with respect
/external/srec/doc/logs/uapi/
run_contacts.log
30
android.speech.recognition.test.contacts.CLRecognizer:result 1
semantic
: Jen Parker literal:lookup Jen Parker score:24
/external/srec/srec/Recognizer/include/
SR_RecognizerResultImpl.h
66
* The second ArrayList denotes the collection of
semantic
results per nbest list entry.
SR_RecognizerResult.h
87
* Returns copy of
semantic
value.
161
* Returns copy of
semantic
value.
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java
72
// The file path must be in the
semantic
form [number]/path/to/file...
/frameworks/volley/src/com/android/volley/toolbox/
HttpHeaderParser.java
89
// Default
semantic
for Expire header in HTTP specification is softExpire.
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadKeyButton.java
121
*
semantic
meaning of performClick(). Required for Braille support.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
errors.py
39
"""Syntactic/
semantic
errors in command options, such as use of
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
errors.py
39
"""Syntactic/
semantic
errors in command options, such as use of
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java
45
* However it is a
semantic
error to use an empty name -- no assertion is done though.
/external/antlr/antlr-3.4/runtime/Ruby/
History.txt
61
NoMethodError to raise instead of FailedPredicate when
semantic
109
a
semantic
predicate was encountered as the template code did not
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java
58
* is also the
semantic
context, which is the "set" of predicates found
150
* Two configurations identical including
semantic
context are
205
* an NFA state/alt/syntactic&
semantic
context (chain of invoking state(s)
206
* and
semantic
predicate contexts).
209
* state|alt|synCtx and different
semantic
contexts because the
210
*
semantic
contexts are computed along the path to a particular state
214
* implies
semantic
context as the latter is computed according to the
422
* this to the work list and then have
semantic
predicate edges
SemanticContext.java
39
/** A binary tree structure used to record the
semantic
context in which
60
/** Create a default value for the
semantic
context shared among all
61
* NFAConfigurations that do not have an actual
semantic
context.
67
/** Given a
semantic
context expression tree, return a tree with all
73
/** Generate an expression that will evaluate the
semantic
context,
100
/** syntactic predicates are converted to
semantic
predicates
/external/bison/examples/calc++/
calc++-parser.cc
348
///
Semantic
value of the lookahead.
563
/* User
semantic
actions sometimes alter yychar, and that requires
566
One alternative is translating here after every
semantic
action,
567
but that translation would be missed if the
semantic
action
598
user
semantic
actions for why this is necessary. */
713
at user
semantic
actions for why this is necessary. */
742
comments at user
semantic
actions for why this is
786
non-default action, or user
semantic
action that manipulated
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecific.h
32
* native API. There is subtle
semantic
discrepancy for the cleanup function
38
* This
semantic
discrepancy does not impose any problem because nowhere in
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c
158
decl->
Semantic
.Name == TGSI_SEMANTIC_COLOR &&
159
decl->
Semantic
.Index == 0) {
172
if (decl->
Semantic
.Name == TGSI_SEMANTIC_GENERIC &&
173
(int) decl->
Semantic
.Index > aactx->maxGeneric) {
174
aactx->maxGeneric = decl->
Semantic
.Index;
241
decl.Declaration.
Semantic
= 1;
242
decl.
Semantic
.Name = TGSI_SEMANTIC_GENERIC;
243
decl.
Semantic
.Index = aactx->maxGeneric + 1;
draw_pipe_aapoint.c
139
decl->
Semantic
.Name == TGSI_SEMANTIC_COLOR &&
140
decl->
Semantic
.Index == 0) {
146
if (decl->
Semantic
.Name == TGSI_SEMANTIC_GENERIC &&
147
(int) decl->
Semantic
.Index > aactx->maxGeneric) {
148
aactx->maxGeneric = decl->
Semantic
.Index;
205
decl.Declaration.
Semantic
= 1;
206
decl.
Semantic
.Name = TGSI_SEMANTIC_GENERIC;
207
decl.
Semantic
.Index = aactx->maxGeneric + 1;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.c
120
if( decl->Declaration.
Semantic
) {
121
next_token( ctx, &decl->
Semantic
);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c
158
decl->
Semantic
.Name == TGSI_SEMANTIC_COLOR &&
159
decl->
Semantic
.Index == 0) {
172
if (decl->
Semantic
.Name == TGSI_SEMANTIC_GENERIC &&
173
(int) decl->
Semantic
.Index > aactx->maxGeneric) {
174
aactx->maxGeneric = decl->
Semantic
.Index;
241
decl.Declaration.
Semantic
= 1;
242
decl.
Semantic
.Name = TGSI_SEMANTIC_GENERIC;
243
decl.
Semantic
.Index = aactx->maxGeneric + 1;
draw_pipe_aapoint.c
139
decl->
Semantic
.Name == TGSI_SEMANTIC_COLOR &&
140
decl->
Semantic
.Index == 0) {
146
if (decl->
Semantic
.Name == TGSI_SEMANTIC_GENERIC &&
147
(int) decl->
Semantic
.Index > aactx->maxGeneric) {
148
aactx->maxGeneric = decl->
Semantic
.Index;
205
decl.Declaration.
Semantic
= 1;
206
decl.
Semantic
.Name = TGSI_SEMANTIC_GENERIC;
207
decl.
Semantic
.Index = aactx->maxGeneric + 1;
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c
120
if( decl->Declaration.
Semantic
) {
121
next_token( ctx, &decl->
Semantic
);
Completed in 400 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>