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

  /frameworks/base/libs/ui/
KeyLayoutMap.cpp 30 const char* begin = *p; local
41 return String8(begin, end-begin);
44 begin++;
46 } while (*begin != '\0' && *begin != '\n');
55 return String8(begin, end-begin);
57 begin++;
116 enum { BEGIN, SCANCODE, KEYCODE, FLAG } state = BEGIN
    [all...]
  /frameworks/base/core/java/android/pim/
ICalendar.java 63 private static final String BEGIN = "BEGIN";
194 sb.append(BEGIN);
423 * case, expects a BEGIN as the first line. Returns the provided or newly
444 // NOTE: in this case, if the first line is not a BEGIN, a
463 * the line is a BEGIN, adding the newly created component to the provided
484 if (!Component.BEGIN.equals(name)) {
485 throw new FormatException("Expected BEGIN");
490 if (Component.BEGIN.equals(name)) {
  /system/core/adb/
file_sync_client.c 46 static void BEGIN()
759 BEGIN();
786 BEGIN();
981 BEGIN();
990 BEGIN();
1014 BEGIN();
  /external/webkit/WebKitTools/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/rfcomm/
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/src/
ldlex.c 96 * definition of BEGIN.
98 #define BEGIN yy_start = 1 + 2 *
101 * to BEGIN to return to the state. The YYSTATE alias is for lex
    [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/webkit/WebKitTools/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...]
  /frameworks/base/core/java/android/provider/
Calendar.java     [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 *
  /external/webkit/WebCore/css/
CSSParser.cpp     [all...]

Completed in 651 milliseconds