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

1 2

  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 23 #define BEGIN int main(void) {
27 #define BEGIN
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
asm_offsets.h 23 #define BEGIN int main(void) {
27 #define BEGIN
  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 45 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";
  /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 55 // struct for serializing the results of begin/update/finish
129 BEGIN = IBinder::FIRST_CALL_TRANSACTION + 27,
211 virtual void begin(const sp<IBinder>& apptoken, const String16& name,
  /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.cpp 47 static void BEGIN()
761 BEGIN();
789 BEGIN();
1004 BEGIN();
1015 BEGIN();
1040 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/elfutils/src/libcpu/
i386_lex.c 37 /* 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 */
892 { BEGIN (MAIN); return kPERCPERC; }
    [all...]
  /external/elfutils/src/src/
ldlex.c 38 /* begin standard C headers. */
143 * definition of BEGIN.
145 #define BEGIN (yy_start) = 1 + 2 *
148 * to BEGIN to return to the state. The YYSTATE alias is for lex
366 /* Begin user sect3 */
    [all...]
  /external/libpcap/
scanner.c 38 /* begin standard C headers. */
143 * definition of BEGIN.
145 #define BEGIN (yy_start) = 1 + 2 *
148 * to BEGIN to return to the state. The YYSTATE alias is for lex
361 /* Begin user sect3 */
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
parse-events-flex.c 18 /* 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
334 /* Begin user sect3 */
    [all...]
pmu-flex.c 37 /* 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
360 /* Begin user sect3 */
    [all...]

Completed in 8419 milliseconds

1 2