/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/ |
nasmpp-nested.asm | 2 %ASSIGN %%count1 4 9 %ASSIGN %%count1 4 18 %ASSIGN %%count1 4 19 %ASSIGN %%count2 4
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRTreePrinter.g | 191 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue ) 215 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ ) 224 | ^( ASSIGN TOKEN_REF (STRING_LITERAL|CHAR_LITERAL) ) 243 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 264 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 382 | ^(ASSIGN id=ID {out($id.text+"=");} element)
|
LeftRecursiveRuleWalker.g | 75 "assign.types: " + ex.toString(), 93 : ^(ASSIGN ID optionValue) 201 : ^(ASSIGN ID recurseNoLabel) 216 : ^(ASSIGN ID s=token {$t = $s.t;}) 248 | ^(ASSIGN ID element)
|
AssignTokenTypesWalker.g | 73 * 4. Walks token names table and assign types to any unassigned 74 * 5. Walks aliases and assign types to referenced literals 124 "assign.types: " + ex.toString(), 231 : ^( ASSIGN ID optionValue ) 269 ( ^(ASSIGN ID ID) 281 | ^( ASSIGN 365 | ^(ASSIGN ID element)
|
ANTLR.g | 39 * assign.types.g 503 : id ASSIGN^ optionValue 528 : lab=id ASSIGN^ g=id {grammar.importGrammar($g.tree, $lab.text);} 539 : TOKEN_REF ( ASSIGN^ (STRING_LITERAL|CHAR_LITERAL) )? SEMI! 722 : ( ( id (ASSIGN^|PLUS_ASSIGN^) (atom|block) 768 : id (ASSIGN^|PLUS_ASSIGN^) (atom|block) 838 : id ASSIGN^ 1038 : id a=ASSIGN ACTION 1112 ASSIGN : '=' ;
|
DefineGrammarItemsWalker.g | 185 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ ) 194 | ^( ASSIGN 392 | ^( ASSIGN id=ID el=element)
|
/external/llvm/lib/Support/ |
regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates)
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regexec.c | 62 #define ASSIGN(d, s) ((d) = (s)) 88 #undef ASSIGN 109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates)
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ |
RequiredThisAnnotationCheck.java | 71 if (AstUtil.hasParentOfType(functionNode, Token.ASSIGN)) { 87 if (AstUtil.hasParentOfType(functionNode, Token.ASSIGN)) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 111 : fpdef (ASSIGN test)? 146 | (ASSIGN testlist)+ 377 argument : test (ASSIGN test)? 420 ASSIGN : '=' ;
|
/external/eigen/blas/ |
drotmg.f | 144 ASSIGN 120 TO IGO 156 ASSIGN 150 TO IGO 169 ASSIGN 180 TO IGO 180 ASSIGN 210 TO IGO
|
srotmg.f | 146 ASSIGN 120 TO IGO 158 ASSIGN 150 TO IGO 171 ASSIGN 180 TO IGO 182 ASSIGN 210 TO IGO
|
/external/bison/examples/calc++/ |
calc++-parser.hh | 99 ASSIGN = 258,
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regexec.c | 115 #define ASSIGN(d, s) ((d) = (s)) 141 #undef ASSIGN 162 #define ASSIGN(d, s) memcpy(d, s, (size_t)m->g->nstates)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 335 ASSIGN; 348 -> ^(ASSIGN ID expr) 380 | ^(ASSIGN ID expr)
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 82 { ASSIGN, "assign", " = " }, 83 { ADDEQ, "assign", " += " }, 84 { SUBEQ, "assign", " -= " }, 85 { MULTEQ, "assign", " *= " }, 86 { DIVEQ, "assign", " /= " }, 87 { MODEQ, "assign", " %= " }, 88 { POWEQ, "assign", " ^= " },
|
/external/clang/test/Sema/ |
uninit-variables.c | 433 #define ASSIGN(T, x, y) T y = x; 438 ASSIGN(int, c, d); // expected-warning {{variable 'c' is uninitialized when used here}}
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tests.pas | 19 + 'prog : WHILE ID LCURLY (assign)* RCURLY EOF;' + NL 20 + 'assign : ID ASSIGN expr SEMI ;' + NL
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 285 ASSIGN : '=';
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSanity.java | 280 case ANTLRParser.ASSIGN : // labels ok on non-rule refs
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptFormatter.js | 217 if (this._peek() === FormatterWorker.JavaScriptTokens.ASSIGN) { 219 this._consume(FormatterWorker.JavaScriptTokens.ASSIGN); 448 if (FormatterWorker.JavaScriptTokens.ASSIGN <= token && token <= FormatterWorker.JavaScriptTokens.ASSIGN_MOD) { [all...] |
/external/chromium_org/v8/src/ |
rewriter.cc | 81 Token::ASSIGN, result_proxy, value, RelocInfo::kNoPosition);
|
token.h | 77 T(ASSIGN, "=", 2) \
|
/external/v8/src/ |
rewriter.cc | 79 Token::ASSIGN, result_proxy, value, RelocInfo::kNoPosition);
|
token.h | 77 T(ASSIGN, "=", 2) \
|