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

12

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dasm_offsets.h23 #define BEGIN int main(void) { macro
27 #define BEGIN macro
/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h23 #define BEGIN int main(void) { macro
27 #define BEGIN macro
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js11 'BEGIN': { 'loadstart': 1 },
21 this.currentState = 'BEGIN';
24 'BEGIN': 0,
125 // There should be no 'BEGIN' event.
126 assertEqual(eventMachine.stateHistogram['BEGIN'], 0);
/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/chromium_org/third_party/fips181/
H A Dfips181.h56 #define BEGIN 0200 macro
/external/clang/tools/clang-check/
H A DClangCheck.cpp144 enum Position { BEGIN, END }; enumerator in enum:__anon19492::InsertAdjuster::Position
209 InsertAdjuster::BEGIN));
215 Analyze ? "--analyze" : "-fsyntax-only", InsertAdjuster::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/bison/examples/calc++/
H A Dcalc++-scanner.cc166 * definition of BEGIN.
168 #define BEGIN (yy_start) = 1 + 2 * macro
171 * to BEGIN to return to the state. The YYSTATE alias is for lex
/external/bison/src/
H A Dscan-skel.c185 * definition of BEGIN.
187 #define BEGIN (yy_start) = 1 + 2 * macro
190 * to BEGIN to return to the state. The YYSTATE alias is for lex
1064 BEGIN SC_AT_DIRECTIVE_ARGS;
1142 BEGIN SC_AT_DIRECTIVE_SKIP_WS;
1149 BEGIN INITIAL;
1170 { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; }
H A Dscan-code.c185 * definition of BEGIN.
187 #define BEGIN (yy_start) = 1 + 2 * macro
190 * to BEGIN to return to the state. The YYSTATE alias is for lex
1010 BEGIN sc_context;
1131 STRING_GROW; BEGIN sc_context;
1143 STRING_GROW; BEGIN sc_context;
1169 STRING_GROW; BEGIN sc_context;
1177 STRING_GROW; BEGIN sc_context;
1187 BEGIN SC_CHARACTER;
1196 BEGIN SC_STRIN
[all...]
H A Dscan-gram.c185 * definition of BEGIN.
187 #define BEGIN (yy_start) = 1 + 2 * macro
190 * to BEGIN to return to the state. The YYSTATE alias is for lex
1466 BEGIN SC_YACC_COMMENT;
1740 BEGIN SC_AFTER_IDENTIFIER;
1772 token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
1778 token_start = loc->start; BEGIN SC_ESCAPED_STRING;
1784 code_start = loc->start; BEGIN SC_PROLOGUE;
1794 BEGIN SC_BRACED_CODE;
1815 BEGIN SC_EPILOGU
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp151 * definition of BEGIN.
153 #define BEGIN yyg->yy_start = 1 + 2 * macro
156 * to BEGIN to return to the state. The YYSTATE alias is for lex
909 { BEGIN(COMMENT); }
928 BEGIN(INITIAL);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp163 * definition of BEGIN.
165 #define BEGIN yyg->yy_start = 1 + 2 * macro
168 * to BEGIN to return to the state. The YYSTATE alias is for lex
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c141 * definition of BEGIN.
143 #define BEGIN yyg->yy_start = 1 + 2 * macro
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
892 BEGIN 0;
894 BEGIN SKIP;
1314 BEGIN DONE; /* Don't keep matching this rule forever. */
2169 BEGIN(new_state);
2178 BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]);
H A Dglsl_lexer.cc141 * definition of BEGIN.
143 #define BEGIN yyg->yy_start = 1 + 2 * macro
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
1489 { BEGIN PP; return VERSION_TOK; }
1494 { BEGIN PP; return EXTENSION; }
1543 BEGIN PP;
1551 BEGIN PP;
1559 BEGIN PP;
1567 BEGIN PP;
1575 BEGIN P
[all...]
H A Dlex.yy.c141 * definition of BEGIN.
143 #define BEGIN yyg->yy_start = 1 + 2 * macro
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
/external/elfutils/0.153/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/0.153/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.c143 * definition of BEGIN.
145 #define BEGIN (yy_start) = 1 + 2 * macro
148 * to BEGIN to return to the state. The YYSTATE alias is for lex
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.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
1358 BEGIN(config);
1360 BEGIN(event);
1459 BEGIN(INITIAL); yyless(0);
1471 BEGIN(INITIAL); yyless(0);
1480 BEGIN(INITIAL); yyless(0);
1655 { BEGIN(INITIAL); return '/'; }
1666 { BEGIN(me
[all...]
H A Dpmu-flex.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
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 477 milliseconds

12