HomeSort by relevance Sort by last modified time
    Searched refs:FIRST (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/clang/include/clang/AST/
Stmt.h 101 #define STMT_RANGE(BASE, FIRST, LAST) \
102 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
103 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
104 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
423 child_iterator child_begin() { return children().first; }
426 const_child_iterator child_begin() const { return children().first; }
448 /// the first statement can be an expression or a declaration.
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 63 private static final int MENU_ADD_ACCOUNT = Menu.FIRST;
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 127 public static final int MENU_CONFIGURE = Menu.FIRST + 1;
128 public static final int MENU_EXIT = Menu.FIRST + 2;
129 public static final int MENU_ABOUT = Menu.FIRST + 3;
130 public static final int MENU_PRESET = Menu.FIRST + 4;
131 public static final int MENU_SETFREQ = Menu.FIRST + 5;
174 * configurations for the FM will be done for the first time
209 /** Called when the activity is first created. */
734 * Set the default band , if the fm app is getting started first
747 * is started for the first time
785 * enable audio routing , if the fm app is getting started first
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 90 private static final int MENU_WALLPAPER_SETTINGS = Menu.FIRST + 1;
  /external/qemu/android/
hw-events.h 338 KEY_CODE(FIRST ,0x194) \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 61 private static final int MENU_ADD_SUBTYPE = Menu.FIRST;
83 return first.compareTo(o.first);
272 locale.first, layout.first, ASCII_CAPABLE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 763 local FIRST=`_list_first $VARVAL`
765 echo "$FIRST"
926 local FIRST=`var_list_first TASK_QUEUE`
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 189 FIRST = 0x0008
GGLAssembler.cpp 269 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
548 // convert to integer_t first and make sure
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 570 follow = grammar.FIRST(followingNFAState);
713 // must rewind input first, set flag.
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 469 // Both have a dynamic exception spec. Collect the first set, then compare
497 /// exception specification is a subset (or equivalent) of the first function
719 // First we check for applicability.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 56 private static final int CHANGE_LEVEL_ID = Menu.FIRST;
97 /** Called when the activity is first created. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 62 # First call with the build machine's bitness, and later with 32
308 as a first parameter. If you don't, the sources will be downloaded and
880 local FIRST=`_list_first $VARVAL`
882 echo "$FIRST"
1043 local FIRST=`var_list_first TASK_QUEUE`
1078 # Return the first item of a space-separated list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 62 # First call with the build machine's bitness, and later with 32
308 as a first parameter. If you don't, the sources will be downloaded and
880 local FIRST=`_list_first $VARVAL`
882 echo "$FIRST"
1043 local FIRST=`var_list_first TASK_QUEUE`
1078 # Return the first item of a space-separated list
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 75 /// LA(-i) where i is before first token should yield -1, invalid char or EOF.
163 /// the ith symbol. So, seeking to 0 means LA(1) will return the first
252 /// The index of the first character relative to the beginning of the line 0..N-1
610 /// The line on which the first character of the token resides
614 /// <summary>The character position of first character within the line</summary>
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 128 private static final int MENU_WALLPAPER_SETTINGS = Menu.FIRST + 1;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1224 milliseconds

1 23 4