Searched defs:BEGIN (Results 1 - 17 of 17) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemReader.java14 private static final String BEGIN = "-----BEGIN "; field in class:PemReader
27 while (line != null && !line.startsWith(BEGIN))
34 line = line.substring(BEGIN.length());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs38 public const int BEGIN = 1; field in class:Antlr.Runtime.Tree.TreePatternLexer
88 return BEGIN;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java32 public static final int BEGIN = 1; field in class:TreePatternLexer
83 return BEGIN;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py58 BEGIN = 1 variable
111 return BEGIN
172 if self.ttype == BEGIN:
186 if self.ttype != BEGIN:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
195 if self.ttype == BEGIN:
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
41 self.failUnlessEqual(type, BEGIN)
11 TreePattern, WildcardTreePattern, TreePatternTreeAdaptor namespace
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c131 * definition of BEGIN
133 #define BEGIN yy_start = 1 + 2 * macro
1372 indented_code = true; BEGIN(CODEBLOCK);
1380 ECHO; BEGIN(C_COMMENT);
1396 BEGIN(CODEBLOCK);
1408 BEGIN(SECT2PROLOG);
1416 checking_used = REALLY_USED; BEGIN(USED_LIST);
1422 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1424 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1458 BEGIN(XLATIO
[all...]
/external/bison/src/
H A Dscan-skel.c148 * definition of BEGIN.
150 #define BEGIN (yy_start) = 1 + 2 * macro
153 * to BEGIN to return to the state. The YYSTATE alias is for lex
H A Dscan-gram.c148 * definition of BEGIN.
150 #define BEGIN (yy_start) = 1 + 2 * macro
153 * to BEGIN to return to the state. The YYSTATE alias is for lex
1397 BEGIN SC_YACC_COMMENT;
1444 token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE;
1479 token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE;
1494 token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE;
1544 token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE;
1554 token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE;
1604 token_type = PERCENT_UNION; BEGIN SC_PRE_COD
[all...]
/external/elfutils/libcpu/
H A Di386_lex.c141 * definition of BEGIN.
143 #define BEGIN (yy_start) = 1 + 2 * macro
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
888 { BEGIN (MAIN); return kPERCPERC; }
/external/elfutils/src/
H A Dldlex.c142 * definition of BEGIN.
144 #define BEGIN (yy_start) = 1 + 2 * macro
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
1447 { BEGIN (handle_ifdef ()); }
1458 BEGIN (IGNORE); }
1469 BEGIN (IGNORE); }
1503 BEGIN (pop_state ());
1519 BEGIN (handle_ifdef ());
1531 BEGIN (pop_state ()); }
/external/libpcap/
H A Dscanner.c113 * definition of BEGIN.
115 #define BEGIN (yy_start) = 1 + 2 * macro
118 * to BEGIN to return to the state. The YYSTATE alias is for lex
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c140 * definition of BEGIN.
142 #define BEGIN yyg->yy_start = 1 + 2 * macro
145 * to BEGIN to return to the state. The YYSTATE alias is for lex
1452 BEGIN DONE; /* Don't keep matching this rule forever. */
2270 BEGIN(new_state);
2279 BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]);
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp140 * definition of BEGIN.
142 #define BEGIN yyg->yy_start = 1 + 2 * macro
145 * to BEGIN to return to the state. The YYSTATE alias is for lex
1396 { BEGIN PP; return VERSION; }
1401 { BEGIN PP; return EXTENSION; }
1450 BEGIN PP;
1458 BEGIN PP;
1466 BEGIN PP;
1474 BEGIN PP;
1481 { BEGIN PRAGM
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dinitscan.c78 * definition of BEGIN.
80 #define BEGIN yy_start = 1 + 2 * macro
83 * to BEGIN to return to the state. The YYSTATE alias is for lex
1585 indented_code = true; BEGIN(CODEBLOCK);
1614 BEGIN(CODEBLOCK);
1630 BEGIN(SECT2PROLOG);
1647 BEGIN(OPTION); return OPTION_OP;
1670 BEGIN(PICKUPDEF);
1741 ++linenum; BEGIN(INITIAL);
1755 BEGIN(INITIA
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp149 * definition of BEGIN.
151 #define BEGIN yyg->yy_start = 1 + 2 * macro
154 * to BEGIN to return to the state. The YYSTATE alias is for lex
1611 { BEGIN(FIELDS); return(DOT); }
1668 BEGIN(INITIAL);
2487 BEGIN(new_state);
2496 BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]);
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp6818 // BEGIN(mediaqueries) and BEGIN(initial). yy_start acts as index to
6822 #define BEGIN yy_start = 1 + 2 * macro
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 405 milliseconds