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

1 23 4 5

  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 65 private static final int MENU_ID_SEARCH = Menu.FIRST;
66 private static final int MENU_ID_RENAME = Menu.FIRST + 1;
522 // shouldn't be in this situation in first place, because these groups are persistent
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 272 if (!(d.flags & FIRST)) {
279 d.flags &= ~FIRST;
GGLAssembler.h 199 FIRST = 0x0008
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 295 menu.add(Menu.NONE, Menu.FIRST + i, 0, mContext.getString(strId[i]));
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 68 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
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
526 "Could not go to the first row in the Cursor when saving data.");
SettingsPreferenceFragment.java 53 private static final int MENU_HELP = Menu.FIRST + 100;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 102 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 356 * computing FIRST of what follows the rule reference in the
358 * from within the rule; i.e., the FIRST computation done by
385 * FOLLOW(b1_in_a) = FIRST(']') = ']'
386 * FOLLOW(b2_in_a) = FIRST(')') = ')'
387 * FOLLOW(c_in_b) = FIRST('^') = '^'
455 * FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
  /external/clang/include/clang/AST/
Stmt.h 109 #define STMT_RANGE(BASE, FIRST, LAST) \
110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
416 child_iterator child_begin() { return children().first; }
419 const_child_iterator child_begin() const { return children().first; }
441 /// the first statement can be an expression or a declaration.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsFragment.java 61 static final private int MENU_UPDATE_NOW = Menu.FIRST;
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 65 private static final int MENU_ADD_ACCOUNT = Menu.FIRST;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 64 private static final int MENU_STATS_REFRESH = Menu.FIRST;
65 private static final int MENU_DURATION = Menu.FIRST + 1;
540 // report that as RAM being full. To do this, we need to first convert the weights
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 78 * The first one is always the current user.
97 private static final int MENU_REMOVE_USER = Menu.FIRST;
98 private static final int MENU_ADD_ON_LOCKSCREEN = Menu.FIRST + 1;
    [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) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 64 # First call with the build machine's bitness, and later with 32
329 as a first parameter. If you don't, the sources will be downloaded and
895 local FIRST=`_list_first $VARVAL`
897 echo "$FIRST"
1058 local FIRST=`var_list_first TASK_QUEUE`
1093 # Return the first item of a space-separated list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 64 # First call with the build machine's bitness, and later with 32
329 as a first parameter. If you don't, the sources will be downloaded and
895 local FIRST=`_list_first $VARVAL`
897 echo "$FIRST"
1058 local FIRST=`var_list_first TASK_QUEUE`
1093 # Return the first item of a space-separated list
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 108 private static final int MENU_ID_PROGRESS = Menu.FIRST + 1;
  /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 509 // Both have a dynamic exception spec. Collect the first set, then compare
535 /// exception specification is a subset (or equivalent) of the first function
752 // 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. */

Completed in 931 milliseconds

1 23 4 5