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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
asm_offsets.h 23 #define BEGIN int main(void) {
27 #define BEGIN
  /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);
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /external/clang/tools/clang-check/
ClangCheck.cpp 144 enum Position { BEGIN, END };
162 I = Return.begin();
166 Return.insert(I, Extra.begin(), Extra.end());
209 InsertAdjuster::BEGIN));
215 Analyze ? "--analyze" : "-fsyntax-only", InsertAdjuster::BEGIN));
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /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/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/chromium_org/third_party/fips181/
fips181.h 56 #define BEGIN 0200
  /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)
  /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...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 28 /* begin standard C headers. */
151 * definition of BEGIN.
153 #define BEGIN yyg->yy_start = 1 + 2 *
156 * to BEGIN to return to the state. The YYSTATE alias is for lex
342 /* Begin user sect3 */
909 { BEGIN(COMMENT); }
928 BEGIN(INITIAL);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 40 /* begin standard C headers. */
163 * definition of BEGIN.
165 #define BEGIN yyg->yy_start = 1 + 2 *
168 * to BEGIN to return to the state. The YYSTATE alias is for lex
367 /* Begin user sect3 */
    [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...]
  /external/elfutils/0.153/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/0.153/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...]

Completed in 1662 milliseconds

1 2