Searched refs:INITIAL (Results 1 - 25 of 38) sorted by relevance

12

/external/elfutils/libcpu/
H A Di386_lex.l75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
89 <INITIAL,MAIN>^"\n" { /* IGNORE */ }
91 <INITIAL,MAIN>"\n" { return '\n'; }
93 <INITIAL,MAIN>^"#" { eat_to_eol (); }
/external/bison/src/
H A Dscan-gram.l146 <INITIAL,SC_AFTER_IDENTIFIER,SC_BRACKETED_ID,SC_RETURN_BRACKETED_ID>
176 <INITIAL>
328 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
334 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
339 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
367 if (INITIAL == bracketed_id_context_state)
399 BEGIN INITIAL;
453 BEGIN INITIAL;
461 BEGIN INITIAL;
491 BEGIN INITIAL;
[all...]
H A Dscan-skel.l94 <INITIAL><<EOF>> {
130 BEGIN INITIAL;
H A Dscan-gram.c1053 #define INITIAL 0 macro
1838 case YY_STATE_EOF(INITIAL):
1874 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
1884 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
1892 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
1926 if (INITIAL == bracketed_id_context_state)
1966 BEGIN INITIAL; variable
2046 BEGIN INITIAL; variable
2057 BEGIN INITIAL; local
2090 BEGIN INITIAL; variable
2113 BEGIN INITIAL; local
2349 BEGIN INITIAL; variable
2369 BEGIN INITIAL; local
2386 BEGIN INITIAL; variable
2397 BEGIN INITIAL; local
2414 BEGIN INITIAL; local
[all...]
H A Dscan-code.c736 #define INITIAL 0 macro
1009 || sc_context == INITIAL);
1385 case YY_STATE_EOF(INITIAL):
1844 * @note This function does not reset the start condition to @c INITIAL .
3043 (SC_RULE_ACTION, SC_SYMBOL_ACTION, INITIAL). */
3122 self->code = translate_action (self, INITIAL);
H A Dscan-code.l122 || sc_context == INITIAL);
854 (SC_RULE_ACTION, SC_SYMBOL_ACTION, INITIAL). */
933 self->code = translate_action (self, INITIAL);
H A Dscan-skel.c655 #define INITIAL 0 macro
1084 case YY_STATE_EOF(INITIAL):
1149 BEGIN INITIAL; variable
1631 * @note This function does not reset the start condition to @c INITIAL .
/external/ppp/pppd/
H A Dfsm.h123 #define INITIAL 0 /* Down, hasn't been opened */ macro
H A Dfsm.c83 f->state = INITIAL;
102 case INITIAL:
133 f->state = INITIAL;
143 f->state = INITIAL;
175 case INITIAL:
258 f->state = INITIAL;
365 if( f->state == INITIAL || f->state == STARTING ){
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l95 /* Implicitly switch between SKIP and INITIAL (non-skipping);
142 <SKIP,INITIAL>{
290 <SKIP,INITIAL>\n {
298 <INITIAL><<EOF>> {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicCharacterData.java52 case UCharacter.DecompositionType.INITIAL:
H A DCanonGSUBBuilder.java51 case UCharacter.DecompositionType.INITIAL:
85 case UCharacter.DecompositionType.INITIAL:
128 case UCharacter.DecompositionType.INITIAL:
/external/elfutils/src/
H A Dldlex.l286 return prepdepth == 0 ? INITIAL : IGNORE;
330 result = INITIAL;
/external/v8/src/regexp/
H A Dregexp-parser.h213 INITIAL, enumerator in enum:v8::internal::BASE_EMBEDDED::SubexpressionType
H A Dregexp-parser.cc178 RegExpParserState initial_state(NULL, INITIAL, RegExpLookaround::LOOKAHEAD, 0,
190 DCHECK_EQ(INITIAL, state->group_type());
197 DCHECK_NE(INITIAL, state->group_type());
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.l119 BEGIN(INITIAL);
H A DTokenizer.cpp607 #define INITIAL 0 macro
961 BEGIN(INITIAL); variable
1181 case YY_STATE_EOF(INITIAL):
1627 * @note This function does not reset the start condition to @c INITIAL .
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc570 #define INITIAL 0 macro
979 case YY_STATE_EOF(INITIAL):
1423 * @note This function does not reset the start condition to @c INITIAL .
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang.l403 BEGIN(INITIAL);
H A Dglslang_lex.cpp1081 #define INITIAL 0 macro
2118 BEGIN(INITIAL); variable
2132 case YY_STATE_EOF(INITIAL):
2566 * @note This function does not reset the start condition to @c INITIAL .
/external/libpcap/
H A Dscanner.c2795 #define INITIAL 0 macro
3855 case YY_STATE_EOF(INITIAL):
4261 * @note This function does not reset the start condition to @c INITIAL .
/external/skia/src/sksl/
H A Dlex.layout.c597 #define INITIAL 0 macro
1021 case YY_STATE_EOF(INITIAL):
1480 * @note This function does not reset the start condition to @c INITIAL .
H A Dlex.sksl.c652 #define INITIAL 0 macro
1438 case YY_STATE_EOF(INITIAL):
1899 * @note This function does not reset the start condition to @c INITIAL .
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3326 enum Forms { GENERIC, ISOLATED, FINAL, INITIAL, MEDIAL }; enumerator in enum:Forms
3363 if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL]) {
3396 if (in[INITIAL] != 0) {
3403 if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[INITIAL] || dst[1] != otherChar[FINAL]) {
3445 if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] != otherChar[FINAL]) {
3463 if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL] || dst[2] != otherChar[ISOLATED]) {
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2258 public static final int INITIAL = 7; field in interface:UCharacter.DecompositionType

Completed in 813 milliseconds

12