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

1 2 3

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 47 enum class ArgumentInsertPosition { BEGIN, END };
  /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/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenCallback.java 9 * <b>BEGIN</b>: right after the delay (if any)<br/>
20 * forward : BEGIN COMPLETE
32 public static final int BEGIN = 0x01;
  /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 17 private static final String BEGIN = "-----BEGIN ";
30 while (line != null && !line.startsWith(BEGIN))
37 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:
  /system/security/keystore/include/keystore/
IKeystoreService.h 47 // struct for serializing the results of begin/update/finish
106 BEGIN = IBinder::FIRST_CALL_TRANSACTION + 27,
207 virtual void begin(const sp<IBinder>& apptoken, const String16& name,
  /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...]
  /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...]
scan-gram.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 */
    [all...]
  /external/libpcap/
scanner.c 41 /* begin standard C headers. */
146 * definition of BEGIN.
148 #define BEGIN (yy_start) = 1 + 2 *
151 * to BEGIN to return to the state. The YYSTATE alias is for lex
365 /* Begin user sect3 */
    [all...]
  /external/skia/src/sksl/
lex.layout.c 24 /* begin standard C headers. */
146 * definition of BEGIN.
148 #define BEGIN yyg->yy_start = 1 + 2 *
151 * to BEGIN to return to the state. The YYSTATE alias is for lex
345 /* Begin user sect3 */
    [all...]
lex.sksl.c 24 /* begin standard C headers. */
146 * definition of BEGIN.
148 #define BEGIN yyg->yy_start = 1 + 2 *
151 * to BEGIN to return to the state. The YYSTATE alias is for lex
360 /* Begin user sect3 */
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 48 /* begin standard C headers. */
170 * definition of BEGIN.
172 #define BEGIN yyg->yy_start = 1 + 2 *
175 * to BEGIN to return to the state. The YYSTATE alias is for lex
384 /* Begin user sect3 */
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 36 /* begin standard C headers. */
158 * definition of BEGIN.
160 #define BEGIN yyg->yy_start = 1 + 2 *
163 * to BEGIN to return to the state. The YYSTATE alias is for lex
353 /* Begin user sect3 */
942 { BEGIN(COMMENT); }
961 BEGIN(INITIAL);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 42 private static final Event BEGIN_EVENT = new Event(Event.BEGIN, null);
91 public static final int BEGIN = 2;
135 case Event.BEGIN:
678 * Begin executing a sub-graph. This only succeeds if the current runner is already
928 void begin() { method in class:GraphRunner
    [all...]

Completed in 1371 milliseconds

1 2 3