/external/libvpx/libvpx/vpx_ports/ |
asm_offsets.h | 23 #define BEGIN int main(void) { 27 #define BEGIN
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
progress_event_listener.js | 11 'BEGIN': { 'loadstart': 1 }, 21 this.currentState = 'BEGIN'; 24 'BEGIN': 0, 125 // There should be no 'BEGIN' event. 126 assertEqual(eventMachine.stateHistogram['BEGIN'], 0);
|
/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/clang/tools/clang-check/ |
ClangCheck.cpp | 138 enum Position { BEGIN, END }; 156 I = Return.begin(); 160 Return.insert(I, Extra.begin(), Extra.end()); 203 InsertAdjuster::BEGIN)); 209 Analyze ? "--analyze" : "-fsyntax-only", InsertAdjuster::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/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemReader.java | 14 private static final String BEGIN = "-----BEGIN "; 27 while (line != null && !line.startsWith(BEGIN)) 34 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/calendarcommon2/ |
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)) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StateView.java | 39 public static int BEGIN = 1; 121 if (mType == BEGIN) { 182 if (mType != BEGIN) { 200 if (mType != BEGIN) { 210 if (mType == BEGIN) { 232 if (mType != BEGIN) { 256 if (mType == BEGIN) { 316 if (mType == BEGIN) { 325 if (mType != BEGIN && event.getActionMasked() == MotionEvent.ACTION_UP) { 339 if (mType != BEGIN && event.getActionMasked() == MotionEvent.ACTION_MOVE) [all...] |
/system/core/adb/ |
file_sync_client.c | 46 static void BEGIN() 761 BEGIN(); 788 BEGIN(); 983 BEGIN(); 992 BEGIN(); 1016 BEGIN();
|
/external/bison/examples/calc++/ |
calc++-scanner.cc | 38 /* begin standard C headers. */ 166 * definition of BEGIN. 168 #define BEGIN (yy_start) = 1 + 2 * 171 * to BEGIN to return to the state. The YYSTATE alias is for lex 407 /* Begin user sect3 */ [all...] |
/external/bison/src/ |
scan-skel.c | 57 /* begin standard C headers. */ 185 * definition of BEGIN. 187 #define BEGIN (yy_start) = 1 + 2 * 190 * to BEGIN to return to the state. The YYSTATE alias is for lex 426 /* Begin user sect3 */ 1064 BEGIN SC_AT_DIRECTIVE_ARGS; 1142 BEGIN SC_AT_DIRECTIVE_SKIP_WS; 1149 BEGIN INITIAL; 1170 { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; } [all...] |
scan-code.c | 57 /* begin standard C headers. */ 185 * definition of BEGIN. 187 #define BEGIN (yy_start) = 1 + 2 * 190 * to BEGIN to return to the state. The YYSTATE alias is for lex 426 /* Begin user sect3 */ 1010 BEGIN sc_context; [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 40 /* begin standard C headers. */ 162 * definition of BEGIN. 164 #define BEGIN yyg->yy_start = 1 + 2 * 167 * to BEGIN to return to the state. The YYSTATE alias is for lex 361 /* Begin user sect3 */ [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 28 /* begin standard C headers. */ 150 * definition of BEGIN. 152 #define BEGIN yyg->yy_start = 1 + 2 * 155 * to BEGIN to return to the state. The YYSTATE alias is for lex 336 /* Begin user sect3 */ 885 { BEGIN(COMMENT); } 904 BEGIN(INITIAL); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 19 /* begin standard C headers. */ 141 * definition of BEGIN. 143 #define BEGIN yyg->yy_start = 1 + 2 * 146 * to BEGIN to return to the state. The YYSTATE alias is for lex 335 /* Begin user sect3 */ 892 BEGIN 0; 894 BEGIN SKIP; [all...] |
glsl_lexer.cc | 19 /* begin standard C headers. */ 141 * definition of BEGIN. 143 #define BEGIN yyg->yy_start = 1 + 2 * 146 * to BEGIN to return to the state. The YYSTATE alias is for lex 335 /* Begin user sect3 */ [all...] |
lex.yy.c | 19 /* begin standard C headers. */ 141 * definition of BEGIN. 143 #define BEGIN yyg->yy_start = 1 + 2 * 146 * to BEGIN to return to the state. The YYSTATE alias is for lex 335 /* Begin user sect3 */ [all...] |