/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
FmTx.java | 57 /** Called when the activity is first created. */ 63 public static final int MENU_CONFIGURE = Menu.FIRST + 1; 64 // public static final int MENU_ADVANCED = Menu.FIRST + 2; 65 public static final int MENU_EXIT = Menu.FIRST + 2; 66 public static final int MENU_ABOUT = Menu.FIRST + 3; [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 62 private static final int MENU_DELETE = Menu.FIRST; 63 private static final int MENU_SAVE = Menu.FIRST + 1; 64 private static final int MENU_CANCEL = Menu.FIRST + 2; 267 // MCC is first 3 chars and then in 2 - 3 chars of MNC 519 "Could not go to the first row in the Cursor when saving data.");
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 82 private static final int MENU_STATS_TYPE = Menu.FIRST; 83 private static final int MENU_STATS_REFRESH = Menu.FIRST + 1; 84 private static final int MENU_HELP = Menu.FIRST + 2; 479 // Get the total first [all...] |
/external/clang/include/clang/AST/ |
Stmt.h | 105 #define STMT_RANGE(BASE, FIRST, LAST) \ 106 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, 107 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ 108 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class 421 child_iterator child_begin() { return children().first; } 424 const_child_iterator child_begin() const { return children().first; } 446 /// the first statement can be an expression or a declaration. [all...] |
/packages/apps/Phone/src/com/android/phone/sip/ |
SipSettings.java | 64 private static final int MENU_ADD_ACCOUNT = Menu.FIRST;
|
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 63 private static final int MENU_ID_SCAN = Menu.FIRST;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionarySettingsFragment.java | 60 static final private int MENU_UPDATE_NOW = 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/bison/src/ |
symtab.c | 31 | Symbols sorted by tag. Allocated by the first invocation of | 145 | Complain that S's WHAT is redeclared at SECOND, and was first set | 146 | at FIRST. | 150 symbol_redeclaration (symbol *s, const char *what, location first, 156 complain_at_indent (first, &i, _("previous declaration")); 160 semantic_type_redeclaration (semantic_type *s, const char *what, location first, 166 complain_at_indent (first, &i, _("previous declaration")); 520 user_token_number_redeclaration (int num, symbol *first, symbol *second) 526 However, error messages make more sense if we keep the first 527 declaration first. * [all...] |
/external/qemu/android/ |
hw-events.h | 349 KEY_CODE(FIRST ,0x194) \
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
AdditionalSubtypeSettings.java | 60 private static final int MENU_ADD_SUBTYPE = Menu.FIRST; 84 return first.compareTo(o.first); 283 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 | 193 FIRST = 0x0008
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [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...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/ |
annotations-2.0.1.jar | |
/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 | 517 // Both have a dynamic exception spec. Collect the first set, then compare 545 /// exception specification is a subset (or equivalent) of the first function 767 // 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. */
|
/packages/apps/Settings/src/com/android/settings/users/ |
UserSettings.java | 89 private static final int MENU_REMOVE_USER = Menu.FIRST;
|
/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...] |