OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNTAX
(Results
1 - 10
of
10
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awkgram.y
100
| error { yyclearin; bracecheck();
SYNTAX
("bailing out"); }
242
if (safe)
SYNTAX
("cmd | getline is unsafe");
245
if (safe)
SYNTAX
("cmd | getline is unsafe");
296
if (safe)
SYNTAX
("print | is unsafe");
299
if (safe)
SYNTAX
("print >> is unsafe");
302
if (safe)
SYNTAX
("print > is unsafe");
308
| error { yyclearin;
SYNTAX
("illegal statement"); }
317
BREAK st { if (!inloop)
SYNTAX
("break illegal outside of loops");
319
| CONTINUE st { if (!inloop)
SYNTAX
("continue illegal outside of loops");
330
SYNTAX
("next is illegal inside a function")
[
all
...]
lex.c
318
SYNTAX
( "unexpected end of input after $" );
327
SYNTAX
( "extra }" );
332
SYNTAX
( "extra ]" );
336
SYNTAX
( "extra )" );
373
SYNTAX
( "non-terminated string %.10s...", buf );
468
SYNTAX
( "system is unsafe" );
472
SYNTAX
( "illegal nested function" );
476
SYNTAX
( "return not in function" );
518
SYNTAX
( "newline in regular expression %.10s...", buf );
530
SYNTAX
("non-terminated regular expression %.10s...", buf)
[
all
...]
parse.c
192
SYNTAX
( "%s is a function, not an array", cp->nval );
212
SYNTAX
( "limited to %d pat,pat statements", PA2NUM );
239
SYNTAX
( "`%s' is an array name and a function name", v->nval );
243
SYNTAX
( "`%s' is both function name and argument name", v->nval );
proto.h
139
extern void
SYNTAX
(const char *, ...);
lib.c
494
SYNTAX
("%s", s);
497
void
SYNTAX
(const char *fmt, ...)
tran.c
421
SYNTAX
( "newline in string %.20s...", os );
/external/chromium/testing/gmock/scripts/generator/cpp/
ast.py
18
"""Generate an Abstract
Syntax
Tree (AST) for C++."""
581
type_name.append(tokenize.Token(tokenize.
SYNTAX
, ' ', 0, 0))
749
if next.token_type == tokenize.
SYNTAX
and next.name == '(':
754
syntax
= tokenize.
SYNTAX
756
self._GetVarTokensUpTo(
syntax
, '(', ';', '{', '[')
763
new_temp = self._GetTokensUpTo(tokenize.
SYNTAX
, ';')
766
last_token = tokenize.Token(tokenize.
SYNTAX
, ';', 0, 0)
771
# unused_size = self._GetTokensUpTo(tokenize.
SYNTAX
, ']')
777
self._GetVarTokensUpTo(tokenize.
SYNTAX
, ';')
[
all
...]
tokenize.py
54
SYNTAX
= '
SYNTAX
'
67
Tokens can be identifiers,
syntax
char(s), constants, or
173
token_type =
SYNTAX
183
token_type =
SYNTAX
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 918 milliseconds