HomeSort by relevance Sort by last modified time
    Searched defs:BEGIN (Results 1 - 25 of 28) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 38 public const int BEGIN = 1;
88 return BEGIN;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 32 public static final int BEGIN = 1;
83 return BEGIN;
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 14 private static final String BEGIN = "-----BEGIN ";
27 if (line != null && line.startsWith(BEGIN))
29 line = line.substring(BEGIN.length());
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 9 # begin[licence]
58 BEGIN = 1
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/
testtreewizard.py 9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
41 self.failUnlessEqual(type, BEGIN)
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 62 static final String BEGIN = "BEGIN";
193 sb.append(BEGIN);
422 * case, expects a BEGIN as the first line. Returns the provided or newly
443 // NOTE: in this case, if the first line is not a BEGIN, a
462 * the line is a BEGIN, adding the newly created component to the provided
483 if (!Component.BEGIN.equals(name)) {
484 throw new FormatException("Expected BEGIN");
489 if (Component.BEGIN.equals(name)) {
  /system/core/adb/
file_sync_client.c 46 static void BEGIN()
761 BEGIN();
788 BEGIN();
983 BEGIN();
992 BEGIN();
1016 BEGIN();
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 131 * definition of BEGIN
133 #define BEGIN yy_start = 1 + 2 *
    [all...]
  /external/bison/src/
scan-gram.c 30 /* begin standard C headers. */
148 * definition of BEGIN.
150 #define BEGIN (yy_start) = 1 + 2 *
153 * to BEGIN to return to the state. The YYSTATE alias is for lex
390 /* Begin user sect3 */
    [all...]
scan-skel.c 30 /* begin standard C headers. */
148 * definition of BEGIN.
150 #define BEGIN (yy_start) = 1 + 2 *
153 * to BEGIN to return to the state. The YYSTATE alias is for lex
390 /* Begin user sect3 */
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 18 /* begin standard C headers. */
113 * definition of BEGIN.
115 #define BEGIN (yy_start) = 1 + 2 *
118 * to BEGIN to return to the state. The YYSTATE alias is for lex
324 /* Begin user sect3 */
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 37 /* begin standard C headers. */
141 * definition of BEGIN.
143 #define BEGIN (yy_start) = 1 + 2 *
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
364 /* Begin user sect3 */
888 { BEGIN (MAIN); return kPERCPERC; }
    [all...]
  /external/elfutils/src/
ldlex.c 38 /* begin standard C headers. */
142 * definition of BEGIN.
144 #define BEGIN (yy_start) = 1 + 2 *
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
365 /* Begin user sect3 */
    [all...]
  /external/libpcap/
scanner.c 18 /* begin standard C headers. */
113 * definition of BEGIN.
115 #define BEGIN (yy_start) = 1 + 2 *
118 * to BEGIN to return to the state. The YYSTATE alias is for lex
324 /* Begin user sect3 */
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 19 /* begin standard C headers. */
140 * definition of BEGIN.
142 #define BEGIN yyg->yy_start = 1 + 2 *
145 * to BEGIN to return to the state. The YYSTATE alias is for lex
326 /* Begin user sect3 */
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 19 /* begin standard C headers. */
140 * definition of BEGIN.
142 #define BEGIN yyg->yy_start = 1 + 2 *
145 * to BEGIN to return to the state. The YYSTATE alias is for lex
326 /* Begin user sect3 */
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 28 /* begin standard C headers. */
149 * definition of BEGIN.
151 #define BEGIN yyg->yy_start = 1 + 2 *
154 * to BEGIN to return to the state. The YYSTATE alias is for lex
348 /* Begin user sect3 */
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 78 * definition of BEGIN.
80 #define BEGIN yy_start = 1 + 2 *
83 * to BEGIN to return to the state. The YYSTATE alias is for lex
    [all...]
  /system/core/sh/
arith_lex.c 19 /* begin standard C headers. */
114 * definition of BEGIN.
116 #define BEGIN (yy_start) = 1 + 2 *
119 * to BEGIN to return to the state. The YYSTATE alias is for lex
325 /* Begin user sect3 */
    [all...]
init.c 167 #undef BEGIN
168 #define BEGIN (yy_start) = 1 + 2 *
459 #undef BEGIN
460 #define BEGIN (yy_start) = 1 + 2 *
751 #undef BEGIN
752 #define BEGIN (yy_start) = 1 + 2 *
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 546 for (Vector<CSSPropertySourceData>::iterator it = m_currentRuleData->styleSourceData->propertyData.begin(), endIt = m_currentRuleData->styleSourceData->propertyData.end(); it != endIt; ++it) {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 7940 milliseconds

1 2