Searched refs:BEGIN (Results 1 - 25 of 96) sorted by relevance

1234

/external/e2fsprogs/misc/
H A Dprofile-to-c.awk2 BEGIN {
/external/strace/tests/
H A Dgetrandom.awk0 BEGIN {
H A Dselect.awk0 BEGIN {
H A Dcaps.awk0 BEGIN {
H A Dnet-yy-connect.awk0 BEGIN {
H A Dsigaction.awk0 BEGIN {
H A Dunix-yy-connect.awk0 BEGIN {
/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h23 #define BEGIN int main(void) { macro
27 #define BEGIN macro
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events.l98 BEGIN(config);
100 BEGIN(event);
112 BEGIN(INITIAL); yyless(0);
118 BEGIN(INITIAL); yyless(0);
124 BEGIN(INITIAL); yyless(0);
173 "/" { BEGIN(INITIAL); return '/'; }
177 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
184 "/" { BEGIN(config); return '/'; }
186 , { BEGIN(event); return ','; }
188 "{" { BEGIN(even
[all...]
/external/bison/src/
H A Dscan-gram.l155 BEGIN SC_YACC_COMMENT;
235 BEGIN SC_AFTER_IDENTIFIER;
254 "'" token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
257 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRING;
260 "%{" code_start = loc->start; BEGIN SC_PROLOGUE;
267 BEGIN SC_BRACED_CODE;
282 BEGIN SC_EPILOGUE;
290 BEGIN SC_BRACKETED_ID;
316 BEGIN SC_RETURN_BRACKETED_ID;
324 BEGIN SC_BRACKETED_I
[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/ltrace/sysdeps/linux-gnu/
H A Darch_mksyscallent25 BEGIN {
H A Dmksignalent23 BEGIN {
H A Dmksyscallent27 BEGIN {
H A Dmksyscallent_mips26 BEGIN {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemReader.java17 private static final String BEGIN = "-----BEGIN "; field in class:PemReader
30 while (line != null && !line.startsWith(BEGIN))
37 line = line.substring(BEGIN.length());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternParser.cs50 if (ttype == TreePatternLexer.BEGIN) {
63 if (ttype != TreePatternLexer.BEGIN)
71 while (ttype == TreePatternLexer.BEGIN ||
75 if (ttype == TreePatternLexer.BEGIN) {
H A DTreePatternLexer.cs38 public const int BEGIN = 1; field in class:Antlr.Runtime.Tree.TreePatternLexer
88 return BEGIN;
/external/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h45 enum class ArgumentInsertPosition { BEGIN, END }; member in class:clang::tooling::ArgumentInsertPosition
/external/openssh/
H A Dmdoc2man.awk27 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;
H A DTreePatternParser.java47 if ( ttype==TreePatternLexer.BEGIN ) {
61 if ( ttype != TreePatternLexer.BEGIN ) {
62 throw new RuntimeException("no BEGIN");
69 while ( ttype==TreePatternLexer.BEGIN ||
74 if ( ttype==TreePatternLexer.BEGIN ) {
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c17 BEGIN
/external/elfutils/src/src/
H A Dldlex.l95 ^"#"ifdef/[[:space:]] { BEGIN (handle_ifdef ()); }
98 BEGIN (IGNORE); }
101 BEGIN (IGNORE); }
112 BEGIN (pop_state ());
120 BEGIN (handle_ifdef ());
124 BEGIN (pop_state ()); }
/external/libedit/doc/
H A Dmdoc2man.awk24 BEGIN {

Completed in 475 milliseconds

1234